Comment 131 for bug 1080701

Revision history for this message
Dan Kegel (dank) wrote :

Hey, I found a deadlock.
In my current hang, strace shows that parted_server is blocking on
  open("/var/lib/partman/outfifo", O_RDONLY)
and /lib/partman/automatically_partition/15reuse/choices is blocking on
  open("/var/lib/partman/stopfifo", O_WRONLY|O_CREAT|O_TRUNC, 0666

Methinks the "protocol" is a little racy...