Displaying 3 results from an estimated 3 matches for "blahhost".
2015 Sep 02
3
virt-install message regarding Spice and TLS
Is TLS required for the usage of Spice with KVM/libvirtd?
I've been through the virt-install manpage a few times now to no avail.
What is wrong with my syntax here (seen below)?
Thanks.
~]# 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
Starting install...
ERROR unsupported configuration: Auto allocation o...
2015 Sep 03
3
virt-install message regarding Spice and TLS
...l> wrote:
> 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
>
>
To also reply to nevis2us:
I have...
2015 Sep 02
0
virt-install message regarding Spice and TLS
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 you...