From owner-freebsd-stable@FreeBSD.ORG Thu Aug 8 11:58:48 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 201AD98E for ; Thu, 8 Aug 2013 11:58:48 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id D9E502BE5 for ; Thu, 8 Aug 2013 11:58:47 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMEAKuGA1KDaFve/2dsb2JhbABbgztQgxS7NYEwdIIkAQEBAwEBAQEgBCcgCwUWGAICDRIHAikBCSYGCAcEARwEh2kGDKYhgRCRMYEojT0NdTQHgmeBJwOVGoNxkCWBX4FVIDJ8Bxci X-IronPort-AV: E=Sophos;i="4.89,838,1367985600"; d="scan'208";a="44056190" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 08 Aug 2013 07:58:41 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 3B7B5B3F1B; Thu, 8 Aug 2013 07:58:41 -0400 (EDT) Date: Thu, 8 Aug 2013 07:58:41 -0400 (EDT) From: Rick Macklem To: John Reynolds Message-ID: <1897895443.7142339.1375963121233.JavaMail.root@uoguelph.ca> In-Reply-To: <52033444.9060703@reynoldsnet.org> Subject: Re: SOLVED: Re: NFS locking between 8.3-STABLE (jan 2013) and 9.2-BETA2 -- Firefox SQLite locking issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 7.2.1_GA_2790 (ZimbraWebClient - FF3.0 (Win)/7.2.1_GA_2790) Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Aug 2013 11:58:48 -0000 John Reynolds wrote: > > About all you need to do is add a "V4: ..." line to your > > /etc/exports > > and then set nfsv4_server_enable="YES" in /etc/rc.conf and reboot. > > On the client mount, you need to add "nfsv4" as a mount option. > I had to enable the proper daemons and mount on the client from the > actual server mount point (previously in NFSv3 I could mount a > symbolic > link which pointed to the actual disk--now with NFSv4 I couldn't do > that, but it's OK) but it worked! > > After I got my home dir to mount under NFSv4 I went into Xorg and > fired > up Firefox (with a brand new profile just to be on the safe side) and > BOOM! Everything works that Firefox relies on SQLite for (bookmarks, > and > link history). Bookmark editor as well as the <- and -> arrows show > up > and work now as expected. > > I am running 8.4-STABLE as of Aug 6th on my server (it will be > upgraded > to 9.2-STABLE once I can find the time) and the client is 9.2-BETA2 > just > for the record. So it seems that 8.x and 9.x talk to each other just > fine. I have not noticed anything odd performancewise--just that when > I > "umount" the directory it seems to "think about it" for 10-15 seconds > before doing it. I don't know if that's just the "way it is" or if I > can > configure something more fine-tuned. > It is "just the way it is", I think. It has to close all outstanding opens (and return delegations, if they are enabled) during the umount. I'm a bit surprised it takes 10-15sec, but not that amazed.;-) Have fun with it, rick ps: I realized I forgot to mention enabling the nfsuserd daemon on both client and server in the last post. > However, I'm just happy--actually ecstatic--that it's working. That > was > my last missing link (no pun intended) to letting the "users" in the > house on this new machine as their new desktop. Can't have FF broken! > :) > > Thanks all for your responses and help. > > -jr > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" >