From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 20:19:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C41F16A4E0 for ; Wed, 17 Jan 2007 20:19:46 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 613EA13C448 for ; Wed, 17 Jan 2007 20:19:46 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l0HKJhcG046241; Wed, 17 Jan 2007 12:19:44 -0800 (PST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Wed, 17 Jan 2007 15:16:48 -0500 User-Agent: KMail/1.9.5 References: <200701172037.16597.fkraiem@enib.fr> In-Reply-To: <200701172037.16597.fkraiem@enib.fr> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701171516.49195.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Firas Kraiem Subject: Re: Firefox refuses to start in FBSD 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 20:19:46 -0000 On Wednesday 17 January 2007 14:37, Firas Kraiem wrote: > Hi to all of you ! > > The title pretty much says it all, when I install Firefox, the install > seems to run without problems but when I try to run it, no joy. If I try to > run it from a terminal, I just get thrown back to the prompt without any > output. This occurs with all the Firefox versions I've tried, i.e. : > 1.5.0.8 package on the 6.2-RELEASE CD, 2.0.0.1 both from packages and ports > and 2.0.0.1 Linux version from ports. Any help would be greatly > appreciated. Try running it once as root. I know this is required in most of the 1.x versions, but I didn't think it was in 2.0. Anyway, something like this should suffice: su cp /home/$user/.Xauthority /root firefox JN