From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 14 23:30:23 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9378816A4CE for ; Mon, 14 Feb 2005 23:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EFF43D2F for ; Mon, 14 Feb 2005 23:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1ENUNVS019921 for ; Mon, 14 Feb 2005 23:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1ENUNbm019920; Mon, 14 Feb 2005 23:30:23 GMT (envelope-from gnats) Date: Mon, 14 Feb 2005 23:30:23 GMT Message-Id: <200502142330.j1ENUNbm019920@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Harry Coin Subject: Re: conf/48195: /var/db/mounttab error on diskless boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harry Coin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 23:30:23 -0000 The following reply was made to PR conf/48195; it has been noted by GNATS. From: Harry Coin To: freebsd-gnats-submit@FreeBSD.org, dirkx@foem.leiden.webweaving.org Cc: Subject: Re: conf/48195: /var/db/mounttab error on diskless boot Date: Mon, 14 Feb 2005 17:30:22 -0600 I have the same problem on 5.3 I intend a remote (not local memory disk) /etc and remote /var, but the initdiskless routine fails the mount_nfs in the ..serverdiskless-root:/conf/{ip address}/etc/diskless_remount because mount_nfs wants to update /var/db/mounttab, which at that point is read-only. Hence it fails.