I could manage to start a kvm, but for some reason I do not understand there is no output on vnc. The only error message I receive is from kvm trying to access a tap device I did not create before starting kvm. But this error doesn't seem to be fatal at all. I am now sure the error is libvirtd related.
I have used the commandline: /usr/bin/kvm \ -S \ -M pc-0.12 \ -enable-kvm \ -m 512 \ -smp 1,sockets=1,cores=1,threads=1 \ -name ipcop \ -uuid 96555d97-9a67-7f06-3a9c-b521a4e43197 \ -nodefconfig \ -nodefaults \ -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/ipcop.monitor,server,nowait \ -mon chardev=charmonitor,id=monitor,mode=readline \ -rtc base=utc \ -boot order=c,menu=off \ -drive file=/dev/vh01/ipcop,if=none,id=drive-virtio-disk0,boot=on,format=raw \ -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 \ -drive file=/ISO/ipcop-1.9.19-install-cd.i486.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw \ -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 \ -netdev tap,fd=17,id=hostnet0 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:d6:df:54,bus=pci.0,addr=0x3 \ -chardev pty,id=charserial0 \ -device isa-serial,chardev=charserial0,id=serial0 \ -usb \ -device usb-tablet,id=input0 \ -vnc 127.0.0.1:3 \ -vga cirrus \ -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781936 Title: libvirtd: operation failed: failed to retrieve chardev info in qemu with 'info chardev' -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
