Hello.
I just upgraded my rpi3b+ from f40 → f41. (Fedora minimal aarch64)
After the (seemingly successful) upgrade there are peculiarities. During boot there were initially complaints about checks of the filesystem that did not pass, but these complaints are no more.
Postgresql sometimes fails to start because it cannot bind the server’s IP, it says. Works well if I restart the process then.
More worryingly is that during boot firewalld fails to start.
If I do
$ firewall-cmd --list-all
Traceback (most recent call last):
File "/usr/bin/firewall-cmd", line 10, in <module>
from gi.repository import GObject
ModuleNotFoundError: No module named 'gi'
“dnf” says
Traceback (most recent call last):
File "/usr/bin/dnf", line 56, in <module>
from dnf.cli import main
ModuleNotFoundError: No module named 'dnf'
What can I do? (besides make sure I have backups of everything on this database and fileshare server that I want to keep)
(I didn’t install any extracurricular versions of python on this system. There were a couple of scheduled python scripts running via their python venv. They required new venvs as appears customary)
I had to do sudo touch /usr/lib/clock-epoch for the upgrade process to start (due to the lack of a realtime clock in this pi’s hw, I learnt this from this forum previously), and that seemed to do the trick, just like last time.