From owner-freebsd-current@FreeBSD.ORG Sun Mar 28 02:39:06 2004 Return-Path: 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 0BA9516A4CE for ; Sun, 28 Mar 2004 02:39:06 -0800 (PST) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98EA743D3F for ; Sun, 28 Mar 2004 02:39:05 -0800 (PST) (envelope-from esbjerg@xbsd.net) Received: from xbsd.net (0x50a16596.boanxx13.adsl-dhcp.tele.dk [80.161.101.150]) by pfepb.post.tele.dk (Postfix) with ESMTP id 02BDB5EE058 for ; Sun, 28 Mar 2004 12:39:03 +0200 (CEST) Received: by xbsd.net (Postfix, from userid 1000) id AAB443DF13; Sun, 28 Mar 2004 12:39:00 +0200 (CEST) Date: Sun, 28 Mar 2004 12:39:00 +0200 From: Sven Esbjerg To: freebsd-current@freebsd.org Message-ID: <20040328103900.GA4143@gosling.home.xbsd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: unable to boot current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Mar 2004 10:39:06 -0000 I have been trying to update to latest current without luck. It seems something changed in init and fsck_ffs. When I boot a newer kernel than March 16. I get problems at fsck. What I see is: Mounting root from: ufs:/dev/ad0s2a start_init: trying /sbin/init pid 105 (fsck_ufs), uid 0: exited on signal 8 pid 106 (fsck_ufs), uid 0: exited on signal 8 and then it hangs. I installed the latest fsck_ffs (matching the new kernel) which seems to have removed the fsck problems since it doesn't exit with signal 8 any more. However it still hangs after trying /sbin/init. I read /usr/src/UPDATING which doesn't say anything about fsck_ffs og init. I have no problems booting with the kernel build on March 16. Any suggestions. Sven Esbjerg