Error Installing

Hi guys,

Last few days I’ve been coming home to an error on my OSMC install saying “Error Installing: Please report this on the OSMC forum”

I’m pretty green to all this, but haven’t seen something like this pop up before. I’ve pasted what I assume is my log file below.

Running OSMC 2016.12-1 (16.1) on my Raspberry Pi 2
Log: http://paste.osmc.io/kutabiquda

Any help would be greatly appreciated.

Thanks,

Matt

Logs with debug enabled might be more useful.

I have the same problem every morning.

My logs are at: https://paste.osmc.tv/ifenekosur

Thats the wrong log, you need to submit grab-logs -A (capital A)
Also the issue can very likely be related to network instability

Alright,

Here’s ALL the logs then: https://paste.osmc.tv/ofakijewep

It is possible but unlikely to be network instability. I recently upgraded to fibre and it is a 100 times better than the ADSL I had before. This error also only started happening after the most recent OSMC update which was quite some time after my network upgrade.

I am however open to expert advice.

Thanks

You were originally able to obtain an IP address:

Mar 16 18:43:50 osmc avahi-daemon[214]: Registering new address record for 192.168.0.99 on eth0.IPv4.
...
Mar 16 18:43:51 osmc connmand[210]: ipconfig state 3 ipconfig method 1
Mar 16 18:43:51 osmc connmand[210]: eth0 {add} address 192.168.0.99/24 label eth0 family 2
...
Mar 16 18:43:51 osmc connmand[210]: eth0 {add} route 192.168.0.0 gw 0.0.0.0 scope 253 <LINK>
Mar 16 18:43:51 osmc connmand[210]: eth0 {add} route 192.168.0.1 gw 0.0.0.0 scope 253 <LINK>
Mar 16 18:43:51 osmc connmand[210]: eth0 {add} route 0.0.0.0 gw 192.168.0.1 scope 0 <UNIVERSE>
...
Mar 16 18:43:51 osmc connmand[210]: eth0 {add} route 159.253.212.250 gw 192.168.0.1 scope 0 <UNIVERSE>
Mar 16 18:43:52 osmc connmand[210]: eth0 {del} route 159.253.212.250 gw 192.168.0.1 scope 0 <UNIVERSE>

but later seem to have configured connman for a manual IP address:

Mar 16 22:00:01 osmc CRON[2346]: (root) CMD (connmanctl config ethernet_b827ebadcf07_cable --ipv4 manual 192.168.0.99 255.255.255.0 192.168.0.99)
Mar 16 22:00:01 osmc avahi-daemon[214]: Withdrawing address record for 192.168.0.99 on eth0.
Mar 16 22:00:01 osmc avahi-daemon[214]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.99.
Mar 16 22:00:01 osmc avahi-daemon[214]: Interface eth0.IPv4 no longer relevant for mDNS.
Mar 16 22:00:01 osmc avahi-daemon[214]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.99.
Mar 16 22:00:01 osmc avahi-daemon[214]: New relevant interface eth0.IPv4 for mDNS.
Mar 16 22:00:01 osmc avahi-daemon[214]: Registering new address record for 192.168.0.99 on eth0.IPv4.
Mar 16 22:00:01 osmc connmand[210]: rp_filter set to 2 (loose mode routing), old value was 0
Mar 16 22:00:01 osmc connmand[210]: eth0 {del} address 192.168.0.99/24 label eth0
Mar 16 22:00:01 osmc CRON[2345]: pam_unix(cron:session): session closed for user root
Mar 16 22:00:01 osmc connmand[210]: eth0 {del} route 192.168.0.0 gw 0.0.0.0 scope 253 <LINK>
Mar 16 22:00:01 osmc connmand[210]: eth0 {add} address 192.168.0.99/24 label eth0 family 2
Mar 16 22:00:01 osmc connmand[210]: eth0 {add} route 192.168.0.0 gw 0.0.0.0 scope 253 <LINK>
Mar 16 22:00:01 osmc connmand[210]: eth0 {add} route 192.168.0.99 gw 0.0.0.0 scope 253 <LINK>
Mar 16 22:00:01 osmc connmand[210]: eth0 {add} route 0.0.0.0 gw 192.168.0.99 scope 0 <UNIVERSE>
Mar 16 22:00:06 osmc connmand[210]: Online check failed for 0x11d1b80 Wired

which no longer connects because its gateway, which should, on the basis of the successful connection, be 192.168.0.1 is now set to 192.168.0.99, the same IP address as the Pi.