bug#32336: herd stop mcron yields instant shutdown of computer

2018-08-21 Thread Ludovic Courtès
Hello, Tonton skribis: > Triggering action: > from bash: sudo herd stop mcron [...] > 750173:Jul 31 18:37:42 localhost shepherd[1]: Service mcron has been started. > 750174:Jul 31 18:37:42 localhost shepherd[1]: Respawning mcron. > 750175:Jul 31 18:37:42 localhost shepherd[1]: Service mcron

bug#32336: herd stop mcron yields instant shutdown of computer

2018-07-31 Thread Tonton
I attempted to reproduce the bug in a minimal-ish vm. First I ran guix pull --commit=48d7ac175f69fea587eaa0358eddb5c76205e8ad (the same as the previous generation where this occured) Then I built the following config as a vm: (add-to-load-path "/home/ton/guixsd/modules/") (setenv "GUIX_PACKAGE_PAT

bug#32336: herd stop mcron yields instant shutdown of computer

2018-07-31 Thread Tonton
Triggering action: from bash: sudo herd stop mcron Result: Exactly the same behaviour as when I call halt/poweroff/reboot from bash. Except one of the messages clearly seen midscreen on the TTY is shepherds message that mcron has been stopped. It then scrolls off as the system is doing it's regula