Your message dated Fri, 2 Jan 2015 15:14:31 +0100
with message-id <20150102141430.ga1...@mail.waldi.eu.org>
and subject line Re: Bug#774419: Acknowledgement (ferm - dependency cycle with
basic.target under systemd)
has caused the Debian Bug report #774419,
regarding ferm - dependency cycle with basic.target under systemd
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
774419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774419
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ferm
Version: 2.2-3
Severity: grave
ferm fails to start under systemd. systemd reports a dependency cycle:
| systemd[1]: Job ferm.service/start deleted to break ordering cycle starting
with basic.target/start
ferm is not started in this case and the system is left without a packet
filter setup.
The reason seems to be: the ferm init script depends on $remote_fs but
is listed in runlevel S. The generated service file contains:
| Before=sysinit.target
| After=network-online.target remote-fs.target
| Wants=network-online.target
Bastian
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.16-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages ferm depends on:
ii debconf 1.5.55
ii iptables 1.4.21-2+b1
ii lsb-base 4.1+Debian13+nmu1
ii perl 5.20.1-4
Versions of packages ferm recommends:
pn libnet-dns-perl <none>
ferm suggests no packages.
--- End Message ---
--- Begin Message ---
Moin
systemd was so nice to not show the real cycle. ferm.service was part
of it, because it wants network-online.service, but in the end it was
not the culprit.
Bastian
--- End Message ---