All of lore.kernel.org
 help / color / mirror / Atom feed
* fsimage - no such file
@ 2012-06-18 22:24 Mohammad Hedayati
  2012-06-19  8:35 ` Thanos Makatos
  0 siblings, 1 reply; 11+ messages in thread
From: Mohammad Hedayati @ 2012-06-18 22:24 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-06-23 20:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 22:24 fsimage - no such file Mohammad Hedayati
2012-06-19  8:35 ` Thanos Makatos
2012-06-19 10:57   ` Ian Campbell
2012-06-19 11:19     ` Mohammad Hedayati
2012-06-19 16:10       ` Matt Wilson
2012-06-19 16:36         ` Ian Campbell
2012-06-23 20:22           ` cyberhawk001
2012-06-23 20:56             ` Matt Wilson
2012-06-19 15:58     ` Matt Wilson
2012-06-19 16:13       ` Ian Campbell
2012-06-19 16:33         ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.