mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[GH-ISSUE #504] by creating computes the status says not connected #304
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#304
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 (May 20, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/504
please help me i'm new to webvirtcloud, there is this error " Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied " when i tried to create compute on local connection
thanks
@ghost commented on GitHub (May 20, 2022):
@catborise commented on GitHub (May 22, 2022):
This problem is related with libvirt. You should check libvirtd status then webvirtcloud. Webvirtcloud is a web ui for libvirtd. Check permissions for libvirtd
@ghost commented on GitHub (May 22, 2022):
thank you for the response, but im kinda new to this technology, how can i check libvirtd permission
@catborise commented on GitHub (May 23, 2022):
you should firstly install running kvm environment. then install webvirtcloud.
you can find many installation guide with google search, like;
https://www.dwarmstrong.org/kvm-qemu-libvirt/
https://codepre.com/en/como-instalar-kvm-en-rocky-linux-almalinux.html
@ghost commented on GitHub (May 23, 2022):
thank you so much