From owner-freebsd-current@FreeBSD.ORG Fri Apr 30 09:08:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66FA616A4CE for ; Fri, 30 Apr 2004 09:08:52 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E12E43D46 for ; Fri, 30 Apr 2004 09:08:51 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 90462 invoked from network); 30 Apr 2004 16:08:49 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 30 Apr 2004 16:08:49 -0000 Message-ID: <40927A11.9050509@liwing.de> Date: Fri, 30 Apr 2004 16:08:49 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040420 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <408F9168.5020206@liwing.de> In-Reply-To: <408F9168.5020206@liwing.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: error mounting nfs shares X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 30 Apr 2004 16:08:52 -0000 Jens Rehsack wrote: > Hi all, > > after updating my system to recent sources (using yesterdays > 23:30 UTC checkout), my mountd won't work as expected (as it > does for about a year now). ... > Finally I want say, that the first NFS mount succeeds, only the second > one and all following ones will fail. I didn't found anything that > guides me to solve an error I made on my own reading man-pages belongs > to it (mountd(8), fstab(5), exports(5) and referred ones) and > /usr/src/UPDATING. > > Any help would be very nice :-) The latest commit of Bosko Milekic to /usr/src/sys/ufs/ffs/ffs_vfsops.c solves the problem and all things works fine as before. Sorry for bothering you :-) Best regards, Jens