13 messages in com.xensource.lists.xen-develNeed debugging help : RE: [Xen-devel]...
FromSent OnAttachments
Puthiyaparambil, Aravindh31 Aug 2005 12:33 
Subrahmanian, Raj31 Aug 2005 14:44 
Mark Williamson31 Aug 2005 18:01 
You, Yongkang31 Aug 2005 18:24 
Subrahmanian, Raj31 Aug 2005 21:29 
Subrahmanian, Raj22 Sep 2005 13:42 
Keir Fraser22 Sep 2005 13:53 
David F Barrera22 Sep 2005 14:09 
Puthiyaparambil, Aravindh23 Sep 2005 11:39 
Subrahmanian, Raj27 Sep 2005 14:03 
Ian Pratt28 Sep 2005 04:06 
Puthiyaparambil, Aravindh28 Sep 2005 08:59 
Keir Fraser28 Sep 2005 09:17 
Subject:Need debugging help : RE: [Xen-devel] Problems creating DomUs on the ES700s
From:Subrahmanian, Raj (raj.@unisys.com)
Date:09/27/2005 02:03:23 PM
List:com.xensource.lists.xen-devel

This email is with regard to this thread. http://lists.xensource.com/archives/html/xen-devel/2005-09/msg00886.html http://lists.xensource.com/archives/html/xen-devel/2005-09/msg00888.html

And this bug.. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=252

We have been trying to locate the changeset where this occurs for the first time. As we roll back through the changesets, we find that even changesets that had worked earlier (like 6654) are failing with an alignment check in Xen at the same place.

Could hg update could be messing up? Other than the boot message (which shows the appropriate changeset), is there another way of telling? Is there another way of rolling back to an older changeset other than hg update?

Thanks Raj

PS. Here's the script we use to update.

#!/bin/bash echo Removing xen-unstable.hg... rm -rf xen-unstable.hg hg clone http://xenbits.xensource.com/xen-unstable.hg cd xen-unstable.hg echo Moving to changeset $1 hg update $1 echo Continue? Ctrl-C to break / Enter to continue read a patch -p1 < ~/xen/rules.diff make -j4 world ~/xen/xen-unstable.hg/install.sh sync reboot