From owner-freebsd-stable@FreeBSD.ORG Tue Mar 28 16:12:09 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE06316A400 for ; Tue, 28 Mar 2006 16:12:09 +0000 (UTC) (envelope-from belesbsd@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8889243DAD for ; Tue, 28 Mar 2006 16:11:31 +0000 (GMT) (envelope-from belesbsd@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so1300487nfc for ; Tue, 28 Mar 2006 08:11:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=O20DsxY4G4dlQb7mS15ieBlOEwMo//06Smtq5eIkVIfiJ6OzZZ4eqwaGw1x1/No1OSXTcdHHRAhA/Y8hh1dxPuNXuiYXGyeaKyzX4xQeKgtLb8PM4IBMVMC9AZMTT4Orj8WerlYn6I2YmRElCcplfi1j3LpbwCzy8hSc3wnB3B0= Received: by 10.49.90.11 with SMTP id s11mr307630nfl; Tue, 28 Mar 2006 08:11:03 -0800 (PST) Received: from ?192.168.100.81? ( [212.174.72.50]) by mx.gmail.com with ESMTP id k23sm14569nfc.2006.03.28.08.11.01; Tue, 28 Mar 2006 08:11:02 -0800 (PST) Message-ID: <44296009.2080304@gmail.com> Date: Tue, 28 Mar 2006 19:10:49 +0300 From: belesBSD User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4427E59E.8010500@gmail.com> <20060327171325.GA69304@xor.obsecurity.org> In-Reply-To: <20060327171325.GA69304@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Panic at startup after buildworld 6.1 PRERELEASE from 5.4 Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 16:12:09 -0000 I have realized that the old 'rtc.ko' ( real time clock?) module used by vmware caused the panic. Now evething seems to be working just fine. Thank you for the advice. Kris Kennaway wrote: > On Mon, Mar 27, 2006 at 04:16:14PM +0300, belesBSD wrote: > >> Hi, >> >> I have builded world and kernel with no errors. Also, everything seems to >> be ok in single user mode with mergemaster etc. then i installed world. >> However, >> when i try to boot normally, i get the following panic. The panic is >> completely >> reproducable (eg. every time i boot normally, it panics). >> Before the panic it gives a half "WARNING: Device driver" error, so >> could i possibly have done something >> wrong about the modules when building/installing? I've attached the >> dmesg output.. >> > > Yes, if you build modules with the old source then you're likely to > get panics. > > Kris >