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

Re: [Xen-users] centos4.5(domU) on etch(dom0)

To: Chris Fanning <christopher.fanning@xxxxxxxxx>
Subject: Re: [Xen-users] centos4.5(domU) on etch(dom0)
From: Igor Chubin <igor@xxxxxxx>
Date: Tue, 4 Dec 2007 17:59:14 +0200
Cc: Xen users mailing list <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 04 Dec 2007 07:55:39 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <215ff4410712040144n48f0924br85d9f80cc04ade23@xxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <215ff4410711300946i4fb06108y13411967a9a9a2ac@xxxxxxxxxxxxxx> <20071201195804.GV6702@xxxxxxx> <215ff4410712040144n48f0924br85d9f80cc04ade23@xxxxxxxxxxxxxx>
Reply-to: Igor Chubin <igor@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.16 (2007-06-11)
On Di, Dez 04, 2007 at 10:44:36 +0100, Chris Fanning wrote:
> Thankyou very much for your detailed instructions.
> 
> I'm stuck with this error
> Error: No Groups on which to run command
> 
> I have edited

Chris, 


you have to copy file comps.py to comps.py.ORIG

> > # cp /usr/share/python-support/yum/yum/comps.py{,.ORIG}

edit file comps.py:
> > # vi /usr/share/python-support/yum/yum/comps.py


and after that changes between the old and the new file
found by diff must be like show below:

> > # diff /usr/share/python-support/yum/yum/comps.py{.ORIG,}

124c124
<                 if type not in ('mandatory', 'default', 'optional'):
---
>                 if type not in ('mandatory', 'default', 'optional', 
> 'conditional'):
143c143
<                 if type not in ('mandatory', 'default', 'optional'):
---
>                 if type not in ('mandatory', 'default', 'optional', 
> 'conditional'):

(so, you must substitute 

    if type not in ('mandatory', 'default', 'optional'

with 

    if type not in ('mandatory', 'default', 'optional', 'conditional'):

)

and after that make a try.



As far as I can understand you have done this already
but without success.
Am I right?


-- 
WBR, i.m.chubin


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