> > 233.45.67.88/23456
> >
> > with TTL 16 (I may need to increase it - but see how it goes :-)
>
> You might want to turn the ttl up, I didn't see any streams on there when I
> checked Friday afternoon.
OK will set TTL to 64
> When I do that, there's no error output in the file, just the standard out
> that I always see on the terminal.
Wow - that means a lot... earlier I just wasn't sure if the error
output was recorded... but if you had captured the standard and error
outputs to leonlog1 (terminal will show you both std::cout and
std::cerr by default) - then things are very interesting...
I will commit a new revision - it should give a little bit more
information on the matter... so if you could generate leonlog1 again
(with newer revision) - that would be cool:
cd to ag-media
svn update
svn diff should show nothing (otherwise try "svn revert" to force the
working copy to use the exact code as per svn repository)
svnversion should indicate the max of 95
./configure
make clean
make
cd vic
then, if you are running bash:
./vic YOUR-IP/PORT > leonlog3 2>&1
or if you are running csh:
./vic YOUR-IP/PORT >& leonlog3
or sumething like
script
./vic YOUR-IP/PORT
then CTRL-D after a few seconds
Attachment:
leonlog3
Description: Binary data
Attachment:
leonlog3-script
Description: Binary data