[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#623377: init: don't start in runlevel S *and* 2345



Package: nfs-common, portmap, rpcbind
Severity: important


Hi,

the initscripts of nfs-common, pormap and rpcbind all have the following in
their LSB header:

# Default-Start:     S 2 3 4 5
# Default-Stop:      0 1 6


As a result, the init scripts are run *twice* when you boot your system.
More importantly though, this breaks systemd horribly, as this leads to a
depedency loop there.

nfs-common, portmap and rpcbind are the only packages using such a strange setup
in Default-Start.

I can't really tell, if those packages are supposed to be started during early
boot (rcS) and be running in single-user mode or starting them in multi-user is
sufficient.

In the former case, I'd suggest using:

# Default-Start:     S
# Default-Stop:      0 6 (I guess all three have running daemons which need to
be killed on shutdown/reboot)


in the latter:

# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6


Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: