From owner-freebsd-stable@FreeBSD.ORG Sat Jun 30 14:21:27 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 729001065673 for ; Sat, 30 Jun 2012 14:21:27 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 280648FC14 for ; Sat, 30 Jun 2012 14:21:27 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SkyY3-0004Tv-2i for freebsd-stable@freebsd.org; Sat, 30 Jun 2012 16:21:20 +0200 Received: from dhcp-077-251-052-224.chello.nl ([77.251.52.224] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SkyY3-0003ni-Du for freebsd-stable@freebsd.org; Sat, 30 Jun 2012 16:21:19 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org References: Date: Sat, 30 Jun 2012 16:21:18 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.00 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.8 X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.1 X-Scan-Signature: 4052b6d1c9976086d5ab5ce040fcf5b8 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 14:21:27 -0000 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 > > > Both /etc/exports and /tftpboot are many years old and didn't cause any > problems until today. Do you mean these were not edited/changed since the previous reboot? > I have tried fsck and rebooting but it didn't help. > >> uname -a > FreeBSD ghost.pnet.one.pl 8.2-STABLE FreeBSD 8.2-STABLE #6: Sun Nov 13 > 05:32:38 CET 2011 Than probably somebody changed something else. Can you provide the content of your exports file? Ronald.