I'm trying to install the LAPP VM, I uploaded the ISO to /templates/iso, mounted the ISO in the virtual rom, allocated space, memory, etc... but when I try to start the VM I get the following:
start failed: command '/usr/bin/kvm -id 100 -chardev socket,id=monitor,path=/var/run/qemu-server/100.mon,server,nowait -mon chardev=monitor,mode=readline -vnc unix:/var/run/qemu-server/100.vnc,x509,password -pidfile /var/run/qemu-server/100.pid -daemonize -readconfig /usr/share/qemu-server/pve-usb.cfg -device usb-tablet,bus=ehci.0,port=6 -name LAPP -smp sockets=1,cores=1 -nodefaults -boot menu=on,order=dcn -vga cirrus -tdf -k en-us -drive file=/var/lib/vz/template/iso/turnkey-lapp-11.1-lucid-x86.iso,if=none,id=drive-ide2,media=cdrom,aio=native -device ide-drive,bus=ide.1,unit=0,drive=drive-ide2,id=device-ide2 -drive file=/var/lib/vz/images/100/vm-100-disk-1.raw,if=none,id=drive-ide0,aio=native,boot=on -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0,id=device-ide0 -m 2048 -netdev type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge -device rtl8139,mac=EA:97:2D:83:8E
E,netdev=net0 -cpuunits 1000' failed: exit code 1 (500)
Is there documentation somewhere I'm not finding that explains exit code 1 (500)?
start failed: command '/usr/bin/kvm -id 100 -chardev socket,id=monitor,path=/var/run/qemu-server/100.mon,server,nowait -mon chardev=monitor,mode=readline -vnc unix:/var/run/qemu-server/100.vnc,x509,password -pidfile /var/run/qemu-server/100.pid -daemonize -readconfig /usr/share/qemu-server/pve-usb.cfg -device usb-tablet,bus=ehci.0,port=6 -name LAPP -smp sockets=1,cores=1 -nodefaults -boot menu=on,order=dcn -vga cirrus -tdf -k en-us -drive file=/var/lib/vz/template/iso/turnkey-lapp-11.1-lucid-x86.iso,if=none,id=drive-ide2,media=cdrom,aio=native -device ide-drive,bus=ide.1,unit=0,drive=drive-ide2,id=device-ide2 -drive file=/var/lib/vz/images/100/vm-100-disk-1.raw,if=none,id=drive-ide0,aio=native,boot=on -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0,id=device-ide0 -m 2048 -netdev type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge -device rtl8139,mac=EA:97:2D:83:8E

Is there documentation somewhere I'm not finding that explains exit code 1 (500)?