The problem with the security log file

Hi folks,

For some time in the file /var/log/security appear illegible entries:
Code:
kernel: ipfw: 200 Deny UDiPp f1w9:2 .168.10.5:5230503 D22e4n.y0 .U0D.P25 1:15923.5136 o8.u10t. 5v:ia5 3r5e03 224.0.0.251:5353 in via re0
How to get rid of it? Please help...
 
nickson said:
Hi folks,

For some time in the file /var/log/security appear illegible entries:
Code:
kernel: ipfw: 200 Deny UDiPp f1w9:2 .168.10.5:5230503 D22e4n.y0 .U0D.P25 1:15923.5136 o8.u10t. 5v:ia5 3r5e03 224.0.0.251:5353 in via re0
How to get rid of it? Please help...

That looks like multiple CPUs stepping on each other's output. Do you have
Code:
options PRINTF_BUFR_SIZE=128
in your kernel config file?
 
What version of FreeBSD?
I have installed FreeBSD_8.1-stable version

That looks like multiple CPUs stepping on each other's output. Do you have
Code:

options PRINTF_BUFR_SIZE=128

in your kernel config file?

Yes, i have that option in my Kernel Config file.
 
Back
Top