Perl Monk, Perl Meditation | |
PerlMonks |
IO::Socket::UNIX recvmsg errorby fuzzyping (Chaplain) |
on May 16, 2005 at 01:36 UTC ( [id://457322]=perlquestion: print w/replies, xml ) | Need Help?? |
fuzzyping has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to create a IO::Socket::UNIX socket for receiving data from a netflow collector that can only write to files. I've created a small socket script (see below) that seems to run ok, but I get the following error when I run the collector:
And the script:
Any ideas what this error means or how to correct it? Thanks, Update: Corrected options passed to new(). Another Update: According to djm, flowd will not work with sockets at all. He's been able to provide patches to support FIFO properly, so this has been resolved.
-fp
Back to
Seekers of Perl Wisdom
|
|