This occurs on some systems that have been installed with Autoyast: Hardware | Suse 10.1 | Inst. | dbus start ---------------------------+-----------+----------+----------- Dell Precision 650 (32bit) | i386 | Autoyast | no Dell Precision 650 (32bit) | i386 | manual | yes Dell Precision 670 (EM64T) | i386 | Autoyast | no Dell Precision 670 (EM64T) | x86_64 | Autoyast | yes Dell Precision 490 (EM64T) | i386 | Autoyast | yes Dell Precision 490 (EM64T) | x86_64 | Autoyast | yes Workaround for this problem: (1) Create /etc/init.d/susefix containing: ==CUT== #!/bin/sh # ### BEGIN INIT INFO # Provides: susefix # Required-Start: $network $local_fs $remote_fs $named $syslog # X-UnitedLinux-Should-Start: cupsd winbind nmb # Required-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Workaround for Suse 10.1 Bugs # Description: Workaround for Suse 10.1 Bugs ### END INIT INFO . /etc/rc.status rc_reset case "$1" in start) # dbus comes not up after boot on some 32bit Autoyast installed systems /etc/init.d/dbus start /etc/init.d/haldaemon start /etc/init.d/powersaved start rc_status -v ;; stop) /etc/init.d/powersaved stop /etc/init.d/haldaemon start /etc/init.d/dbus start rc_status -v ;; *) echo "Usage: $0 {start|stop}" exit 1 ;; esac rc_exit ==CUT== (2) chkconfig susefix on I don't know why but when dbus is started later it comes up. Bye Bernd -- Um die Liste abzubestellen, schicken Sie eine Mail an: suse-linux-unsubscribe@suse.com Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: suse-linux-help@suse.com