Log

Differences between revisions 7 and 8
Revision 7 as of 2009-12-22 03:03:31
Size: 874
Editor: c83-254-129-12
Comment: Add LANG=C to avoid debug messages in German, Spanish etc...
Revision 8 as of 2010-08-30 10:54:39
Size: 959
Editor: c-83-233-18-148
Comment: Added timestamps to PA log
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * Open a second terminal and enter this command:
{{{
pacmd set-log-time 1
}}}

Hi!

You have probably come here because you have a problem with PulseAudio, and someone asked you to provide a PulseAudio verbose log. Here's how to do that:

  • Open a terminal, then enter these commands:

echo autospawn = no >> ~/.pulse/client.conf
killall pulseaudio
LANG=C pulseaudio -vvvv > ~/pulseverbose.log 2>&1
  • Open a second terminal and enter this command:

pacmd set-log-time 1
  • Do what you need to reproduce the bug.
  • Switch back to the terminal and press Ctrl-C to stop PulseAudio.

  • Open your Launchpad bug and attach the file ~/pulseverbose.log (in your home directory) to that message.
  • To return your system to a clean state again, edit ~/.pulse/client.conf with your favorite editor and remove the line "autospawn = no". If the file is now empty, you can just as well delete it. Then log out and log in again.
  • Last but not least - thanks for helping out!


CategoryDebugging

PulseAudio/Log (last edited 2017-11-10 23:51:33 by 1-ubuntu-i)