foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.6k stars 1.14k forks source link

cant sudo ./make.sh --add #461

Closed jaikhuranna closed 3 years ago

jaikhuranna commented 3 years ago

output for sudo ./make.sh --add template.xml has been generated in /home/jaik/macOS-Simple-KVM-master error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory

jaikhuranna commented 3 years ago

virt-manager is instaled

yavincl commented 3 years ago
systemctl disable --now libvirtd
systemctl enable --now libvirtd.socket
systemctl enable --now libvirtd
jaikhuranna commented 3 years ago

thanks, i changed distros