[syslog-ng] Error in FreeBSD jail
Sean McAfee
smcafee at collaborativefusion.com
Thu Dec 17 18:06:46 CET 2009
Peter Fraser wrote:
> Yes, thanks for replying, here it is.
>
> #
> source src { unix-dgram("/var/run/log");
> unix-dgram("/var/run/logpriv" perm(0600));
> udp(); internal(); file("/dev/klog"); };
>
>
I know this doesn't match the error message you're seeing, but /dev/klog
doesn't exist in jails.
This is my src config for a 6.3-based jail:
source src { unix-dgram("/var/run/log");
unix-dgram("/var/run/logpriv" perm(0600));
internal(); };
If that doesn't get it, are you using ezjail to start and stop the jails?
--
Sean McAfee
Senior Systems Engineer
More information about the syslog-ng
mailing list