Live from the Guix Days — @group experienced and reported a bug that has an easy reproducer: take a VM like guix system vm gnu/system/examples/bare-bones.tmpl, run date -s to move the clock backwards by a few hours, and notice that herd status doesn’t respond.
straceing shows that clients are accepted, requests are read, but then nothing happens. Also, services whose associated process is terminated are not restarted.
This is sort of the converse of #92.
To be continued...