From owner-freebsd-stable@FreeBSD.ORG Sat Jan 10 14:20:04 2009 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 34892106564A for ; Sat, 10 Jan 2009 14:20:04 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 4CBCB8FC1A for ; Sat, 10 Jan 2009 14:20:02 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA22034 for ; Sat, 10 Jan 2009 16:20:01 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4968AE90.5010004@icyb.net.ua> Date: Sat, 10 Jan 2009 16:20:00 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.18 (X11/20081124) MIME-Version: 1.0 To: FreeBSD Stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: rc.d/mountd: confusing message (and behavior?) 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, 10 Jan 2009 14:20:04 -0000 $ /etc/rc.d/mountd onestart /etc/rc.d/mountd: WARNING: /etc/exports is not readable. Exit 1 Actually /etc/exports did not exist at all. And this was not a "WARNING", this was a fatal error, mountd did not start. Alsp, should it actually fail like this? I have ZFS and I plan to do all NFS exports from ZFS, so /etc/exports would never be used. -- Andriy Gapon