У меня есть проблема с общением с пульсаудио из докер контейнеров. Но если я убиваю пульсу с помощью pulseaudio -k
, она почти сразу же перезапускается, проблема исчезает, а в journalctl
печатается следующее:
Feb 26 02:33:15 abccba rtkit-daemon[667]: Successfully made thread 2856 of process 2856 (n/a) owned by '1000' high priority at nice level -11.
Feb 26 02:33:15 abccba rtkit-daemon[667]: Supervising 1 threads of 1 processes of 1 users.
Feb 26 02:33:21 abccba rtkit-daemon[667]: Supervising 1 threads of 1 processes of 1 users.
Feb 26 02:33:21 abccba rtkit-daemon[667]: Successfully made thread 2859 of process 2856 (n/a) owned by '1000' RT at priority 5.
Feb 26 02:33:21 abccba rtkit-daemon[667]: Supervising 2 threads of 1 processes of 1 users.
Feb 26 02:33:21 abccba rtkit-daemon[667]: Supervising 2 threads of 1 processes of 1 users.
Feb 26 02:33:21 abccba rtkit-daemon[667]: Successfully made thread 2860 of process 2856 (n/a) owned by '1000' RT at priority 5.
Feb 26 02:33:21 abccba rtkit-daemon[667]: Supervising 3 threads of 1 processes of 1 users.
Feb 26 02:33:23 abccba pulseaudio[2856]: [pulseaudio] source.c: Default and alternate sample rates are the same.
Feb 26 02:33:23 abccba rtkit-daemon[667]: Supervising 3 threads of 1 processes of 1 users.
Feb 26 02:33:23 abccba rtkit-daemon[667]: Successfully made thread 2861 of process 2856 (n/a) owned by '1000' RT at priority 5.
Feb 26 02:33:23 abccba rtkit-daemon[667]: Supervising 4 threads of 1 processes of 1 users.
Че это за штука, и почему она запускает пульсаудио? И почему после перезапуска проблема не воспроизводится?