Problem with security log

Jeremy Chadwick freebsd at jdc.parodius.com
Wed Oct 13 08:31:37 UTC 2010


On Wed, Oct 13, 2010 at 11:24:48AM +0300, Andriy Gapon wrote:
> on 13/10/2010 11:17 Jeremy Chadwick said the following:
> > The """workaround""" -- which again, does not solve the problem, only
> > decreases the regularity of it happening (and when it does happen, can
> > sometimes decrease how much interspersed output there is) -- is to add
> > the following line to your kernel config and rebuild/reinstall your
> > kernel:
> > 
> > options		PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
> 
> This option only affects printing to actual console (e.g. ttyv0).
> It changes nothing (zero, nada) for writing to msgbuf, and consequently for syslogd.

Ahhh, I see.  Yes you're right, and I'm incorrect (as usual).

I thought msgbuf and /dev/console were basically tied together (or maybe
I'm thinking of /dev/klog?), but from reviewing dmesg(8) I can see
that's obviously not the case (-a flag).

-- 
| Jeremy Chadwick                                   jdc at parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |



More information about the freebsd-stable mailing list