Quote Originally Posted by novice buntu View Post
Hi,I am trying to create a clone of a guest machine I managed to created. When I run sudo virt-clone -d -o myquest -n guest-01 -f/var/media/myfile.img --connect=qemu:///systemI get: Mon, 16 Feb 2009 12:52:13 DEBUG setup_clone inMon, 16 Feb 2009 12:52:13 DEBUG clone device list: ['/var/media/myfile.img]Mon, 16 Feb 2009 12:52:13 DEBUG clone device size: [0]Mon, 16 Feb 2009 12:52:13 DEBUG clone device type: [True]ERROR: list index out of rangeI have seen a bug report at https://bugzilla.redhat.com/show_bug.cgi?id=480253but that refers to the Python gui so I don't think it applies in this case.Has anyone encountered this problem? Is there some other means that I can take a copy of the guest so I can run it on a different host?Thanx,Dp.
Nice writing, It is just the solution for my problem, Thanks for your effort! Now I understand more about it.