From owner-freebsd-questions@FreeBSD.ORG Tue May 10 20:45:25 2005 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 46DE916A4CE for ; Tue, 10 May 2005 20:45:25 +0000 (GMT) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E9843D83 for ; Tue, 10 May 2005 20:45:24 +0000 (GMT) (envelope-from dlevitch@iglou.com) Received: from [192.107.41.8] (helo=iglou2.iglou.com) by rdsmtp.iglou.com with esmtp (8.12.5/8.12.5) id 1DVbbY-0002JJ-8x for freebsd-questions@freebsd.org; Tue, 10 May 2005 16:45:24 -0400 Received: from [192.107.41.17] (helo=shell1) by iglou2.iglou.com with esmtp (8.12.5/8.12.5) id 1DVbbY-0003Jv-3U for freebsd-questions@freebsd.org; Tue, 10 May 2005 16:45:24 -0400 Date: Tue, 10 May 2005 16:45:24 -0400 (EDT) From: Darrel X-X-Sender: dlevitch@shell1 To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: verified Subject: euid !=0,directory /tmp/.ICE-unix will not be created 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: Tue, 10 May 2005 20:45:25 -0000 > I can startx with twm but not Gnome2-lite. The X server shuts down > immediately 'Cannot establish any listening sockets' > > I do not think it is a font problem, but there is an entry in Xorg log which > states /usr/X11R6/lib/X11/fonts/CID is not valid, deleted from path. > > Darrel I installed gdm-2.6.0.9 remotely and expect that my X server problem has disappeared. Ghostscript 7.07 did not install, so I installed ghostscript-gpl-8.15 and made ggv-2.8.4_2 depend on it by running 'portupgrade -a'. There is another port that I made depend on ghostscript-gpl-8.15, but I can not remember which one. Portupgrade indicated the stale dependency, though. I issued mkfontdir to potentially fix the fonts, but did not know which options to use and probably have not completed troubleshooting my font problem: # mkfontdir /usr/X11R6/lib/X11/fonts/CID Perhaps CID appeared with the failed ghostscript-7.07 install. Darrel