GNU bug report logs -
#76130
'herd status' cannot handle inaccessible logfiles (shepherd 1.0.1)
Previous Next
Reported by: Andrew Wong <wongandj <at> icloud.com>
Date: Fri, 7 Feb 2025 20:30:02 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76130 in the body.
You can then email your comments to 76130 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#76130
; Package
guix
.
(Fri, 07 Feb 2025 20:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Wong <wongandj <at> icloud.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 07 Feb 2025 20:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
I've found a bug in shepherd 1.0.1. When a service has a log file in an
'inaccessible' location, e.g. a home service logging to /var/log, it
causes 'herd status $service' to hang, as well as the overall 'herd
service' command. I found it with this service[1] which silently failed
to log, I guess, until I updated shepherd and found this bug.
[1]:
(service home-shepherd-service-type
(home-shepherd-configuration
(services
(list
(shepherd-service
(provision '(emacs))
(start #~(make-forkexec-constructor
(list #$(file-append emacs-pgtk-xwidgets "/bin/emacs")
"--fg-daemon")
#:log-file "/var/log/emacs.log"))
(stop #~(make-kill-destructor)))))))
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 08 Feb 2025 22:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Wong <wongandj <at> icloud.com>
:
bug acknowledged by developer.
(Sat, 08 Feb 2025 22:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 76130-done <at> debbugs.gnu.org (full text, mbox):
Hi Andrew,
Andrew Wong <wongandj <at> icloud.com> skribis:
> I've found a bug in shepherd 1.0.1. When a service has a log file in
> an 'inaccessible' location, e.g. a home service logging to /var/log,
> it causes 'herd status $service' to hang, as well as the overall 'herd
> service' command. I found it with this service[1] which silently
> failed to log, I guess, until I updated shepherd and found this bug.
Good catch. This is fixed by cd6d35fe8adf5baaeb50adf2a96662fb30382eca,
which will be in 1.0.2, to be released in the coming days.
Thank you!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 09 Mar 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.