Closed 130s closed 1 year ago
Looking at https://github.com/kinu-garage/hut_10sqft/issues/739#issuecomment-1340264559, I think some pkgs in the log are causing the issue. So from back of the log I'm purging to see which one unblocks me.
#$ PKGS_TOBE_PURGED="libaec-dev libvtk6-dev openssh-sftp-server libhdf5-openmpi-100"
$ PKGS_TOBE_PURGED="libhdf5-openmpi-100"
$ sudo apt purge $PKGS_TOBE_PURGED
Rebooted OS and found out it's now 20.04 lol. Will re-do upgrading to 22.04.
First, completing upgrade to 20.04.
sudo apt-get autoremove && sudo apt dist-upgrade
Then upgrade process was forced to terminate.
sudo do-release-upgrade
:
Fetched 1,254 kB in 0s (0 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Sorry, this storage driver is not supported in kernels for newer
releases
There will not be any further Ubuntu releases that provide kernel
support for the aufs storage driver.
Please ensure that none of your containers are using the aufs storage
driver, remove the directory /var/lib/docker/aufs and try again.
Restoring original system state
Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done
After this, still fails.
$ sudo do-release-upgrade
:
Hit https://linux.teamviewer.com/deb stable InRelease
Fetched 0 B in 0s (0 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Sorry, this storage driver is not supported in kernels for newer
releases
There will not be any further Ubuntu releases that provide kernel
support for the aufs storage driver.
Please ensure that none of your containers are using the aufs storage
driver, remove the directory /var/lib/docker/aufs and try again.
Restoring original system state
Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done
$ sudo rm -fr /var/lib/docker/aufs
$ sudo do-release-upgrade
Checking for a new Ubuntu release
:
Seems to be unblocked.
Many tools I use seem to have been purged, e.g. synergy
so I had to re-install them. That said, upgrade is done.
It's not yet a problem, but nothing AFAIK is pulling my hair to upgrade Ubuntu version.