[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67802: Shepherd is not able to run simple networked programs as serv
From: |
Ludovic Courtès |
Subject: |
bug#67802: Shepherd is not able to run simple networked programs as services |
Date: |
Sun, 17 Dec 2023 23:02:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Lars Rustand <rustand.lars@gmail.com> skribis:
> So, I figured this out. It had nothing to do with networking even though
> it looked like it. The problem was that I had cargo cult-copied a
> #:pid-file parameter from another service, believing that this was just
> a path were Shepherd could create a pid-file for the service, but
> Shepherd was in fact expecting the program to create the pid-file. So
> when the program did not create this pid-file then Shepherd killed the
> program.
>
> So the original bug I reported is in fact not a bug at all and can be
> closed. However, the error handling in Shepherd could be improved in
> order to make it more clear what is happening.
Good that you found the issue! I improved logging for this particular
case as a result of this report:
https://git.savannah.gnu.org/cgit/shepherd.git/commit/?id=ace4a3b2dba43b826640d5c1ca970f9040d27416
Thanks for reporting it,
Ludo’.