Ubuntu 25.04 upgrade: Difference between revisions
(Created page with "Check prev ones Ubuntu 24.04 upgrade and Ubuntu 24.10 upgrade for more detailed notes. The only issue I remember was fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?).") |
No edit summary |
||
Line 1: | Line 1: | ||
Check prev ones [[Ubuntu 24.04 upgrade]] and [[Ubuntu 24.10 upgrade]] for more detailed notes. | Check prev ones [[Ubuntu 24.04 upgrade]] and [[Ubuntu 24.10 upgrade]] for more detailed notes. | ||
Issues: | |||
* fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?) | |||
* needed to readd systemd-resolved on positronic, it works fine now that dnsmasq is tuned on bitpost: | |||
sudo systemctl enable systemd-resolved | |||
sudo systemctl start systemd-resolved |
Revision as of 19:13, 1 June 2025
Check prev ones Ubuntu 24.04 upgrade and Ubuntu 24.10 upgrade for more detailed notes.
Issues:
- fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?)
- needed to readd systemd-resolved on positronic, it works fine now that dnsmasq is tuned on bitpost:
sudo systemctl enable systemd-resolved sudo systemctl start systemd-resolved