|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1224] New: pygrub doesn't correctly find fsimage in /usr
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1224
Summary: pygrub doesn't correctly find fsimage in /usr/lib64
Product: Xen
Version: unspecified
Platform: x86-64
OS/Version: Linux-2.6
Status: NEW
Severity: normal
Priority: P3
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: xyzzy.bob@xxxxxxxxx
I built and installed Xen 3.2 onto a Fedora system running x86_64 Fedora 6.
pygrub built and installed, but when I created a config that used pygrub as the
bootloader, pygrub failed with an error 'can't find fsimage'.
I looked at the pygrub code, and found the line:
sys.path = [ '/usr/lib/python' ] + sys.path
I changed this to:
sys.path = [ '/usr/lib64/python' ] + sys.path
and everything worked normally.
Not sure if it's an implementation issue on my end (quite possible) or if there
is a way to detect where the fsimage stuff lands on a 64-bit system.
relatively easy fix, so minimal pain, but I thought it may help to bring it up.
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-bugs] [Bug 1224] New: pygrub doesn't correctly find fsimage in /usr/lib64,
bugzilla-daemon <=
|
|
|
|
|