From owner-p4-projects@FreeBSD.ORG Mon Jun 9 19:16:27 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4AF1D1065688; Mon, 9 Jun 2008 19:16:27 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B18C1065680 for ; Mon, 9 Jun 2008 19:16:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swipnet.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 983E88FC14 for ; Mon, 9 Jun 2008 19:16:26 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=-SX32B4Fm2IA:10 a=UlUzKLwsL7l1WSYqPADo3w==:17 a=N2IyKIx6HvgYUtoTPG0A:9 a=HM7dkBpAWcBz4-5YN8EzO-VpmAAA:4 a=50e4U0PicR4A:10 Received: from [62.113.132.30] (account mc467741@c2i.net [62.113.132.30] verified) by mailfe10.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 798123703; Mon, 09 Jun 2008 21:16:24 +0200 From: Hans Petter Selasky To: ticso@cicely.de Date: Mon, 9 Jun 2008 21:17:54 +0200 User-Agent: KMail/1.9.7 References: <200806081504.m58F4CtW034713@repoman.freebsd.org> <200806082313.03865.hselasky@c2i.net> <20080609032050.GR71712@cicely7.cicely.de> In-Reply-To: <20080609032050.GR71712@cicely7.cicely.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806092117.55412.hselasky@c2i.net> Cc: Perforce Change Reviews Subject: Re: PERFORCE change 143121 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 19:16:27 -0000 Hi Bernd, When I re-enabled: options PSEUDOFS in my kernel configuration file, everything worked again! --HPS On Monday 09 June 2008, Bernd Walter wrote: > On Sun, Jun 08, 2008 at 11:13:03PM +0200, Hans Petter Selasky wrote: > > Hi, > > > > It might look like that my "init" executable in the file system is out of > > date. The kernel boots fine up to the following point: > > > > Trying to mount root from ufs:/dev/md0 > > warning: no time-of-day clock registered, system time will not be set > > accurately > > Jun 4 20:32:47 init: login_getclass: unknown class 'daemon' > > Fatal kernel mode data abort: 'Alignment Fault 3' > > trapframe: 0xc67f7a24 > > We've seen this at least on RM9200 from time to time - not sure about > other arm. > Try adding or removing a driver to your kernel and see if it helps. > It's some kind of heisenbug, because a small unrelated change and the > problem is away, which makes is hard to debug. > See arm@ mail archives for more details. > IIRC it happened earlier during boot, so this can still be something > different after all. > Even with an out of date init the kernel shouldn't panic with an > alignment fault.