--On Wednesday, January 22, 2003 7:46 PM +0100 Sylvain Pelletier <[EMAIL PROTECTED]> wrote:


Hi,

I've try to log shorewall messages with ulogd,  all works for one day
after shorewall.log is empty.
I use Bering with a 2.4.20 kernel.
If someone have a idea??

Sounds like logrotate isn't sending a HUP to ulogd. The released logrotate file for ulogd is:

/var/log/ulogd.log /var/log/ulogd.pktlog {
missingok
sharedscripts
postrotate
/usr/bin/killall -HUP ulogd 2> /dev/null || true
endscript
}

Note the 'postrotate' command.

-Tom
--
Tom Eastep \ Shorewall - iptables made easy
AIM: teastep \ http://www.shorewall.net
ICQ: #60745924 \ [EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to