On Fri, Aug 27, 2010 at 2:40 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
This machine is i386.

If yours is x86-64, then it could be a multilib brokenness problem.
You will need to remove the libguestfs.i386 package, block it so that
it never gets installed, and reinstall the libguestfs.x86_64 package.

Thanks Rich, Somehow i am able to get guestfish tool installex with

yum install guestf*

and saw your video turorial

http://rwmj.wordpress.com/2010/07/15/first-virt-tools-guestfish-video-tutorial/

Nice, but when i try
I created this image with virt-install, this runs fine on Xen.

if i try

[root@centos-test ~]# file /vm/toyoto.img
/vm/toyoto.img: data

guestfish -a /vm/toyoto.img

><fs> run
Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such file or directory
><fs> list-partitions
><fs>

List partitions displays nothing!
How to sort this issue?

--
S Saravanan