From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 01:13:56 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 03F4B16A429 for ; Sat, 4 Feb 2006 01:13:56 +0000 (GMT) (envelope-from jester@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889F443D6A for ; Sat, 4 Feb 2006 01:13:52 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 499E213AA1F; Fri, 3 Feb 2006 20:13:47 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.6p3/8.8.8/PanixN1.1) id k141Dl005957; Fri, 3 Feb 2006 20:13:47 -0500 (EST) Date: Fri, 3 Feb 2006 20:13:47 -0500 From: Jesse Sheidlower To: Jacob S Message-ID: <20060204011346.GA2486@panix.com> References: <20060203225927.GA5681@panix.com> <43E3E41F.7020801@intersonic.se> <20060203232618.GA5815@panix.com> <20060203174736.5dcf09bb@jacob.6texans.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060203174736.5dcf09bb@jacob.6texans.net> User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org Subject: Re: "Firefox is already running" problem on 6.0 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: Sat, 04 Feb 2006 01:13:56 -0000 On Fri, Feb 03, 2006 at 05:47:36PM -0600, Jacob S wrote: > > On Fri, 3 Feb 2006 18:26:18 -0500 > Jesse Sheidlower wrote: > > > > As I said in my original message, "The only FreeBSD-related > > message about this that I found talks about deleting lock > > files in ~/.mozilla, but I don't have any Firefox lock files." > > I don't have any Mozilla lock files either, for that matter. > > It would help if you could show us how you know, rather than simply > stating that you know. Did you run the find command looking for lock > files? If yes, please copy/paste the exact command you used. Also, have > you run a "ps ax | grep firefox", looking for rogue firefox processes > that didn't quit properly? To respond to this and the two related messages, I know because I both manually descended into ~/.mozilla and looked at every directory therein; did a "locate" (with a fresh database); and ran: $ find .mozilla -print | grep -i lock $ Also, $ ps -aux | grep fire $ And $ lsof | grep fire bash 59914 jester cwd VDIR 0,84 512 1530891 /usr/home/jester/.mozilla/firefox bash 90239 jester cwd VDIR 0,84 512 1530891 /usr/home/jester/.mozilla/firefox $ I confess to not knowing exactly what the last means; I don't have any terminals open at ~/.mozilla/firefox, and if those first numbers are PIDs they don't correspond to any running processes. Thanks. Jesse Sheidlower