Hi,

Sometimes you want to get rid of all old pf logs, and see just new log lines as they are generated.

I always:
- service rsyslog stop
- rm -f /usr/local/pf/logs/*
- service rsyslog start
- tail -f /usr/local/pf/logs/*

On CentOS this works as expected.

However, on debian this causes all old log lines to re-appear in the pf logs directory. All log files/lines of the last days are re-generated, so you end up with basically the same contents of the logs directory as before the the purge.

Very strange. Not a real problem, I guess, just an interesting difference :-)

MJ


_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to