On Fri, Apr 18, 2008 at 10:25:00AM +0200, Chatelain Fabrice wrote: > How would I force to close the fifo? By simply removing it?
No, removing won't help. If you have access to the fifo, try `fuser' command on it - you'll get the list of processes which opened the fifo. -- Alexander.
