[Bug 569890] Re: kvm hangs with uuid option

2010-04-25 Thread Rusty Burchfield
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


[Bug 569890] Re: kvm hangs with uuid option

2010-04-25 Thread Rusty Burchfield
OK, my workaround got me as far as the boot screen for the iso, but as
soon as a choose an action it locks up and starts spewing the above
errors into kern.log again.

So, it isn't the uuid option specifically, but that does trigger it
sooner.

** Summary changed:

- kvm hangs with uuid option
+ kvm hangs on Lucid Server RC

-- 
kvm hangs on Lucid Server RC
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