all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34407: Shepherd won't close socket on exit
@ 2019-02-09 19:56 nly
  2019-02-09 20:21 ` bug#34407: Acknowledgement (Shepherd won't close socket on exit) nly
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: nly @ 2019-02-09 19:56 UTC (permalink / raw)
  To: 34407

Shepherd does not close the socket when exiting with `herd stop root`.
"bind: Address already in use"

~$ rm /run/user/1000/shepherd/socket
~$ shepherd
Service root has been started.
~$ herd status
error: connect: /run/user/1000/shepherd/socket: Connection refused
~$ shepherd
Service root has been started.
~$ Backtrace:
           3 (primitive-load "/run/current-system/profile/bin/shepherd")
In shepherd.scm:
   250:24  2 (main . _)
     48:6  1 (open-server-socket _)
In unknown file:
           0 (bind #<input-output: socket 13> #(1 "/run/user/1000/shepherd/socket") #)

ERROR: In procedure bind:
In procedure bind: Address already in use
  C-c C-c
~$ 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-04-08  9:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-09 19:56 bug#34407: Shepherd won't close socket on exit nly
2019-02-09 20:21 ` bug#34407: Acknowledgement (Shepherd won't close socket on exit) nly
2019-02-13 23:05   ` Maxim Cournoyer
2019-02-17  3:38 ` bug#34407: [PATCH] shepherd: Delete the socket file upon exit 宋文武
2019-02-17  3:38 ` 宋文武
2019-02-19 19:08   ` Danny Milosavljevic
2019-02-23  8:53     ` bug#34407: " 宋文武
2019-02-23  8:53     ` 宋文武
2019-02-19 19:08   ` bug#34407: " Danny Milosavljevic
2019-04-08  8:58   ` Ludovic Courtès
2019-04-08  8:58   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.