From owner-freebsd-fs@FreeBSD.ORG Thu Jan 3 12:37:39 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D5B5E2D for ; Thu, 3 Jan 2013 12:37:39 +0000 (UTC) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.kpi.ua (comsys.kpi.ua [77.47.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4ACDC61D for ; Thu, 3 Jan 2013 12:37:38 +0000 (UTC) Received: from pm513-1.comsys.kpi.ua ([10.18.52.101] helo=pm513-1.comsys.ntu-kpi.kiev.ua) by comsys.kpi.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Tqk38-0004AT-MU; Thu, 03 Jan 2013 14:37:30 +0200 Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id 7808C1E08A; Thu, 3 Jan 2013 14:37:30 +0200 (EET) Date: Thu, 3 Jan 2013 14:37:30 +0200 From: Andrey Simonenko To: Tim Gustafson Subject: Re: Problems Re-Starting mountd Message-ID: <20130103123730.GA19137@pm513-1.comsys.ntu-kpi.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Authenticated-User: simon@comsys.ntu-kpi.kiev.ua X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Exim-Version: 4.63 (build at 28-Apr-2011 07:11:12) X-Date: 2013-01-03 14:37:30 X-Connected-IP: 10.18.52.101:44336 X-Message-Linecount: 41 X-Body-Linecount: 26 X-Message-Size: 1482 X-Body-Size: 780 Cc: FreeBSD Filesystems X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2013 12:37:39 -0000 Hello, On Wed, Jan 02, 2013 at 04:11:00PM -0800, Tim Gustafson wrote: > Hi, > > Our /etc/exports file contains two lines for each user (one export for > network "A", and one network for export "B"), and is about 3,200 line > long. Can you give example of two lines for two users (four lines in total). How many file systems are mounted on your system? What are types of these file systems? If NFS export settings on your system have -mapall or -maproot, then tell which type of database is used for users and groups names. Give the content of /etc/nsswitch.conf. > Re-loading mountd returns immediately, but new mounts are blocked for > the same duration of time, at least several minutes. > > /etc/rc.d/mountd reload Re-loading requires only the SIGHUP signal sending.