Mailinglist Archive: opensuse (5100 mails)

< Previous Next >
Re: [SLE] SuSE Pro 9.1 - DNS and DHCP interaction - not quite - DDNS
  • From: Anders Johansson <andjoh@xxxxxxxxxx>
  • Date: Thu, 17 Jun 2004 10:18:26 +0200
  • Message-id: <200406171018.26556.andjoh@xxxxxxxxxx>
On Thursday 17 June 2004 10.03, Richard Mixon (qwest) wrote:
> 00:41:46 packrat named[22835]: zone 1.168.192.in-addr.arpa/IN: loading
> master file dyn/1.168.192.zone: file not found


> Here is "ls-lR" listing of the named related files under /etc:
> -----------------------------
> packrat:/etc # ls -lR name*
> -rw-r----- 1 root named 3881 Jun 16 16:27 named.conf
> -rw-r----- 1 root named 501 Jun 10 23:21 named.conf.include
> -rw-r----- 1 root named 221 Jun 13 19:59 named.conf.local
> -rw-r----- 1 root named 3848 Jun 10 16:17 named.conf.original
> -rw-r----- 1 root named 211 Jun 10 16:26 named.keys
>
> named.d:
> total 10
> drw-r----- 3 root named 104 Jun 16 20:13 .
> drwxr-xr-x 62 root root 6456 Jun 16 20:33 ..
> drw-rw---- 2 named root 112 Jun 16 20:35 dyn
> -rw-r----- 1 root named 626 Apr 5 19:06 rndc-access.conf
>
> named.d/dyn:
> total 8
> drw-rw---- 2 named root 112 Jun 16 20:35 .
> drw-r----- 3 root named 104 Jun 16 20:13 ..
> -rw-rw---- 1 named root 272 Jun 16 20:19 1.168.192.zone
> -rw-rw---- 1 named root 284 Jun 16 20:21 mixonhome.zone

Unless you changed /etc/named.conf, dyn/whatever should be in /var/lib/named.
bind looks for its files in the directory set in the directory directive
in /etc/named.conf and that is the default location. Running chrooted, it
would be /var/lib/named/var/lib/named/dyn/whatever

< Previous Next >