mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #90] NoVNC broken #76
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 @baggar11 on GitHub (Aug 1, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/90
With the current installation instructions, "Enable noVnc" is broken. Here's how I fixed it.
sudo apt-get install novnc
sudo service novnc stop
sudo update-rc.d -f novnc remove
Also, the webvirtmgr-novnc.conf doesn't start on boot. This line fixes that.
sudo update-rc.d webvirtmgr-novnc defaults
@baggar11 commented on GitHub (Aug 5, 2013):
Awesome! Love the support!