Skip to Content.
Sympa Menu

dns-operations - Re: [opennic-dns-operations] Setting up Bind?

dns-operations AT lists.opennicproject.org

Subject: Dns-operations mailing list

List archive

Re: [opennic-dns-operations] Setting up Bind?


Chronological Thread 
  • From: Jeff Taylor <shdwdrgn AT sourpuss.net>
  • To: dns-operations AT lists.opennicproject.org
  • Subject: Re: [opennic-dns-operations] Setting up Bind?
  • Date: Thu, 28 Jun 2012 00:16:40 -0600

Regarding those errors... I would have to assume in each case it is an
issue of the ownership of the files. On debian/ubuntu servers, bind9 is
run under the user 'bind'...

# chown bind.bind /etc/bind/rndc.key
# chown bind /etc/bind
# chown -R bind /var/log/named

Of course if you are running a different distribution, you would have to
adjust accordingly. For example, if your server runs bind9 under a
chroot, then you may find under /var/named/ that you have a number of
directories including /etc/ and /var/. If that is the case, then you
would find your log files under /var/named/var/log/named/ and you need
to create the appropriate folders for the log files.

If that doesn't answer your questions, perhaps you can share which
distribution and version you are running, and someone else here who runs
the same distro can provide more detailed info. It would also be nice
to collect this sort of information so I can expand the new how-to guide.


On 06/28/2012 12:00 AM, Seth M Rainsdon wrote:
> ya i had noticed that but i kinda wanted to hit the server with more
> then 1 or two. btw three things logging is not working whatsoever
> getting... btw used that how-to to set it up.
>
> Jun 28 00:57:19 VM-DNS-001 named[20506]: none:0: open:
> /etc/bind/rndc.key: permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: couldn't add command channel
> 127.0.0.1#953: permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: none:0: open:
> /etc/bind/rndc.key: permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: couldn't add command channel
> ::1#953: permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: logging channel 'bind' file
> '/var/log/named/bind': permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: logging channel 'query' file
> '/var/log/named/query': permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: logging channel 'security'
> file '/var/log/named/security': permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: isc_log_open
> '/var/log/named/bind' failed: permission denied
> Jun 28 00:57:19 VM-DNS-001 named[20506]: isc_log_open
> '/var/log/named/security' failed: permission denied
>
> also i have a basic proxy working on my server at home
> opennic.nunetnetworks.net if any one wants to use that to check out
> the opennic system without changing dns.
>
> and can a t2 server also server up the master on a tld?
>
> ----
> To unsubscribe, email dns-operations-unsubscribe AT lists.opennicproject.org



Archive powered by MHonArc 2.6.19.

Top of Page