I sent an email to 54...@debbugs.gnu.org to update it with more specific information almost two days ago and I haven’t seen any changes in https://issues.guix.gnu.org/54919 . I also never got a bounce or other return communication saying what has happened; it’s as if my email were silently sent to the bit bucket.
Is there more to the procedure than sending an email to the address at the bottom of the ticket? For the record, since it’s apparently lost: I tracked the issue down to this line in my home.scm: ---[snip]--- (service home-shepherd-service-type (home-shepherd-configuration)) ---[snip]--- When I comment that out, everything runs correctly. It seems as though the addition of this empty configuration caused the ’herd’ process to try to communicate with the shepherd process, and even though it was able to connect, it never got a response to the version query. There were more details in the lost bug report, but the above is the gist of it. -bjc