Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get DBus System bus connection: Failed to connect to socket: System_bus_socket missing #3635

Closed
ghost opened this issue Oct 26, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 26, 2018

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.

result

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.

@therealkenc
Copy link
Collaborator

#1579 (message)

The problem with that is the D-Bus socket is being missing on WSL.

That socket isn't part of WSL (or Linux™). It's part of freedesktop.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant