Haven't been able to get any KVM to start after upgrading to 1.6 and proxmox-ve-2.6.32. Tried creating a new KVM for testing:
/usr/sbin/qm start 103
warning: could not open /dev/net/tun: no virtual network emulation
start failed: command '/usr/bin/kvm -monitor unix:/var/run/qemu-server/103.mon,server,nowait -vnc unix:/var/run/qemu-server/103.vnc,password -pidfile /var/run/qemu-server/103.pid -daemonize -usbdevice tablet -name mm-tangle1 -smp sockets=1,cores=1 -nodefaults -boot menu=on,order=c -vga cirrus -tdf -k en-us -drive file=/var/lib/vz/template/iso/untangle_720_32bit.iso,if=ide,index=2,media=cdrom -drive file=/var/lib/vz/images/103/vm-103-disk-1.raw,if=virtio,index=0,boot=on -m 1024 -net tap,vlan=1,ifname=vmtab103i1,script=/var/lib/qemu-server/bridge-vlan -net nic,vlan=1,model=virtio,macaddr=BA:B5:328:2E:E2' failed with exit code 1
VM 103 start failed -
# pveversion -v
pve-manager: 1.6-2 (pve-manager/1.6/5087)
running kernel: 2.6.32-3-pve
proxmox-ve-2.6.32: 1.6-12
pve-kernel-2.6.32-3-pve: 2.6.32-12
pve-kernel-2.6.24-10-pve: 2.6.24-21
qemu-server: 1.1-18
pve-firmware: 1.0-6
libpve-storage-perl: 1.0-13
vncterm: 0.9-2
vzctl: 3.0.24-1pve3
vzdump: 1.2-7
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.12.5-1
ksm-control-daemon: 1.0-4
# uname -a
Linux mm-prox0 2.6.32-3-pve #1 SMP Thu Sep 2 09:18:16 CEST 2010 x86_64 GNU/Linux
Problem appears that there is no "tun" module available with the new kernel.
/usr/sbin/qm start 103
warning: could not open /dev/net/tun: no virtual network emulation
start failed: command '/usr/bin/kvm -monitor unix:/var/run/qemu-server/103.mon,server,nowait -vnc unix:/var/run/qemu-server/103.vnc,password -pidfile /var/run/qemu-server/103.pid -daemonize -usbdevice tablet -name mm-tangle1 -smp sockets=1,cores=1 -nodefaults -boot menu=on,order=c -vga cirrus -tdf -k en-us -drive file=/var/lib/vz/template/iso/untangle_720_32bit.iso,if=ide,index=2,media=cdrom -drive file=/var/lib/vz/images/103/vm-103-disk-1.raw,if=virtio,index=0,boot=on -m 1024 -net tap,vlan=1,ifname=vmtab103i1,script=/var/lib/qemu-server/bridge-vlan -net nic,vlan=1,model=virtio,macaddr=BA:B5:328:2E:E2' failed with exit code 1
VM 103 start failed -
# pveversion -v
pve-manager: 1.6-2 (pve-manager/1.6/5087)
running kernel: 2.6.32-3-pve
proxmox-ve-2.6.32: 1.6-12
pve-kernel-2.6.32-3-pve: 2.6.32-12
pve-kernel-2.6.24-10-pve: 2.6.24-21
qemu-server: 1.1-18
pve-firmware: 1.0-6
libpve-storage-perl: 1.0-13
vncterm: 0.9-2
vzctl: 3.0.24-1pve3
vzdump: 1.2-7
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.12.5-1
ksm-control-daemon: 1.0-4
# uname -a
Linux mm-prox0 2.6.32-3-pve #1 SMP Thu Sep 2 09:18:16 CEST 2010 x86_64 GNU/Linux
Problem appears that there is no "tun" module available with the new kernel.