Re: syslog: Memory buffered logging

2006-02-09 Thread Jonas Davidsson
Damien Miller wrote: > On Fri, 10 Feb 2006, Jonas Davidsson wrote: >> syslog.conf: >> # Keep a copy of all logging in a 32k memory buffer named "debug" >> *.debug :32:debug >> > Works for me. Maybe you have spaces instead of tabs in your sys

Re: syslog: Memory buffered logging

2006-02-09 Thread Damien Miller
On Fri, 10 Feb 2006, Jonas Davidsson wrote: > syslog.conf: > # Keep a copy of all logging in a 32k memory buffer named "debug" > *.debug :32:debug > > #>pkill syslogd; syslogd -s /var/run/syslogd.sock This is wrong. Look at the options th

syslog: Memory buffered logging

2006-02-09 Thread Jonas Davidsson
syslog.conf: # Keep a copy of all logging in a 32k memory buffer named "debug" *.debug :32:debug #>pkill syslogd; syslogd -s /var/run/syslogd.sock #>logger This is a test #>syslogc -s /var/run/syslogd.sock debug No such log I have done e