You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Windows Build Version: Microsoft Windows [Version 10.0.17134.320]
My Linux Version: Ubuntu 18.04.1 LTS (Bionic Beaver)
My Kernel Version: 4.4.0-17134-Microsoft
I wanted to be able to connect to Xen Server or other virtualization servers via Libvirt and Libvirt requires having a daemon running in order to use Libvirt API. The problem with that is the D-Bus socket is being missing on WSL.
To reproduce the steps:
sudo apt-get update
sudo apt-get install libvirt-daemon
sudo libvirtd
There seems to be a lack of support for D-bus for WSL, this is preventing me from porting my workspace on Linux to Windows. My intention isn't to run any sort of virtualization on this library, but to use it to connect to existing virtualization server external to my machine and to migrate any settings/configurations on my machine for virtualization over to those servers.
The text was updated successfully, but these errors were encountered:
My Windows Build Version: Microsoft Windows [Version 10.0.17134.320]
My Linux Version: Ubuntu 18.04.1 LTS (Bionic Beaver)
My Kernel Version: 4.4.0-17134-Microsoft
I wanted to be able to connect to Xen Server or other virtualization servers via Libvirt and Libvirt requires having a daemon running in order to use Libvirt API. The problem with that is the D-Bus socket is being missing on WSL.
To reproduce the steps:
sudo apt-get update
sudo apt-get install libvirt-daemon
sudo libvirtd
There seems to be a lack of support for D-bus for WSL, this is preventing me from porting my workspace on Linux to Windows. My intention isn't to run any sort of virtualization on this library, but to use it to connect to existing virtualization server external to my machine and to migrate any settings/configurations on my machine for virtualization over to those servers.
The text was updated successfully, but these errors were encountered: