-
Notifications
You must be signed in to change notification settings - Fork 90
Description
After most recent upgrade, The launch viewer button downloads a "console.cc" file which appears to be set to use VNC settings and ports instead of the spice settings and ports. I had previously changed a config file somewhere to use my servername, instead of the default 172 local address. Making that change when first setting up allowed me to launch directly out of cockpit. I mention this just in case it plays a role, but i doubt it.
After upgrade the .cc file looks like this:
[virt-viewer] type=vnc host=servername.lan port=5900 delete-this-file=1 fullscreen=0
If i change it to spice connection it works:
[virt-viewer] type=spice host=servername.lan port=5901 delete-this-file=1 fullscreen=0
VM's can use both VNC and Spice. VNC inside the cockpit interface, and Spice for remote console access. I think if both vnc and spice where configured the .cc file would default to spice in it's config.
Adding some screenshots from virtmanager to show both vnc and spice config.
