pflogd -p problems

2008-01-14 Thread Didier Wiroth
Hello, I'm running current (a few days old). I would like to log some traffic to the pflog1 interface. Everything works fine except a problem with pflogd and the -p switch. I use the following as default: 1) pflogd -s 116 -i pflog0 -f /var/log/pflog The process is: $ cat /var/run/pflogd.pid

Re: pflogd -p problems

2008-01-14 Thread Okan Demirmen
On Mon 2008.01.14 at 14:17 +0100, Didier Wiroth wrote: How can I make this to work: pflogd -s 116 -i pflog1 -f /var/log/pflog1 -p /var/log/pflogd1.pid you want: pflogd -s 116 -i pflog1 -f /var/log/pflog1 -p pflogd1 which will write /var/run/pflogd1.pid .