Hi,

Thank you for investigating the bug. I have more information:

firewalld
=========

After firewalld's rules are loaded for the first time, flushing them
fails. This happens during shutdown or during startup if the rules are
already present due to unclean shutdown. Output of `firewalld --nofork
--nopid --debug 10` is attached. The following is the stack trace
extracted from it.

2018-12-31 02:31:08 DEBUG1: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/firewall/server/decorators.py",
line 53, in handle_exceptions
    return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/firewall/server/firewalld.py",
line 101, in stop
    return self.fw.stop()
  File "/usr/lib/python3/dist-packages/firewall/core/fw.py", line 650,
in stop
    self.flush()
  File "/usr/lib/python3/dist-packages/firewall/core/fw.py", line 838,
in flush
    transaction.execute(True)
  File "/usr/lib/python3/dist-packages/firewall/core/fw_transaction.py",
line 143, in execute
    raise FirewallError(errors.COMMAND_FAILED, errorMsg)

The log further shows that firewalld fails while running iptables-restore.

iptables-restore
================

The command on which firewalld fails is similar to the following session:

# iptables-restore -n rules
iptables-restore v1.8.2 (nf_tables):
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain
OUTPUT

$ cat rules
*security
-F
-X
-Z
COMMIT
*raw
-F
-X
-Z
COMMIT
*mangle
-F
-X
-Z
COMMIT
*nat
-F
-X
-Z
COMMIT
*filter
-F
-X
-Z
COMMIT

Without the -n (--noflush) option, the command succeeds:
# iptables-restore rules
# echo $?
0

Same problem occurs with ip6tables-restore.

I have saved the state of iptables after starting up firewalld using
iptables-save. This saved state file is sufficient to reproduce the
problem with just iptables-restore without firewalld. It is attached.

# iptables-restore rules
# iptables-restore -n rules
# iptables-restore iptables.save
# iptables-restore -n rules
iptables-restore v1.8.2 (nf_tables):
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain
OUTPUT

Environment
===========

firewalld      0.6.3-4
iptables       1.8.2-3
nftables       0.9.0-2
linux-image-4.19.0-1-amd64          4.19.12-1

# uname -a
Linux testing 4.19.0-1-amd64 #1 SMP Debian 4.19.12-1 (2018-12-22) x86_64
GNU/Linux

# iptables -V
iptables v1.8.2 (nf_tables)

PS: This bug is currently effecting all FreedomBox machines as firewalld
is the firewall manager. We are switching to nftables backend during
initial setup but 'systemctl restart firewalld' does not provide the
desired results. Users are having to reboot the machine which is a major
hit to first experience of FreedomBox. This bug is not reproducible with
Backend=nftables in /etc/firewalld/firewalld.conf
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables will be using -w10 option.
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables-restore will be using -w option.
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables will be using -w10 option.
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables-restore will be using -w option.
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables-restore /run/firewalld/temp.8y7_as2i: 0
2018-12-31 02:05:15 DEBUG1: start()
2018-12-31 02:05:15 DEBUG1: Loading firewalld config file '/etc/firewalld/firewalld.conf'
2018-12-31 02:05:15 DEBUG1: CleanupOnExit is set to 'True'
2018-12-31 02:05:15 DEBUG1: IPv6 rpfilter is enabled
2018-12-31 02:05:15 DEBUG1: LogDenied is set to 'off'
2018-12-31 02:05:15 DEBUG1: AutomaticHelpers is set to 'system'
2018-12-31 02:05:15 DEBUG1: FirewallBackend is set to 'iptables'
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipset.ipset'>: /sbin/ipset list
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipset.ipset'>: /sbin/ipset --help
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables -w10 -p icmp --help
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables -w10 -p ipv6-icmp --help
2018-12-31 02:05:15 DEBUG1: ebtables-restore is not supporting the --noflush option, will therefore not be used
2018-12-31 02:05:15 DEBUG1: Conntrack helpers supported by the kernel:
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_amanda: amanda
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_ftp: ftp
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_h323: H.245, Q.931, RAS
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_irc: irc
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_netbios_ns: netbios-ns
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_pptp: pptp
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_proto_gre: proto-gre
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_sane: sane
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_sip: sip
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_snmp: snmp
2018-12-31 02:05:15 DEBUG1:   nf_conntrack_tftp: tftp
2018-12-31 02:05:15 DEBUG1: NAT helpers supported by the kernel:
2018-12-31 02:05:15 DEBUG1:   nf_nat_amanda: amanda
2018-12-31 02:05:15 DEBUG1:   nf_nat_ftp: ftp
2018-12-31 02:05:15 DEBUG1:   nf_nat_irc: irc
2018-12-31 02:05:15 DEBUG1:   nf_nat_sip: sip
2018-12-31 02:05:15 DEBUG1:   nf_nat_tftp: tftp
2018-12-31 02:05:15 DEBUG1:   nf_nat_h323: h323
2018-12-31 02:05:15 DEBUG1:   nf_nat_pptp: pptp
2018-12-31 02:05:15 DEBUG1:   nf_nat_proto_gre: proto-gre
2018-12-31 02:05:15 DEBUG1: Loading lockdown whitelist
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/address-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/bad-header.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/beyond-scope.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/communication-prohibited.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/destination-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/echo-reply.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/echo-request.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/failed-policy.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/fragmentation-needed.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/host-precedence-violation.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/host-prohibited.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/host-redirect.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/host-unknown.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/host-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/ip-header-bad.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/neighbour-advertisement.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/neighbour-solicitation.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/network-prohibited.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/network-redirect.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/network-unknown.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/network-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/no-route.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/packet-too-big.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/parameter-problem.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/port-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/precedence-cutoff.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/protocol-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/redirect.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/reject-route.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/required-option-missing.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/router-advertisement.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/router-solicitation.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/source-quench.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/source-route-failed.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/time-exceeded.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/timestamp-reply.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/timestamp-request.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/tos-host-redirect.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/tos-host-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/tos-network-redirect.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/tos-network-unreachable.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/ttl-zero-during-reassembly.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/ttl-zero-during-transit.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/unknown-header-type.xml'
2018-12-31 02:05:15 DEBUG1: Loading icmptype file '/usr/lib/firewalld/icmptypes/unknown-option.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/Q.931.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/RAS.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/amanda.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/ftp.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/h323.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/irc.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/netbios-ns.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/pptp.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/proto-gre.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/sane.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/sip.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/snmp.xml'
2018-12-31 02:05:15 DEBUG1: Loading helper file '/usr/lib/firewalld/helpers/tftp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/RH-Satellite-6.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/amanda-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/amanda-k5-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/amqp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/amqps.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/apcupsd.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/audit.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bacula-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bacula.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bgp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bitcoin-rpc.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bitcoin-testnet-rpc.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bitcoin-testnet.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/bitcoin.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ceph-mon.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ceph.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/cfengine.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/cockpit.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/condor-collector.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ctdb.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/dhcp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/dhcpv6-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/dhcpv6.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/distcc.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/dns.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/docker-registry.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/docker-swarm.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/dropbox-lansync.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/elasticsearch.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/etcd-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/etcd-server.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/finger.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/freeipa-ldap.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/freeipa-ldaps.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/freeipa-replication.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/freeipa-trust.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ftp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ganglia-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ganglia-master.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/git.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/gre.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/high-availability.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/http.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/https.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/imap.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/imaps.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ipp-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ipp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ipsec.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/irc.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ircs.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/iscsi-target.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/isns.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/jenkins.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/kadmin.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/kerberos.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/kibana.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/klogin.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/kpasswd.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/kprop.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/kshell.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ldap.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ldaps.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/libvirt-tls.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/libvirt.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/lightning-network.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/llmnr.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/managesieve.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/matrix.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mdns.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/minidlna.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mongodb.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mosh.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mountd.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mqtt-tls.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mqtt.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ms-wbt.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mssql.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/murmur.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/mysql.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/nfs.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/nfs3.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/nmea-0183.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/nrpe.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ntp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/nut.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/openvpn.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ovirt-imageio.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ovirt-storageconsole.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ovirt-vmconsole.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/plex.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pmcd.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pmproxy.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pmwebapi.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pmwebapis.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pop3.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pop3s.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/postgresql.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/privoxy.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/proxy-dhcp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ptp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/pulseaudio.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/puppetmaster.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/quassel.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/radius.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/redis.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/rpc-bind.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/rsh.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/rsyncd.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/rtsp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/salt-master.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/samba-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/samba-dc.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/samba.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/sane.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/sip.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/sips.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/slp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/smtp-submission.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/smtp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/smtps.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/snmp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/snmptrap.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/spideroak-lansync.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/squid.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/ssh.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/steam-streaming.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/svdrp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/svn.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/syncthing-gui.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/syncthing.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/synergy.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/syslog-tls.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/syslog.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/telnet.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/tftp-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/tftp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/tinc.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/tor-socks.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/transmission-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/upnp-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/vdsm.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/vnc-server.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/wbem-http.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/wbem-https.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/wsman.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/wsmans.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/xdmcp.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/xmpp-bosh.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/xmpp-client.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/xmpp-local.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/xmpp-server.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/zabbix-agent.xml'
2018-12-31 02:05:15 DEBUG1: Loading service file '/usr/lib/firewalld/services/zabbix-server.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/block.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/dmz.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/drop.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/external.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/home.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/internal.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/public.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/trusted.xml'
2018-12-31 02:05:15 DEBUG1: Loading zone file '/usr/lib/firewalld/zones/work.xml'
2018-12-31 02:05:15 DEBUG1: Using default zone 'public'
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.modules.modules'>: /sbin/modprobe nf_conntrack
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables -w10 -t security -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables -w10 -t raw -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables -w10 -t mangle -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables -w10 -t nat -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables -w10 -t filter -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables -w10 -t security -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables -w10 -t raw -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables -w10 -t mangle -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables -w10 -t nat -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables -w10 -t filter -L -n
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -L
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -L
2018-12-31 02:05:15 DEBUG1: Flushing rule set
2018-12-31 02:05:15 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.execute(True)
2018-12-31 02:05:15 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.prepare(True, ...)
2018-12-31 02:05:15 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.prepare(True, ...)
2018-12-31 02:05:15 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.pre()
2018-12-31 02:05:15 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.pre()
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables-restore /run/firewalld/temp.m2jyccd0: 116
       1: *security
       2: -F
       3: -X
       4: -Z
       5: COMMIT
       6: *raw
       7: -F
       8: -X
       9: -Z
      10: COMMIT
      11: *mangle
      12: -F
      13: -X
      14: -Z
      15: COMMIT
      16: *nat
      17: -F
      18: -X
      19: -Z
      20: COMMIT
      21: *filter
      22: -F
      23: -X
      24: -Z
      25: COMMIT
2018-12-31 02:05:15 ERROR: '/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables): 
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT

