mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #575] local instance not connecting #341
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#341
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 @stxrlite on GitHub (Mar 12, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/575
@nadermx commented on GitHub (Apr 19, 2023):
I am also running into this issue,
Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission deniedwhich seems to be connected to this issue, https://github.com/retspen/webvirtcloud/issues/504, which says to make sure libvirt is installed and running, which I also verified is up and running on my ubuntu20.04 instanceI also had an apparmor issue in the syslog when it came to libvirt,
And I was able to fix that by running
yet I also still get this when I create a local instance, so unsure what to try from here
Edit:
Okay making more progress, seems this is also related to issue https://github.com/retspen/webvirtcloud/issues/240, and I messed up a few permission issues, so I will update if this solution works, but seems to be first testing to make sure you can run
virsh listand get no error, if that still causes no error then try addingwww-datauser tolibvirtgroup and reboot.