From owner-freebsd-fs@FreeBSD.ORG Tue Feb 24 02:36:39 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1468DB6 for ; Tue, 24 Feb 2015 02:36:39 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDCD38B9 for ; Tue, 24 Feb 2015 02:36:39 +0000 (UTC) Received: by pdbfp1 with SMTP id fp1so29793581pdb.5 for ; Mon, 23 Feb 2015 18:36:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=mL097iy2ackWPMneVxMib3b8bF//XB5hwIcS4jchzvM=; b=Dk2hESG5LdNLdCt5mymq99+nEbbOwYal/pQ+w3lZITJKYoO+FRs3vV7qwMP8O2heII MQftGF2FDwK9M6WIALYU1FoqcuVSxQ00N+35efSUbOjKJQxS+v5xz9W0FfL/dTMjZCGo eoUNOvX6AGKRRMv1t0+rn6JhemxKg7TnWUm8W/lv2PzusVz/qC1kxlte32IBTsMX1qsB AkHCmQKQuqCYhcX7wgA2knAVk9Oq24F8iFpc7oBcAsrtKoMklMQ0WXdwGxsZCxnO5wz/ xGRVYJig/bNHmHz4oj3d/TiuYpA9NIWaPANsPnCEp7QFrkN49p6eVu9iqTzXefBhYn6K Pe1g== X-Received: by 10.66.66.196 with SMTP id h4mr24296243pat.127.1424745398911; Mon, 23 Feb 2015 18:36:38 -0800 (PST) Received: from [192.168.1.20] (14-201-255-204.static.tpgi.com.au. [14.201.255.204]) by mx.google.com with ESMTPSA id bl2sm33251759pad.15.2015.02.23.18.36.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 18:36:38 -0800 (PST) Message-ID: <54EBE3B2.6090508@gmail.com> Date: Tue, 24 Feb 2015 13:36:34 +1100 From: Brett A Wiggins User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: NFS, pefs panic: vputx: neg ref cnt Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 02:36:40 -0000 Hi, I posted a message on the Storage section of the FreeBSD forums and have been directed to this list. A link to the thread is below; https://forums.freebsd.org/threads/nfs-server-crashes-panic-vputx-neg-ref-cnt.50511/ I am setting up a FreeBSD 10.1-RELEASE NFS server to use as a NAS on my LAN. I have set everything up as per the handbook. The directory I am sharing is using pefs encryption. I am able to access the NFS share from OSX but when I try and access it via a Linux machine I get a kernel panic. The core dump is posted below; http://pastebin.com/Da5bciWX I'm not sure how to read a core dump (I'm not a developer) but there is a line; Panic: vputx: neg ref cnt Any help would be appreciated and am able to post additional information if requested. Brett. -- "If you are new to UNIX, you may be used to clicking something and seeing either an "OK" message, an error, nothing, or (all too often) a pretty blue screen with nifty high-tech letters' explaining exactly where the system crashed" - Michael Lucas