(address . bug-guix@gnu.org)
Hello,
When running the following command:
Toggle snippet (3 lines)
sudo herd restart service-that-hangs-upon-restart
then hitting C-c, Shepherd becomes totally unresponsive:
Toggle snippet (3 lines)
sudo herd status
and all further Shpeherd commands hang forever. I was able to reproduce
it in two different configurations:
1. On my laptop with a Wireguard service trying to reach a non-existing
DNS server.
Toggle snippet (6 lines)
(service wireguard-service-type
(wireguard-configuration
(addresses (list "10.0.0.2/24"))
(dns '("10.0.0.50")) #does not exit
2. On Berlin, while trying to restart nginx.
In both situations, the "reboot" command was also hanging.
Thanks,
Mathieu