It's frequently necessary to force off a computer (HP EliteBook 8570p, sometimes docked) when an attempt to suspend fails, with these messages from kernel:
I subscribe to this bug:
{link removed}
– however the circumstances puzzle me, because it's sometimes necessary to force off the computer after:
– I identified a period between two boots when, if I'm not mistaken, the symptoms occurred without an attempt to suspend. Beginning at line 563 of the attached file.
Re: <{link removed}> a few weeks ago I created a one-line file:
/etc/syslog.d/bug194727.conf
Still, sometimes, it's necessary to press and hold the power button.
Might I have more luck with the pre-suspend script at the foot of this 2020 article?
{link removed}
Where should I save the file, how should I name it?
Code:
pcm3: unregister: mixer busy
pcm3: Waiting for sound application to exit!
I subscribe to this bug:
{link removed}
– however the circumstances puzzle me, because it's sometimes necessary to force off the computer after:
- not knowingly listening, or speaking, to anything (not knowingly using any audio device)
- not knowingly disconnecting any device.
- it's not a stable system.
zcat /var/log/messages.3.bz2 | grep -A 1 "Waiting for sound application to exit!"
– I identified a period between two boots when, if I'm not mistaken, the symptoms occurred without an attempt to suspend. Beginning at line 563 of the attached file.
Re: <{link removed}> a few weeks ago I created a one-line file:
/etc/syslog.d/bug194727.conf
Code:
:msg, contains, "Waiting for sound application to exit!" kern.* |while read _ ; do pkill pulseaudio || : ; done
Still, sometimes, it's necessary to press and hold the power button.
Might I have more luck with the pre-suspend script at the foot of this 2020 article?
{link removed}
Where should I save the file, how should I name it?
Attachments
Last edited: