[Bug 569890] Re: kvm hangs with uuid option

Rusty Burchfield GICodeWarrior at gmail.com
Sun Apr 25 23:06:41 BST 2010


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.



More information about the Ubuntu-server-bugs mailing list