Date: Sat, 20 Dec 2003 19:08:44 -0500 From: "Brian Speck" <brian.speck@earthlink.net> To: <freebsd-current@freebsd.org> Subject: RE: cvsup current ports file Message-ID: <E1AXr9R-0001jo-00@falcon.mail.pas.earthlink.net> In-Reply-To: <Pine.NEB.3.96L.1031220154406.19796B-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Works Great now.. Thanks.. I just added the -g command and it weorks..
Thanks again
-----Original Message-----
From: owner-freebsd-current@freebsd.org
[mailto:owner-freebsd-current@freebsd.org] On Behalf Of Robert Watson
Sent: Saturday, December 20, 2003 3:47 PM
To: Brian Speck
Cc: freebsd-current@freebsd.org
Subject: Re: cvsup current ports file
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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AXr9R-0001jo-00>
