10 Oct
2006
10 Oct
'06
6:41 p.m.
Sandor Geller a écrit :
Sébastien CRAMATTE wrote:
Hello list
I would like to know how can I use syslog-ng with chrooted program as bind or dhcpd ?
Simply add a new source for every chroot:
source s_chrooted_bind { unix-stream("/chroot/bind/dev/log"); };
And configure your log statements to include this source too.
Another approach is to add the streams to the already existing sources.
Thanks for this very efficient answer ;) Regards