retitle systemd causes dbus socket init failure if sysv init files are flagged as Default-start:S
thanks

OK, so I've found the root cause. nfs-common and rpcbind both have Default-Start: S and create symlinks in /etc/rcS.d/ This appears to confuse systemd which makes them a dependent of sysinit.target. nfs-common.service and rpcbind.service meta-services created by systemd are already dependent on basic.target. This causes a loop and the loop breaking kills (among other things!) dbus.socket to break the loop. This is NOT GOOD.

Probably, systemd wants to be a little more cautious about the things it depends sysinit.target on, so that fundamental system services like dbus don't get killed by rogue sysv services in the S startup group.

Hope this helps
Christian



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to