2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables-restore /run/firewalld/temp.nqzczioe: 116
       1: *security
       2: -F
       3: -X
       4: -Z
       5: COMMIT
       6: *raw
       7: -F
       8: -X
       9: -Z
      10: COMMIT
      11: *mangle
      12: -F
      13: -X
      14: -Z
      15: COMMIT
      16: *nat
      17: -F
      18: -X
      19: -Z
      20: COMMIT
      21: *filter
      22: -F
      23: -X
      24: -Z
      25: COMMIT
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -F
2018-12-31 02:05:15 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -X
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -Z
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -F
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -X
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -Z
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables-restore /run/firewalld/temp.u2l9esan: 116
       1: *filter
       2: -Z
       3: -X
       4: -F
       5: COMMIT
       6: *nat
       7: -Z
       8: -X
       9: -F
      10: COMMIT
      11: *mangle
      12: -Z
      13: -X
      14: -F
      15: COMMIT
      16: *raw
      17: -Z
      18: -X
      19: -F
      20: COMMIT
      21: *security
      22: -Z
      23: -X
      24: -F
      25: COMMIT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -Z
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -X
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -F
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -Z
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -X
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -F
2018-12-31 02:05:16 DEBUG1: Setting policy to 'ACCEPT'
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.execute(True)
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.prepare(True, ...)
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.prepare(True, ...)
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.pre()
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.pre()
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables-restore /run/firewalld/temp.taal64ki: 293
       1: *security
       2: -P INPUT ACCEPT
       3: -P OUTPUT ACCEPT
       4: -P FORWARD ACCEPT
       5: COMMIT
       6: *raw
       7: -P PREROUTING ACCEPT
       8: -P OUTPUT ACCEPT
       9: COMMIT
      10: *mangle
      11: -P PREROUTING ACCEPT
      12: -P POSTROUTING ACCEPT
      13: -P INPUT ACCEPT
      14: -P OUTPUT ACCEPT
      15: -P FORWARD ACCEPT
      16: COMMIT
      17: *filter
      18: -P INPUT ACCEPT
      19: -P OUTPUT ACCEPT
      20: -P FORWARD ACCEPT
      21: COMMIT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables-restore /run/firewalld/temp.a1vl_dqk: 293
       1: *security
       2: -P INPUT ACCEPT
       3: -P OUTPUT ACCEPT
       4: -P FORWARD ACCEPT
       5: COMMIT
       6: *raw
       7: -P PREROUTING ACCEPT
       8: -P OUTPUT ACCEPT
       9: COMMIT
      10: *mangle
      11: -P PREROUTING ACCEPT
      12: -P POSTROUTING ACCEPT
      13: -P INPUT ACCEPT
      14: -P OUTPUT ACCEPT
      15: -P FORWARD ACCEPT
      16: COMMIT
      17: *filter
      18: -P INPUT ACCEPT
      19: -P OUTPUT ACCEPT
      20: -P FORWARD ACCEPT
      21: COMMIT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -P PREROUTING ACCEPT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -P POSTROUTING ACCEPT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -P OUTPUT ACCEPT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -P INPUT ACCEPT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -P OUTPUT ACCEPT
2018-12-31 02:05:16 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -P FORWARD ACCEPT
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.post()
2018-12-31 02:05:16 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.post()
2018-12-31 02:05:16 DEBUG1: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/firewall/server/decorators.py", line 53, in handle_exceptions
    return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/firewall/server/firewalld.py", line 94, in start
    return self.fw.start()
  File "/usr/lib/python3/dist-packages/firewall/core/fw.py", line 484, in start
    self._start()
  File "/usr/lib/python3/dist-packages/firewall/core/fw.py", line 432, in _start
    transaction.execute(True)
  File "/usr/lib/python3/dist-packages/firewall/core/fw_transaction.py", line 143, in execute
    raise FirewallError(errors.COMMAND_FAILED, errorMsg)
firewall.errors.FirewallError: COMMAND_FAILED: '/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables): 
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT


2018-12-31 02:05:16 ERROR: COMMAND_FAILED: '/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables): 
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT

