mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #137] Broken Install Steps Centos 7 #91
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#91
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 @ghost on GitHub (Nov 7, 2017).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/137
Getting below errors on fresh Centos 7 64bit install (SELINUX disabled)...
@ps78674 commented on GitHub (Nov 9, 2017):
That worked for me.
@letran3691 commented on GitHub (May 10, 2018):
Help me.
I am confg done, when login user admin/admin then erros in image . please fix help me. thanks.
(https://user-images.githubusercontent.com/19284401/39852142-0c1df396-5445-11e8-909c-3cfebc320b64.jpeg)
@ps78674 commented on GitHub (May 10, 2018):
You need edit file
/srv/webvirtcloud/webvirtcloud/settings.py:Change
AUTHENTICATION_BACKENDS ()toThen restart supervisord (systemctl restart supervisord).
@letran3691 commented on GitHub (May 25, 2018):
thanks u support.
but i see error . i have config connect tcp. but The error is as below. please help me :(
virsh -c qemu+tcp://172.x.x.x/system nodeinfo
error: failed to connect to the hypervisor
error: authentication failed: authentication failed
@ps78674 commented on GitHub (May 25, 2018):
TCP auth is disabled in liblvirt by default. Try using ssh (qemu+ssh).
su - nginx -s /bin/bashssh-keygenDon't use password, just hit enter.ssh-copy-id root@172.x.x.xvirsh -c qemu+ssh://root@172.x.x.x/system nodeinfo@letran3691 commented on GitHub (May 26, 2018):
if use qume+ssh it's work ok. but i want use tcp. how to connect with tcp . i is already enable auth_tcp = "sasl" and add user with saslpasswd2. i try connect tcp but still error :(
@ps78674 commented on GitHub (May 29, 2018):
You need to uncomment
LIBVIRTD_ARGS="--listen"in/etc/sysconfig/libvirtdand restart libvirtd.@letran3691 commented on GitHub (May 30, 2018):
thanks is already support. i fix done. because libvirtd not allow connect qemu+tcp with "sasl" Unencrypted. Must install DigestMD5 and sasl-gssapi on host kvm and webvirt.
thanks you very much
@retspen commented on GitHub (May 30, 2018):
@letran3691 commented on GitHub (May 31, 2018):
Hi Sir
when I console vnc erros in image
(https://user-images.githubusercontent.com/19284401/40769260-b8e0fa0e-64e1-11e8-9728-42f51aec74cb.png)
I have check supervisorctl novncd still running
supervisorctl status
novncd RUNNING pid 1400, uptime 1 day, 2:50:56
webvirtcloud RUNNING pid 1399, uptime 1 day, 2:50:56
Please help me! :(