From owner-freebsd-stable@FreeBSD.ORG Thu Mar 10 15:05:45 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DFE16A4CE; Thu, 10 Mar 2005 15:05:45 +0000 (GMT) Received: from smtp-bedford-dr.mitre.org (smtpproxy2.mitre.org [192.160.51.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id B310443D48; Thu, 10 Mar 2005 15:05:44 +0000 (GMT) (envelope-from jandrese@mitre.org) Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) j2AF5iW16681; Thu, 10 Mar 2005 10:05:44 -0500 Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford-dr.mitre.org (Postfix) with ESMTP id C680C4F8E3; Thu, 10 Mar 2005 10:05:43 -0500 (EST) Received: from MAILHUB2 (mailhub2.mitre.org [129.83.221.18]) j2AF5h216535; Thu, 10 Mar 2005 10:05:43 -0500 Received: from mm112324-2k.mitre.org (128.29.24.104) by mailhub2.mitre.org with SMTP id 9209883; Thu, 10 Mar 2005 10:05:35 -0500 Message-ID: <4230623D.90101@mitre.org> Date: Thu, 10 Mar 2005 10:05:33 -0500 From: Jason Andresen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren References: <200503091641.15242.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200503091641.15242.shinjii@virusinfo.rdksupportinc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Mozilla Firefox problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 15:05:45 -0000 Warren wrote: >Each time i start Mozilla Firefox it starts from scratch and asks if i want to >import my previous bookmarks etc .. why is this occurying and how do i fix >it ? > > Most likely you don't own your own .mozilla directory. Try this: $ cd $ ls -ld .mozilla If it is owned by root (most likely case if you ran Mozilla while under su), do the following: $ su # chown -R : .mozilla # exit $ mozilla