mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #612] novnc not working on Ubuntu 14.04 server #465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @philled on GitHub (May 29, 2016).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/612
I've installed webvirtmgr on a Ubuntu 14.04 KVM hypervisor. Webvirtmgr is working but I can't get the console access to work. I'm pretty sure the problem is that novnc isn't running because when I telnet to localhost on port 6080 it says "telnet: Unable to connect to remote host: Connection refused".
But I can't find anywhere that actually says how to get novnc running with webvirtmgr. There's nothing in /etc/init.d for novnc so there's no service I can find to start.
Can anyone please point me in the right direction?
@purplesrl commented on GitHub (Jun 14, 2016):
check if webvirtmgr-console is actually running with with: supervisorctl status
also check if in /etc/supervisor/conf.d/webvirtmgr.conf the command is right
/srv/webvirtmgr/console/webvirtmgr-console
it has changed from /srv/webvirtmgr/console/webvirtmgr-novnc