# 🎏Socket error with libvirtd🔧

When the following error message is received with using virlibsh:

```plaintext
error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock':  No such file or directory
```

then

```plaintext
sudo service libvirtd restart
```

fixes the problem
