Problem with KVM after upgrade

KeNt

Renowned Member
Aug 21, 2008
12
0
66
after apt-get upgrade to 1.0 version I have a trouble with KVM
when starting machine they got error

/etc/init.d/qemu-server start
Starting Qemu VM 301
start failed: command '/usr/bin/kvm -monitor unix:/var/run/qemu-server/301.mon,server,nowait -vnc unix:/var/run/qemu-server/301.vnc,password -pidfile /var/run/qemu-server/301.pid -daemonize -usbdevice tablet -name anticheet -smp 1 -id 301 -cpuunits 1000 -tdf -localtime -k en-us -drive file=/var/lib/vz/images/301/vm-301-disk.qcow2,if=ide,index=0,boot=on -drive file=/var/lib/vz/template/iso/winxp_prof_rus.iso,if=ide,index=2,media=cdrom -m 512 -net tap,vlan=0,script=/var/lib/qemu-server/bridge-vlan0 -net nic,vlan=0,model=rtl8139,macaddr=6E:48:D5:9A:3A:DC' failed with exit code 1:
/usr/bin/kvm: invalid option -- '-id'
 
after apt-get upgrade to 1.0 version I have a trouble with KVM
when starting machine they got error

/etc/init.d/qemu-server start
Starting Qemu VM 301
start failed: command '/usr/bin/kvm -monitor unix:/var/run/qemu-server/301.mon,server,nowait -vnc unix:/var/run/qemu-server/301.vnc,password -pidfile /var/run/qemu-server/301.pid -daemonize -usbdevice tablet -name anticheet -smp 1 -id 301 -cpuunits 1000 -tdf -localtime -k en-us -drive file=/var/lib/vz/images/301/vm-301-disk.qcow2,if=ide,index=0,boot=on -drive file=/var/lib/vz/template/iso/winxp_prof_rus.iso,if=ide,index=2,media=cdrom -m 512 -net tap,vlan=0,script=/var/lib/qemu-server/bridge-vlan0 -net nic,vlan=0,model=rtl8139,macaddr=6E:48:D5:9A:3A:DC' failed with exit code 1:
/usr/bin/kvm: invalid option -- '-id'

did you reboot after update?

what do you get here?
Code:
pveversion -v 
 
and
 
uname -a
 
fixed

in file /usr/share/perl5/PVE/QemuServer.pm
comment lines with
Code:
push @$cmd, '-id', $vmid;
push @$cmd, '-cpuunits', $conf->{cpuunits} || 1000;

and all works

I don't reboot

Code:
# pveversion -v
pve-manager: 1.0-2 (pve-manager/1.0/3399)
qemu-server: 1.0-1
pve-kernel: not correctly installed
pve-kvm: not correctly installed
pve-firmware: not correctly installed
vncterm: 0.9-1
vzctl: 3.0.22-3pve3
vzdump: 1.1-1
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1dso1
 
Code:
# uname -a
Linux proxmox 2.6.24 #1 SMP PREEMPT Wed Jul 16 18:34:51 CEST 2008 x86_64 GNU/Linux
 
in file /usr/share/perl5/PVE/QemuServer.pm
comment lines with
Code:
push @$cmd, '-id', $vmid;
push @$cmd, '-cpuunits', $conf->{cpuunits} || 1000;
and all works

I don't reboot

Code:
# pveversion -v
pve-manager: 1.0-2 (pve-manager/1.0/3399)
qemu-server: 1.0-1
pve-kernel: not correctly installed
pve-kvm: not correctly installed
pve-firmware: not correctly installed
vncterm: 0.9-1
vzctl: 3.0.22-3pve3
vzdump: 1.1-1
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1dso1

ok, you do not installed the new packages so its quite clear that problems occurs...
 
Pardon
apt-get update - runs ok
apt-get upgrade - runs ok
but I have that error