Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Add script for setting up on Ubuntu 24.04 LTS #6

Open
RegentOfOrigin opened this issue Jan 19, 2025 · 0 comments
Open

Request: Add script for setting up on Ubuntu 24.04 LTS #6

RegentOfOrigin opened this issue Jan 19, 2025 · 0 comments

Comments

@RegentOfOrigin
Copy link

So far setting up on Ubuntu 24.04 LTS seems entirely viable with a few tweaks to the script, and I think it would be nice to have a not-5-year-old version of ubuntu supported.

The tweaks I had to make were (and some of these apply to the 20.04 version as well I discovered):

  • network-manager.service is canonically NetworkManager.service, and network-manager.service was removed in 22.04
  • /usr/lib/systemd/system/systemd-networkd-wait-online.service needs to be disabled
  • sshd.service is now ssh.service
  • the focal 45drives repo works, except the 45drives build of python-zlib depends on libssl1.1 which was removed in 22.04. This can be remedied (seemingly) by setting the 45drives repository to a lower priority than the rest of the ubuntu repositories by writing these contents to /etc/apt/preferences.d/45drives:
Package: *
Pin: release n=focal
Pin-Priority: 400

Additional notes that I don't know if it's release specific:

  • /etc/netplan/00-networkmanager.yaml permissions may be too open depending on the user umask, so I had to manually change it to 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant