Art Alexion on 28 Oct 2006 16:47:03 -0000 |
On Saturday 28 October 2006 12:08, sean finney wrote: > On Sat, 2006-10-28 at 11:53 -0400, Art Alexion wrote: > > > hrm... how about "sh -x /etc/init.d/dbus start", which should give > > > quite a bit of information about what the init script is doing. i can > > > try diffing that against what happens on my system and see if anything > > > pops out. > > > > Here's the output > > <snip> > > it looks like you did this on a system that was already up and running. > could you try again after stopping dbus? > > also, if there's a long pause, could you point out in the output > where the pause is? The long pause is at the 4th to last line: "* Starting Hardware abstraction layer hald" Here is the entire ouput: + set -e + DAEMON=/usr/bin/dbus-daemon + NAME=dbus + DAEMONUSER=messagebus + PIDDIR=/var/run/dbus + PIDFILE=/var/run/dbus/pid + DESC='system message bus' + EVENTDIR=/etc/dbus-1/event.d + test -x /usr/bin/dbus-daemon + . /lib/lsb/init-functions ++ '[' -e /etc/lsb-base-logging.sh ']' ++ . /etc/lsb-base-logging.sh + ENABLED=1 + PARAMS= + '[' -e /etc/default/dbus ']' + . /etc/default/dbus ++ PARAMS= ++ ENABLED=1 + test 1 '!=' 0 + case "$1" in + start_it_up + '[' '!' -d /var/run/dbus ']' + '[' -e /var/run/dbus/pid ']' + log_daemon_msg 'Starting system message bus' dbus + '[' -z 'Starting system message bus' ']' + log_use_usplash + type usplash_write + usplash_write 'TEXT Starting system message bus dbus' + log_use_fancy_output + TPUT=/usr/bin/tput + EXPR=/usr/bin/expr + '[' xxterm '!=' xdumb ']' + '[' -x /usr/bin/tput ']' + '[' -x /usr/bin/expr ']' + /usr/bin/tput hpa 60 + FANCYTTY=1 + true + /usr/bin/tput xenl ++ /usr/bin/tput cols + COLS=70 + '[' 70 ']' ++ /usr/bin/expr 70 - 7 + COL=63 + printf ' * Starting system message bus dbus ' * Starting system message bus dbus ++ /usr/bin/expr 70 - 1 + /usr/bin/tput hpa 69 + printf ' ' + start-stop-daemon --start --quiet --pidfile /var/run/dbus/pid --user messagebus --exec /usr/bin/dbus-daemon -- --system + log_end_msg 0 + '[' -z 0 ']' + log_use_usplash + type usplash_write + '[' 0 -eq 0 ']' + usplash_write 'SUCCESS ok' + '[' 63 ']' + '[' -x /usr/bin/tput ']' + printf '\r' + /usr/bin/tput hpa 63 + '[' 0 -eq 0 ']' + echo '[ ok ]' [ ok ] + return 0 + '[' -d /etc/dbus-1/event.d ']' + run-parts --arg=start /etc/dbus-1/event.d * Starting Hardware abstraction layer hald run-parts: /etc/dbus-1/event.d/20hal exited with return code 2 + true + exit 0 -- _____________________________________________________________ Art Alexion Arthur S. Alexion LLC PGP fingerprint: 52A4 B10C AA73 096F A661 92D2 3B65 8EAC ACC5 BA7A The attachment - signature.asc - is my electronic signature; no need for alarm. Info @ http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.html _____________________________________________________________ Attachment:
pgpLjZvQI4ArQ.pgp ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|