From owner-freebsd-questions@FreeBSD.ORG Fri Oct 30 23:17:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6C46106566C for ; Fri, 30 Oct 2009 23:17:41 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 990FF8FC16 for ; Fri, 30 Oct 2009 23:17:41 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n9UNHemM071806; Fri, 30 Oct 2009 16:17:40 -0700 (PDT) Message-ID: <4AEB7412.5030801@rawbw.com> Date: Fri, 30 Oct 2009 16:17:38 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Chuck Swiger References: <4AEB5F7B.1060202@rawbw.com> <1CBF5D4E-1FAD-4340-9754-D7BD5BFE08C7@mac.com> In-Reply-To: <1CBF5D4E-1FAD-4340-9754-D7BD5BFE08C7@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Why do I get errors from mountd (can't change attributes for ... bad exports list line ...) ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 23:17:41 -0000 Chuck Swiger wrote: > For one thing, the second line should be: > > /usr/local -maproot=root,ro -network=10.0.0 -mask=255.0.0.0 > > For another, you are only supposed to export a given filesystem once; > the notion of exporting it multiple times means you are changing the > values of the previous export, and that's not supported. See: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=109911 > The workaround suggested in this PR eliminates the messages, but causes client to get "Permission denied message" Because the modified mount points are for different nets. Yuri