From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 14 01:14:40 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EA51106564A for ; Thu, 14 Jul 2011 01:14:40 +0000 (UTC) (envelope-from falkman@gamozo.org) Received: from mta11.charter.net (mta11.charter.net [216.33.127.80]) by mx1.freebsd.org (Postfix) with ESMTP id BB9C58FC12 for ; Thu, 14 Jul 2011 01:14:38 +0000 (UTC) Received: from imp10 ([10.20.200.15]) by mta11.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20110714011438.BFUG4091.mta11.charter.net@imp10> for ; Wed, 13 Jul 2011 21:14:38 -0400 Received: from [192.168.1.115] ([75.135.75.204]) by imp10 with smtp.charter.net id 7dEd1h00R4QU3rf05dEd7l; Wed, 13 Jul 2011 21:14:38 -0400 X-Authority-Analysis: v=1.1 cv=G6Q69DB3AUoJKS2BpLRaz8MQ2NORN7h5HRzrJMPOhRw= c=1 sm=1 a=CpZYxkIGCHkA:10 a=n2w-IegYaSwA:10 a=EZ1XIdwCItEA:10 a=8nJEP1OIZ-IA:10 a=HEs2YkztZRVyeANDsLw8Eg==:17 a=qSvyiPJel4O5c5DP35sA:9 a=YJKds1QQKK3uRXgrmhoA:7 a=wPNLvfGTeEIA:10 a=HEs2YkztZRVyeANDsLw8Eg==:117 Message-ID: <4E1E42FC.3080407@gamozo.org> Date: Wed, 13 Jul 2011 20:14:36 -0500 From: Brandon Falk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <4E1CC63D.6040606@gamozo.org> <201107130749.35335.jhb@freebsd.org> <4E1D9FA3.30403@gamozo.org> <4E1DC0B2.5070909@FreeBSD.org> In-Reply-To: <4E1DC0B2.5070909@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: System Fails to Boot (Deadlock?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 01:14:40 -0000 On 7/13/2011 10:58 AM, John Baldwin wrote: > On 7/13/11 9:37 AM, Brandon Falk wrote: >> On 7/13/2011 6:49 AM, John Baldwin wrote: >>> On Tuesday, July 12, 2011 6:10:05 pm Brandon Falk wrote: >>>> Hello, >>>> >>>> My machine somehow fails to boot into FreeBSD (off the cd, since it >>>> fails to boot, I can't install it in the first place). It goes through >>>> and ends up stopping deadlock style. No printouts of errors (besides a >>>> ppc problem, which is not fatal) and no crash/oops/panic. It just... >>>> stops and locks up. I know my motherboards PCI system has failed, as >>>> well as lan (getting a new one tomorrow), which is probably what is >>>> causing the problem. The thing is that Windows 7 and Linux happen to >>>> boot just fine on my machine, so although my system has a failing >>>> motherboard and may cause errors, I still feel like it shouldn't be >>>> causing this much of an issue on boot. I tried verbose logging and got >>>> no more information anyways. It will be nearly impossible to diagnose >>>> this error so I'm looking for tips on where to look. >>> How far does it get when it locks? Is it able to load /boot/loader off >>> of the CD ok? Is it getting into the kernel far enough to output stuff >>> to the >>> console? Is it getting into sysinstall and hanging at some sysinstall >>> screen? >>> >>> Also, is this host on the network and able to PXE? It's a lot easier >>> to test >>> custom kernels if needed using PXE than CDs (no need to burn a new CD >>> each >>> time, etc.). >>> >> >> Since it's on a native box, I have no good way of copying the text, so >> perhaps later I'll copy it by hand. /boot/loader launches just fine, and >> it's outputting messages just fine, until it just halts. It does not hit >> sysinstall. This box also does not have net as LAN is shot on the >> motherboard (hence getting the new motherboard). > > What is the last message it outputs before it hangs? > Hello, Sorry, I've been busy with work and I can't be bothered with rebooting my machine right now. But, it seems I have duplicated a very similar issue under a VM. Under the 9.0-CURRENT-201105-amd64-bootonly.iso iso it 'locks' up during boot with yet again no error message or crash. This only seems to happen when 8 cores are allocated to the VM, everything is just fine and dandy with 4, 2, or 1 core(s). (Note, on my native box I was using the 8.2-RELEASE amd64 bootonly iso). On the VM the last messages I get are: SMB: AP CPU #x Launched! x being a number inclusive and between 1-7, in a random order (obviously the cpus start at 'random' times). I cannot duplicate this error on a successfully installed FreeBSD-8.2-RELEASE-amd64 using the same hardware settings. Hmm, I just thought perhaps it is a CD issue... I tried FreeBSD-8.2-RELEASE-amd64-bootonly on 8, 4, 2, and 1 cores, and it seems to work just fine... argh. -Brandon