Bug 1505043

Summary: [/usr/lib/systemd/system/ip6tables.service:3] Failed to add dependency on syslog.target,iptables.service, ignoring: Invalid argument
Product: Red Hat Enterprise Linux 7 Reporter: Harald Reindl <h.reindl>
Component: iptablesAssignee: Phil Sutter <psutter>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: medium Docs Contact:
Priority: medium    
Version: 7.4CC: aloughla, iptables-maint-list, redhat-bugzilla
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-25 21:58:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Harald Reindl 2017-10-21 12:01:38 UTC
WTF - the service is disbaled and has to shut up as it did before iptables-services-1.4.21-18.2.el7_4.x86_64

[root@backup-hosting:~]$ systemctl status ip6tables.service
? ip6tables.service - IPv6 firewall with ip6tables
   Loaded: loaded (/usr/lib/systemd/system/ip6tables.service; disabled; vendor preset: disabled)
   Active: inactive (dead)

Okt 21 13:57:58 backup-hosting.thelounge.net systemd[1]: [/usr/lib/systemd/system/ip6tables.service:3] Failed to add dependency on syslog.target,iptables.service, ignoring: Invalid argument
Okt 21 13:57:59 backup-hosting.thelounge.net systemd[1]: [/usr/lib/systemd/system/ip6tables.service:3] Failed to add dependency on syslog.target,iptables.service, ignoring: Invalid argument
Okt 21 13:57:59 backup-hosting.thelounge.net systemd[1]: [/usr/lib/systemd/system/ip6tables.service:3] Failed to add dependency on syslog.target,iptables.service, ignoring: Invalid argument
Okt 21 13:57:59 backup-hosting.thelounge.net systemd[1]: [/usr/lib/systemd/system/ip6tables.service:3] Failed to add dependency on syslog.target,iptables.service, ignoring: Invalid argument

[root@backup-hosting:~]$ cat /usr/lib/systemd/system/ip6tables.service
[Unit]
Description=IPv6 firewall with ip6tables
After=syslog.target,iptables.service
AssertPathExists=/etc/sysconfig/ip6tables

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/iptables/ip6tables.init start
ExecReload=/usr/libexec/iptables/ip6tables.init reload
ExecStop=/usr/libexec/iptables/ip6tables.init stop
Environment=BOOTUP=serial
Environment=CONSOLETYPE=serial
StandardOutput=syslog
StandardError=syslog

[Install]
WantedBy=basic.target

Comment 2 Robert Scheck 2017-10-21 23:28:12 UTC
Duplicate of bug #1499367 from my point of view.

Comment 3 Phil Sutter 2017-10-25 21:58:55 UTC
Hi,

(In reply to Robert Scheck from comment #2)
> Duplicate of bug #1499367 from my point of view.

That's correct. The issue is resolved in designated build for RHEL7.5 already and approval for RHEL7.4.z was requested by me today.

*** This bug has been marked as a duplicate of bug 1499367 ***