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
|