guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need help with debugging gopherd (geomyidae) service


From: Ludovic Courtès
Subject: Re: need help with debugging gopherd (geomyidae) service
Date: Wed, 17 May 2017 14:58:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Maxim Cournoyer <address@hidden> skribis:

> ng0 <address@hidden> writes:

[...]

>> +       (list (shepherd-service
>> +              (documentation "Run the gopherd geomyidae")
>> +              (provision '(geomyidae))
>> +              (requirement '(user-processes loopback networking))
>> +              (start #~(make-forkexec-constructor
>> +                        '#$cmd
>
> Why is there a single quote in front of #$cmd ?
>
> I think Ludo once explained how to manually exercise the service script;
> I'm not sure, but maybe you could gather more clues as to what might be
> failing from there if you could manage to run the service manually at
> the REPL.

If you test this in a VM, error messages will go to /dev/console, so you
should be able to get hints.

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]