Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: debugging xenguest-install: msg#00016
|
Subject: |
Re: debugging xenguest-install |
Attempting to debug, I started the "installation" with
xenguest-install -n domu -r 512 -f /root/domu.img \
-s 4 --nographics -p \
-l http://hummer.zko.hp.com/fedora/linux/core/development/ia64/os/ \
-x 'ide0=noprobe ide1=noprobe ide2=noprobe ide3=noprobe rescue nomount'
but it appears rescue mode doesn't work with today's rawhide, at least
not under xenguest-install:
Running anaconda, the Fedora Core rescue mode - please wait...
Traceback (most recent call last):
File "/usr/bin/anaconda", line 703, in ?
rescue.runRescue(anaconda)
File "/usr/lib/anaconda/rescue.py", line 260, in runRescue
runShell(screen)
UnboundLocalError: local variable 'screen' referenced before assignment
install exited abnormally [1/1]
The bug looks apparent in rescue.py: screen is only initialized under
the condition: if not methodUsesNetworking(anaconda.id.methodstr)
Aron
|
| |