<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Jack modules showing real-time schedule warnings on load"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107144#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Jack modules showing real-time schedule warnings on load"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107144">bug 107144</a>
              from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
        <pre>I looked into this a bit more, and /etc/security/limits.conf shouldn't be
completely ignored on most systems. The pam_limits PAM module should set the
limits as appropriate when you log in.

I would have expected that when your run pulseaudio from systemd, the limit
would be set to 0 regardless, but apparently limits.conf is having effect also
on user services started by systemd.

PulseAudio will by default set the rtprio limit to 9, so you'll need to change
that. If you put "rlimit-rtprio = 70" to ~/.config/pulse/daemon.conf, I believe
the warnings will go away.

Do you know why libjack is trying to set priority 15 for its thread? Is that
what it does by default, or have you configured it yourself? Long time ago,
PulseAudio's default rtprio limit was set so that it would work with jack, but
if jack's default priority has been raised since then, then the default rtprio
limit in PulseAudio should be raised as well.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>