Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!husc6!slsvax.harvard.edu!macferrin From: macferrin@slsvax.harvard.edu (Kurtis MacFerrin) Newsgroups: comp.sys.sgi Subject: Re: How to make NeWS independent of nameservers? Message-ID: <4452@husc6.harvard.edu> Date: 17 Oct 90 16:12:21 GMT References: <4440@husc6.harvard.edu> Sender: news@husc6.harvard.edu Reply-To: macferrin@slsvax.harvard.edu Organization: Schreiber Group (Harvard Chemistry Department) Lines: 16 News-Software: VAX/VMS VNEWS 1.3-4 In article <4440@husc6.harvard.edu>, macferrin@slsvax.harvard.edu (Kurtis MacFerrin) writes... >Hi, > does anyone know how to make NeWS independent of nameservers? When the >nameservers here are down (which is often) it is impossible to do a login >from the console, apparently because NeWS won't start without getting a >satisfactory response from the nameserver re: the identity of localhost. It Thanks to Mark Callow and Dave Hinds for the answer: under irix 3.3 a new entry can be placed in /usr/etc/resolv.conf: hostresorder local bind. This means that /etc/hosts is checked before the bind nameservers are queried, and should fix my problem. John Merritt had another suggestion that might work: run named, and put nameserver 0 in the first line of /usr/etc/resolv.conf. Kurtis MacFerrin macferrin@slsvax.harvard.edu