|
From: Michael G. <mg...@ee...> - 2002-09-11 05:42:02
|
Hey Collin, can you test out the clients running over tcp? I think you broke tcp
by accident at some point. I mentioned this before this last commit and it still
doesn't work. The clients don't seem to send to the server. I'm testing by
running keytest with:
keytest --server=localhost --port=2001 --noautodiscovery
--config=/home/mgilfix/peep/peep-0.5.x/conf/mypeep.conf --protocol=tcp
I watched with tcpdump and didn't see anything.
-- Mike
On Tue, Sep 10 @ 23:24, Collin Starkweather wrote:
> tir, 2002-09-10 kl. 11:16 skrev xavier renaut:
> > cool, i'm waiting for your commit.
> >
> > --
> > xavier
>
> I just did a fresh commit of logparser. You may also want to update
> Net::Peep::BC.
>
> The change fixed the tailing problem and the "Something is not right
> ..." warning we were getting earlier.
>
> My favorite perlism from the patch (from the tail() method):
>
> chomp for @food;
>
> I tested logparser with:
>
> logparser --nodaemon --noautodiscovery --server=localhost --port=2001
> --debug=0 --config=./conf/peep.conf
> --logfile=/home/olsonco/junk/logparser-test.txt --protocol=udp
>
> (I had some debugging output in logparser that indicated which lines it
> was catching at debug level 0.)
>
> I then did a
>
> perl -e 'open(F,">>logparser-test.txt"); for ($i=1;$i<1000;$i++) { print
> F "$i: pam_unix: authentication failure\n" }; close F'
>
> and all the lines were caught.
>
> It sounded like a rerun of Hitchcock's "The Birds" ;-)
>
> Regards,
>
--
Michael Gilfix
mg...@ee...
For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html
|