| Will Dyson on 29 Oct 2006 19:39:47 -0000 |
|
On 10/29/06, Art Alexion <art.alexion@verizon.net> wrote: On Saturday 28 October 2006 17:55, sean finney wrote: > - if that does nothing, try running "strace /usr/sbin/hald" and see if > that hangs in the same way.
This log shows hald forking right after startup, then waiting for the child to write something to a pipe (the call to select() ) with a timeout of 250 seconds. The timeout expires, the parent kills the child and then exits itself. I suggest you try running 'hald --daemon=no --verbose=yes' for a much more useful output. -- Will Dyson ___________________________________________________________________________ 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
|
|