Comment 70 for bug 202089

Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote :

I appear to be seeing the resume issue (Intrepid uptodate as of yesterday); Rhythmbox (which I'd left open before I hibernated) was stuck on resume and wouldn't play.

I noticed in the logs:
Oct 3 18:16:31 davros pulseaudio[30216]: module-alsa-sink.c: Got POLLERR from ALSA
Oct 3 18:16:31 davros pulseaudio[30216]: module-alsa-sink.c: Got POLLERR from ALSA

tried:
@davros:~$ pulseaudio --check
W: ltdl-bind-now.c: Failed to find original dlopen loader.
dg@davros:~$ pulseaudio --kill
W: ltdl-bind-now.c: Failed to find original dlopen loader.

davros:~$ pactl stat
Connection failure: Connection refused

restarted pulseaudio from the commandline:
W: ltdl-bind-now.c: Failed to find original dlopen loader.
W: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
W: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
W: alsa-util.c: Device front:0 doesn't support 44100 Hz, changed to 48000 Hz.
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0
W: alsa-util.c: Device front:0 doesn't support 44100 Hz, changed to 48000 Hz.
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0

and it's happy again (I wish it wasn't necessary to restart all the clients on a demon restart).

Dave