From owner-freebsd-stable@FreeBSD.ORG Tue Jul 27 03:42:41 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45FF91065670 for ; Tue, 27 Jul 2010 03:42:41 +0000 (UTC) (envelope-from vrachil@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id CB69E8FC14 for ; Tue, 27 Jul 2010 03:42:40 +0000 (UTC) Received: by eyh6 with SMTP id 6so667502eyh.13 for ; Mon, 26 Jul 2010 20:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=bpueyL7dxpB6QEdRqqd8Ye7izGnmd3FvDk2F65oj0RY=; b=LZbaNArCdaWy00dhizAvOA42eG/0SJCWqQw9e+sFyLNMaWMCQsumAU7yYKBC8NSIey Ix9ITu6yft5W2QJismiCrMCPzeVU/nIq+gb0ymnBLgIuUUGwLQFTEBQl78NT9e320NPI jS2HE2a3LITyRNUHIR04RgHcXpg7cYXoMIM60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=lUb6bJ3g3MEm+HAvzvVYy2TI5VbJkdya4eGIr4tzX0bhRhNyWdDL21/1tIrwquj2JM Xm4kXOrlWTgdJpLpgoG/9h6mY7T711RVKnv3Uqkin3yEt9qcQ+BfR1QxkOxMlXlokzZw we/hVBzYorOTmTNUS4yT0GCpYx64ZyXyVLHas= Received: by 10.213.108.73 with SMTP id e9mr4240197ebp.36.1280200856117; Mon, 26 Jul 2010 20:20:56 -0700 (PDT) Received: from [192.168.2.64] (62.1.148.192.dsl.dyn.forthnet.gr [62.1.148.192]) by mx.google.com with ESMTPS id x54sm6788040eeh.11.2010.07.26.20.20.55 (version=SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 20:20:55 -0700 (PDT) Message-ID: <4C4E50FB.70001@gmail.com> Date: Tue, 27 Jul 2010 06:22:35 +0300 From: Vrachnis Ilias-Dimitrios User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100624 Lanikai/3.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: nfsv4 strangeness X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 03:42:41 -0000 Greetings fellow list-mates. I have been trying to set up a zfs filesystem in order to share it over the network using nfs. The filesystem was easy enough to set up. As long I was using nfsv3, everything was in order. I was able to mount the share (from my archlinux desktop pc). My headaches started when I tried to enable the nfsv4 server. When I added nfsv4_server_enable="YES" to the rc.conf file, I started getting errors and I could not mount the share at all. Right now, the output I get while mounting is: mount.nfs4: timeout set for Tue Jul 27 06:14:56 2010 mount.nfs4: trying text-based options 'addr=192.168.2.100,clientaddr=192.168.2.64' mount.nfs4: mount(2): Permission denied mount.nfs4: access denied by server while mounting files:/temper The last line suggests that it is the server's fault, and that's why I'm here. After searching the web for any clue I admit I haven't found a thing. The server is running 8.1-RELEASE amd64 with the generic kernel. More or less all files are the ones that come with the default installation. As for the filesystem: [root@files ~]# zfs get sharenfs temper NAME PROPERTY VALUE SOURCE temper sharenfs on local All pointers are welcome.