From owner-freebsd-current@FreeBSD.ORG Fri Sep 15 16:36:21 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 775A516A412 for ; Fri, 15 Sep 2006 16:36:21 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AB443D58 for ; Fri, 15 Sep 2006 16:36:19 +0000 (GMT) (envelope-from paul@gromit.dlib.vt.edu) Received: from zappa.Chelsea-Ct.Org (pool-71-254-64-121.ronkva.east.verizon.net [71.254.64.121]) by gromit.dlib.vt.edu (8.13.6/8.13.4) with ESMTP id k8FGaIis089383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Sep 2006 12:36:19 -0400 (EDT) (envelope-from paul@gromit.dlib.vt.edu) Received: from zappa.Chelsea-Ct.Org (localhost [127.0.0.1]) by zappa.Chelsea-Ct.Org (8.13.8/8.13.8) with ESMTP id k8FGaH87003500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Sep 2006 12:36:18 -0400 (EDT) (envelope-from paul@gromit.dlib.vt.edu) Received: (from paul@localhost) by zappa.Chelsea-Ct.Org (8.13.8/8.13.8/Submit) id k8FGaH5h003499 for freebsd-current@freebsd.org; Fri, 15 Sep 2006 12:36:17 -0400 (EDT) (envelope-from paul@gromit.dlib.vt.edu) From: Paul Mather To: freebsd-current@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 15 Sep 2006 12:36:15 -0400 Message-Id: <1158338175.3415.15.camel@zappa.Chelsea-Ct.Org> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-2.0.2 (gromit.dlib.vt.edu [128.173.49.29]); Fri, 15 Sep 2006 12:36:19 -0400 (EDT) Subject: /etc/rc.d/mountlate runs when no file systems marked as late X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 16:36:21 -0000 On two -CURRENT systems I run, for some reason the root file system is attempted to be mounted as a "late" filesystem, even though it is not marked as "late" in /etc/fstab. I get a slightly different error on each system. On one (FreeBSD 7.0-CURRENT #0: Thu Sep 7 17:50:03 EDT 2006 i386), I get: =====>===== Mounting late file systems: mount: /dev/mirror/raid1a : No buffer space available . =====<===== and on the other (FreeBSD 7.0-CURRENT #0: Thu Sep 7 17:46:03 EDT 2006 i386) I get: =====>===== Mounting late file systems: mount: /dev/mirror/raid1a : Bad address . =====<===== Both are listed as below in their respective system /etc/fstab: =====>===== /dev/mirror/raid1a / ufs rw 1 1 =====<===== I don't get this problem on a gmirrored 6-STABLE system I run. Any ideas as to why this is happening? Both systems finish booting successfully, so the problem is not serious. It just struck me as odd. Cheers, Paul. -- e-mail: paul@gromit.dlib.vt.edu "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." --- Frank Vincent Zappa