From owner-freebsd-current@FreeBSD.ORG Sun Apr 24 14:10:20 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A742C106564A for ; Sun, 24 Apr 2011 14:10:20 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 648F98FC08 for ; Sun, 24 Apr 2011 14:10:20 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QE00w-0002Kh-Us>; Sun, 24 Apr 2011 16:10:18 +0200 Received: from e178005228.adsl.alicedsl.de ([85.178.5.228] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QE00w-0001pi-SE>; Sun, 24 Apr 2011 16:10:18 +0200 Message-ID: <4DB42F4A.9030405@mail.zedat.fu-berlin.de> Date: Sun, 24 Apr 2011 16:10:18 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110319 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Rick Macklem References: <2075443640.480241.1303603218847.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <2075443640.480241.1303603218847.JavaMail.root@erie.cs.uoguelph.ca> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.5.228 X-Mailman-Approved-At: Sun, 24 Apr 2011 14:28:09 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Heads Up: default NFS server changing to the new one X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 14:10:20 -0000 On 04/24/11 02:00, Rick Macklem wrote: > There will soon be a commit to head that will change the > default NFS server to the new one that was called the > experimental NFS server (but no longer experimental). After > this commit, you must use "-o" on both mountd and nfsd to > force the system to use the old/regular server but, please, > try the new server and let me know of problems before you > switch back to the old one. > > Hopefully this will not cause you grief, rick > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" If one would like to build NFS into the kernel, should those people use the "old" options (options NFSCLIENT|options NFSSERVER)? Oliver