Re: [fw-wiz] Appropriate PIX logging level
- From: Chuck Swiger <chuck@xxxxxxxxxxx>
- Date: Fri, 05 May 2006 08:52:07 -0400
ArkanoiD wrote:
On Thu, May 04, 2006 at 10:24:31AM -0400, Chuck Swiger wrote:ArkanoiD wrote:Well, does that mean that syslog should be either not reliable (generic datagram), not portable enough (sdsc), buggy (nsyslogd) or sufferingYou can get reliable logging with a stock BSD-flavor syslogd if you talk to it via a named pipe (ie, /var/run/log or equivalent).
performance problems (ng) ;-)?
No, BSD syslog is not reliable since it is datagram socket.
UDP is not reliable, but what part of "named pipe" didn't you understand?
Try feeding a million loglines through UDP over the network, and you'll lose a few, probably less than 1% unless your network isn't that reliable...but I haven't seen any lossage from logging locally via the named pipe at a volume of a million lines a day over a period of months.
And there still is no reliable kernel logging at all.
Most kernels implement a fixed-size circular message buffer, which is often fairly small. This is reliable within the limits that old messages will quickly get over-written and that a fatal problem leading to a kernel panic may not get logged because the system is in the process of termination.
--
-Chuck
_______________________________________________
firewall-wizards mailing list
firewall-wizards@xxxxxxxxxxxxxxxxxx
http://honor.icsalabs.com/mailman/listinfo/firewall-wizards
- Follow-Ups:
- Re: [fw-wiz] Appropriate PIX logging level
- From: ArkanoiD
- Re: [fw-wiz] Appropriate PIX logging level
- References:
- Re: [fw-wiz] Appropriate PIX logging level
- From: Marcus J. Ranum
- Re: [fw-wiz] Appropriate PIX logging level
- From: David Lang
- Re: [fw-wiz] Appropriate PIX logging level
- From: Marcus J. Ranum
- Re: [fw-wiz] Appropriate PIX logging level
- From: ArkanoiD
- Re: [fw-wiz] Appropriate PIX logging level
- From: Marcus J. Ranum
- Re: [fw-wiz] Appropriate PIX logging level
- From: ArkanoiD
- Re: [fw-wiz] Appropriate PIX logging level
- From: Chuck Swiger
- Re: [fw-wiz] Appropriate PIX logging level
- From: ArkanoiD
- Re: [fw-wiz] Appropriate PIX logging level
- Prev by Date: RE: [fw-wiz] Ping between PIX remote peers
- Next by Date: Re: [fw-wiz] Appropriate PIX logging level
- Previous by thread: Re: [fw-wiz] Appropriate PIX logging level
- Next by thread: Re: [fw-wiz] Appropriate PIX logging level
- Index(es):