Comment 20 for bug 592016

Revision history for this message
David Henningsson (diwic) wrote :

Isn't this a race between pulseaudio quitting, and alsa-utils muting the output to prepare for shutdown? Can we fix this by changing /etc/init/alsa-mixer-save.conf

from

start on starting rc RUNLEVEL=[06]

to something like:

start on (starting rc RUNLEVEL=[06]) and (there is no pulseaudio process left)

...however you write that in upstart, if it's even possible?

I e, start when both conditions are fulfilled. Optionally keep it as it is, then wait for pulseaudio to be killed before continuing.