Ubuntu 24.04

So, as I understand, the feature freeze for Ubuntu 24.04 LTS is February 29, 2024, and I am excited about it!

Are there any other proposals that we haven’t covered here?

1 Like

Didn’t want to start another topic. I downloaded the daily build today. The installer was a blank white window. Tried both VirtualBox and Ventoy. Unable to install.

Known issue, fix is on the way. Bug #2043915 “Booting into live session results in try/install p...” : Bugs : ubuntu-desktop-installer

2 Likes

I got a bug issue about partial upgrade.

It just crash on the start due to these issues.

ERROR:root:not handled exception:
Traceback (most recent call last):

File “/usr/lib/ubuntu-release-upgrader/do-partial-upgrade”, line 114, in
controller.doPartialUpgrade()

File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py”, line 2609, in doPartialUpgrade
self.prepare()

File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py”, line 465, in prepare
if not self._pythonSymlinkCheck():
^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py”, line 415, in _pythonSymlinkCheck
config.readfp(f)
^^^^^^^^^^^^^

AttributeError: ‘ConfigParser’ object has no attribute ‘readfp’. Did you mean: ‘read’?

Error in sys.excepthook:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeViewGtk3.py”, line 540, in _handleException
apport_crash(type, value, tb)
File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeApport.py”, line 57, in apport_crash
apport_excepthook(type, value, tb)
TypeError: apport_excepthook() missing 1 required positional argument: ‘exc_tb’

Original exception was:
Traceback (most recent call last):
File “/usr/lib/ubuntu-release-upgrader/do-partial-upgrade”, line 114, in
controller.doPartialUpgrade()
File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py”, line 2609, in doPartialUpgrade
self.prepare()
File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py”, line 465, in prepare
if not self._pythonSymlinkCheck():
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py”, line 415, in _pythonSymlinkCheck
config.readfp(f)
^^^^^^^^^^^^^
AttributeError: ‘ConfigParser’ object has no attribute ‘readfp’. Did you mean: ‘read’?