From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 17 07:20:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3646106564A for ; Thu, 17 Apr 2008 07:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFB638FC23 for ; Thu, 17 Apr 2008 07:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3H7K3OK086651 for ; Thu, 17 Apr 2008 07:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3H7K3JG086650; Thu, 17 Apr 2008 07:20:03 GMT (envelope-from gnats) Date: Thu, 17 Apr 2008 07:20:03 GMT Message-Id: <200804170720.m3H7K3JG086650@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Leon Kos Cc: Subject: Re: kern/122833: mountd fails on nmount() after UFS snapshot creation with mount X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Leon Kos List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 07:20:03 -0000 The following reply was made to PR kern/122833; it has been noted by GNATS. From: Leon Kos To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/122833: mountd fails on nmount() after UFS snapshot creation with mount Date: Thu, 17 Apr 2008 08:58:53 +0200 (CEST) To prove that this is not worksforme kind of bug, I've installed vanilla FreeBSD 7.0 from distribution CD. Created /etc/exports with single line /usr -network 127.0 After command "mount -u -o snapshot /usr/.snap/daily.0 /usr" I'am getting messages of Cross-device link and bad exports line. Forgot to mention before, but this does not happen on 6.3-STABLE. I've been running NFS for years and snapshoting daily without a problem on 6_RELENG