From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750904AbWGQQLR (ORCPT ); Mon, 17 Jul 2006 12:11:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750919AbWGQQLR (ORCPT ); Mon, 17 Jul 2006 12:11:17 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:51495 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1750904AbWGQQLR (ORCPT ); Mon, 17 Jul 2006 12:11:17 -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=JmgH2/qEDy75yA1UhJM36XXVa88YmBXil8Rr7DCZQd+HQqGbZdH+kZB/k7xYJUMbNs5nhJOqQMBAbFBeC1ndU6sQP2W13HviwZ0pnbd3OIePlUu5AsIvm9rx4BpOs+shCTyfyMbMzv0IE4bmYoJ+k/ZQozVgAvPFO11F5wPvV9c= Message-ID: Date: Mon, 17 Jul 2006 16:11:14 +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, gmu 2k6 wrote: > 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. ignore the ntpdate message, it also appears when normally booting as the tg3 interfaces are not up yet when ntpdate is run, but this is ok as I've been doing ntpdate @hourly anyway. therefore, there must be a different issue which I'm not able to debug yet.