Install syslog-ng 2.x from ports.

source src { unix-dgram("/var/run/log");
             unix-dgram("/var/run/logpriv" perm(0600));
             internal(); file("/dev/klog"); };

Kernel messages from /dev/klog get mapped to "user.notice" syslog, so:
 
 log { source(src); filter(f_user); filter(f_notice); 
   destination(mailadmin); };

Or the destionation of your choice.

~BAS


On Thu, 2008-03-27 at 07:44 -0700, Paul Hoffman wrote:
> How can I eliminate the "Limiting icmp unreach response" messages 
> from getting to /var/log/messages or to the console? I have a spate 
> of them that is causing log rollovers. I think I know the source of 
> the problem, but need to get rid of the messages first.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to