From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 00:14: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 3FAB316A420 for ; Sat, 4 Feb 2006 00:14:42 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC49943D45 for ; Sat, 4 Feb 2006 00:14:41 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k140EeNB020466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 3 Feb 2006 16:14:41 -0800 X-Auth-Received: from [128.208.4.242] (nilakantha.cs.washington.edu [128.208.4.242]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k140EeNj014505 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 3 Feb 2006 16:14:40 -0800 Message-ID: <43E3F1F0.7060205@u.washington.edu> Date: Fri, 03 Feb 2006 16:14:40 -0800 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060203225927.GA5681@panix.com> <43E3E41F.7020801@intersonic.se> <20060203232618.GA5815@panix.com> <17379.61195.98112.614500@jerusalem.litteratus.org> In-Reply-To: <17379.61195.98112.614500@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' 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 00:14:42 -0000 Robert Huff wrote: >Jesse Sheidlower writes: > > > >> > >When I try to launch Firefox, I get a message reading "Firefox is >> > >already running, but is not responding. To open a new window, you >> > >must first close the existing Firefox process, or restart your >> > >system." >> > > >> > You've probably got a stale lockfile. Search for "*lock*" >> >> 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. >> >> > > May we see the output of: > > ps -ax > > run as root? > > > Robert Huff > > How about lsof while you're at it =P. ps aux | grep firefox doesn't need to be run by root--just someone logged into the machine. -Garrett