I just upgraded an Ubuntu 14.04 virtual machine (running on VMWare) to 16.04 using do-release-upgrade on the command line. It isn't the first time I have done this with similar VMs running 14.04 so I was not expecting problems.
All appeared to go well until after the reboot when I could no longer SSH into the system. Thanks to this answer on Ask Ubuntu I discovered that for some reason Ubuntu now names their ethernet interfaces differently but didn't change the eth0 device configured statically in my /etc/networking/interfaces to the new device ens32 name.
I searched the Ubuntu bug tracker and found this bug that pretty much matches but claims to have fixed this back in March.
My blog for documenting computery problems after I figure them out. I try to include my problem solving steps, especially if I had to learn things for them too.
Friday, 10 February 2017
Subscribe to:
Comments (Atom)
Disconnect and power off USB peripheral from the Linux command line
I have a headless Proxmox PVE node that I sometimes need to mount USB storage to. When I'm done with it I can unmount the filesystem on ...
-
I have been working to prepare a digital atlas exhibit for the Natillik Heritage Centre in Gjoa Haven, Nunavut, Canada. Working with Indig...
-
Ubuntu Server 18.04 uses netplan instead of NetworkManager by default. ModemManager is still required to deal with modems and it requires N...