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
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to