Displaying 2 results from an estimated 2 matches for "pktlog".
Did you mean:
pktloc
2005 May 31
0
ULOG logging may fail on some ulogd/logrotate configurations
...tion does get entered into the ulogd.syslogemu file.
I make no changes to Shorewall whatsoever.
I observe this on a Mandrake 10.1 install:
shorewall-2.0.8-1.1.101mdk
ulogd-1.02-2mdk
/etc/logrotate.d/ulogd contains:
/var/log/ulogd/ulogd.log /var/log/ulogd/ulogd.syslogemu
/var/log/ulogd/ulogd.pktlog /var/log/ulogd/ulogd.pcap {
missingok
sharedscripts
postrotate
/bin/killall -HUP ulogd 2> /dev/null || true
endscript
}
I am not sure what to do to fix it properly, but at the moment, I have to
restart ulogd to resume placing of shorewall content into the log file:
# se...
2003 Aug 29
10
problem getting ulogd and shorewall working on debian
.../etc/shorewall/* files have "ULOG" where they used to have
"info". /etc/ulogd.conf has:
nlgroup 1
logfile /var/log/ulogd.log
loglevel 5
plugin /usr/lib/ulogd/ulogd_BASE.so
syslogfile /var/log/shorewall
syslogsync 1
plugin /usr/lib/ulogd/ulogd_LOGEMU.so
dumpfile /var/log/ulogd.pktlog
And lsmod shows:
Module Size Used by Not tainted
ipt_ULOG 3456 8
ipt_TOS 1088 12 (autoclean)
ipt_MASQUERADE 1248 2 (autoclean)
ipt_LOG 3168 0 (autoclean)
ipt_REJECT 3040 4 (autoclean)
ipt_state...