How can I stop pulseaudio from filling /var/log/messages with ratelimit.c suppressed lines under Ubuntu 9.10 [closed]
Solution 1:
From https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/545065 :
Edit /etc/pulse/daemon.conf
and change the line log-level = notice
to log-level = error
.