[systemd-bugs] [Bug 90288] New: dbus1 generator is broken

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 2 14:13:36 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90288

            Bug ID: 90288
           Summary: dbus1 generator is broken
           Product: systemd
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: systemd-bugs at lists.freedesktop.org
          Reporter: mustrumr97 at gmail.com
        QA Contact: systemd-bugs at lists.freedesktop.org

returns 250. This makes kdbus systems almost unbootable.

cfeaa44a09756a93a881f786678973d9b1e382db

diff --git a/src/dbus1-generator/dbus1-generator.c
b/src/dbus1-generator/dbus1-generator.c
index 2e08af2..b5bd206 100644
--- a/src/dbus1-generator/dbus1-generator.c
+++ b/src/dbus1-generator/dbus1-generator.c
@@ -310,7 +310,7 @@ int main(int argc, char *argv[]) {
                 path = "/usr/share/dbus-1/services";
                 type = "session";
                 units = USER_DATA_UNIT_PATH;
-        } else if (r == -ENOENT) {
+        } else if (r == -ENXIO) {
                 path = "/usr/share/dbus-1/system-services";
                 type = "system";
                 units = SYSTEM_DATA_UNIT_PATH;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150502/c35b1c63/attachment.html>


More information about the systemd-bugs mailing list