From owner-freebsd-stable@FreeBSD.ORG Sat Jun 30 21:07:30 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1620106566B for ; Sat, 30 Jun 2012 21:07:30 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8058FC12 for ; Sat, 30 Jun 2012 21:07:30 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sl4t4-0005ch-IE for freebsd-stable@freebsd.org; Sat, 30 Jun 2012 23:07:26 +0200 Received: from static-78-8-147-77.ssp.dialog.net.pl ([78.8.147.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Jun 2012 23:07:26 +0200 Received: from mwisnicki+freebsd by static-78-8-147-77.ssp.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Jun 2012 23:07:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Marcin Wisnicki Date: Sat, 30 Jun 2012 21:07:17 +0000 (UTC) Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-78-8-147-77.ssp.dialog.net.pl User-Agent: Pan/0.134 (Wait for Me; Unknown) Subject: Re: mountd suddenly stopped working 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: Sat, 30 Jun 2012 21:07:30 -0000 On Sat, 30 Jun 2012 16:21:18 +0200, Ronald Klop wrote: > On Sat, 30 Jun 2012 15:53:53 +0200, Marcin Wisnicki > wrote: > >> I have just rebooted an old system after 100 days of uptime and this >> came up: >> >> Jun 30 15:39:00 ghost mountd[1592]: can't change attributes for >> /tftpboot Jun 30 15:39:00 ghost mountd[1592]: bad exports list line >> /tftpboot -ro -mapall >> > > Than probably somebody changed something else. Can you provide the > content of your exports file? > OK, I've found the reason. There were two paths exported with same attributes: /tftpboot -ro -mapall=nobody /vol/tank1 -ro -mapall=nobody As long as there is a filesystem mounted on /vol/tank1, above exports will work. Since I've disconnected that drive, there was nothing mounted this time. Apparently mountd does not allow exporting multiple paths from a single filesystem on separate lines if they happen to have identical attributes.