From owner-freebsd-current@FreeBSD.ORG Sun Aug 16 21:21:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7020B106568B for ; Sun, 16 Aug 2009 21:21:58 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 5F84E8FC5A for ; Sun, 16 Aug 2009 21:21:58 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii; format=flowed; delsp=yes Received: from macbook-pro.lan.xcllnt.net (mail.xcllnt.net [75.101.29.67]) by asmtp025.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KOH004H8NCILQ90@asmtp025.mac.com> for freebsd-current@freebsd.org; Sun, 16 Aug 2009 14:21:55 -0700 (PDT) From: Marcel Moolenaar Date: Sun, 16 Aug 2009 14:20:47 -0700 Message-id: To: FreeBSD Current X-Mailer: Apple Mail (2.1074) Subject: rc(8) regression. What's the story? 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: Sun, 16 Aug 2009 21:21:58 -0000 All, A few of my machines still can't boot successfully to multi-user: ... Trying to mount root from ufs:da0p3 Entropy harvesting: interrupts ethernet point_to_point kickstart. /dev/da0p3: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0p3: clean, 8843098 free (98130 frags, 1093121 blocks, 0.6% fragmentation) WARNING: ZFS is considered to be an experimental feature in FreeBSD. ZFS filesystem version 13 ZFS storage pool version 13 bge0: link state changed to DOWN Starting Network: lo0 bge0. bge1: link state changed to DOWN Mounting NFS file systems:mount_nfs: nfs: hostname nor servname provided, or not known . bge0: link state changed to UP Setting date via ntp. Error : hostname nor servname provided, or not known 16 Aug 14:05:51 ntpdate[644]: can't find host time.lan.xcllnt.net 16 Aug 14:05:51 ntpdate[644]: no servers can be used, exiting rpc.umntall: nfs: MOUNTPROG: RPC: Unknown host Setting NIS domain: xcllnt. Recovering vi editor sessions:. Mounting late file systems:mount_nfs: nfs: hostname nor servname provided, or not known . Mounting /etc/fstab filesystems failed, startup aborted ERROR: ABORTING BOOT (sending SIGTERM to parent)! Aug 16 14:05:53 hob init: /bin/sh on /etc/rc terminated abnormally, going to single user mode Enter full pathname of shell or RETURN for /bin/sh: This is an obvious regression and I don't see that this is being addressed. Am I mistaken? Yes, I can make the NFS mount continue in the background to avoid the problem, but that doesn't address the fact that we're trying to use the network before interfaces are configured... -- Marcel Moolenaar xcllnt@mac.com