Hide Forgot
Description of problem: When qemu starts with -spice x509-<something>=<path> or -spice tls-port=<sport> option, it does not print any output regarding certs/keys loaded Version-Release number of selected component (if applicable): qemu-kvm-0.12.1.2-2.222.el6.x86_64 How reproducible: always Steps to Reproduce: 1. cd to directory with valid spice certs & keys 2. run /usr/libexec/qemu-kvm -spice tls-port=<sport> 3. Actual results: qemu-kvm prints to console: spice_server_add_interface: SPICE_INTERFACE_MIGRATION spice_server_add_interface: SPICE_INTERFACE_KEYBOARD spice_server_add_interface: SPICE_INTERFACE_MOUSE spice_server_add_interface: SPICE_INTERFACE_QXL red_worker_main: begin display_channel_create: create display channel cursor_channel_create: create cursor channel Expected results: in addition to output above, spice-server should also something like this (based on output when the server-cert.pem file is missing): reds_init_ssl: Loaded certificates from ./server-cert.pem reds_init_ssl: Using private key from ./server-key.pem reds_init_ssl: Loaded certificates from ./ca-cert.pem Additional info:
Patch fixing this sent upstream
spice-server-0.10.1-5.el6.x86_64 prints: /usr/libexec/qemu-kvm -spice tls-port=5900,password=123456,x509-dir=/etc/pki/libvirt-spice do_spice_init: starting 0.10.1 reds_init_ssl: Loaded certificates from /etc/pki/libvirt-spice/server-cert.pem reds_init_ssl: Using private key from /etc/pki/libvirt-spice/server-key.pem reds_init_ssl: Loaded CA certificates from /etc/pki/libvirt-spice/ca-cert.pem --> can be moved to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0765.html