|
From: Michael G. <mg...@ee...> - 2003-07-26 23:19:23
|
Hey Xavier. Give me a bit to take a look at this. I'm travelling
again next week to a customer site in NY (been rather busy at the
job as of late) but after that, I'm back into the development cycle
again. I take it you're using the latest 0.5.x CVS, correct (I have
to ask :) )?
-- Mike
On Mon, Jul 21 @ 11:38, xavier renaut wrote:
> hello,
>
> by flooding the server with events,
>
> it does not work any more...
> the packets are received, analysed,
> but not played... (the queue is full ?)
> sometimes the server segfault too.
>
> and when you stop it (^C), it segfault instead
> of clean stop...
>
> here is the setup :
>
> server :
>
> event
> name test
> path misc/events/bells
> end event
>
>
> client :
>
>
> client logparser
> class main
> port 1999
> default
> groups default
> logfile /var/log/all.log,/var/log/messages,/home/xavier/system/procmail/log,/var/log/exim/mainlog,/tmp/test
> end default
> config
> events
> # Name Group Location Priority Notification Pattern Hosts
> test default 128 0 info "test : " localhost
>
>
>
> starting :
>
> ~/work/projects/peep-0.5.x/server/peepd --config=/usr/local/etc/peep/peep.conf --pidfile=/tmp/peep.pid --snd-device=/dev/dsp --nodaemon
>
> (debug 2 at compile time)
>
> perl -Iblib/lib ./bin/logparser --config=/usr/local/etc/peep/peep.conf --nodaemon --debug=5 --server=localhost --port=2001 --class=main --noautodiscovery
>
>
>
> testing procedure :
>
> i=1;while [ $i -le 20 ] ;do i=$[ i + 1 ];echo "test : $i" >> /tmp/test;done
>
> (try more than 20 if it doesnt work)
> logparser is responding correctly.
> the server does not play any further events....
>
>
> can you reproduce it ?
>
> thanks
>
> bye
>
>
> --
> xavier
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> Peep-develop mailing list
> Pee...@li...
> https://lists.sourceforge.net/lists/listinfo/peep-develop
--
Michael Gilfix
mg...@ee...
For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html
|