On Mon, May 08, 2006 at 06:57:13PM -0700, Arias Hung wrote:
> On Mon, 08 May 2006, Sjoerd Simons delivered in simple text monotype:
>
> >># hald --daemon=yes --verbose=yes
> >>17:29:12.443 [I] hald.c:469: hal 0.5.7
> >>17:29:12.443 [I] hald.c:478: Will daemonize
> >>17:29:12.443 [I] hald.c:479: Becoming a daemon
> >
> >What happens if you run with --daemon=no --verbose=yes ?
> <---snip--->
>
> Okay, I have it responding to --daemon=no --verbose=yes.
>
>
>
> Attached is the log that resulted.
> *** [DIE] hald_runner.c:runner_died():69 : Runner died
Uhm, right the runner dies.. that's bad.. Could you do the following:
$ echo '#!/bin/sh\n /usr/bin/strace /usr/lib/hal/hald-runner\n'
>/tmp/hald-runner
$ chmod a+x /tmp/hald-runner
$ PATH=/tmp:$PATH hald --daemon=no --verbose=no
This will cause the hald to attach a strace to the hald-runner so we can get
somewhat more debug info.
Sjoerd
--
Given a choice between grief and nothing, I'd choose grief.
-- William Faulkner
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]