From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 07:09:57 2003 Return-Path: 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 093D216A4B3 for ; Thu, 16 Oct 2003 07:09:57 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BB843FBF for ; Thu, 16 Oct 2003 07:09:52 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h9GE9THR004452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Oct 2003 15:09:42 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id h9GE9THN004451; Thu, 16 Oct 2003 15:09:29 +0100 (BST) (envelope-from matthew) Date: Thu, 16 Oct 2003 15:09:29 +0100 From: Matthew Seaman To: Monah Baki Message-ID: <20031016140929.GA4261@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Monah Baki , freebsd-questions@freebsd.org References: <20031016124851.M33469@whywire.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <20031016124851.M33469@whywire.net> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Mozilla weirdness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 14:09:57 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 16, 2003 at 08:54:46AM -0400, Monah Baki wrote: > I just upgraded my ports tree and I'm running gnome 2.4 with mozilla 1.4.= I logged in as my=20 > username (not root) and double clicked my mozilla icon (which was pointin= g to /usr/X11R6/ > bin/mozilla). 2 things I got confused is it gave me a dialog box saying w= hich profile to use (by=20 > default, there was default), so I clicked choose defaut profile, it respo= nded "it's already in use".=20 > Then all of a sudden every 2-3 seconds it gave the same dialog box and I = couldn't quit, so I had=20 > to reboot. This sort of thing can happen occasionally between Mozilla updates. One thing to try is moving aside your ~/.mozilla directory and starting again with a new one. Of course, this means that you'll have to recreate all of your customised settings and bookmarks and so forth. =20 > This is my 'top' as you can see a lot of mozilla-bin running, any suggest= ions will be highly=20 > appreciated. Thank you. Yes -- all of your mozilla processes are stuck trying to startup and running into some sort of problem reading the defaults. You should kill off all of these processes before doing anything with your ~/.mozilla as above: % ps -ax | grep moz | awk '{print $1}' | xargs kill Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/jqaZdtESqEQa7a0RAiQzAJsGt37z16unohkmTpB4ilGIWiGt6gCbBT1l /kbgoUGy1CunLGQfIAI6oig= =MNCf -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L--