Am Freitag, 29. April 2011 schrieb Michael Biebl: > Am 29.04.2011 10:40, schrieb Martin Steigerwald: > > system dbus does not appear to work correctly when I try out systemd > > with init=/bin/systemd. > > Do you have nfs-common, portmap or rpcbind installed? > > Please see http://wiki.debian.org/systemd#Known_Issues_and_Workarounds > Issue# and/or http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622881
Yes. I changed init scripts as suggested in init: don't start in runlevel S *and* 2345 http://bugs.debian.org/623377 shambhala:/etc/init.d> grep -A 10 BEGIN nfs-common ### BEGIN INIT INFO # Provides: nfs-common # Required-Start: $portmap $time # Required-Stop: $time # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: NFS support files common to client and server # Description: NFS is a popular protocol for file sharing across # TCP/IP networks. This service provides various # support functions for NFS mounts. ### END INIT INFO shambhala:/etc/init.d> grep -A 10 BEGIN rpcbind ### BEGIN INIT INFO # Provides: rpcbind # Required-Start: $network $local_fs # Required-Stop: $network $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: RPC portmapper replacement # Description: rpcbind is a server that converts RPC (Remote # Procedure Call) program numbers into DARPA # protocol port numbers. It must be running in # order to make RPC calls. Services that use and did a insserv -d nfs-common insserv -d rpcbind However systemd still doesn't start dbus socket service: Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Set hostname to <shambhala>. Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: /etc/mtab is not a symlink or not pointing to /proc/self/mounts. T his is not supported anymore. Please make sure to replace this file by a symlink to avoid incorrect or misleading mo unt(8) output. Apr 29 11:15:42 shambhala kernel: <27>systemd[1]: Failed to connect to audit log: Protocol not supported Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sockets.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to dbus.socket/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to mountdebugfs.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job dbus.socket/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sockets.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to avahi-daemon.socket/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to mountdebugfs.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job avahi-daemon.socket/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to mountdebugfs.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job mountdebugfs.service/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to setserial.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job setserial.service/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to cryptmount.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job cryptmount.service/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to nfs-common.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job nfs-common.service/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to rpcbind.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job rpcbind.service/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to uptimed.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job uptimed.service/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to microcode.ctl.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job microcode.ctl.service/start It seems to me systemd chokes on: Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Found ordering cycle on basic.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sockets.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to dbus.socket/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to sysinit.target/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to mountdebugfs.service/start Apr 29 11:15:42 shambhala kernel: <30>systemd[1]: Walked on cycle path to basic.target/start Apr 29 11:15:42 shambhala kernel: <28>systemd[1]: Breaking ordering cycle by deleting job dbus.socket/start there is no rpcbind or nfs-common in that block anymore. I can send .depend* files from /etc/init.d if you wish. Switching back to /sbin/init for now. Thanks, -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7
signature.asc
Description: This is a digitally signed message part.