FS#37987 - [pulseaudio] pid.c: Daemon already running.
Attached to Project:
Arch Linux
Opened by Robert Orzanna (orschiro) - Tuesday, 03 December 2013, 06:47 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 12 February 2014, 09:35 GMT
Opened by Robert Orzanna (orschiro) - Tuesday, 03 December 2013, 06:47 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 12 February 2014, 09:35 GMT
|
Details
Description:
On each boot I get the following message. Dec 03 07:22:38 thinkpad rtkit-daemon[1450]: Successfully made thread 1449 of process 1449 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. Dec 03 07:22:38 thinkpad rtkit-daemon[1450]: Supervising 1 threads of 1 processes of 1 users. Dec 03 07:22:50 thinkpad rtkit-daemon[1450]: Successfully made thread 1599 of process 1599 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. Dec 03 07:22:50 thinkpad rtkit-daemon[1450]: Supervising 2 threads of 2 processes of 1 users. Dec 03 07:22:50 thinkpad pulseaudio[1599]: [pulseaudio] pid.c: Daemon already running. Additional info: I don't use any DE but Openbox only which I run from .xinitrc. I left pulseaudio completely unmodified and do not start it explicitly, at least not that I am aware of. To me it seems that something is starting the daemon multiple times. Steps to reproduce: Install lib32-libcanberra-pulse 0.30-4, lib32-libpulse 4.0-6, libpulse 4.0-6, pulseaudio 4.0-6, pulseaudio-alsa 2-2 Leave all default and start your system. This is when I get this message. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Wednesday, 12 February 2014, 09:35 GMT
Reason for closing: Fixed
Additional comments about closing: 4.99.3-1, in [testing]
Wednesday, 12 February 2014, 09:35 GMT
Reason for closing: Fixed
Additional comments about closing: 4.99.3-1, in [testing]
pulseaudio-kde.desktop
pulseaudio.desktop
~ $ ps aux | grep pulse
orschiro 1134 2.6 0.1 353932 12252 ? S<l 10:05 2:07 /usr/bin/pulseaudio --start
orschiro 1304 0.0 0.0 69216 2380 ? S 10:05 0:00 /usr/lib/pulse/gconf-helper
orschiro 31666 0.0 0.0 12620 1068 pts/2 S+ 11:27 0:00 grep pulse
Are the .desktop entries in /etc/xdg/autostart really necessary?
FS#38412- [pulseaudio] pid.c: Daemon already running, Prevent by modifying ...xinitrc.d/pulseadio & PKGBUILD (https://bugs.archlinux.org/task/38412) that I have reported.Right now it's a mess of libpulse's own autospawn and various startup methods (XDG, xinit.rc), potentially racing with each other and then aborting with "daemon already running."
I'm not going to invest loads of time fixing this downstream just to avoid a warning.
In the interest of keeping the package vanilla, would removing the xinit script and reactivating autospawn be a solution?