Can you post the output of journalctl -u firewalld -b 0 before you fix it.
FYI all systemctl enable does is add a systemd service to the default target, firewalld was already being started. Which is why it makes no difference.
I rebooted once more, and this time it seems to be working fine. I’ll keep an eye on it after every reboot to ensure it remains reliable. The journalctl output appears okay:
“Started firewalld.service - firewalld - dynamic firewall daemon.”
Thank you for your response, even though the issue seems to be resolved for now.
I wonder if it was a good idea to perform a system upgrade instead of a clean install. I will keep an eye on it and we’ll see. Indeed the booting process take quite long.
I upgrade my house router that is Fedora based from version to version without concern.
There is nothing that a clean install will help with that an upgrade will not do as well.
Its only the move from ext4 to btrfs that makes fresh install on a desktop/laptop worth doing.
For my critical systems I first boot them from a USB SSD that has the new fedora version installed on it.
That way I can check for hardware support issues, its been rare to see issues.
Can confirm this happens with F38 too.
It is not consistent and sometimes the firewalld starts.
But as a workaround I keep my network interfaces in manual connect mode.
I see it is started with python3.
I believe I’m on python 3.11, 3.9 and 3.8 or 3.7.
Can you really mess with a python “install”… maybe if I forget to activate an venv, and do pip install?
BTW, where’s the solution here? The marked solution is only a troubleshooting direction.
If you installed or upgraded to F39 then you probably have python 3.12 installed and operating. There was a significant change between python 3.11 and 3.12 so some python using apps may no longer function properly. You can tell which version is installed with python --version
Note that the thread already had a solution posted, so it is best that you open a new thread for your own problems. It will then get the attention it deserves.