From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 21:01:17 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 11FAD16A4CE for ; Fri, 6 Aug 2004 21:01:17 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DED043D39 for ; Fri, 6 Aug 2004 21:01:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17399 invoked from network); 6 Aug 2004 21:01:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Aug 2004 21:01:14 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id CDBF77D; Fri, 6 Aug 2004 17:01:13 -0400 (EDT) Sender: lowell@be-well.ilk.org To: chip References: <200408042137.19729.chip@wiegand.org> From: Lowell Gilbert Date: 06 Aug 2004 17:01:13 -0400 In-Reply-To: <200408042137.19729.chip@wiegand.org> Message-ID: <44wu0ckmli.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD Questions Subject: Re: cvsup fails because of xlib connection error 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: Fri, 06 Aug 2004 21:01:17 -0000 chip writes: > I just set up a new box using FreeBSD-5.2 and install cvsup. Now when I > run cvsup I get this - > > chip3# cvsup ports-supfile > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > Lost the connection to the X server > > I have this in my /etc/hosts file (probably more than necessary, but I > was just trying to cover all my bases) - > # > ::1 localhost localhost.wiegand.org > 127.0.0.1 localhost localhost.wiegand.org > 192.168.0.7 chip3.wiegand.org > 127.0.0.1 chip3 chip3.wiegand.org > 10.0.0.1 chip3 chip3.wiegand.org > # > > What have I screwed up and how do I fix it? Do you *want* the GUI? If so, what do you have in your DISPLAY variable? If not, why not just specify the '-g' option?