Firewalld Active: failed

Hello All,

I’m trying to start firewalld in SLES 15-SP1 but I get the following errors:

[CODE]systemctl status firewalld.service
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2019-09-25 15:05:28 UTC; 57s ago
Docs: man:firewalld(1)
Process: 605 ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS (code=exited, status=1/FAI>
Main PID: 605 (code=exited, status=1/FAILURE)

Sep 25 15:05:28 abls15ex6401 systemd[1]: Starting firewalld - dynamic firewall daemon…
Sep 25 15:05:28 abls15ex6401 systemd[1]: firewalld.service: Main process exited, code=exited, status=1/F>
Sep 25 15:05:28 abls15ex6401 systemd[1]: Failed to start firewalld - dynamic firewall daemon.
Sep 25 15:05:28 abls15ex6401 systemd[1]: firewalld.service: Unit entered failed state.
Sep 25 15:05:28 abls15ex6401 systemd[1]: firewalld.service: Failed with result ‘exit-code’.[/CODE]

systemctl start firewalld.service Job for firewalld.service failed because the control process exited with error code. See "systemctl status firewalld.service" and "journalctl -xe" for details.

Version:

firewalld-0.5.5-4.24.9.noarch

On this machine AppArmor is currently Active: active (exited). I don’t know if this has something to do with firewalld not starting!

Can anyone provide some guidance/tips!

Get the arguments that the firewalld daemon is started up with.
Most probably that is inside /etc/sysconfig/firewall or /etc/sysconfig/firewalld

Then run manually :

/usr/sbin/firewalld --nofork --nopid ARGUMENTS-FROM-CONF