Cludmin KVM - "Enable high resolution graphics?" causes problems

Hi,

With Cloudmin KVM GPL (5.4), if I enable "Enable high resolution graphics?" I get the followinh when trying to start up that system:

"Starting up f13live.cloudmin.localdomain .. .. failed : PTY PID: 29095 /usr/libexec/qemu-kvm: invalid option -- '-std-vga' change vnc password"

Any ideas?

Status: 
Closed (fixed)

Comments

If you run man qemu-kvm or man kvm on your system, does it report that the --std-vga parameter is supported?

/usr/libexec/qemu-kvm --help|grep vga -vga [std|cirrus]

So I guess it should be "/usr/libexec/qemu-kvm -vga std"...

Ok, looks like they renamed that option ..

If you run /usr/libexec/qemu-kvm -h | head -1 , what version number is show?

QEMU PC emulator version 0.9.1 (kvm-83-maint-snapshot-20090205), Copyright (c) 2003-2008 Fabrice Bellard

(stock centos 5.6)

Ok, thanks .. on my test systems I also have KVM 0.9.1, but a different minor version .. and presumably that option was renamed somewhere between 0.9.1-65 and 0.9.1-83 !

The next Cloudmin release will detect the correct option and use the right flag.

Any quick work around untill next release?

Yes .. on the master system, edit the file /usr/libexec/webmin/server-manager/kvm-type-lib.pl and change line 1827 to :

                $cmd .= " -std-vga";

Then run /etc/webmin/restart

I changed that to " -vga std" and it works.

Cheers :)

Oops, that's what I meant to write ..

Automatically closed -- issue fixed for 2 weeks with no activity.