Reproducible: $ sudo /usr/libexec/rtkit-daemon --stderr rtkit-daemon[1764664]: Successfully called chroot. rtkit-daemon[1764664]: Successfully dropped privileges. rtkit-daemon[1764664]: Successfully limited resources. rtkit-daemon[1764664]: pthread_create failed: Resource temporarily unavailable rtkit-daemon[1764664]: Canary thread running. rtkit-daemon[1764664]: Exiting canary thread. rtkit-daemon[1764664]: Demoting known real-time threads. rtkit-daemon[1764664]: Demoted 0 threads.
It seems I can "fix" it by adding: --no-drop-privileges
So does it drop more privs on my system than on those where it works?
Reproducible: rtkit-daemon --stderr 1764664] : Successfully called chroot. 1764664] : Successfully dropped privileges. 1764664] : Successfully limited resources. 1764664] : pthread_create failed: Resource temporarily unavailable 1764664] : Canary thread running. 1764664] : Exiting canary thread. 1764664] : Demoting known real-time threads. 1764664] : Demoted 0 threads.
$ sudo /usr/libexec/
rtkit-daemon[
rtkit-daemon[
rtkit-daemon[
rtkit-daemon[
rtkit-daemon[
rtkit-daemon[
rtkit-daemon[
rtkit-daemon[
It seems I can "fix" it by adding: --no-drop- privileges
So does it drop more privs on my system than on those where it works?