Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 19:10:15 -0400
From:      "David Stanford" <dthomas53@gmail.com>
To:        "Derek Ragona" <derek@computinginnovations.com>
Cc:        Matthias Fechner <idefix@fechner.net>, freebsd-questions@freebsd.org
Subject:   Re: Simple DNS Configuration
Message-ID:  <f2c91f770607241610q278b84cs43c7bb2762104238@mail.gmail.com>
In-Reply-To: <6.0.0.22.2.20060724172439.02531cf0@mail.computinginnovations.com>
References:  <f2c91f770607240000w44693d61jde950fbe618f4574@mail.gmail.com> <44C47C7E.5030609@webanoide.org> <f2c91f770607240151j3b2cecei452e187ef79454e1@mail.gmail.com> <44C4FCC0.40000@fechner.net> <f2c91f770607241453w5c361dd7h1cbfc715f031a2b6@mail.gmail.com> <6.0.0.22.2.20060724172439.02531cf0@mail.computinginnovations.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/24/06, Derek Ragona <derek@computinginnovations.com> wrote:
>
>  Check your /etc/nsswitch.conf file.  You want the line for hosts to be:
> dns files
>
> Also be sure named is running.  While it says it is starting do a:
> ps -ax|grep name
>
>         -Derek
>

Derek,

nsswitch.conf hasn't been modified from the default:
[root@chadwick ~]# cat /etc/nsswitch.conf
group: compat
group_compat: nis
hosts: files dns
networks: files
passwd: compat
passwd_compat: nis
shells: files

And I've been verifying named is running after every stop/start of the rc
script:
[root@chadwick ~]# ps aux|grep named
bind      26207  4.1  0.2  4060  3328  ??  Ss    7:09PM
0:00.08/usr/sbin/named -t /var/named -u bind
root      10645  0.0  0.0  1300   952  ??  Ss    6:09AM
0:02.08/usr/sbin/syslogd -l /var/run/log -l /var/named/var/run/log -s

There has to be something I'm missing as I've set this is up in the exact
same manner on a dev box at home using the same named.conf and master files,
and still yield the same results.

-David
-- 
[root@fbsd ~]# fortune
Happiness is just an illusion, filled with sadness and confusion.



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