Re: argus-server streaming return failed

ms01005555 <[email protected]> Wed, 21 Nov 2018 20:05:17 +0800
Newsgroups gmane.network.argus
Message-ID <CAGokiQMEVnnBdzBcuq8mCxs7BPRkiDTnNe1M8F4DuWDv-WtwGg@mail.gmail.com>
--000000000000fee0ed057b2b9041
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi Eric,

I'm using arugs-3.0.8.2 and argus-clients-3.0.8

I installed by ./configure & make install,so it doesn't have
/etc/argus.conf file.
it just include  ./pkg/argus.conf  and ./support/Config/argus.conf in argus
directory.

And, I also did that follow your command step, but it didn't run with debug
enabled(the .debug file have no error log).

thanks,
Leon

Eric Kinzie <[email protected]> =E6=96=BC 2018=E5=B9=B411=E6=9C=8821=E6=97=
=A5 =E9=80=B1=E4=B8=89 =E4=B8=8A=E5=8D=884:28=E5=AF=AB=E9=81=93=EF=BC=9A

> 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
>

--000000000000fee0ed057b2b9041
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">Hi Eric=
,<div><br></div><div>I&#39;m using arugs-3.0.8.2 and argus-clients-3.0.8</d=
iv><div><br></div><div>I installed by ./configure &amp; make install,so it =
doesn&#39;t have /etc/argus.conf file.</div><div>it just include=C2=A0 ./pk=
g/argus.conf=C2=A0 and ./support/Config/argus.conf in argus=C2=A0<span styl=
e=3D"color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px;white-spa=
ce:nowrap">directory.</span></div><div><br></div><div>And, I also did that =
follow your command step, but it didn&#39;t run with debug enabled(the .deb=
ug file have no error log).</div><div><br></div><div>thanks,</div><div>Leon=
</div></div></div></div></div><br><div class=3D"gmail_quote"><div dir=3D"lt=
r">Eric Kinzie &lt;<a href=3D"mailto:[email protected]">[email protected]</a>=
&gt; =E6=96=BC 2018=E5=B9=B411=E6=9C=8821=E6=97=A5 =E9=80=B1=E4=B8=89 =E4=
=B8=8A=E5=8D=884:28=E5=AF=AB=E9=81=93=EF=BC=9A<br></div><blockquote class=
=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padd=
ing-left:1ex">On Tue Nov 20 12:30:26 -0500 2018, Eric Kinzie wrote:<br>
&gt; On Tue Nov 20 15:21:07 +0800 2018, ms01005555 wrote:<br>
&gt; &gt; Hi Carter,<br>
&gt; &gt; <br>
&gt; &gt; I used argus-server stream flow to another server and used argus-=
client to<br>
&gt; &gt; receive.<br>
&gt; &gt; <br>
&gt; &gt; command like this:<br>
&gt; &gt; <br>
&gt; &gt; argus-server : sudo argus -i eno3=C2=A0 -w argus-udp://a.b.c.d:12=
35<br>
&gt; &gt; argus-client : ra -F .rarc -S argus-udp://a.b.c.d:1235<br>
&gt; &gt; <br>
&gt; &gt; the flow indeed received sudccessfully<br>
&gt; &gt; <br>
&gt; &gt; but,I got an error and the process was Interrupted<br>
&gt; &gt; <br>
&gt; &gt; ArgusWriteSocket: open(argus-udp://a.b.c.d,<br>
&gt; &gt; O_WRONLY|O_APPEND|O_CREAT|O_NONBLOCK, 0x1a4) failed No such file =
or<br>
&gt; &gt; directory<br>
&gt; &gt; <br>
&gt; &gt; how can I fix it?<br>
&gt; &gt; <br>
&gt; &gt; thanks,<br>
&gt; &gt; Leon<br>
&gt; <br>
&gt; Leon,<br>
&gt; <br>
&gt; A few questions -<br>
&gt; <br>
&gt; Which version of argus are you using?=C2=A0 Is there an /etc/argus.con=
f<br>
&gt; file?=C2=A0 If so, can you send the contents?<br>
&gt; <br>
<br>
Also, would you be able to run argus with debugging compiled in?<br>
I&#39;m curious if something causes a write to the udp socket to fail.<br>
<br>
To build with debugging:<br>
% make clean<br>
% touch .debug<br>
% ./configure<br>
% make<br>
<br>
And then run with debugging enbabled:<br>
% sudo argus -D4 -i eno3=C2=A0 -w argus-udp://a.b.c.d:1235<br>
<br>
Eric<br>
</blockquote></div>

--000000000000fee0ed057b2b9041--