do-release-upgrade fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-hwe-5.13 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Running a completely up to date Ubuntu 20.04, I run:
sudo do-release-upgrade
and get the following output:
<snipped the normal stuff above>
Building dependency tree
Reading state information... Done
Traceback (most recent call last):
File "/tmp/ubuntu-
sys.
File "/tmp/ubuntu-
if app.run():
File "/tmp/ubuntu-
return self.fullUpgrade()
File "/tmp/ubuntu-
if not self.doPostInit
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
func()
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
content = f.read()
File "/usr/lib/
(result, consumed) = self._buffer_
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xec in position 8200: invalid continuation byte
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/
self.write(f)
File "/usr/lib/
block = f.read(1048576)
File "/usr/lib/
(result, consumed) = self._buffer_
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Original exception was:
Traceback (most recent call last):
File "/tmp/ubuntu-
sys.
File "/tmp/ubuntu-
if app.run():
File "/tmp/ubuntu-
return self.fullUpgrade()
File "/tmp/ubuntu-
if not self.doPostInit
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
func()
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
content = f.read()
File "/usr/lib/
(result, consumed) = self._buffer_
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xec in position 8200: invalid continuation byte
Press x to destroy or r to resurrect window t Aug 13 10:07:11 2022) ===
$ lsb_release -rd
Description: Ubuntu 20.04.4 LTS
Release: 20.04
$ apt-cache policy python3.8
python3.8:
Installed: 3.8.10-
Candidate: 3.8.10-
Version table:
*** 3.8.10-
500 http://
500 http://
100 /var/lib/
3.8.2-1ubuntu1 500
500 http://
The only thing unusual about my installation is that I'm on a zfs root.
On Feb 26 I opened this bug, which has not had any activity since I opened it: /bugs.launchpad .net/ubuntu/ +source/ linux-hwe- 5.13/+bug/ 1962373
https:/
I was hoping that maybe an upgrade to 22.04 would make the above irrelevant, but now I'm not able to 'do-release- upgrade' due to this bug. Can anybody give me some assurance that this bug won't end up like the last bug I filed?
I can be patient if this bug is going to be worked on, but if it's not then I should probably start making plans to move to another distro that will work with my hardware.