From owner-freebsd-stable Mon Jul 30 9:53:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from subnet.sub.net (subnet.sub.net [212.227.14.21]) by hub.freebsd.org (Postfix) with ESMTP id 975FD37B401 for ; Mon, 30 Jul 2001 09:53:37 -0700 (PDT) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from lyxys.ka.sub.org (uucp@localhost) by subnet.sub.net (8.8.8/8.8.8/1.2subnet-linux) with bsmtp id SAA14503; Mon, 30 Jul 2001 18:53:34 +0200 Received: from localhost (1346 bytes) by lyxys.ka.sub.org via sendmail with P:stdio/R:smart_host/T:inet_uusmtp (sender: ) (ident using unix) id for ; Mon, 30 Jul 2001 18:51:33 +0200 (CEST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Aug-23) Message-Id: From: wolfgang@lyxys.ka.sub.org (Wolfgang Zenker) Subject: Re: weirdness with DNS In-Reply-To: <20010730115616.K44837-100000@epsilon.lucida.ca> To: Matt Heckaman Date: Mon, 30 Jul 2001 18:51:33 +0200 (CEST) Cc: FreeBSD-STABLE X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > I started seeing this a long time ago, but since it doesn't break anything > (well, not really) I never got around to writing this email about it. I > have a machine running 4.3-STABLE as of April 21 2001. When I do a DNS > lookup on a host that does not exist, it postfixes my domain onto the > lookup instead of saying Unknown host... [..] > My /etc/resolve.conf looks like: > domain lucida.ca > # epsilon.lucida.ca > nameserver 209.47.215.67 > # cache01.ns.wcom.ca > nameserver 142.77.2.4 > # cache02.ns.wcom.ca > nameserver 142.77.2.36 the "domain lucida.ca" tells your resolver to try to attach lucida.ca to host names it can not resolve otherwise. Removing this directive could help. Try "man resolv.conf" to learn more about this. BTW, resolv.conf is no shell script, so what you might intend as comment lines might be interpreted very differently by your resolver. Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message