From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750925AbWGQP7B (ORCPT ); Mon, 17 Jul 2006 11:59:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750927AbWGQP7B (ORCPT ); Mon, 17 Jul 2006 11:59:01 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:38660 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1750925AbWGQP7A (ORCPT ); Mon, 17 Jul 2006 11:59:00 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p5cZwDtPQYfIgymWNBPCG8DjlFsEsGUmFCZbk86tTrwDsKl4fxUNeBDPXuIyoIZTDEOA8r8EspN7xkQ5CSQWcD33GDcf8r9xtLVhtjaHXtuRLEbLXhbUyl/eS+HtfptfjFz26MSKEiS29oDKptb/xqb408wEd4f1UWVbetbVnQ4= Message-ID: Date: Mon, 17 Jul 2006 15:58:58 +0000 From: "gmu 2k6" To: "Roman Zippel" Subject: Re: Re: i686 hang on boot in userspace Cc: linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060714150418.120680@gmx.net> <20060717133809.150390@gmx.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 7/17/06, Roman Zippel wrote: > Hi, > > On Mon, 17 Jul 2006, gmu 2k6 wrote: > > > I was preparing a post to lkml about a similar hang which happens > > during init. I also saw an error while ntpdate tried to set the > > time/get the time. this only happens after I've enabled the NX bit on > > the dual 32bit Xeons installed in the HP Proliant Server. it works > > flawlessly with 2.6.17.6 (CONFIG_X86_PAE and CONFIG_HIGHMEM_64) but > > since 2.6.18-rc2-git4 (including 2.6.18-rc2) it hangs late in the init > > process. > > > > could this be related? > > Well, it could, but without further information it's impossible to say. > What error did you see with ntpdate? Could you post the kernel messages > and also insert a few stack traces as mentioned earlier? > Thanks. ok, the error printed from ntpdate has to do with networking: Running ntpdate to synchronize clockError : Temporary failure in name resolution it then stops after printing the following tg3 initialization line: tg3: eth0 Flow control is on for TX and on for RX. right now I'm trying to get SysRq working (my first try with it) so that I see where it's hanging.