From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 12:25:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 283F016A401 for ; Tue, 10 Apr 2007 12:25:36 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 808AB13C465 for ; Tue, 10 Apr 2007 12:25:35 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l3ACOkrS021625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 10 Apr 2007 15:24:52 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l3ACOQFm006167 for ; Tue, 10 Apr 2007 15:24:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l3ACOQkL006166 for freebsd-questions@freebsd.org; Tue, 10 Apr 2007 15:24:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 10 Apr 2007 15:24:26 +0300 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20070410122426.GA6122@kobe.laptop> References: <20070406183630.GA56672@parts-unknown.org> <20070406190849.GA1465@kobe.laptop> <20070406222614.GA63630@parts-unknown.org> <20070406225640.GA1562@kobe.laptop> <20070407035704.GB9295@parts-unknown.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070407035704.GB9295@parts-unknown.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.517, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: Re: What am I not understanding about /etc/exports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 12:25:36 -0000 On 2007-04-06 20:57, David Benfell wrote: >On Sat, 07 Apr 2007 01:56:41 +0300, Giorgos Keramidas wrote: >> To allow NFS mounts to work correctly from hosts in the IP ranges >> 192.168.18.XXX, 192.168.19.XXX listed in your /etc/exports file, you >> will have to extend the list of addressed permitted for 'rpcbind'. > > I'd definitely missed that. Unfortunately, correcting it (both on > client and server) seems to have made no difference. I still have the > same symptoms, as if I need to send a HUP signal someplace (but if > this is true, then where?). AFAIR, you have to restart at leats the following: /etc/rc.d/rpcbind restart /etc/rc.d/mountd restart