As a workaround, I have replaced the /usr/bin/kvm soft-link with the following ruby code and made it executable. I do not know what adverse side-effects it will have, but it works for now. #!/usr/bin/ruby1.9
args = ARGV.dup uuid_index = args.index('-uuid') if (uuid_index) args.slice!(uuid_index, 2) end exec '/usr/bin/qemu-system-x86_64', *args -- kvm hangs with uuid option https://bugs.launchpad.net/bugs/569890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs