Re: argus-server streaming return failed
Eric Kinzie <[email protected]> Tue, 20 Nov 2018 15:28:26 -0500
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <[email protected]> |
On Tue Nov 20 12:30:26 -0500 2018, Eric Kinzie wrote: > On Tue Nov 20 15:21:07 +0800 2018, ms01005555 wrote: > > Hi Carter, > > > > I used argus-server stream flow to another server and used argus-client to > > receive. > > > > command like this: > > > > argus-server : sudo argus -i eno3 -w argus-udp://a.b.c.d:1235 > > argus-client : ra -F .rarc -S argus-udp://a.b.c.d:1235 > > > > the flow indeed received sudccessfully > > > > but,I got an error and the process was Interrupted > > > > ArgusWriteSocket: open(argus-udp://a.b.c.d, > > O_WRONLY|O_APPEND|O_CREAT|O_NONBLOCK, 0x1a4) failed No such file or > > directory > > > > how can I fix it? > > > > thanks, > > Leon > > Leon, > > A few questions - > > Which version of argus are you using? Is there an /etc/argus.conf > file? If so, can you send the contents? > Also, would you be able to run argus with debugging compiled in? I'm curious if something causes a write to the udp socket to fail. To build with debugging: % make clean % touch .debug % ./configure % make And then run with debugging enbabled: % sudo argus -D4 -i eno3 -w argus-udp://a.b.c.d:1235 Eric