From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 2 17:39:04 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD24D16A4CE for ; Tue, 2 Nov 2004 17:39:04 +0000 (GMT) Received: from mail-out03.broadnet-mediascape.de (mail-out03.broadnet-mediascape.de [62.206.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 18E9343D39 for ; Tue, 2 Nov 2004 17:39:04 +0000 (GMT) (envelope-from ino-qc@spotteswoode.de.eu.org) Received: (qmail 2298 invoked by uid 113); 2 Nov 2004 17:38:14 -0000 Received: from ino-qc@spotteswoode.de.eu.org by mail-out03 by uid 106 with qmail-scanner-1.20rc3 (trophie: 6.810-1005/228/73159. Clear:RC:1:. Processed in 1.491906 secs); 02 Nov 2004 17:38:14 -0000 X-Qmail-Scanner-Mail-From: ino-qc@spotteswoode.de.eu.org via mail-out03 X-Qmail-Scanner: 1.20rc3 (Clear:RC:1:. Processed in 1.491906 secs) Received: from d463ce23.datahighways.de (HELO spotteswoode.dnsalias.org) (212.99.206.35) by mail-out03.broadnet-mediascape.de with SMTP; 2 Nov 2004 17:38:12 -0000 Received: (qmail 44942 invoked by uid 0); 2 Nov 2004 17:38:34 -0000 Date: 2 Nov 2004 18:38:12 +0100 Message-ID: From: "Clemens Fischer" To: "Joe Marcus Clarke" In-Reply-To: <200410312230.i9VMUrnJ088544@freefall.freebsd.org> (Joe Marcus Clarke's message of "Sun, 31 Oct 2004 22:30:53 GMT") References: <200410312230.i9VMUrnJ088544@freefall.freebsd.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain cc: gnome@FreeBSD.org Subject: Re: ports/73340: www/firefox install loops on invalid xinit invocation X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 17:39:04 -0000 * Joe Marcus Clarke: > Synopsis: www/firefox install loops on invalid xinit invocation > > State-Changed-From-To: open->feedback > State-Changed-By: marcus > State-Changed-When: Sun Oct 31 22:30:07 GMT 2004 > State-Changed-Why: > This usually means you have a bad .Xauthority file for root. Try deleting > /root/.Xauthority, and see if it works then. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=73340 thanks for the tip. as is becoming customary, it proved helpful, yet ... ,---- | 0 p2 # xinit /usr/X11R6/lib/firefox/lib/firefox-1.0/run-mozilla.sh \ | /usr/X11R6/lib/firefox/lib/firefox-1.0/firefox-bin -install-global-extension \ | -- /usr/X11R6/bin/Xvfb :1001 | | cat: /root/.Xauthority: No such file or directory | Invalid XPI/JAR Path: 1 | *** loading the extensions datasource | | waiting for X server to shut down . `---- exited zero. suppose everything went fine, but: ,---- | 0 p2 # xinit /usr/X11R6/lib/firefox/lib/firefox-1.0/run-mozilla.sh \ | /usr/X11R6/lib/firefox/lib/firefox-1.0/firefox-bin -install-global-themes -- \ | /usr/X11R6/bin/Xvfb :1001 | | cat: /root/.Xauthority: No such file or directory | load: 0.12 cmd: xinit 44869 [wait] 0.00u 0.01s 0% 1304k | load: 0.03 cmd: xinit 44869 [wait] 0.00u 0.01s 0% 1304k `---- this one doesn't finish. computer idles for about fifteen minutes now. what is it supposed to do, and how do i check the steps manually? clemens