Peter Waller
2014-02-21 18:09:19 UTC
Hi All,
Not realising the difference between a unix socket and a fifo I tried
setting `spiped`'s `-t` parameter to a named pipe.
Unfortunately spipe just exits and spiped appears to do nothing in this
case. strace reveals that it tries to connect() to the fifo which isn't
(Connection refused)
Any chance spiped could support writing to a fifo or is this fraught for
some reason?
Thanks,
- Peter
Not realising the difference between a unix socket and a fifo I tried
setting `spiped`'s `-t` parameter to a named pipe.
Unfortunately spipe just exits and spiped appears to do nothing in this
case. strace reveals that it tries to connect() to the fifo which isn't
connect(8, {sa_family=AF_FILE,
path="/home/pwaller/tmp/spiped/testfifo"}, 110) = -1 ECONNREFUSED(Connection refused)
Any chance spiped could support writing to a fifo or is this fraught for
some reason?
Thanks,
- Peter