-
Notifications
You must be signed in to change notification settings - Fork 821
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
Fix Dbus Issues using package diversion for Dbus #897
Comments
Sockets are coming really soon. @sunilmut said in #262 (which I happen to be subscribed to): "I am looking into AF_UNIX\SOCK_DGRAM support in WSL. With the initial code, it looks like I am able to get past the above error in 'weechat'. But, the connect command seems to be timing out. I also tried weechat on my native Ubuntu setup and I am not able to get it to connect as well. Here is what I am trying, please let me know if I am missing something:" |
Thanks, I didn't look for SOCK_DGRAM, I looked for DBUS so I missed it. and yes, as @therealkenc says, you can tests at the build step, which will tell you if your system can use it. I'm leaving this open as #262 doesn't target the source of the issue (Dbus and sockets); maintainers can overrule me if they want. |
dbus has been working for some time now per #376, circa 15042 or thereabouts |
Description: Dbus issues account for a number of current issues. Many of these can be solved with a change in the Dbus package at installation using the diversion capabilities of apt.
Expexcted results: Packages / software that expect dbus should install without warnings and should execute without issues.
Actual results: Many packages generate warnings at installation about upstart or other steps that need dbus. In some cases, you can permanently corrupt your Ubuntu userland.
Windows Build: fresh install of anniversary
Suggestion: Using a diversion configuration, dbus-1/session.conf should be updated to use TCP instead of Unix Sockets, as no equivalent exists in lxss as of yet.
https://www.debian.org/doc/debian-policy/ap-pkg-diversions.html
The text was updated successfully, but these errors were encountered: