[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes

2021-06-22 Thread Bug Watch Updater
** Bug watch added: github.com/audacity/audacity/issues #711
   https://github.com/audacity/audacity/issues/711

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to audacity in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1530365

Title:
  Audacity plays too fast and crashes

Status in Audacity:
  Confirmed
Status in audacity package in Ubuntu:
  New

Bug description:
  I use a Samson «Go mic» for recording audio with Audacity. I connect
  my earphones to the mic and use it for hearing both my own voice live
  and the computer sound (I have to select it in Ubuntu's sound output
  settings).

  This works fine for a while, and I can record and play back through
  the mic. Seemingly randomly, however, pressing play or otherwise
  trying to start playback sometimes makes Audacity skim quickly through
  the audio, playing garbled sounds which I assume are a fast forward
  version of my audio. Sometimes, it resumes normal playback before it
  reaches the end of the file, and everything seems fine. Most often,
  though, it does not, and pressing the stop button or anything else
  crashes Audacity. If I restart Audacity and restore the autosaved
  audio, the problem persists. However, selecting another audio output
  in Ubuntu's sound settings fixes the problem.

  I recently upgraded to Ubuntu 15.10, but this has been a problem since
  at least 15.04. I now use Audacity 2.0.6-2build1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: audacity 2.0.6-2build1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaCards:
   0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe024000 irq 16
1 [GoMic  ]: USB-Audio - Samson GoMic
 Samson Technologies Samson GoMic at 
usb-:00:12.0-2, full speed
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 31 16:11:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-23 (402 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  SourcePackage: audacity
  UpgradeStatus: Upgraded to wily on 2015-12-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1530365/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes

2016-12-10 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
http://bugzilla.audacityteam.org/show_bug.cgi?id=276.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-02-04T01:35:04+00:00 Gale wrote:

If pulse is used as the playback device, repeatedly starting and
stopping playback in quick succession may lead to a freeze after which
Audacity must be force quit. If the computer is running at high CPU or
there are many tracks, a quick hit of Space twice to start and stop, or
holding down Play with the mouse, may be enough to cause the freeze.

The same issue can occur if you R and space rapidly and repeatedly to
start and stop recordings, or hold down the Record button.

If the device is set to an ALSA/hw choice (so bypassing pulse) these
issues do not occur.

Al regards this as most likely a bug in PortAudio's support for
libpulse, and/or possibly libasound,

This bug is the cause of bug 133 (moving the transcription slider is not
allowed to restart playback on any platform, even though it could be
allowed on Windows and Mac).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/comments/0


On 2015-04-01T17:00:38+00:00 Gale wrote:

Promoted to P2 given the number of complaints this receives.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/comments/1


On 2015-04-04T08:11:28+00:00 James-k-crook wrote:

Title changed to emphasise that WDM/KS issues (Bug 651), WASAPI issues
(Bug 652) and these PULSE-AUDIO issues are serious P2 problems that live
in code 'below' Audacity - they are in portaudio and the host OS sound
system.

These are likely to be long standing P2 issues.  We may be able to
address them by 'workarounds' in our code, i.e. by using portaudio
differently.

This particular bug could be eliminated by keeping the sound card open
all the time from once it is first open, and instead enabling/disabling
playback and recording by switching in and out different audio
callbacks.  This solution would benefit all sound systems.  It
eliminates clicks on start/stop, facilitates monitoring when not
recording (the sound card is of course open when monitoring), and has
the advantage on Linux that ports remain visible and routable via Jack
even when they are stopped.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/comments/2


On 2015-04-04T13:41:25+00:00 steve d wrote:

Just to add that this bug is most easily reproduced by rapidly
restarting playback, but does not require rapid and repeated pressing of
the spacebar. The bug can (and on my machine frequently does) occur
during normal use.

As Pulse is the default sound system for most modern distributions, and
Audacity is not usable for important work with Pulse (too unreliable), I
think this bug well deserves the P2 priority.

Re. comment 2, keeping the ports open would be a great benefit for Jack
users.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/comments/3


On 2015-07-18T18:45:20+00:00 Gale wrote:

Assuming this isn't on the agenda for fix in 2.1.2, how about adding

  env PULSE_LATENCY_MSEC=30

to the Exec commmand in  /src/audacity.desktop.in to reduce the number
of complaints we receive?

Of course this depends on the distros accepting that change, and we
could argue whether the value should be "30" or something else, but "30"
solves the problems about 80% of the time.

The "30" value solves another problem noted in the release notes but not
in the bug title (that playback can skip through at many times normal
speed).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/comments/4


On 2015-09-22T08:03:28+00:00 steve d wrote:

This issue does not appear to be completely fixed, I can still get
Audacity to freeze if I give this bug a hard work-out, but it seems to
be greatly improved in recent builds on my machine and freezes are now
rare during normal use.

When starting / stopping the audio stream rapidly it is not uncommon to see:
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/comments/5


On 2015-09-23T03:35:30+00:00 Gale wrote:

(In reply to Steve Daulton from comment #5)
What might have partially fixed it? It seems almost as bad as ever on my 
lethargic Ubuntu 14.04 

[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes

2016-12-10 Thread Oskar Wallgren
I added upstream bug and edited the bug title to reflect that it isn't
related to that specific microphone but a bug in Audacity (or
PortAudio...).

>From the release notes here:
http://wiki.audacityteam.org/wiki/Release_Notes_2.1.2
#Miscellaneous_platform-specific_issues

>A playback or recording freeze, recording dropouts or fast playback may
occur when using PulseAudio. Freezes may be caused by repeatedly
starting and stopping playback or recording in quick succession (or by
holding down the Play or Record button). Workarounds: Try launching
Audacity from the terminal with the pulse latency set to 30 ms in an
environment variable:

env PULSE_LATENCY_MSEC=30 audacity
If you get underruns noted in the terminal, try a higher number in the 
PULSE_LATENCY_MSEC command. If the problem is unchanged, try a lower number. 
Alternatively, bypass pulseaudio by setting the playback and recording device 
to an ALSA (hw) choice in Device Toolbar

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to audacity in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1530365

Title:
  Audacity plays too fast and crashes

Status in Audacity:
  Unknown
Status in audacity package in Ubuntu:
  New

Bug description:
  I use a Samson «Go mic» for recording audio with Audacity. I connect
  my earphones to the mic and use it for hearing both my own voice live
  and the computer sound (I have to select it in Ubuntu's sound output
  settings).

  This works fine for a while, and I can record and play back through
  the mic. Seemingly randomly, however, pressing play or otherwise
  trying to start playback sometimes makes Audacity skim quickly through
  the audio, playing garbled sounds which I assume are a fast forward
  version of my audio. Sometimes, it resumes normal playback before it
  reaches the end of the file, and everything seems fine. Most often,
  though, it does not, and pressing the stop button or anything else
  crashes Audacity. If I restart Audacity and restore the autosaved
  audio, the problem persists. However, selecting another audio output
  in Ubuntu's sound settings fixes the problem.

  I recently upgraded to Ubuntu 15.10, but this has been a problem since
  at least 15.04. I now use Audacity 2.0.6-2build1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: audacity 2.0.6-2build1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaCards:
   0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe024000 irq 16
1 [GoMic  ]: USB-Audio - Samson GoMic
 Samson Technologies Samson GoMic at 
usb-:00:12.0-2, full speed
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 31 16:11:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-23 (402 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  SourcePackage: audacity
  UpgradeStatus: Upgraded to wily on 2015-12-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1530365/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes when playing through Samson microphone

2016-12-10 Thread Oskar Wallgren
** Bug watch added: Audacity Bugzilla #276
   http://bugzilla.audacityteam.org/show_bug.cgi?id=276

** Also affects: audacity via
   http://bugzilla.audacityteam.org/show_bug.cgi?id=276
   Importance: Unknown
   Status: Unknown

** Summary changed:

- Audacity plays too fast and crashes when playing through Samson microphone
+ Audacity plays too fast and crashes

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to audacity in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1530365

Title:
  Audacity plays too fast and crashes

Status in Audacity:
  Unknown
Status in audacity package in Ubuntu:
  New

Bug description:
  I use a Samson «Go mic» for recording audio with Audacity. I connect
  my earphones to the mic and use it for hearing both my own voice live
  and the computer sound (I have to select it in Ubuntu's sound output
  settings).

  This works fine for a while, and I can record and play back through
  the mic. Seemingly randomly, however, pressing play or otherwise
  trying to start playback sometimes makes Audacity skim quickly through
  the audio, playing garbled sounds which I assume are a fast forward
  version of my audio. Sometimes, it resumes normal playback before it
  reaches the end of the file, and everything seems fine. Most often,
  though, it does not, and pressing the stop button or anything else
  crashes Audacity. If I restart Audacity and restore the autosaved
  audio, the problem persists. However, selecting another audio output
  in Ubuntu's sound settings fixes the problem.

  I recently upgraded to Ubuntu 15.10, but this has been a problem since
  at least 15.04. I now use Audacity 2.0.6-2build1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: audacity 2.0.6-2build1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaCards:
   0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe024000 irq 16
1 [GoMic  ]: USB-Audio - Samson GoMic
 Samson Technologies Samson GoMic at 
usb-:00:12.0-2, full speed
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 31 16:11:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-23 (402 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  SourcePackage: audacity
  UpgradeStatus: Upgraded to wily on 2015-12-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1530365/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes when playing through Samson microphone

2016-05-06 Thread Nicholas K
I have this same issue with fast playback and the same error message

ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred

Ubuntu 15.10
Audacity 2.0.6

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to audacity in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1530365

Title:
  Audacity plays too fast and crashes when playing through Samson
  microphone

Status in audacity package in Ubuntu:
  New

Bug description:
  I use a Samson «Go mic» for recording audio with Audacity. I connect
  my earphones to the mic and use it for hearing both my own voice live
  and the computer sound (I have to select it in Ubuntu's sound output
  settings).

  This works fine for a while, and I can record and play back through
  the mic. Seemingly randomly, however, pressing play or otherwise
  trying to start playback sometimes makes Audacity skim quickly through
  the audio, playing garbled sounds which I assume are a fast forward
  version of my audio. Sometimes, it resumes normal playback before it
  reaches the end of the file, and everything seems fine. Most often,
  though, it does not, and pressing the stop button or anything else
  crashes Audacity. If I restart Audacity and restore the autosaved
  audio, the problem persists. However, selecting another audio output
  in Ubuntu's sound settings fixes the problem.

  I recently upgraded to Ubuntu 15.10, but this has been a problem since
  at least 15.04. I now use Audacity 2.0.6-2build1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: audacity 2.0.6-2build1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaCards:
   0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe024000 irq 16
1 [GoMic  ]: USB-Audio - Samson GoMic
 Samson Technologies Samson GoMic at 
usb-:00:12.0-2, full speed
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 31 16:11:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-23 (402 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  SourcePackage: audacity
  UpgradeStatus: Upgraded to wily on 2015-12-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes when playing through Samson microphone

2016-03-19 Thread Mathias Bynke
This problem has now shown up on another computer without the Samson mic
connected. I'm running Ubuntu 15.10. The bug only starts after a good
while of use.

Running from the terminal, I get the following error many times a second for as 
long as the garbled sound plays:
«ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred»

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to audacity in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1530365

Title:
  Audacity plays too fast and crashes when playing through Samson
  microphone

Status in audacity package in Ubuntu:
  New

Bug description:
  I use a Samson «Go mic» for recording audio with Audacity. I connect
  my earphones to the mic and use it for hearing both my own voice live
  and the computer sound (I have to select it in Ubuntu's sound output
  settings).

  This works fine for a while, and I can record and play back through
  the mic. Seemingly randomly, however, pressing play or otherwise
  trying to start playback sometimes makes Audacity skim quickly through
  the audio, playing garbled sounds which I assume are a fast forward
  version of my audio. Sometimes, it resumes normal playback before it
  reaches the end of the file, and everything seems fine. Most often,
  though, it does not, and pressing the stop button or anything else
  crashes Audacity. If I restart Audacity and restore the autosaved
  audio, the problem persists. However, selecting another audio output
  in Ubuntu's sound settings fixes the problem.

  I recently upgraded to Ubuntu 15.10, but this has been a problem since
  at least 15.04. I now use Audacity 2.0.6-2build1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: audacity 2.0.6-2build1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaCards:
   0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe024000 irq 16
1 [GoMic  ]: USB-Audio - Samson GoMic
 Samson Technologies Samson GoMic at 
usb-:00:12.0-2, full speed
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 31 16:11:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-23 (402 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  SourcePackage: audacity
  UpgradeStatus: Upgraded to wily on 2015-12-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1530365] Re: Audacity plays too fast and crashes when playing through Samson microphone

2016-03-12 Thread Raymond
s. 31 16:05:42 hostname pulseaudio[1728]: [alsa-source-USB Audio] alsa-
source.c: ALSA vekket oss for å lese nye data fra enheten, men vi fant
ingen data! des. 31 16:05:42 hostname pulseaudio[1728]: [alsa-source-USB
Audio] alsa-source.c: Dette er høyst sannsynligvis en programfeil i
ALSA-driveren «snd_usb_audio». Vi ber om at du rapporterer feilen til
ALSA-utviklerne. des. 31 16:05:42 hostname pulseaudio[1728]: [alsa-
source-USB Audio] alsa-source.c: ALSA vekket oss med POLLIN valgt, men
en påfølgende snd_pcm_avail() sendte 0 - eller en annen verdi som var
lavere enn «min_avail» - i retur. des. 31 16:09:18 hostname
pulseaudio[1728]: [alsa-sink-USB Audio] alsa-sink.c: ALSA vekket oss for
å skrive nye data til enheten, men vi fant ingen data! des. 31 16:09:18
hostname pulseaudio[1728]: [alsa-sink-USB Audio] alsa-sink.c: Dette er
høyst sannsynligvis en programfeil i ALSA-driveren «snd_usb_audio». Vi
ber om at du rapporterer feilen til ALSA-utviklerne. des. 31 16:09:18
hostname pulseaudio[1728]: [alsa-sink-USB Audio] alsa-sink.c: ALSA
vekket oss med POLLOUT valgt, men en påfølgende snd_pcm_avail() sendte 0
- eller en annen verdi som var lavere enn «min_avail» - i retur. des.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to audacity in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1530365

Title:
  Audacity plays too fast and crashes when playing through Samson
  microphone

Status in audacity package in Ubuntu:
  New

Bug description:
  I use a Samson «Go mic» for recording audio with Audacity. I connect
  my earphones to the mic and use it for hearing both my own voice live
  and the computer sound (I have to select it in Ubuntu's sound output
  settings).

  This works fine for a while, and I can record and play back through
  the mic. Seemingly randomly, however, pressing play or otherwise
  trying to start playback sometimes makes Audacity skim quickly through
  the audio, playing garbled sounds which I assume are a fast forward
  version of my audio. Sometimes, it resumes normal playback before it
  reaches the end of the file, and everything seems fine. Most often,
  though, it does not, and pressing the stop button or anything else
  crashes Audacity. If I restart Audacity and restore the autosaved
  audio, the problem persists. However, selecting another audio output
  in Ubuntu's sound settings fixes the problem.

  I recently upgraded to Ubuntu 15.10, but this has been a problem since
  at least 15.04. I now use Audacity 2.0.6-2build1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: audacity 2.0.6-2build1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaCards:
   0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe024000 irq 16
1 [GoMic  ]: USB-Audio - Samson GoMic
 Samson Technologies Samson GoMic at 
usb-:00:12.0-2, full speed
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 31 16:11:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-23 (402 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  SourcePackage: audacity
  UpgradeStatus: Upgraded to wily on 2015-12-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1530365/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp