GNU bug report logs -
#57827
Shepherd 0.9.2 possible regressions
Previous Next
Reported by: Mathieu Othacehe <othacehe <at> gnu.org>
Date: Thu, 15 Sep 2022 13:06:02 UTC
Severity: important
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hey,
> * cgit: https://ci.guix.gnu.org/build/1427375/details
> * gitile https://ci.guix.gnu.org/build/1427377/details
OK so those two are fixed by Chris patch.
> * gui-uefi-installed-os https://ci.guix.gnu.org/build/1431041/details
> * gui-installed-os https://ci.guix.gnu.org/build/1431027/details
> * gui-installed-os-encrypted https://ci.guix.gnu.org/build/1431040/details
> * gui-installed-desktop-os-encrypted https://ci.guix.gnu.org/build/1431044/details
Regarding those four, I was able to reproduce the issue this way:
--8<---------------cut here---------------start------------->8---
$ guix repl
(stop-service 'guix-daemon)
(start-service 'guix-daemon (list (number->string (getpid))))
--8<---------------cut here---------------end--------------->8---
The latter command hangs and Shepherd becomes unresponsive. I collected
an (attached) strace dump of Shepherd showing that there is no response
on the socket when the service is started.
Note that, this works:
--8<---------------cut here---------------start------------->8---
$ guix repl
(stop-service 'guix-daemon)
(start-service 'guix-daemon)
--8<---------------cut here---------------end--------------->8---
So the problem could be caused by the "container-excursion*" in the
"fork+exec-command/container" procedure.
Thanks,
Mathieu
[out (application/octet-stream, attachment)]
This bug report was last modified 2 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.