From owner-freebsd-questions@FreeBSD.ORG Sun Apr 2 00:15:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7F28D16A422 for ; Sun, 2 Apr 2006 00:15:42 +0000 (UTC) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ACA7D43D46 for ; Sun, 2 Apr 2006 00:15:41 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 02 Apr 2006 00:15:40 -0000 Received: from 205.86.203.62.cust.bluewin.ch (EHLO [192.168.1.10]) [62.203.86.205] by mail.gmx.net (mp038) with SMTP; 02 Apr 2006 02:15:40 +0200 X-Authenticated: #912863 Message-ID: <442F17B5.7010209@gmx.at> Date: Sun, 02 Apr 2006 02:15:49 +0200 From: Lars Cleary User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <200603270101.49421.beech@mangohealth.org> <200603270722.16115.hackmiester@hackmiester.com> <200604011500.44862.beech@mangohealth.org> In-Reply-To: <200604011500.44862.beech@mangohealth.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: linux-firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lars@gmx.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 00:15:42 -0000 Beech Rintoul wrote: > On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote: >> On Monday 27 March 2006 04:01, Beech Rintoul wrote: >>> I'm trying to get linux-firefox running on a system that also has native >>> firefox installed. When I try and start linux-firefox I get a message >>> saying that firefox is already running (which it's not). >> You sure? >> ps ax|grep firefox >> killall firefox-bin >> killall linux-firefox >> killall linux-firefox-bin >> >>> I tried rebooting >>> but the message remains. >> Rebooting shouldn't be necessary. >> >>> Does anyone have a suggestion? >>> >>> Beech > > stargate# ps waux | grep firefox-bin > stargate# ps waux | grep linux-firefox > stargate# ps waux | grep firefox > > > stargate# killall firefox-bin > No matching processes were found > stargate# killall linux-firefox > No matching processes were found > stargate# killall linux-firefox-bin > No matching processes were found > stargate# killall firefox > No matching processes were found > > #firefox & > > Same error. I even deleted the .mozilla directory. > > Beech > > You have a lock file somewhere that needs to be deleted. It's either in /var/run or in your homedir, I can't remember where I found it when I had the same problem, sorry. HTH Lars