[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71139: herd unresponsive on new 1.4.0 install
From: |
Ludovic Courtès |
Subject: |
bug#71139: herd unresponsive on new 1.4.0 install |
Date: |
Thu, 23 May 2024 11:35:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Antero Mejr <mail@antr.me> skribis:
> On a new Guix 1.4.0 install, I logged in and ran `herd status` to check
> if sshd was running. However, the command blocked indefinitely with no
> output. When I cancelled that and tried to shut the machine down with
> `halt`, it also blocked and did nothing. The system was not being
> reconfigured at the time.
Could it be that your system clock changed drastically, for instance in
response to ntpd synchronization? There’s a bug when that happens:
https://github.com/wingo/fibers/issues/89
Thanks,
Ludo’.