From owner-freebsd-questions@FreeBSD.ORG Mon Sep 6 14:51:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683B316A4CE for ; Mon, 6 Sep 2004 14:51:49 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D649A43D53 for ; Mon, 6 Sep 2004 14:51:48 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 6 Sep 2004 09:48:37 -0500 Message-ID: <413C7981.8040702@daleco.biz> Date: Mon, 06 Sep 2004 09:51:45 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Huajian Luo References: <20040906032502.52236.qmail@web14702.mail.yahoo.com> In-Reply-To: <20040906032502.52236.qmail@web14702.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2004 14:48:37.0920 (UTC) FILETIME=[97C2B200:01C49420] cc: freebsd-questions@freebsd.org Subject: Re: Name Lookup fail for cvsup.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 14:51:49 -0000 Huajian Luo wrote: >Hi, > I have a Compaq Evo N610c Laptop and installed with >5.2.1 release, The Modem is a Lucent winmodem , I've >installed comm/ltmdm and config /etc/ppp/ppp.conf as >follow, >--/etc/ppp/ppp.conf- >.... >enable dns >.... >---- >and I run #ppp -ddial myISP and check >/var/log/ppp/log everything is Ok , >but when I do >#cvsup -g -L2 /etc/ports-supfile >it output: > >Name Lookup fail for cvsup.freebsd.org, >host name lookup failed will retry at.blah-blah > > > So, your ISP's servers aren't giving you any DNS information, or else FreeBSD isn't paying attention when it does... If you call nslookup(1), what is the result? If you aren't running a local nameserver, and you're not getting any response, you should probably get an error there, too. Another possibility is that you have no real connectivity at all ... something which you haven't addressed. Can you ping by IP address? Maybe yahoo.com, which a moment ago was at 66.94.234.13 ? >--the question is should I comment out "enable dns" >in /etc/ppp/ppp.conf to make it not check nameserver >, cause when I dailed from windows ,I just need the >ISP's phone number and user/pass everything is OK. > >I just wanna dial to web when I'm at home, so I don't >know how to config /etc/resolv.conf, cause this is >just a stand alone laptop and the Ip was dynamic >allocated by my ISP, and I pick up the phone an >heard "ZzzzZzz", which means I've dialed onto web, >and nslookup show me the same problem, > >thanks in advances, > >whatluo, > > If it is simply a DNS problem, adding the IP addresses of your ISP's nameservers to /etc/resolv.conf would be a valid workaround. I don't know why DNS wouldn't be working otherwise, *unless* you actually aren't connected as I noted above. "I pick up the phone an heard 'ZzzzZzz'" isn't necessarily an indication of a successful PPP connection IMHO.... Kevin Kinsey