Bugzilla – Bug 391236
PA spawns a lot of warnings
Last modified: 2009-02-18 09:02:48 UTC
PA spawns a lot of warnings Here's an excerpt of my /var/log/messages: May 16 04:48:05 linux-dcl8 pulseaudio[3271]: core-util.c: setpriority(): Permission denied May 16 04:48:05 linux-dcl8 pulseaudio[3274]: core-util.c: setpriority(): Permission denied May 16 04:48:05 linux-dcl8 pulseaudio[3274]: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted May 16 04:48:05 linux-dcl8 pulseaudio[3271]: pid.c: Daemon already running. May 16 04:48:05 linux-dcl8 pulseaudio[3271]: main.c: pa_pid_file_create() failed. May 16 04:48:05 linux-dcl8 pulseaudio[3274]: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted May 16 04:48:05 linux-dcl8 pulseaudio[3272]: core-util.c: setpriority(): Permission denied May 16 04:48:05 linux-dcl8 pulseaudio[3272]: pid.c: Daemon already running. May 16 04:48:05 linux-dcl8 pulseaudio[3272]: main.c: pa_pid_file_create() failed.
*** This bug has been marked as a duplicate of bug 390123 ***
Not an duplicate.
I've been reading up on these errors, and everyone is dealing with the code, esound vs. pulse, etc. I have a slightly different question: What about permissions? I upgraded from 10.3 to 11.0 GM. If I run 'groups' I get "users, video, wheel". Not audio, and none of the 3 pulse groups now in /etc/group. pulseaudio is running with my user permissions, not as root or anything. /dev/snd/* devices are all "crw-rw----+ 1 root audio". So I'm curious - should I be in any other groups than what I am in, and would that help this problem? my /var/log/messages gets the following: pulseaudio[32685]: core-util.c: setpriority(): Permission denied pulseaudio[32685]: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted pulseaudio[32685]: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted Great timing - as I write this, suseupdater-kde just notified me of a bunch of updates - for pulse! Lets hope they help.
Haven't seen this in ages, closing as FIXED.