Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 15:08:50 +0100
From:      Ruben de Groot <fbsd-q@bzerk.org>
To:        IAccounts <iaccounts@northnetworks.ca>
Cc:        freebsd <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Jailed BIND not logging
Message-ID:  <20030307140850.GA71084@ei.bzerk.org>
In-Reply-To: <20030307084042.T6974-100000@diana.northnetworks.ca>
References:  <20030307084042.T6974-100000@diana.northnetworks.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 07, 2003 at 08:49:51AM -0500, IAccounts typed:
> I have lived with this for quite a while, but now that I would like to get
> some of my bind logs, I had to ask.
> 
> Last summer, I managed to get BIND 9 running in a jail, (howto I generated
> is here: http://ww3.northnetworks.ca/docs/named_jail).
> 
> It works perfectly fine, but there is no logging taking place. I have fed
> syslogd the following in rc.conf:
> 
> #syslogd_flags="-s -l /chroot/named/dev/log"

Try:

syslogd_flags="-s -l /chroot/named/var/run/log"

> 
> I did not make any changes to syslogd.conf.
> 
> but the file has never grown past 0 bytes in size. I do get
> some named messages in the messages log, despite having the following in
> my named.conf:
> 
>         logging {
>           channel default_syslog {
>              syslog daemon;       # send to syslog's daemon facility
>              severity notice;       # only send priority info and higher
>           };
> 
> 
> Again, I have lived with it like this so it is not critical, but it makes
> it very difficult to debug testing on the server.
> 
> Tks.
> 
> Steve
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030307140850.GA71084>