|
From: xavier r. <lis...@na...> - 2003-07-21 15:39:57
|
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
|