[722] in linux-net channel archive
Re: nameserver
daemon@ATHENA.MIT.EDU (Temptation)
Tue Jul 18 22:00:49 1995
Date: Tue, 18 Jul 1995 09:23:20 -0400 (EDT)
From: Temptation <temp@temptation.interlog.com>
To: linux-net@vger.rutgers.edu, hjl@nynexst.com
cc: linux-gcc@vger.rutgers.edu
In-Reply-To: <Pine.LNX.3.91.950718061850.350B-100000@temptation.interlog.com>
I first sent a message to linux-net, I was going nuts because I
couldn't get any nameserver to work. So I started doing a strace of ping
(anywhere) and strace telnet (anywhere)
I noticed it was looking for /etc/nsswitch.conf, i don't have one of
those, nor did I read anything about it in any of the release/readme
things, so I copied resolv.conf to nsswitch.conf, it started to read it,
but didn't work. Anyways i thought I had changed libc.so.5.2.3 back to
libc.so.5.2.2, but I didn't everytime I would run ldconfig -v it would
change it libc.so.5 back to libc.so.5.2.3, so I renamed libc.so.5.2.3 to
something else, and everything worked. by the way I installed the libc
bins, I didn't compile it. strange thing is why haven't seen anyone else
having this problem?
> I've setup a new server,running 1.3.10 it's all ELF, using all the
> lastest files from HJ it's using CSLIP or PPP, static IP, and I have
> local named runing, and remote.
>
> domain interlog.com
> nameserver 198.53.145.2
> nameserver 198.53.146.54
> search gold.interlog.com
>
> this is my resolv.conf