From owner-freebsd-stable@FreeBSD.ORG Fri Jul 7 08:27:27 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4A216A4DA for ; Fri, 7 Jul 2006 08:27:27 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795E643D45 for ; Fri, 7 Jul 2006 08:27:27 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1FylgM-000BTi-I7 for freebsd-stable@freebsd.org; Fri, 07 Jul 2006 11:27:26 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-stable@freebsd.org In-reply-to: References: Comments: In-reply-to Danny Braniss message dated "Wed, 05 Jul 2006 13:46:44 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Jul 2006 11:27:26 +0300 From: Danny Braniss Message-ID: Subject: Re: mountd changed? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:27:28 -0000 > something has changed wrt nmount(2)/mountd(8)/exports(5): > > > cat /etc/exports > /h -alldirs -network 132.65.0.0 -mask 255.255.0.0 > > cat /etc/fstab > /dev/da1s1d /h ufs rw 1 1 > > and all is fine, the filesystem is exported and accesible. > > # /etc/rc.d/mountd reload > Reloading mountd config files. > > but /var/log/messages: > mountd[473]: can't change attributes for /h > mountd[473]: bad exports list line /h -alldirs -network 132.65.0.0 -mask > 255.255.0.0 > > btw, nothing has changed in the /etc/exports file. > 2nd, the root (/) is nfs readonly. > and now any attempt to mount is denied. > just in case: kern.securelevel: -1 > the problem is solved. see http://www.freebsd.org/cgi/query-pr.cgi?pr=99873 danny