I''m trying to use the xenguest-install.py script and am running into  
issues. I answer the initial questions and make it to the choice  
where it''s asking about text mode vs. VNC. Regardless of which I  
answer, the install bails out like so:
Traceback (most recent call last):
   File "/usr/bin/anaconda", line 1108, in ?
     from yuminstall import YumBackend
   File "/usr/lib/anaconda/yuminstall.py", line 427
     if self.tsInfo.reqmedia = {}:
                             ^
SyntaxError: invalid syntax
install exited abnormally
[snip]
you may safely reboot your system
I don''t know much about anaconda, but I do know that I can''t
find the
yuminstall.py file anywhere, which I was hoping might help me debug  
things a bit.
on den 22.02.2006 klokka 17:11 (-0800) skreiv Ben:> I''m trying to use the xenguest-install.py script and am running into > issues. I answer the initial questions and make it to the choice > where it''s asking about text mode vs. VNC. Regardless of which I > answer, the install bails out like so: > > Traceback (most recent call last): > File "/usr/bin/anaconda", line 1108, in ? > from yuminstall import YumBackend > File "/usr/lib/anaconda/yuminstall.py", line 427 > if self.tsInfo.reqmedia = {}: >The error is know, and probably ok on the next build :) -- Roy-Magne Mo <rmo@sunnmore.net>
That''s good to hear. Which component is to blame, and will I be able to use yum to upgrade it? Or is it something in the install tree that has to be fixed? On Feb 22, 2006, at 11:26 PM, Roy-Magne Mo wrote:> on den 22.02.2006 klokka 17:11 (-0800) skreiv Ben: >> I''m trying to use the xenguest-install.py script and am running into >> issues. I answer the initial questions and make it to the choice >> where it''s asking about text mode vs. VNC. Regardless of which I >> answer, the install bails out like so: >> >> Traceback (most recent call last): >> File "/usr/bin/anaconda", line 1108, in ? >> from yuminstall import YumBackend >> File "/usr/lib/anaconda/yuminstall.py", line 427 >> if self.tsInfo.reqmedia = {}: >> > > The error is know, and probably ok on the next build :) > > > -- > Roy-Magne Mo <rmo@sunnmore.net> > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen
FWIW, I tried using http://download.fedora.redhat.com/pub/fedora/ 
linux/core/development/x86_64/Fedora/base/ as my base install tree  
instead of what came on the CDs, and now I see:
Traceback (most recent call last):
   File "/usr/bin/anaconda", line 1210, in ?
     intf.run(id, dispatch)
   File "/usr/lib/anaconda/text.py", line
478, in run
     if oldlang is not None:
UnboundLocalError: local variable ''oldlang''
referenced before assignment
Is this even a Xen issue?
On Feb 23, 2006, at 8:19 AM, Ben wrote:
> That''s good to hear. Which component is to blame, and will I be  
> able to use yum to upgrade it? Or is it something in the install  
> tree that has to be fixed?
>
> On Feb 22, 2006, at 11:26 PM, Roy-Magne Mo wrote:
>
>> on den 22.02.2006 klokka 17:11 (-0800) skreiv Ben:
>>> I''m trying to use the xenguest-install.py script and am
running into
>>> issues. I answer the initial questions and make it to the choice
>>> where it''s asking about text mode vs. VNC. Regardless of
which I
>>> answer, the install bails out like so:
>>>
>>> Traceback (most recent call last):
>>>    File "/usr/bin/anaconda", line 1108, in ?
>>>      from yuminstall import YumBackend
>>>    File "/usr/lib/anaconda/yuminstall.py", line 427
>>>      if self.tsInfo.reqmedia = {}:
>>>
>>
>> The error is know, and probably ok on the next build :)
>>
>>
>> -- 
>> Roy-Magne Mo <rmo@sunnmore.net>
>>
>> --
>> Fedora-xen mailing list
>> Fedora-xen@redhat.com
>> https://www.redhat.com/mailman/listinfo/fedora-xen
>
> --
> Fedora-xen mailing list
> Fedora-xen@redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-xen
to den 23.02.2006 klokka 23:11 (-0800) skreiv Ben:> FWIW, I tried using http://download.fedora.redhat.com/pub/fedora/ > linux/core/development/x86_64/Fedora/base/ as my base install tree > instead of what came on the CDs, and now I see: > > Traceback (most recent call last): > File "/usr/bin/anaconda", line 1210, in ? > intf.run(id, dispatch) > File "/usr/lib/anaconda/text.py", line > 478, in run > if oldlang is not None: > UnboundLocalError: local variable ''oldlang'' > referenced before assignment > > > Is this even a Xen issue?No, I think it''s anaconda that''s broken - saw the same thing myself. We''ll have to wait for the todays version :) -- Roy-Magne Mo <rmo@sunnmore.net>