From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 01:46:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D365D16A417 for ; Sun, 28 Oct 2007 01:46:22 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp108.sbc.mail.mud.yahoo.com (smtp108.sbc.mail.mud.yahoo.com [68.142.198.207]) by mx1.freebsd.org (Postfix) with SMTP id 7B7C613C465 for ; Sun, 28 Oct 2007 01:46:22 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 44323 invoked from network); 28 Oct 2007 01:46:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=W0Jlng6FhvVmAKBmvHz23AZP83jPYnJ1BTK/QtQSoaHkAD6U8PvyUO2m9zLha/fsTSmwX2KBWOhLYweMz4zqHAta1YFnZfJ8dnlXCFWT8fWFD63zGlt+9HebO4wX8rmlOSKYAMVRZDq24xLL1QWoAVUAskpJVWGJAB1X4tvsz78= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp108.sbc.mail.mud.yahoo.com with SMTP; 28 Oct 2007 01:46:21 -0000 X-YMail-OSG: vuKmP78VM1myUNL0F4nsALIdC5eft4BdizeDktuvp3O1BiGoFMJjcYdmLeVEqjcACNXazgKoRoooSXkiazqkiYbH6ns6xHEabgPo5xEFD1uGDS.lJfE- In-Reply-To: <20071028005432.10b3cbfd@gumby.homeunix.com.> References: <20071028005432.10b3cbfd@gumby.homeunix.com.> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: jekillen Date: Sat, 27 Oct 2007 18:46:25 -0700 To: RW X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: Name resolution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 01:46:22 -0000 On Oct 27, 2007, at 4:54 PM, RW wrote: > On Sat, 27 Oct 2007 16:42:02 -0700 > jekillen wrote: > >> Hello: >> I have been trying to tame the use of the ports mechanisms. >> I set up a system with a static ip connection to the internet >> and when I run: >> >> pkg_add -r csup-without-gui (verbatim from the freebsd handbook I >> downloaded just a few days ago) >> >> I get this: >> Error: FTP Unable to get >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/ >> Latest/csup-without-gui.tbz: No address record > > It's called cvsup-without-gui, but you don't actually need it because > csup (a rewrite in C of the non-gui version of cvsup) is in the base > system. > thank you; your right it is cvsup, but the handbook indicates that I could use csup in place of cvsup in the command line on v6.2 and up. But that does not seem to effect the resolver issue (unless I am mistaken here and the resolver is actually working and it is just the reference) Jeff K