From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-46633-garchives=archives.gentoo.org@gentoo.org>)
	id 1G2bp1-0003Tw-E6
	for garchives@archives.gentoo.org; Mon, 17 Jul 2006 22:44:15 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6HMgkHN025869;
	Mon, 17 Jul 2006 22:42:46 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184])
	by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6HMbbJ2020250
	for <gentoo-user@lists.gentoo.org>; Mon, 17 Jul 2006 22:37:37 GMT
Received: by nf-out-0910.google.com with SMTP id l37so35718nfc
        for <gentoo-user@lists.gentoo.org>; Mon, 17 Jul 2006 15:37:37 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=X2+JMFPTaIqqlNb+3gsuyoLFY5tvdi9hwUl3m9oBzeqCuBjFbPFJoJJ4tI8VsBfGVM3hGkiRsV+TX7unPpLHkm91USxheeXZ5XUPVFhtZMe6ESWc1vf0zmeLMRyUTcTmo4KyYXjVwJfnLoRz3mJJOziRUVNGQFDFmiMTYw+SJQY=
Received: by 10.78.177.3 with SMTP id z3mr1177701hue;
        Mon, 17 Jul 2006 15:37:37 -0700 (PDT)
Received: by 10.78.16.7 with HTTP; Mon, 17 Jul 2006 15:37:37 -0700 (PDT)
Message-ID: <7573e9640607171537w5353fc2cva3f9fb4f81635b6a@mail.gmail.com>
Date: Mon, 17 Jul 2006 15:37:37 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] FireFox and ThunderBIrd without themes and extentions
In-Reply-To: <44BB56CD.60509@ilievnet.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <44B896BB.7060405@ilievnet.com>
	 <7573e9640607161212v6e5833fcl1b6ac0ec1d1687b2@mail.gmail.com>
	 <44BB56CD.60509@ilievnet.com>
X-Google-Sender-Auth: a80ee2f23659d4b5
X-Archives-Salt: c8e5163a-0760-4a74-9515-e2a0c8711460
X-Archives-Hash: 615c7b8d17e5f9e5ce1b726d3059b328

On 7/17/06, Daniel Iliev <danny@ilievnet.com> wrote:
>
> This appears on every start. The error on line 454 appears also if I try
> to install a theme or an extension. Line 454 in nsExtensionManager.js reads:
>

Hmm, ok, so it looks like it is failing to create/open a file.  Maybe
due to permissions....

There are 2 things you can try.  First, take a look at your
environment for any mozilla variables, and make sure they are set
correctly, or try clearing them with unset:

env | grep MOZ

The second thing I can think of is to use strace to see what it is
failing to open.  First start firefox or mozilla.  Then use 'ps | grep
firefox'  to find out the process id.  Then run:

strace -e open,access -p <pid>

The try to open the Extensions dialog.  This should dump a lot of
system calls, and there will be quite a few that fail with ENOENT or
EEXIST.  But look carefully for anything that fails with EPERM

If don't see or recognize a problem, try posting the output of strace here.

-Richard
-- 
gentoo-user@gentoo.org mailing list