mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #145] Can not connect to hypervisor (TCP or SSH) from dashoard #118
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 @dtardivel on GitHub (Nov 13, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/145
env : Hypervisor hosted on redhat EL6.3/KVM server.
error on console : "permission denied" when I add a new host (SSH or TCP connection). It's linked to exception raised on dashboard view.py code, in method get_hosts_status().
Note that it's work when I start runserver, as root user.
I think this issue is due to the fact that the web app webvirtmgr is executed under apache user. How can we authorize apache user to create TCP/SSH connection to hypervisor ?
@retspen commented on GitHub (Nov 15, 2013):
Maybe selinux blocked