I am running polypaudio 0.9.1 on Fedora Core 5. When my user is not part of group realtime, polypaudio starts and works with no problem but when I am in that group it refuses to do so. What am I doing wrong?
$ grep prio /etc/polypaudio/daemon.conf
high-priority = 1
$ polypaudio
daemon/main.c: WARNING: called SUID root, but not in group 'realtime'.
polypcore/core-util.c: setpriority(): Permission denied
polypcore/core-util.c: sched_setscheduler(): Operation not permitted
modules/module-alsa-source.c: *** ALSA-XRUN (capture) ***
modules/module-alsa-sink.c: *** ALSA-XRUN (playback) ***
modules/module-alsa-sink.c: *** ALSA-XRUN (playback) ***
$ su -
# groupadd realtime
# gpasswd -a emoret realtime
Adding user emoret to group realtime
Logging out / logging back in for group membership to become active...
$ polypaudio
daemon/daemon-conf.c: WARNING: failed to open configuration file '(null)': Permission denied