From owner-freebsd-questions@FreeBSD.ORG Mon Aug 22 18:38:29 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 2A8AB16A41F for ; Mon, 22 Aug 2005 18:38:29 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EE143D53 for ; Mon, 22 Aug 2005 18:38:28 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 359AA300185D; Mon, 22 Aug 2005 20:38:27 +0200 (CEST) Message-ID: <430A1B65.2050507@mail.uni-mainz.de> Date: Mon, 22 Aug 2005 20:37:25 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050817) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jason References: <4309E2D7.7040805@mail.uni-mainz.de> <4309F899.4010900@ec.rr.com> In-Reply-To: <4309F899.4010900@ec.rr.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: freebsd-questions@freebsd.org Subject: Re: Mozilla/Firefox weirdness 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: Mon, 22 Aug 2005 18:38:29 -0000 jason wrote: > O. Hartmann wrote: > >> Hello. >> Since I upgrade my box from FreeBSD-5.4 to 6.0 it seems that I run >> into some really strange Firefox/Mozilla behaviour. The phenomenon is >> described really quickly: I can not save some configurations, like >> using which type of SSL/TSL, block popups etc. I can mark the boxes, >> but whenever I call the same config window, all checkboxes are set to >> a initial value not choosen by me. The browser also does not save any >> configs. >> >> I completely recompiled everything, I deinstalled both Mozilla and >> Firefox, but it is always the same behaviour. Can someone help or >> report about similar or the same problem? >> >> One idea is that this has to do with some access rights of the user's >> profile directory. >> >> Thanks in advance, >> Oliver >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > I had the same issues on a freash 5.4 install. I had to remove all > CFLAGS besides -pipe and -O2, then it ran like a champ. -f options have > always killed firefox for me. All right, here we go ... I moved ~/.mozilla as suggested and let firefox install a new directory. But that did not change anything nor it had a positive effect. And, indeed, I 'utilize' -ffast-amth and -funroll-loops in make.conf. I will remove them on the i386 machine and see, whether this succeeds. On another box, amd64 arch, the same phenomenon occured the same time I changed from 5.4 to 6.0. I'll report if the 'not allowed' compiler option caused this misbehaviour. Oliver