[pulseaudio-tickets] [Bug 62593] New: systemd/consolekit: checks for systemd, not for logind

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 21 06:42:04 PDT 2013


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

          Priority: medium
            Bug ID: 62593
                CC: lennart at poettering.net
          Assignee: pulseaudio-bugs at lists.freedesktop.org
           Summary: systemd/consolekit: checks for systemd, not for logind
        QA Contact: pulseaudio-bugs at lists.freedesktop.org
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: martin.pitt at ubuntu.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: modules
           Product: PulseAudio

The systemd module talks to logind, but actually check for systemd with
sd_booted(). The consolekit module does the reverse.

It is possible to build systemd without logind, in which case sd_booted() would
still succeed(), but the various sd_pid_get_* would fail.

For running systemd init without logind, or for running logind without systemd
init we need to change the check to test for logind.

For details, see [1] if you are interested.

[1] https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html

-- 
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/pulseaudio-bugs/attachments/20130321/138ef0ec/attachment.html>


More information about the pulseaudio-bugs mailing list