trinityX icon indicating copy to clipboard operation
trinityX copied to clipboard

Ubuntu 24 support

Open msteggink opened this issue 1 year ago • 3 comments

The installation of linux-image-generic takes long (or fails) when proc/sys/dev are not mounted.

Also there is some python issue with 3.12 and Ansible (see also: https://github.com/void-linux/void-packages/issues/47483)

A simple fix:

# pip3 install ansible-core --upgrade
# ansible --version
ansible [core 2.15.11]
[...]

msteggink avatar Apr 26 '24 18:04 msteggink

where does this pip upgrade need to run? inside image or on controller?

aphmschonewille avatar May 08 '24 09:05 aphmschonewille

Controller node requires it.

msteggink avatar May 09 '24 21:05 msteggink

Installing linux-image-generic is done outside a chroot right?; i.e. it's the basic/raw image. How can i mount something inside an image if it's not there? At what point do you need to have proc/sys/dev mounted?

aphmschonewille avatar Jun 06 '24 12:06 aphmschonewille

Did not hear long time and assume that the issue has been resolved. Note that the latest release contains a few debootstrap fixes in general which might cover the reported issues. Please reopen if the problem persists.

aphmschonewille avatar Oct 23 '24 07:10 aphmschonewille