From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 01:08:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73BD01065679 for ; Mon, 29 Nov 2010 01:08:22 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 2054B8FC1D for ; Mon, 29 Nov 2010 01:08:18 +0000 (UTC) Received: from kw.homeip.net (c80-217-64-49.bredband.comhem.se [80.217.64.49]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id oAT17wFK029895; Mon, 29 Nov 2010 02:08:06 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <4CF2FCEA.2070309@bah.homeip.net> Date: Mon, 29 Nov 2010 02:07:54 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; sv-SE; rv:1.9.2.12) Gecko/20101117 Thunderbird/3.1.6 MIME-Version: 1.0 To: bluethundr References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: firefox fails to launch 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: Mon, 29 Nov 2010 01:08:22 -0000 2010-11-29 01:50, bluethundr skrev: > hi list > > I finally got KDE 4 running on my FreeBSD 8.1 box! It was a happy day > as it took several days to compile... > > However after installing the firefox port I get a dialog box claiming that > > "firefox is already running but not responding. To open a new window, > you must first close the existing Firefox process or restart your > system" You need to remove ye olde lockfile, normally at ~/.mozilla/firefox/profilename/!lock One can even remove .parentlock in the same directory > doing a ps -ef | grep firefox does not show any firefox processes > running. how can I get firefox to work under freebsd? > > thanks >