WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: [Xen-devel] Linux hangs during reboot on Jeremy's git ke

To: Mike Viau <viaum@xxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: [Xen-devel] Linux hangs during reboot on Jeremy's git kernel
From: Ahmad Hassan <ahmad.hassan@xxxxxxxxx>
Date: Sat, 6 Feb 2010 15:49:16 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 06 Feb 2010 07:50:26 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=ZDm81XcJYUug0auRiwCyNcYcO7TDEBWn//phgZ0JvuU=; b=gPU81ohXhHnuSy5+rjF5gXAKHl8NBSpnHalPbUwjKQwJBHp6Ir5/FIfHQzWEsR9Jk6 QWg4s1yUcxjQYAm3WySr8AC9Ap6bIryYE2bQ1WXRGt1Y96XhGY324xrupkGSUhqBOLvX pbgJXW2E5fwlvjia2yXowPD74qP8AcTkx+zbY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=lScnC9cqVFs7YergZUeao1DvGJF59ecNQTOUb++ZtZWJNUXKH+PEZdLKgNod54aUkW hgcM0Ij3+zR9BA11obsIXU3LtevgIA9PD2EntNtuPsSwIHwWjJjFr3kpLk5RlMSx0joM 9GdAXUCi37SFARUO1tQOcaZ5YzeGW68ODxwpM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BAY107-W2569E603B736BDD4D6A062EF530@xxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <BAY107-W7E0CC034199ACED28F2B0EF540@xxxxxxx> <d47704fc1002050612y76a2a611xe28f2678c377bd81@xxxxxxxxxxxxxx> <BAY107-W2569E603B736BDD4D6A062EF530@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hi Mike,

[Excluding xen developers list]

From this screenshot, I cannot tell the exact reason. Having said that, it looks like a general kernel panic. Please make sure that you choose appropriate options during kernel compilation.

Best Regards, Hassan




On 6 February 2010 14:58, Mike Viau <viaum@xxxxxxxxxxxxxxx> wrote:
Attached is a screen shot of the last messages I recieve during a system reboot.

Note: The power is never cycled and Linux apprears to hang.

Is there something else I can try to resolve this issue?

Thanks.

 
-M





From: ahmad.hassan@xxxxxxxxx
Date: Fri, 5 Feb 2010 14:12:44 +0000
Subject: Re: [Xen-devel] Linux hangs during reboot on Jeremy's git kernelCC: xen-devel@xxxxxxxxxxxxxxxxxxx; xen-users@xxxxxxxxxxxxxxxxxxx



Hi Mike,

Can you please share the screenshot of the screen where it hangs up?

Thanks.

Best Regards, Hassan




On 5 February 2010 13:36, Mike Viau <viaum@xxxxxxxxxxxxxxx> wrote:
From: viaum@xxxxxxxxxxxxxxx
To: pasik@xxxxxx; xen-devel@xxxxxxxxxxxxxxxxxxx
CC: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: Linux hangs during reboot on Jeremy's git kernel
Date: Fri, 5 Feb 2010 08:25:56 -0500

> Date: Fri, 5 Feb 2010 09:20:14 +0200
> From: pasik@xxxxxx
> To: viaum@xxxxxxxxxxxxxxx
> CC: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Xen-users] Linux hangs during reboot on Jeremy's git kernel
>
> On Thu, Feb 04, 2010 at 09:43:18PM -0500, Mike Viau wrote:
> > Link: [1]File-List
> > Link: [2]themeData
> > Link: [3]colorSchemeMapping
> >
> > I was unable to find issues in the mailing list archive pertaining to
> > Linux hanging during the reboot of the dom0 on Jeremy's PV git kernel.
> >
> > I setup a fresh x86_64 Debian Lenny system using the 2.6.26-2-amd64 kernel
> > which can reboot my system by ctrl+alt+del or by simply using the reboot
> > command.
> >
> > Then I lost the ability to reboot after using my compiled PVOPS kernel.
> >
> > STEPS TAKEN TO BUILD PV DOM0:
> >
> > sudo apt-get install git-core kernel-package fakeroot build-essential
> > ncurses-dev
> >
> > Then I checked out linux-2.6-xen to my source/building directory with:
> > 1) git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
> > linux-2.6-xen
> >
> > 2) and then used the .config (renamed accordingly)
> > @
> > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.31.4-pvops_dom0-x86_64
> >
> > 3) in the kernel source directory
> >
> > make-kpkg clean
> >
> > 4) CONCURRENCY_LEVEL=`grep -c '^processor' /proc/cpuinfo` fakeroot
> > make-kpkg --initrd --append-to-version=-xen kernel_image kernel_headers
> >
> > 5) everything compiled fine so I installed the outputted debs (dpkg -i
> > *.deb) successfully
> >
> > 6) updated my grub configuration (menu.lst)
> >
> > The system boots fine, but then I just cannot restart the dom0. I tried
> > the suggestions at:
> > [4]http://blogs.koolwal.net/2009/08/04/howto-fix-linux-hangfreeze-during-reboots-and-restarts/
> >
> > Using the reboot= kernel options did not fix the rebooting issue.
> >
> > QUESTIONS:
> >
> > Firstly does anyone have a fix or patch for an issue like this?
> >
>
> reboot and shutdown works for me now.. there was issues with it for a long time,
> but I thought all of those were already fixed.
>
> I guess there's some bug left.. this might be xen-devel material.
>

Perhaps I should have mentioned that me hardware is fairly new. Intel i7 860 with P55 chipset. Regardless I am forwarding this to the devel list.

> > Secondly is there a more suitable or updated .config to use rather than
> > the one I used for step #2
> >
>
> After copying the config as .config, you should run "make oldconfig" to adapt
> it to your current kernel version.
>

I wish it was this simple, I compared my compiled kernel config in /boot to the .config left in the kernel source directory and they are exact copies. Anyways I really do appreciate the suggestion Pasi!

> -- Pasi
>

For the devel team. What information would assist solving the reboot hang. I look forward to working with anyone that wishes to help.


Additionally I am using make-kpkg because I believe it to be the correct debian way. I looked for a way to build both a linux-image (vmlinuz + modules) deb binary and linux-headers deb binary package for installation.

I am aware that the linux-2.6-xen Makefile offers a "make deb-pkg" phony, but this only builds the linux-image part into a deb. I believe the source directory is used as the kernel head directory by default, however I'd prefer it to be hard coded to /usr/src/$(kernel version) and have a deb file unpack just the kernel headers to that directory.

How might one use the Makefile options to include headers for the appropriate kernel and appropriate file system location?


Thanks.

-M



Live connected with Hotmail on your phone. Learn more.

Windows® phone-your Windows stuff, on the go. See more.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel




Not using Hotmail on your phone? Why not? Get it now.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users