Date: Sun, 5 Sep 2010 19:49:01 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Julian Elischer <julian@elischer.org> Cc: freebsd-fs@freebsd.org Subject: Re: Weird Linux - FreeBSD/ZFS NFSv4 interoperability problem Message-ID: <20100905174901.GE1900@garage.freebsd.pl> In-Reply-To: <4C814B9A.5030109@elischer.org> References: <AANLkTikYbz_fxOF=8LjyJ9Ck6otCGn7GeeqnB48bDbM6@mail.gmail.com> <AANLkTi=DJA62jKgi5iyAcUjQ16VC07iFp%2BQUpXgbbhpD@mail.gmail.com> <4C812CEC.8080309@elischer.org> <AANLkTikD=4CPtfNN6CcezsLfrKS%2BT7CK0wP7TUw1j46H@mail.gmail.com> <4C814B9A.5030109@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--DEueqSqTbz/jWVG1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 03, 2010 at 12:25:14PM -0700, Julian Elischer wrote: > >I just grabbed it and slotted it into my VirtualBox test network. I > >need a little help getting nfs going, though. I'm getting the > >following error: > > > >KLD nfslockd.ko: depends on nfs - not available or version mismatch > >KLD nfsd.ko: depends on nfslockd - not available or version mismatch > >mountd: NFS server is not available > > > >Do I need to grab the source and build a new kernel with NFS enabled? >=20 > you should be able to find a kernel module to do it.. > maybe pjd has it lying around in his build tree, or maybe it's in=20 > /boot/kernel on the image? All needed kernel modules are there, I just tested it. I wanted to turn off NFS server by default in the image itself, but forgot... Doing the following should be enough: # touch /etc/exports # echo 'nfs_server_enable=3D"YES"' >> /etc/rc.conf # echo 'mountd_enable=3D"YES"' >> /etc/rc.conf # echo 'rpcbind_enable=3D"YES"' >> /etc/rc.conf # /etc/rc.d/rpcbind start # /etc/rc.d/nfsd start # /etc/rc.d/mountd start # zfs set sharenfs=3Don tank --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --DEueqSqTbz/jWVG1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkyD2A0ACgkQForvXbEpPzS4uACfUjf0Ba96u5ZyWAqTOq/zaJFu f9UAoJFSp3t9QFTQb+9VgqEu7YcGhNfE =gC5o -----END PGP SIGNATURE----- --DEueqSqTbz/jWVG1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100905174901.GE1900>