mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #438] Docker Error #268
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#268
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 @dillfrescott on GitHub (May 12, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/438
Problem occurred with host Test: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
@hiepvq commented on GitHub (Dec 17, 2021):
it should be fixed now with
chmod -R 777 /var/run/libvirt@GrayXu commented on GitHub (Feb 28, 2022):
777 permission is dangerous...
you should look this link
http://thelinuxerrors.blogspot.com/2012/10/failed-to-connect-socket-to.html
@dillfrescott commented on GitHub (Mar 2, 2022):
ok thank you!
@kfcceo commented on GitHub (May 23, 2022):
Has the problem been solved?i meet the same Problem,I run webvirtcloud successfully on docker,but i can not add a local computer,would you tell me what should i do~