2018-12-31 02:05:16 DEBUG1: GetAll('org.fedoraproject.FirewallD1')
2018-12-31 02:05:16 DEBUG1: config.icmptype.0.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('address-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.1.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('bad-header')
2018-12-31 02:05:16 DEBUG1: config.icmptype.2.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('beyond-scope')
2018-12-31 02:05:16 DEBUG1: config.icmptype.3.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('communication-prohibited')
2018-12-31 02:05:16 DEBUG1: config.icmptype.4.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('destination-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.5.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('echo-reply')
2018-12-31 02:05:16 DEBUG1: config.icmptype.6.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('echo-request')
2018-12-31 02:05:16 DEBUG1: config.icmptype.7.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('failed-policy')
2018-12-31 02:05:16 DEBUG1: config.icmptype.8.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('fragmentation-needed')
2018-12-31 02:05:16 DEBUG1: config.icmptype.9.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('host-precedence-violation')
2018-12-31 02:05:16 DEBUG1: config.icmptype.10.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('host-prohibited')
2018-12-31 02:05:16 DEBUG1: config.icmptype.11.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('host-redirect')
2018-12-31 02:05:16 DEBUG1: config.icmptype.12.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('host-unknown')
2018-12-31 02:05:16 DEBUG1: config.icmptype.13.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('host-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.14.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('ip-header-bad')
2018-12-31 02:05:16 DEBUG1: config.icmptype.15.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('neighbour-advertisement')
2018-12-31 02:05:16 DEBUG1: config.icmptype.16.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('neighbour-solicitation')
2018-12-31 02:05:16 DEBUG1: config.icmptype.17.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('network-prohibited')
2018-12-31 02:05:16 DEBUG1: config.icmptype.18.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('network-redirect')
2018-12-31 02:05:16 DEBUG1: config.icmptype.19.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('network-unknown')
2018-12-31 02:05:16 DEBUG1: config.icmptype.20.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('network-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.21.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('no-route')
2018-12-31 02:05:16 DEBUG1: config.icmptype.22.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('packet-too-big')
2018-12-31 02:05:16 DEBUG1: config.icmptype.23.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('parameter-problem')
2018-12-31 02:05:16 DEBUG1: config.icmptype.24.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('port-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.25.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('precedence-cutoff')
2018-12-31 02:05:16 DEBUG1: config.icmptype.26.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('protocol-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.27.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('redirect')
2018-12-31 02:05:16 DEBUG1: config.icmptype.28.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('reject-route')
2018-12-31 02:05:16 DEBUG1: config.icmptype.29.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('required-option-missing')
2018-12-31 02:05:16 DEBUG1: config.icmptype.30.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('router-advertisement')
2018-12-31 02:05:16 DEBUG1: config.icmptype.31.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('router-solicitation')
2018-12-31 02:05:16 DEBUG1: config.icmptype.32.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('source-quench')
2018-12-31 02:05:16 DEBUG1: config.icmptype.33.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('source-route-failed')
2018-12-31 02:05:16 DEBUG1: config.icmptype.34.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('time-exceeded')
2018-12-31 02:05:16 DEBUG1: config.icmptype.35.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('timestamp-reply')
2018-12-31 02:05:16 DEBUG1: config.icmptype.36.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('timestamp-request')
2018-12-31 02:05:16 DEBUG1: config.icmptype.37.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('tos-host-redirect')
2018-12-31 02:05:16 DEBUG1: config.icmptype.38.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('tos-host-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.39.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('tos-network-redirect')
2018-12-31 02:05:16 DEBUG1: config.icmptype.40.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('tos-network-unreachable')
2018-12-31 02:05:16 DEBUG1: config.icmptype.41.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('ttl-zero-during-reassembly')
2018-12-31 02:05:16 DEBUG1: config.icmptype.42.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('ttl-zero-during-transit')
2018-12-31 02:05:16 DEBUG1: config.icmptype.43.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('unknown-header-type')
2018-12-31 02:05:16 DEBUG1: config.icmptype.44.GetAll('org.fedoraproject.FirewallD1.config.icmptype')
2018-12-31 02:05:16 DEBUG1: config.IcmpTypeAdded('unknown-option')
2018-12-31 02:05:16 DEBUG1: config.service.0.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('RH-Satellite-6')
2018-12-31 02:05:16 DEBUG1: config.service.1.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('amanda-client')
2018-12-31 02:05:16 DEBUG1: config.service.2.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('amanda-k5-client')
2018-12-31 02:05:16 DEBUG1: config.service.3.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('amqp')
2018-12-31 02:05:16 DEBUG1: config.service.4.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('amqps')
2018-12-31 02:05:16 DEBUG1: config.service.5.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('apcupsd')
2018-12-31 02:05:16 DEBUG1: config.service.6.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('audit')
2018-12-31 02:05:16 DEBUG1: config.service.7.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bacula')
2018-12-31 02:05:16 DEBUG1: config.service.8.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bacula-client')
2018-12-31 02:05:16 DEBUG1: config.service.9.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bgp')
2018-12-31 02:05:16 DEBUG1: config.service.10.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bitcoin')
2018-12-31 02:05:16 DEBUG1: config.service.11.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bitcoin-rpc')
2018-12-31 02:05:16 DEBUG1: config.service.12.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bitcoin-testnet')
2018-12-31 02:05:16 DEBUG1: config.service.13.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('bitcoin-testnet-rpc')
2018-12-31 02:05:16 DEBUG1: config.service.14.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ceph')
2018-12-31 02:05:16 DEBUG1: config.service.15.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ceph-mon')
2018-12-31 02:05:16 DEBUG1: config.service.16.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('cfengine')
2018-12-31 02:05:16 DEBUG1: config.service.17.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('cockpit')
2018-12-31 02:05:16 DEBUG1: config.service.18.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('condor-collector')
2018-12-31 02:05:16 DEBUG1: config.service.19.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ctdb')
2018-12-31 02:05:16 DEBUG1: config.service.20.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('dhcp')
2018-12-31 02:05:16 DEBUG1: config.service.21.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('dhcpv6')
2018-12-31 02:05:16 DEBUG1: config.service.22.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('dhcpv6-client')
2018-12-31 02:05:16 DEBUG1: config.service.23.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('distcc')
2018-12-31 02:05:16 DEBUG1: config.service.24.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('dns')
2018-12-31 02:05:16 DEBUG1: config.service.25.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('docker-registry')
2018-12-31 02:05:16 DEBUG1: config.service.26.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('docker-swarm')
2018-12-31 02:05:16 DEBUG1: config.service.27.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('dropbox-lansync')
2018-12-31 02:05:16 DEBUG1: config.service.28.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('elasticsearch')
2018-12-31 02:05:16 DEBUG1: config.service.29.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('etcd-client')
2018-12-31 02:05:16 DEBUG1: config.service.30.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('etcd-server')
2018-12-31 02:05:16 DEBUG1: config.service.31.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('finger')
2018-12-31 02:05:16 DEBUG1: config.service.32.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('freeipa-ldap')
2018-12-31 02:05:16 DEBUG1: config.service.33.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('freeipa-ldaps')
2018-12-31 02:05:16 DEBUG1: config.service.34.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('freeipa-replication')
2018-12-31 02:05:16 DEBUG1: config.service.35.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('freeipa-trust')
2018-12-31 02:05:16 DEBUG1: config.service.36.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ftp')
2018-12-31 02:05:16 DEBUG1: config.service.37.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ganglia-client')
2018-12-31 02:05:16 DEBUG1: config.service.38.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ganglia-master')
2018-12-31 02:05:16 DEBUG1: config.service.39.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('git')
2018-12-31 02:05:16 DEBUG1: config.service.40.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('gre')
2018-12-31 02:05:16 DEBUG1: config.service.41.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('high-availability')
2018-12-31 02:05:16 DEBUG1: config.service.42.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('http')
2018-12-31 02:05:16 DEBUG1: config.service.43.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('https')
2018-12-31 02:05:16 DEBUG1: config.service.44.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('imap')
2018-12-31 02:05:16 DEBUG1: config.service.45.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('imaps')
2018-12-31 02:05:16 DEBUG1: config.service.46.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ipp')
2018-12-31 02:05:16 DEBUG1: config.service.47.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ipp-client')
2018-12-31 02:05:16 DEBUG1: config.service.48.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ipsec')
2018-12-31 02:05:16 DEBUG1: config.service.49.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('irc')
2018-12-31 02:05:16 DEBUG1: config.service.50.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ircs')
2018-12-31 02:05:16 DEBUG1: config.service.51.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('iscsi-target')
2018-12-31 02:05:16 DEBUG1: config.service.52.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('isns')
2018-12-31 02:05:16 DEBUG1: config.service.53.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('jenkins')
2018-12-31 02:05:16 DEBUG1: config.service.54.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('kadmin')
2018-12-31 02:05:16 DEBUG1: config.service.55.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('kerberos')
2018-12-31 02:05:16 DEBUG1: config.service.56.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('kibana')
2018-12-31 02:05:16 DEBUG1: config.service.57.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('klogin')
2018-12-31 02:05:16 DEBUG1: config.service.58.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('kpasswd')
2018-12-31 02:05:16 DEBUG1: config.service.59.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('kprop')
2018-12-31 02:05:16 DEBUG1: config.service.60.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('kshell')
2018-12-31 02:05:16 DEBUG1: config.service.61.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ldap')
2018-12-31 02:05:16 DEBUG1: config.service.62.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ldaps')
2018-12-31 02:05:16 DEBUG1: config.service.63.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('libvirt')
2018-12-31 02:05:16 DEBUG1: config.service.64.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('libvirt-tls')
2018-12-31 02:05:16 DEBUG1: config.service.65.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('lightning-network')
2018-12-31 02:05:16 DEBUG1: config.service.66.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('llmnr')
2018-12-31 02:05:16 DEBUG1: config.service.67.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('managesieve')
2018-12-31 02:05:16 DEBUG1: config.service.68.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('matrix')
2018-12-31 02:05:16 DEBUG1: config.service.69.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mdns')
2018-12-31 02:05:16 DEBUG1: config.service.70.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('minidlna')
2018-12-31 02:05:16 DEBUG1: config.service.71.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mongodb')
2018-12-31 02:05:16 DEBUG1: config.service.72.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mosh')
2018-12-31 02:05:16 DEBUG1: config.service.73.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mountd')
2018-12-31 02:05:16 DEBUG1: config.service.74.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mqtt')
2018-12-31 02:05:16 DEBUG1: config.service.75.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mqtt-tls')
2018-12-31 02:05:16 DEBUG1: config.service.76.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ms-wbt')
2018-12-31 02:05:16 DEBUG1: config.service.77.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mssql')
2018-12-31 02:05:16 DEBUG1: config.service.78.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('murmur')
2018-12-31 02:05:16 DEBUG1: config.service.79.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('mysql')
2018-12-31 02:05:16 DEBUG1: config.service.80.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('nfs')
2018-12-31 02:05:16 DEBUG1: config.service.81.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('nfs3')
2018-12-31 02:05:16 DEBUG1: config.service.82.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('nmea-0183')
2018-12-31 02:05:16 DEBUG1: config.service.83.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('nrpe')
2018-12-31 02:05:16 DEBUG1: config.service.84.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ntp')
2018-12-31 02:05:16 DEBUG1: config.service.85.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('nut')
2018-12-31 02:05:16 DEBUG1: config.service.86.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('openvpn')
2018-12-31 02:05:16 DEBUG1: config.service.87.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ovirt-imageio')
2018-12-31 02:05:16 DEBUG1: config.service.88.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ovirt-storageconsole')
2018-12-31 02:05:16 DEBUG1: config.service.89.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ovirt-vmconsole')
2018-12-31 02:05:16 DEBUG1: config.service.90.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('plex')
2018-12-31 02:05:16 DEBUG1: config.service.91.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pmcd')
2018-12-31 02:05:16 DEBUG1: config.service.92.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pmproxy')
2018-12-31 02:05:16 DEBUG1: config.service.93.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pmwebapi')
2018-12-31 02:05:16 DEBUG1: config.service.94.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pmwebapis')
2018-12-31 02:05:16 DEBUG1: config.service.95.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pop3')
2018-12-31 02:05:16 DEBUG1: config.service.96.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pop3s')
2018-12-31 02:05:16 DEBUG1: config.service.97.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('postgresql')
2018-12-31 02:05:16 DEBUG1: config.service.98.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('privoxy')
2018-12-31 02:05:16 DEBUG1: config.service.99.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('proxy-dhcp')
2018-12-31 02:05:16 DEBUG1: config.service.100.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ptp')
2018-12-31 02:05:16 DEBUG1: config.service.101.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('pulseaudio')
2018-12-31 02:05:16 DEBUG1: config.service.102.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('puppetmaster')
2018-12-31 02:05:16 DEBUG1: config.service.103.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('quassel')
2018-12-31 02:05:16 DEBUG1: config.service.104.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('radius')
2018-12-31 02:05:16 DEBUG1: config.service.105.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('redis')
2018-12-31 02:05:16 DEBUG1: config.service.106.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('rpc-bind')
2018-12-31 02:05:16 DEBUG1: config.service.107.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('rsh')
2018-12-31 02:05:16 DEBUG1: config.service.108.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('rsyncd')
2018-12-31 02:05:16 DEBUG1: config.service.109.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('rtsp')
2018-12-31 02:05:16 DEBUG1: config.service.110.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('salt-master')
2018-12-31 02:05:16 DEBUG1: config.service.111.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('samba')
2018-12-31 02:05:16 DEBUG1: config.service.112.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('samba-client')
2018-12-31 02:05:16 DEBUG1: config.service.113.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('samba-dc')
2018-12-31 02:05:16 DEBUG1: config.service.114.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('sane')
2018-12-31 02:05:16 DEBUG1: config.service.115.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('sip')
2018-12-31 02:05:16 DEBUG1: config.service.116.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('sips')
2018-12-31 02:05:16 DEBUG1: config.service.117.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('slp')
2018-12-31 02:05:16 DEBUG1: config.service.118.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('smtp')
2018-12-31 02:05:16 DEBUG1: config.service.119.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('smtp-submission')
2018-12-31 02:05:16 DEBUG1: config.service.120.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('smtps')
2018-12-31 02:05:16 DEBUG1: config.service.121.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('snmp')
2018-12-31 02:05:16 DEBUG1: config.service.122.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('snmptrap')
2018-12-31 02:05:16 DEBUG1: config.service.123.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('spideroak-lansync')
2018-12-31 02:05:16 DEBUG1: config.service.124.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('squid')
2018-12-31 02:05:16 DEBUG1: config.service.125.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('ssh')
2018-12-31 02:05:16 DEBUG1: config.service.126.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('steam-streaming')
2018-12-31 02:05:16 DEBUG1: config.service.127.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('svdrp')
2018-12-31 02:05:16 DEBUG1: config.service.128.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('svn')
2018-12-31 02:05:16 DEBUG1: config.service.129.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('syncthing')
2018-12-31 02:05:16 DEBUG1: config.service.130.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('syncthing-gui')
2018-12-31 02:05:16 DEBUG1: config.service.131.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('synergy')
2018-12-31 02:05:16 DEBUG1: config.service.132.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('syslog')
2018-12-31 02:05:16 DEBUG1: config.service.133.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('syslog-tls')
2018-12-31 02:05:16 DEBUG1: config.service.134.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('telnet')
2018-12-31 02:05:16 DEBUG1: config.service.135.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('tftp')
2018-12-31 02:05:16 DEBUG1: config.service.136.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('tftp-client')
2018-12-31 02:05:16 DEBUG1: config.service.137.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('tinc')
2018-12-31 02:05:16 DEBUG1: config.service.138.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('tor-socks')
2018-12-31 02:05:16 DEBUG1: config.service.139.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('transmission-client')
2018-12-31 02:05:16 DEBUG1: config.service.140.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('upnp-client')
2018-12-31 02:05:16 DEBUG1: config.service.141.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('vdsm')
2018-12-31 02:05:16 DEBUG1: config.service.142.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('vnc-server')
2018-12-31 02:05:16 DEBUG1: config.service.143.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('wbem-http')
2018-12-31 02:05:16 DEBUG1: config.service.144.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('wbem-https')
2018-12-31 02:05:16 DEBUG1: config.service.145.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('wsman')
2018-12-31 02:05:16 DEBUG1: config.service.146.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('wsmans')
2018-12-31 02:05:16 DEBUG1: config.service.147.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('xdmcp')
2018-12-31 02:05:16 DEBUG1: config.service.148.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('xmpp-bosh')
2018-12-31 02:05:16 DEBUG1: config.service.149.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('xmpp-client')
2018-12-31 02:05:16 DEBUG1: config.service.150.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('xmpp-local')
2018-12-31 02:05:16 DEBUG1: config.service.151.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('xmpp-server')
2018-12-31 02:05:16 DEBUG1: config.service.152.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('zabbix-agent')
2018-12-31 02:05:16 DEBUG1: config.service.153.GetAll('org.fedoraproject.FirewallD1.config.service')
2018-12-31 02:05:16 DEBUG1: config.ServiceAdded('zabbix-server')
2018-12-31 02:05:16 DEBUG1: config.zone.0.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('block')
2018-12-31 02:05:16 DEBUG1: config.zone.1.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('dmz')
2018-12-31 02:05:16 DEBUG1: config.zone.2.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('drop')
2018-12-31 02:05:16 DEBUG1: config.zone.3.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('external')
2018-12-31 02:05:16 DEBUG1: config.zone.4.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('home')
2018-12-31 02:05:16 DEBUG1: config.zone.5.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('internal')
2018-12-31 02:05:16 DEBUG1: config.zone.6.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('public')
2018-12-31 02:05:16 DEBUG1: config.zone.7.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('trusted')
2018-12-31 02:05:16 DEBUG1: config.zone.8.GetAll('org.fedoraproject.FirewallD1.config.zone')
2018-12-31 02:05:16 DEBUG1: config.ZoneAdded('work')
2018-12-31 02:05:16 DEBUG1: config.helper.0.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('Q.931')
2018-12-31 02:05:16 DEBUG1: config.helper.1.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('RAS')
2018-12-31 02:05:16 DEBUG1: config.helper.2.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('amanda')
2018-12-31 02:05:16 DEBUG1: config.helper.3.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('ftp')
2018-12-31 02:05:16 DEBUG1: config.helper.4.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('h323')
2018-12-31 02:05:16 DEBUG1: config.helper.5.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('irc')
2018-12-31 02:05:16 DEBUG1: config.helper.6.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('netbios-ns')
2018-12-31 02:05:16 DEBUG1: config.helper.7.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('pptp')
2018-12-31 02:05:16 DEBUG1: config.helper.8.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('proto-gre')
2018-12-31 02:05:16 DEBUG1: config.helper.9.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('sane')
2018-12-31 02:05:16 DEBUG1: config.helper.10.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('sip')
2018-12-31 02:05:16 DEBUG1: config.helper.11.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('snmp')
2018-12-31 02:05:16 DEBUG1: config.helper.12.GetAll('org.fedoraproject.FirewallD1.config.helper')
2018-12-31 02:05:16 DEBUG1: config.HelperAdded('tftp')
2018-12-31 02:05:16 DEBUG1: config.GetAll('org.fedoraproject.FirewallD1.config')
2018-12-31 02:05:27 DEBUG1: Stopping..
2018-12-31 02:05:27 DEBUG1: stop()
2018-12-31 02:05:27 DEBUG1: Flushing rule set
2018-12-31 02:05:27 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.execute(True)
2018-12-31 02:05:27 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.prepare(True, ...)
2018-12-31 02:05:27 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.prepare(True, ...)
2018-12-31 02:05:27 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.pre()
2018-12-31 02:05:27 DEBUG4: <class 'firewall.core.fw_transaction.FirewallTransaction'>.pre()
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ipXtables.ip4tables'>: /sbin/iptables-restore /run/firewalld/temp.y7cvrm6n: 116
       1: *security
       2: -F
       3: -X
       4: -Z
       5: COMMIT
       6: *raw
       7: -F
       8: -X
       9: -Z
      10: COMMIT
      11: *mangle
      12: -F
      13: -X
      14: -Z
      15: COMMIT
      16: *nat
      17: -F
      18: -X
      19: -Z
      20: COMMIT
      21: *filter
      22: -F
      23: -X
      24: -Z
      25: COMMIT
2018-12-31 02:05:27 ERROR: '/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables): 
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT

2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables-restore /run/firewalld/temp.n_r2578n: 116
       1: *security
       2: -F
       3: -X
       4: -Z
       5: COMMIT
       6: *raw
       7: -F
       8: -X
       9: -Z
      10: COMMIT
      11: *mangle
      12: -F
      13: -X
      14: -Z
      15: COMMIT
      16: *nat
      17: -F
      18: -X
      19: -Z
      20: COMMIT
      21: *filter
      22: -F
      23: -X
      24: -Z
      25: COMMIT
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -F
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -X
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -Z
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -F
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -X
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -Z
2018-12-31 02:05:27 DEBUG2: <class 'firewall.core.ipXtables.ip6tables'>: /sbin/ip6tables-restore /run/firewalld/temp.pmwz666j: 116
       1: *filter
       2: -Z
       3: -X
       4: -F
       5: COMMIT
       6: *nat
       7: -Z
       8: -X
       9: -F
      10: COMMIT
      11: *mangle
      12: -Z
      13: -X
      14: -F
      15: COMMIT
      16: *raw
      17: -Z
      18: -X
      19: -F
      20: COMMIT
      21: *security
      22: -Z
      23: -X
      24: -F
      25: COMMIT
2018-12-31 02:05:28 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -Z
2018-12-31 02:05:28 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -X
2018-12-31 02:05:28 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t filter -F
2018-12-31 02:05:28 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -Z
2018-12-31 02:05:28 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -X
2018-12-31 02:05:28 DEBUG2: <class 'firewall.core.ebtables.ebtables'>: /sbin/ebtables --concurrent -t nat -F
2018-12-31 02:05:28 DEBUG1: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/firewall/server/decorators.py", line 53, in handle_exceptions
    return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/firewall/server/firewalld.py", line 101, in stop
    return self.fw.stop()
  File "/usr/lib/python3/dist-packages/firewall/core/fw.py", line 650, in stop
    self.flush()
  File "/usr/lib/python3/dist-packages/firewall/core/fw.py", line 838, in flush
    transaction.execute(True)
  File "/usr/lib/python3/dist-packages/firewall/core/fw_transaction.py", line 143, in execute
    raise FirewallError(errors.COMMAND_FAILED, errorMsg)
firewall.errors.FirewallError: COMMAND_FAILED: '/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables): 
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT


2018-12-31 02:05:28 ERROR: COMMAND_FAILED: '/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables): 
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT

# Generated by xtables-save v1.8.2 on Mon Dec 31 02:45:43 2018
*security
:INPUT ACCEPT [1280:53540]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1219:104756]
:INPUT_direct - [0:0]
:OUTPUT_direct - [0:0]
:FORWARD_direct - [0:0]
-A INPUT -j INPUT_direct
-A FORWARD -j FORWARD_direct
-A OUTPUT -j OUTPUT_direct
COMMIT
# Completed on Mon Dec 31 02:45:43 2018
# Generated by xtables-save v1.8.2 on Mon Dec 31 02:45:43 2018
*raw
:PREROUTING ACCEPT [1280:53540]
:OUTPUT ACCEPT [1219:104756]
:PREROUTING_direct - [0:0]
:PREROUTING_ZONES_SOURCE - [0:0]
:PREROUTING_ZONES - [0:0]
:OUTPUT_direct - [0:0]
:PRE_public - [0:0]
:PRE_public_log - [0:0]
:PRE_public_deny - [0:0]
:PRE_public_allow - [0:0]
-A PREROUTING -j PREROUTING_direct
-A PREROUTING -j PREROUTING_ZONES_SOURCE
-A PREROUTING -j PREROUTING_ZONES
-A OUTPUT -j OUTPUT_direct
-A PREROUTING_ZONES -g PRE_public
-A PRE_public -j PRE_public_log
-A PRE_public -j PRE_public_deny
-A PRE_public -j PRE_public_allow
COMMIT
# Completed on Mon Dec 31 02:45:43 2018
# Generated by xtables-save v1.8.2 on Mon Dec 31 02:45:43 2018
*mangle
:PREROUTING ACCEPT [1280:53540]
:INPUT ACCEPT [1280:53540]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1219:104756]
:POSTROUTING ACCEPT [1219:104756]
:PREROUTING_direct - [0:0]
:PREROUTING_ZONES_SOURCE - [0:0]
:PREROUTING_ZONES - [0:0]
:POSTROUTING_direct - [0:0]
:INPUT_direct - [0:0]
:OUTPUT_direct - [0:0]
:FORWARD_direct - [0:0]
:PRE_public - [0:0]
:PRE_public_log - [0:0]
:PRE_public_deny - [0:0]
:PRE_public_allow - [0:0]
-A PREROUTING -j PREROUTING_direct
-A PREROUTING -j PREROUTING_ZONES_SOURCE
-A PREROUTING -j PREROUTING_ZONES
-A INPUT -j INPUT_direct
-A FORWARD -j FORWARD_direct
-A OUTPUT -j OUTPUT_direct
-A POSTROUTING -j POSTROUTING_direct
-A PREROUTING_ZONES -g PRE_public
-A PRE_public -j PRE_public_log
-A PRE_public -j PRE_public_deny
-A PRE_public -j PRE_public_allow
COMMIT
# Completed on Mon Dec 31 02:45:43 2018
# Generated by xtables-save v1.8.2 on Mon Dec 31 02:45:43 2018
*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:PREROUTING_direct - [0:0]
:PREROUTING_ZONES_SOURCE - [0:0]
:PREROUTING_ZONES - [0:0]
:POSTROUTING_direct - [0:0]
:POSTROUTING_ZONES_SOURCE - [0:0]
:POSTROUTING_ZONES - [0:0]
:OUTPUT_direct - [0:0]
:POST_public - [0:0]
:POST_public_log - [0:0]
:POST_public_deny - [0:0]
:POST_public_allow - [0:0]
:PRE_public - [0:0]
:PRE_public_log - [0:0]
:PRE_public_deny - [0:0]
:PRE_public_allow - [0:0]
-A PREROUTING -j PREROUTING_direct
-A PREROUTING -j PREROUTING_ZONES_SOURCE
-A PREROUTING -j PREROUTING_ZONES
-A POSTROUTING -j POSTROUTING_direct
-A POSTROUTING -j POSTROUTING_ZONES_SOURCE
-A POSTROUTING -j POSTROUTING_ZONES
-A OUTPUT -j OUTPUT_direct
-A PREROUTING_ZONES -g PRE_public
-A POSTROUTING_ZONES -g POST_public
-A POST_public -j POST_public_log
-A POST_public -j POST_public_deny
-A POST_public -j POST_public_allow
-A PRE_public -j PRE_public_log
-A PRE_public -j PRE_public_deny
-A PRE_public -j PRE_public_allow
COMMIT
# Completed on Mon Dec 31 02:45:43 2018
# Generated by xtables-save v1.8.2 on Mon Dec 31 02:45:43 2018
*filter
:INPUT ACCEPT [23:920]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1219:104756]
:INPUT_direct - [0:0]
:INPUT_ZONES_SOURCE - [0:0]
:INPUT_ZONES - [0:0]
:FORWARD_direct - [0:0]
:FORWARD_IN_ZONES_SOURCE - [0:0]
:FORWARD_IN_ZONES - [0:0]
:FORWARD_OUT_ZONES_SOURCE - [0:0]
:FORWARD_OUT_ZONES - [0:0]
:OUTPUT_direct - [0:0]
:IN_public - [0:0]
:IN_public_log - [0:0]
:IN_public_deny - [0:0]
:IN_public_allow - [0:0]
:FWDI_public - [0:0]
:FWDI_public_log - [0:0]
:FWDI_public_deny - [0:0]
:FWDI_public_allow - [0:0]
:FWDO_public - [0:0]
:FWDO_public_log - [0:0]
:FWDO_public_deny - [0:0]
:FWDO_public_allow - [0:0]
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -j INPUT_direct
-A INPUT -j INPUT_ZONES_SOURCE
-A INPUT -j INPUT_ZONES
-A INPUT -m conntrack --ctstate INVALID -j DROP
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -i lo -j ACCEPT
-A FORWARD -j FORWARD_direct
-A FORWARD -j FORWARD_IN_ZONES_SOURCE
-A FORWARD -j FORWARD_IN_ZONES
-A FORWARD -j FORWARD_OUT_ZONES_SOURCE
-A FORWARD -j FORWARD_OUT_ZONES
-A FORWARD -m conntrack --ctstate INVALID -j DROP
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
-A OUTPUT -j OUTPUT_direct
-A INPUT_ZONES -g IN_public
-A FORWARD_IN_ZONES -g FWDI_public
-A FORWARD_OUT_ZONES -g FWDO_public
-A IN_public -j IN_public_log
-A IN_public -j IN_public_deny
-A IN_public -j IN_public_allow
-A IN_public -p icmp -j ACCEPT
-A IN_public_allow -p tcp -m tcp --dport 22 -m conntrack --ctstate 
NEW,UNTRACKED -j ACCEPT
-A FWDI_public -j FWDI_public_log
-A FWDI_public -j FWDI_public_deny
-A FWDI_public -j FWDI_public_allow
-A FWDI_public -p icmp -j ACCEPT
-A FWDO_public -j FWDO_public_log
-A FWDO_public -j FWDO_public_deny
-A FWDO_public -j FWDO_public_allow
COMMIT
# Completed on Mon Dec 31 02:45:43 2018
*security
-F
-X
-Z
COMMIT
*raw
-F
-X
-Z
COMMIT
*mangle
-F
-X
-Z
COMMIT
*nat
-F
-X
-Z
COMMIT
*filter
-F
-X
-Z
COMMIT

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to