Comment 9 for bug 476505

Revision history for this message
Daniel T Chen (crimsun) wrote : Re: [Bug 476505] Re: system won't suspend if pulseaudio is running as user "pulse"

True, passwd is semantically the correct one. I wonder, though, that we
shouldn't bail on the sed expression, so I've done a bit of sanity-checking
in the pm-utils script (you can double-check via loggerhead).

On Nov 6, 2009 11:20 PM, "LarryGrover" <email address hidden> wrote:

The following works (use getent passwd, not getent group):
ps -C pulseaudio -o uid= | tr -d ' ' | sed s/$(getent passwd pulse | awk -F:
'{print $3}')//

-- system won't suspend if pulseaudio is running as user "pulse"
https://bugs.launchpad.net/bugs/4...
Status in “pulseaudio” package in Ubuntu: In Progress

Bug description: Binary package hint: pulseaudio After upgrading from 9.04
to 9.10, suspend is bro...