Hi, if I run the command: systemctl status firewalld I get these errors: gen 17 18:45:56 vpsalex firewalld[189]: ERROR: 'python-nftables' failed: intern> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 17 18:45:56 vpsalex firewalld[189]: ERROR: COMMAND_FAILED: 'python-nftables> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 17 18:47:08 vpsalex firewalld[189]: WARNING: AllowZoneDrifting is enabled. > gen 17 18:47:19 vpsalex firewalld[189]: ERROR: 'python-nftables' failed: intern> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 17 18:47:25 vpsalex firewalld[189]: ERROR: 'python-nftables' failed: intern> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 17 18:47:25 vpsalex firewalld[189]: ERROR: COMMAND_FAILED: 'python-nftables> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 19 13:23:11 vpsalex firewalld[189]: WARNING: AllowZoneDrifting is enabled. > gen 19 13:23:22 vpsalex firewalld[189]: ERROR: 'python-nftables' failed: intern> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 19 13:23:28 vpsalex firewalld[189]: ERROR: 'python-nftables' failed: intern> JSON blob: {"nftables": [{"metainfo": {"json_schem> gen 19 13:23:28 vpsalex firewalld[189]: ERROR: COMMAND_FAILED: 'python-nftables> JSON blob: {"nftables": [{"metainfo": {"json_schem> How can I fix it?
Hi. The errors are truncated, but it looks like the rules fail to apply in the nftables backend. This often results from invalid configuration. What firewalld version are you using? `dnf info firewalld` To investigate further: 1. set IndividiualCalls=yes it /etc/firewalld/firewalld.conf 2. check for new errors in /var/log/firewalld # truncate -s0 /var/log/firewalld # systemctl restart firewalld # grep ERROR /var/log/firewalld
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.