From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 10:37:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDDF16A4CE for ; Sat, 15 Nov 2003 10:37:16 -0800 (PST) Received: from wilk.2a.pl (wilk.2a.pl [195.117.102.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E3643FA3 for ; Sat, 15 Nov 2003 10:37:15 -0800 (PST) (envelope-from san@wilk.2a.pl) Received: from wilk.2a.pl (localhost [127.0.0.1]) by wilk.2a.pl (8.12.9/8.11.6) with ESMTP id hAFIbD0Y093698; Sat, 15 Nov 2003 19:37:13 +0100 (CET) (envelope-from san@wilk.2a.pl) Received: (from san@localhost) by wilk.2a.pl (8.12.9/8.12.9/Submit) id hAFIbCnQ093697; Sat, 15 Nov 2003 19:37:12 +0100 (CET) Date: Sat, 15 Nov 2003 19:37:12 +0100 From: Andrzej Tobola To: Alfred Perlstein Message-ID: <20031115183712.GA92131@wilk.2a.pl> References: <20031115013231.GE35957@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031115013231.GE35957@elvis.mu.org> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: NFSv4 Client code committed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 15 Nov 2003 18:37:17 -0000 On Fri, Nov 14, 2003 at 05:32:31PM -0800, Alfred Perlstein wrote: > The Citi project over at the University of Michegan has been nice > enough to provide us with an initial implementation of a NFSv4 > client. We still need locking, delegations and cypto. > > If anyone who's crypto friendly wants to help with the integration > that would be really useful. Please email me. > > NFSv4 shares some code with nfs2 and nfs3, and required some minor > modifications of the v2 and v3 sources so let me know if you > experience breakage. > > Have a great weekend! Just cvsuped. kldload nfsclient is now not working: link_elf: symbol nfs4_writebp undefined Did you tested it with nfsclient dynamically loaded ? -a PS dmesg -a .... Starting devd. link_elf: symbol nfs4_writebp undefined kldload: can't load nfsclient : No such file or directory /etc/rc: WARNING: nfs mount requested, but no nfs client in kernel return 1 Mounting NFS file systems: link_elf: symbol nfs4_writebp undefined