From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 11 09:35:49 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F3D91065678; Fri, 11 Jul 2008 09:35:49 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id D0C978FC1D; Fri, 11 Jul 2008 09:35:44 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 65676130C76; Fri, 11 Jul 2008 11:35:43 +0200 (CEST) Date: Fri, 11 Jul 2008 11:35:43 +0200 From: Guido Falsi To: Helko Glathe Message-ID: <20080711093543.GB56699@megatron.madpilot.net> References: <200807100849.27824.Helko.Glathe@freenet.de> <4876A4DC.8060200@FreeBSD.org> <4876B1CE.5060600@madpilot.net> <200807110714.26723.Helko.Glathe@freenet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807110714.26723.Helko.Glathe@freenet.de> X-Operating-System: FreeBSD 7.0-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: gnome@freebsd.org, Doug Barton , freebsd-ports@freebsd.org Subject: Re: firefox-3.0_2,1 no reactions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 09:35:49 -0000 On Fri, Jul 11, 2008 at 07:14:26AM +0200, Helko Glathe wrote: > Am Freitag 11 Juli 2008 03:05:18 schrieb Guido Falsi: > > Doug Barton wrote: > > > Guido Falsi wrote: > > >> I just disabled the attack and forgery site checks > > > > > > Exactly which prefs are you referring to there? > > > > in the security pane, the second and third option, they read: > > > > Tell me if the site I'm visiting is a suspected attack site > > > > and > > > > Tell me if the site I'm visiting is a suspected forgery > > Disabling this options doesn't fix the problem. >From private emails with Josh Tolbert there are some problems with NFS locking too. Most probably firefox is heavily using it. At home I have an nfs server and 2 clients and all using statd and lockd(and since the inclusion of the in kernel locking code I have to restart statd removing it's status file in /var/db when I reboot a client on both the server and the client, but I don't have the knowledge to debug this. I think a recwent commit to -current has fixed this though. I'm waiting for it to be MFCed). NFS locking works usually, but when I don't remove the statd.status file after rebooting a machine the calls to lockd seem to block indefinitely and the app just sits there, maybe this is what is happening to you. Disabling those functions and removing the sqlite files from the .mozilla subdir was needed to me to solve the slowness problm, because the app was rereading via network the whole files each time a page loaded. Please let me know if some specific information is needed. I hope I vcan help shed some light. My machines are all 7.0-STABLE cvsupped around a month ago. -- Guido Falsi