Subject: Re: Getting to grips with syslog and localn.*
To: Jeremy C. Reed <reed@reedmedia.net>
From: Amadeus Stevenson <amadeus.stevenson@gmail.com>
List: netbsd-help
Date: 04/29/2006 20:36:25
Sorry for the quick follow up,

On 4/29/06, Amadeus Stevenson <amadeus.stevenson@gmail.com> wrote:
>
> I suspect I've left something in the old syslog.conf file which is
> saying this, although I can't see it, perhaps the *.info bit?
>
> *.err;kern.*;auth.notice;authpriv.none;mail.crit        /dev/console
> *.info;auth,authpriv,cron,ftp,kern,lpr,local7.none,mail.none

I changed this to:

!-named,dhclient
-xxx.xxx.xxx.230,xxx.xxx.xxx.231,xxx.xxx.xxx.232,xxx.xxx.xxx.233,xxx.xxx.xx=
x.234,xxx.xxx.xxx.235
*.err;kern.*;auth.notice;authpriv.none;mail.crit        /dev/console
*.info;auth,authpriv,cron,ftp,kern,lpr,local7.none,mail.none  =20
/var/log/messages

Which seems to have done the trick. I hope it's not the wrong thing to do.

Just before I implemented this I was getting

syslogd: too many iov's (change code in libutil/ttymsg.c)

messages in /var/log/messages

Is there an easy way to fix this? I imagine it's to do with updating
syslogd and not some other stuff.

Thanks,

Amadeus