From owner-freebsd-current@FreeBSD.ORG Sat Dec 20 13:19:20 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9560916A534 for ; Sat, 20 Dec 2003 13:19:20 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CB743D75 for ; Sat, 20 Dec 2003 13:19:06 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id hBKKkiUd019880; Sat, 20 Dec 2003 15:46:44 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hBKKkihL019877; Sat, 20 Dec 2003 15:46:44 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 20 Dec 2003 15:46:43 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Speck In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: cvsup current ports file X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:19:20 -0000 On Sat, 20 Dec 2003, Brian Speck wrote: > I just CVSed the 5.2-Current set up and have it running great. > > However when I try to run "cvsup -L 2 ports-supfile" I get "Cannot get > IP address of my own host -- is its hostname correct?" I have used this > Supfile in the past with 5.2-beta and it worked.. > > Is there something I am missing? Cvsup, when doing its X11 GUI stuff, attempts to do a name lookup on your hostname, which if unresolveable, seems to cause problems. I'm not quite sure what it's up to -- probably trying to figure out where to connect with TCP using the DISPLAY variable. You can fix this by: (a) Making your hostname resolveable using DNS (either by fixing your hostname, or fixing DNS :-). A common workaround here is to set your hostname to 'localhost' if you don't have a working hostname. (b) Adding your hostname to the localhost line in /etc/hosts. You can also work around by: (c) Not using the cvsup GUI. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research