Mark Husted (hustedm)
2014-Aug-22 13:03 UTC
Re: [Libguestfs] libguest-test-tool error report
Hello Rich, Well, I did give that a try. But it is back to being unable to access kvm (log attached). It did make the qemu error go away. Thanks, Mark Thanks, Mark Husted 770-236-1242 -----Original Message----- From: Richard W.M. Jones [mailto:rjones@redhat.com] Sent: Friday, August 22, 2014 8:31 AM To: Mark Husted (hustedm) Cc: libguestfs@redhat.com Subject: Re: [Libguestfs] libguest-test-tool error report On Fri, Aug 22, 2014 at 11:33:20AM +0000, Mark Husted (hustedm) wrote:> Hello Rich, > > Well, that stinks. > > I really appreciate the quick responses. Thank you for your time and effort, too. I will see what I can do to solve this problem some other way. Maybe I can virtualize my disk image maker.I should have mentioned that it's possible to create the disk image in a compatible mode. You have to use the `compat=0.10' option (see qemu-img man page for where to put that). However once you've created the disk image it is my understanding that you cannot `downgrade' it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
On Fri, Aug 22, 2014 at 01:03:39PM +0000, Mark Husted (hustedm) wrote:> Hello Rich, > > Well, I did give that a try. But it is back to being unable to access kvm (log attached). It did make the qemu error go away.> kvm_create_vm: Device or resource busy > failed to initialize KVM: Operation not permittedThis is the same problem as before. KVM is broken. Remove the /dev/kvm file to make it fall back to software emulation. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/
Mark Husted (hustedm)
2014-Aug-22 13:16 UTC
Re: [Libguestfs] libguest-test-tool error report
Hello Rich, Well, you were correct. I removed the /dev/kvm and it did a lot more. Sadly, I cannot tell if it was successful. The output file is the same size as when I started, so I am hesitant to declare success. Let me know what you think. Thanks, Mark Thanks, Mark Husted 770-236-1242 -----Original Message----- From: Richard W.M. Jones [mailto:rjones@redhat.com] Sent: Friday, August 22, 2014 9:07 AM To: Mark Husted (hustedm) Cc: libguestfs@redhat.com Subject: Re: [Libguestfs] libguest-test-tool error report On Fri, Aug 22, 2014 at 01:03:39PM +0000, Mark Husted (hustedm) wrote:> Hello Rich, > > Well, I did give that a try. But it is back to being unable to access kvm (log attached). It did make the qemu error go away.> kvm_create_vm: Device or resource busy failed to initialize KVM: > Operation not permittedThis is the same problem as before. KVM is broken. Remove the /dev/kvm file to make it fall back to software emulation. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/