Re: Syslogging problems

2003-09-30 Thread j knight
Vladimir Potapov wrote: bash-2.05b# ls -l /var/log/pflog -rw--- 1 root wheel 3988 Sep 29 20:18 /var/log/pflog bash-2.05b# /etc/pflogrotate bash-2.05b# ls -l /home/pflogger total 12 -rw-r--r-- 1 pflogger users 768 Mar 29 2003 .cshrc -rw-r--r-- 1 pflogger users 317 Mar 29 2003 .login

Re: Syslogging problems

2003-09-29 Thread Vladimir Potapov
bash-2.05b# ls -l /var/log/pflog -rw--- 1 root wheel 3988 Sep 29 20:18 /var/log/pflog bash-2.05b# /etc/pflogrotate bash-2.05b# ls -l /home/pflogger total 12 -rw-r--r-- 1 pflogger users 768 Mar 29 2003 .cshrc -rw-r--r-- 1 pflogger users 317 Mar 29 2003 .login -rw-r--r-- 1 pflogger

Re: Syslogging problems

2003-09-29 Thread j knight
Vladimir Potapov wrote: But after waiting I have this errors: bash-2.05b# /etc/pflogrotate bash-2.05b# /home/pflogger/pfl2sysl tcpdump: /home/pflogger/pflog5min*: No such file or directory rm: /home/pflogger/pflog5min*: No such file or directory OK. Please paste the output of these commands, in t

Re: Syslogging problems

2003-09-29 Thread Vladimir Potapov
You have to wait until /etc/pflogrotate has run at least once before running pfl2sysl. By the way, if you did follow the instructions to the letter, pflogrotate will be run from root's crontab every 5 minutes; running pfl2sysl more often than that will give you the above error. But after waiting

Re: Syslogging problems

2003-09-29 Thread j knight
Vladimir Potapov wrote: Hello!!! I do all steps as in http://www.openbsd.org/faq/pf/logging.html#syslog to logging with syslog. But when I : bash-2.05b# touch /var/log/pflog.txt bash-2.05b# kill -HUP $(cat /var/run/syslog.pid) bash-2.05b# kill -HUP $(cat /var/run/cron.pid) bash-2.05b# kill -HUP $(

Syslogging problems

2003-09-29 Thread "Vladimir Potapov"
Hello!!! I do all steps as in http://www.openbsd.org/faq/pf/logging.html#syslog to logging with syslog. But when I : bash-2.05b# touch /var/log/pflog.txt bash-2.05b# kill -HUP $(cat /var/run/syslog.pid) bash-2.05b# kill -HUP $(cat /var/run/cron.pid) bash-2.05b# kill -HUP $(cat /var/run/pflogd.pid)