Hello, I finally got around to upgrading to 15.3 and now I’m seeing issues with my firewalld.
This is my version.
/var/log # firewall-cmd --version
0.9.3
The firewall service is running but it’s not pulling tables correctly or showing my info via>
iptables -L
Someone on linuxquestions mentioned they downgraded and it worked for a while but I don’t think that sounds like a good solution.
Here’s what it shows for the service.
firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: disabled)
Active: **active (running)** since Sun 2022-05-01 17:23:09 MDT; 41min ago
Docs: man:firewalld(1)
Main PID: 9170 (firewalld)
Tasks: 2 (limit: 4545)
CGroup: /system.slice/firewalld.service
└─9170 /usr/bin/python3 /usr/sbin/firewalld --nofork --nopid
May 01 17:23:08 asus2 systemd[1]: Starting firewalld - dynamic firewall daemon...
May 01 17:23:09 asus2 systemd[1]: Started firewalld - dynamic firewall daemon.
May 01 17:23:09 asus2 firewalld[9170]: **ERROR: Calling pre func <bound method Firewall.full_check_config of <class 'firewall.core.fw.F**>
May 01 17:23:09 asus2 firewalld[9170]: **ERROR: Calling pre func <bound method Firewall.full_check_config of <class 'firewall.core.fw.F**>
May 01 17:23:10 asus2 firewalld[9170]: **ERROR: Calling pre func <bound method Firewall.full_check_config of <class 'firewall.core.fw.F**>
And here’s some additional errors I noticed in /var/log/firewalld
[FONT=monospace]2022-05-01 17:23:09 ERROR: Calling pre func <bound method Firewall.full_check_config of <class 'firewall.core.fw.Firewall'
>(True, True, True, 'INIT', False, '', {}, ], True, True, True, False, 'off')>(()) failed: check_config_dict() takes 2 po
sitional arguments but 3 were given
2022-05-01 17:23:09 ERROR: Calling pre func <bound method Firewall.full_check_config of <class 'firewall.core.fw.Firewall'
>(True, True, True, 'RUNNING', False, 'public', {}, ], True, True, True, False, 'off')>(()) failed: check_config_dict() t
akes 2 positional arguments but 3 were given
Is this a known issue? I was thinking of removing it and re-installing but then I would likely need to recreate my rules.
Thanks for any ideas or help.
[/FONT]