From owner-freebsd-fs@FreeBSD.ORG Fri Sep 3 19:54:53 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98CF51065695 for ; Fri, 3 Sep 2010 19:54:53 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 5BCA68FC13 for ; Fri, 3 Sep 2010 19:54:53 +0000 (UTC) Received: by qyk31 with SMTP id 31so394723qyk.13 for ; Fri, 03 Sep 2010 12:54:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.65.228 with SMTP id k36mr378182qai.35.1283543692252; Fri, 03 Sep 2010 12:54:52 -0700 (PDT) Received: by 10.229.214.199 with HTTP; Fri, 3 Sep 2010 12:54:52 -0700 (PDT) X-Originating-IP: [69.91.158.135] In-Reply-To: <4C814B9A.5030109@elischer.org> References: <4C812CEC.8080309@elischer.org> <4C814B9A.5030109@elischer.org> Date: Fri, 3 Sep 2010 12:54:52 -0700 Message-ID: From: David Brodbeck To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Weird Linux - FreeBSD/ZFS NFSv4 interoperability problem X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2010 19:54:53 -0000 On Fri, Sep 3, 2010 at 12:25 PM, Julian Elischer wrot= e: > On 9/3/10 11:01 AM, David Brodbeck wrote: >> >> On Fri, Sep 3, 2010 at 10:14 AM, Julian Elischer >> =A0wrote: >>> to help change and test things >>> try using ZFS V28 with the virtualbox virtual machine that pjd announce= d >>> yesterday. >> >> I just grabbed it and slotted it into my VirtualBox test network. =A0I >> need a little help getting nfs going, though. =A0I'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? > > 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 > /boot/kernel on the image? > > of course a new kernel might work too. > does he have sources in his image? No, /usr/src/sys is a symlink to /mnt/src/zfs/sys. I suspect he left that out of the image to make it a smaller download; I know I probably would have.