[opensuse-factory] sporadic failure of SuSEfirewall2_init during boot
Hi, "systemctl -l status SuSEfirewall2_init" shows: SuSEfirewall2_init.service - SuSEfirewall2 phase 1 Process: 485 ExecStart=/usr/sbin/SuSEfirewall2 boot_init (code=exited, status=1/FAILURE) SuSEfirewall2[485]: mktemp: failed to create file via template ‘/tmp/ SuSEfirewall2_iptables.XXXXXXXX’: Read-only file system [ service restart successful ] The journal shows: SuSEfirewall2_init.service: Main process exited, code=exited, status=1/FAILURE before systemd[1]: Started Remount Root and Kernel File Systems. And does a later separate mount of /tmp (via fstab) conflict with SuSEfirewall2_init? Greetings mab KDE-Plasma-Version: 5.8.4 KDE-Frameworks-Version: 5.28.0 Qt-Version: 5.7.0 Kernel-Version: 4.8.12-1-default -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
10.12.2016 01:00, Michael Andreas Buchberger пишет:
Hi,
"systemctl -l status SuSEfirewall2_init" shows: SuSEfirewall2_init.service - SuSEfirewall2 phase 1 Process: 485 ExecStart=/usr/sbin/SuSEfirewall2 boot_init (code=exited, status=1/FAILURE) SuSEfirewall2[485]: mktemp: failed to create file via template ‘/tmp/ SuSEfirewall2_iptables.XXXXXXXX’: Read-only file system [ service restart successful ]
The journal shows: SuSEfirewall2_init.service: Main process exited, code=exited, status=1/FAILURE
before
systemd[1]: Started Remount Root and Kernel File Systems.
And does a later separate mount of /tmp (via fstab) conflict with SuSEfirewall2_init?
This is a bug in SuSEfirewall2_init.service. It needs After=sysinit.target in addition to Requires=sysinit.target. Actually, sysinit.target is implicit on every system, so Requires is redundant. RequiresMountsFor=/tmp may be considered as well. Please open bug report. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
Michael Andreas Buchberger