Hello Mike,
On Wed, 2015-09-02 at 13:05 -0400, Mike - st257 wrote:
I've been through the virt-install manpage a few times now to no avail. What is wrong with my syntax here (seen below)?
~]# virt-install --connect qemu:///system -n blahhost -r2048 --vcpus=4 --arch=x86_64 --video qxl --graphics spice,port=5931 --noautoconsole --os-type linux --accelerate --network=bridge:kickstart_br0 --hvm --disk path=/dev/vmdisks/fedora-test2,bus=virtio --cdrom /tmp/fedora.iso
See if adding tlsport=0 to the --graphics option fixes your problem?
--graphics spice,port=5931,tlsport=0
Compare http://www.spice-space.org/page/Features/Xspice#--tls-port_0_required
Regards, Leonard.