From owner-freebsd-questions@FreeBSD.ORG Tue Dec 27 18:51:00 2005 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 0F14A16A41F for ; Tue, 27 Dec 2005 18:51:00 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889F143D60 for ; Tue, 27 Dec 2005 18:50:59 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so882771wxc for ; Tue, 27 Dec 2005 10:50:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=paPDYgG5jRH5dskYDExFZCzqDNN1/ETt/0ytwrBwvC84+ZWAMhALp/fN9C9OvGElTuzlf7wbL3SNpoFoqnsZX2nveujLTViP8yNJvOwZFvk8jCEq64taWd4yJ0zVGoePMGdcbOEYJ2TSviz7rHGAakPDkmD+5FM7hyFLIovHsQs= Received: by 10.70.129.5 with SMTP id b5mr7184177wxd; Tue, 27 Dec 2005 10:50:58 -0800 (PST) Received: by 10.70.62.15 with HTTP; Tue, 27 Dec 2005 10:50:58 -0800 (PST) Message-ID: <95550eab0512271050r2c2848f7u565d51ccc6d90cf9@mail.gmail.com> Date: Tue, 27 Dec 2005 13:50:58 -0500 From: Aaron Peterson To: Rob In-Reply-To: <20051227104623.14783549.europa100@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051227104623.14783549.europa100@comcast.net> Cc: freebsd Subject: Re: Firefox 1.5 complains that it is already running 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: Tue, 27 Dec 2005 18:51:00 -0000 On 12/27/05, Rob wrote: > Hi, > > I compiled Firefox 1.5 from ports but when attempting to start it I get > the error message: > > "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." > > I could not find any Firefox or Mozilla type of process running. > I am starting it from a terminal and I get no error messages there. > Ending Xorg and then starting it again does not help. > > Finally Firefox was compiled with -o -pipe -mtune=3Dpentium4, so I doubt > if there would be any problem with the build. > > Thank you. > > Rob Lytle > > ps. Mozilla runs OK, but I had to turn off java and javascript, and > also block pop-up windows in order to stop the occasional 100% cpu > usage and zombie processes. There is probably a file named "lock" somewhere under the .mozilla directory in you home directory. Usually these are left behind when firefox has exited uncleanly. Remove the "lock" file and all should be back to normal... Aaron find ~/.mozilla -iname lock