Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Ethernet lost after upgrade Debian Buster on Pogoplug (1 reply)

$
0
0
I installed the last Debian Buster oxnas release, that run perfectly. But then ran update, about 50 files could be upgraded. I ran the upgrade and after that the eth0 if was not initialized .
I found a work around:
adding:
ifconfig eth0 up
/etc/init.d/networking restart

to /etc/rc.local

so the system runs OK now, but I do not expect that this is supposed to be.

cat /etc/network/interfaces shows:
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp

I assume the proper initialization sequence is not executed or something like that, but could find the cause of this problem.

Viewing all articles
Browse latest Browse all 3247

Trending Articles