To get some fresh software I have committed an upgrade of jessie to stretch. Did it by editing the file /etc/apt/sources.list, then
Code: Select all
sudo apt-get updateCode: Select all
sudo apt-get upgradeCode: Select all
sudo apt dist-upgradeifconfig now reports that there's no eth0 interface. Instead there's some 'enxb827ebc1711c'. Where it came from I have no idea. in /etc/network/interfaces I still have my old configuration with correct settings for eth0 and not a word about this new one. Tried to use dpkg-reconfigure to correct network-manager issues and discovered that network-manager is not installed. Also checked with
Code: Select all
dpkg -l | grep network-manager