[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] fsimage - no such file
I have the same problem on xen-unstable 54c8c9eaee92+. I think libfsimage comes
with xen (in my repo it's under ./tools/libfsimage). I've investigated a bit
and found that in my occasion libfsimage tries to access directory
/usr/lib64/fs which doesn't exist, whereas /usr/lib/fs does. I linked
/usr/lib64/fs to /usr/lib/fs but then I got other problems, don't remember
what. I don't know if this has to do with the fact that my dom0 is 64bit
(Debian unstable), or that the domU is 64bit (Debian unstable again), or both.
-----Original Message-----
From: xen-devel-bounces@xxxxxxxxxxxxx [mailto:xen-devel-bounces@xxxxxxxxxxxxx]
On Behalf Of Mohammad Hedayati
Sent: 18 June 2012 23:24
To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] fsimage - no such file
I am having a problem with pygrub of the current (rev 25467) xen-unstable
pygrub in Ubuntu 12.04. pygrub can not read any image. I have traced the python
code and found the problem being in fsimage.open(file, offset, bootfsoptions).
It raises IOError "no such file or directory". I even wrote the following code
and got the same error.
#!/usr/bin/python
import fsimage
print "Hello, World!"
try:
fs = fsimage.open("/root/guest/mini.iso", 0, "") except Exception as e:
print "Exception ", e
It seems that libfsimage has a problem with current version of Ubuntu.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel