From owner-freebsd-rc@FreeBSD.ORG Mon Mar 24 14:00:04 2008 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9700C1065678 for ; Mon, 24 Mar 2008 14:00:04 +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 8ECB98FC3D for ; Mon, 24 Mar 2008 14:00:04 +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 m2OE04N3005846 for ; Mon, 24 Mar 2008 14:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2OE04Mi005845; Mon, 24 Mar 2008 14:00:04 GMT (envelope-from gnats) Date: Mon, 24 Mar 2008 14:00:04 GMT Message-Id: <200803241400.m2OE04Mi005845@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Norikatsu Shigemura Cc: Subject: Re: conf/122036: Mounting at boot with ZFS causes a halt in booting X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Norikatsu Shigemura List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 14:00:04 -0000 The following reply was made to PR conf/122036; it has been noted by GNATS. From: Norikatsu Shigemura To: Nicolas Blais Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/122036: Mounting at boot with ZFS causes a halt in booting Date: Mon, 24 Mar 2008 22:53:10 +0900 Hi Nicolas. On Mon, 24 Mar 2008 07:59:39 GMT Nicolas Blais wrote: > During boot, it seems that the OS is trying to mount the entry in my fstab, but /etc/rc.d/zfs hasn't loaded or isn't finished yet and therefore causes the boot to stop. > Here's the entry in /etc/fstab that causes the boot to halt: > /tank/public/ftp /home/sam/ftp nullfs rw 0 0 Maybe, you should set 'late' to mount potion like following. > /tank/public/ftp /home/sam/ftp nullfs rw,late 0 0