From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 01:57:48 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C2D1065676 for ; Wed, 12 Nov 2008 01:57:48 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7348FC21 for ; Wed, 12 Nov 2008 01:57:48 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so180127fkk.11 for ; Tue, 11 Nov 2008 17:57:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=TiBc+/G92MU3tqkkI4t0wRVtPb0tMOmjXdrmo9FGeUQ=; b=jeI45I3GSH9XJ1RV0yujsyHYsluX9cq+i8l2x1gxCMye75r51eEALrd95Z4/6rQVvF +bcvjBd6dgDgyAsto4TXzrJwJ/wK46Wi0xn6Gt5G3wO0O6DPVnNr58Fs8GNIX38p+Ofo C2T5K+PkDf/WA5gNEIaxfpYhxQ1+njOliTfRM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=BUwixA3mJI69QkWGleboAA+mSKEhMD3+T1tUq6ZWYUe2CbLM+HzkqmPHIuLZifpWZZ YQpfh5GeKyeaVATyj47CTCSnT/fMzE7RN1SGteWqG3yQDBNAoU80C/Ye62ghPjnDsiX7 lkO3ZwJy771Whj1wxdIuuU2S1CrmzSpWSpZRQ= Received: by 10.187.163.5 with SMTP id q5mr3078527fao.8.1226453450974; Tue, 11 Nov 2008 17:30:50 -0800 (PST) Received: by 10.187.161.6 with HTTP; Tue, 11 Nov 2008 17:30:50 -0800 (PST) Message-ID: Date: Tue, 11 Nov 2008 17:30:50 -0800 From: "Navdeep Parhar" To: dfr@freebsd.org, freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: problems with nfsd (due to RPCSEC_GSS changes?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Nov 2008 01:57:48 -0000 I had a FreeBSD NFS server running a month+ old current (from Oct 2 or so). I upgraded to a current current (Nov 11) and nfsd stopped working. I was able to mount the exported filesystem but anything else would yield an "Input/output error." nfsstat -s showed "Server Ret-Failed" going up everytime I tried a 'cd', 'ls', etc. from the client. (I tried both FreeBSD and Solaris clients). Ultimately, I had to add NFS_LEGACYRPC in order to get a working nfsd. Looks like there may be a problem with the new code that was added as part of RPCSEC_GSS support. Note that I did not enable KGSSAPI in my kernel as I have no need for it. Are there any knows issues with the new code? Feel free to ask if you need any more information about my setup. Regards, Navdeep