[Bug 1813400] Re: systemctl doesn't respect --dry-run

2019-10-25 Thread Doug Gale
Still happens on 237-3ubuntu10.31

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813400

Title:
  systemctl doesn't respect --dry-run

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1631161] Re: Preferred output device is not remembered between logins

2019-10-15 Thread Doug Gale
It is not HDMI specific. I have a similar problem: every start up,
output is selected on (usb) headphones, but actual audio comes out my
motherboard line out. Volume control adjusts headphones, so apparently
has no effect. I have to go change it to line out, then the volume
control works.

Should I create yet another duplicate? Or can someone familiar suggest
the right bug to follow? Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631161

Title:
  Preferred output device is not remembered between logins

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1838357] [NEW] Installatio of 18.04 crashes

2019-07-29 Thread Peter Gale
Public bug reported:

System crashed while installing from USB stick

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CasperVersion: 1.394
Date: Tue Jul 30 11:20:41 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.12 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838357

Title:
  Installatio of 18.04 crashes

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1608646] Re: ip4 static routes added in NetworkManager UI fail and prevent connection

2019-05-17 Thread Michael Gale
I'm not sure if this is actually the same bug, but I fixed an issue with
the same symptoms, documenting here for the sake of those who come after
me:

The NetworkManager tool asks you to input a subnet mask in "dotted-quad"
format, however, if you look at the config file created for the
connection in /etc/NetworkManager/system-connections, you see that it
converts it to /CIDR notation.

However, I had input some routes which didn't actually properly map to a
CIDR network specification, which was causing the ip-route add command
to fail with an "RTNETLINK answers: Invalid argument" error message.

Correcting or removing these routes fixed my issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1608646

Title:
  ip4 static routes added in NetworkManager UI fail and prevent
  connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1608646/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1781016] Re: Slow flood of do_IRQ: No irq for vector

2019-04-25 Thread Doug Gale
I have an APC UPS too. Great find. Who would have guessed an IRQ handling
problem message from the kernel was due to a serial or USB device. Wow.

On Thu, Apr 18, 2019 at 7:16 AM Kai-Heng Feng 
wrote:

> Thanks for the info. Have anyone filed a bug against upstream apcupsd?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1781016
>
> Title:
>   Slow flood of do_IRQ: No irq for vector
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Every few seconds I get something like this in my dmesg:
>
>   [44984.933221] do_IRQ: 1.34 No irq handler for vector
>   [44986.933976] do_IRQ: 1.34 No irq handler for vector
>   [44991.935614] do_IRQ: 1.34 No irq handler for vector
>   [45004.938590] do_IRQ: 1.34 No irq handler for vector
>   [45005.939002] do_IRQ: 4.34 No irq handler for vector
>   [45034.949161] do_IRQ: 4.34 No irq handler for vector
>   [45051.954569] do_IRQ: 4.34 No irq handler for vector
>   [45058.956019] do_IRQ: 4.34 No irq handler for vector
>   [45062.957727] do_IRQ: 4.34 No irq handler for vector
>   [45063.958204] do_IRQ: 4.34 No irq handler for vector
>   [45073.961103] do_IRQ: 4.34 No irq handler for vector
>
>   The numbers vary. Some examples are 4.34, 4.36, 1.34, 0.33, 6.34,
>   7.33, 5.37. Eventually dmesg's ring buffer is full and my entire log
>   is just messages like above with varying #.## numbers.
>
>   I researched it and tried disabling irqbalance. It had no effect, the
>   messages continued.
>
>   The system is a Ryzen 2700X with B350 chipset on Asus Prime B350-PLUS.
>   I have 64GB of Kingston DDR4-2400 ECC memory and Samsung 960 PRO M.2
>   NVMe SSD, and an Intel I350-T4 quad port gigabit NIC. This issue never
>   occurred before installing 18.03 on the same hardware. No overclocking
>   whatsoever has ever been done to this machine.
>
>   Also, I had to disable selective suspend on USB in this version to
>   prevent major USB issues, which was not required in 17.10, that might
>   be related.
>
>   My system seems stable, but spurious IRQs can't be good. I'd like to
>   resolve this if possible.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: linux-image-4.15.0-26-generic 4.15.0-26.28
>   ProcVersionSignature: Ubuntu 4.15.0-26.28-generic 4.15.18
>   Uname: Linux 4.15.0-26-generic x86_64
>   NonfreeKernelModules: nvidia_modeset nvidia
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  gdm2145 F pulseaudio
> doug   3736 F pulseaudio
>/dev/snd/controlC1:  gdm2145 F pulseaudio
> doug   3736 F pulseaudio
>   Date: Tue Jul 10 12:49:00 2018
>   HibernationDevice:
>
>   InstallationDate: Installed on 2017-06-26 (379 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   MachineType: System manufacturer System Product Name
>   ProcEnviron:
>LANGUAGE=en_CA:en
>TERM=xterm-256color
>PATH=(custom, no user)
>LANG=en_CA.UTF-8
>SHELL=/bin/bash
>   ProcFB:
>
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-26-generic
> root=UUID=53446747-0814-48f7-b7c4-7fd7d7234d83 ro video=vesa:off vga=normal
> video=efifb:off usbcore.autosuspend=-1 usbhid.quirks=0x1e71:0x170e:0x4
>   PulseList:
>Error: command ['pacmd', 'list'] failed with exit code 1: Home
> directory not accessible: Permission denied
>No PulseAudio daemon running, or not running as session daemon.
>   RelatedPackageVersions:
>linux-restricted-modules-4.15.0-26-generic N/A
>linux-backports-modules-4.15.0-26-generic  N/A
>linux-firmware 1.173.1
>   RfKill:
>
>   SourcePackage: linux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 04/19/2018
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 4011
>   dmi.board.asset.tag: Default string
>   dmi.board.name: PRIME B350-PLUS
>   dmi.board.vendor: ASUSTeK COMPUTER INC.
>   dmi.board.version: Rev X.0x
>   dmi.chassis.asset.tag: Default string
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Default string
>   dmi.chassis.version: Default string
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
>   dmi.product.family: To be filled by O.E.M.
>   dmi.product.name: System Product Name
>   dmi.product.version: System Version
>   dmi.sys.vendor: System manufacturer
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781016/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781016

Title:
  Slow flood 

[Bug 1304067] Re: Mouse cursor changes size in some GTK2 applications

2019-02-13 Thread Josh Gale
#26 solution is the only one that worked for me.

NUC7i7BNH on Juno (Ubuntu 18.04.2 LTS)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1304067

Title:
  Mouse cursor changes size in some GTK2 applications

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1781016] Re: Slow flood of do_IRQ: No irq for vector

2018-09-24 Thread Doug Gale
Mine is a desktop, and no suspend occurs, ever. Are you (Kai-Heng Feng)
asking me to suspend it and wake it up and see if it goes away?

On Mon, Sep 24, 2018 at 10:45 AM Kai-Heng Feng 
wrote:

> Do you see this after S3?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1781016
>
> Title:
>   Slow flood of do_IRQ: No irq for vector
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Every few seconds I get something like this in my dmesg:
>
>   [44984.933221] do_IRQ: 1.34 No irq handler for vector
>   [44986.933976] do_IRQ: 1.34 No irq handler for vector
>   [44991.935614] do_IRQ: 1.34 No irq handler for vector
>   [45004.938590] do_IRQ: 1.34 No irq handler for vector
>   [45005.939002] do_IRQ: 4.34 No irq handler for vector
>   [45034.949161] do_IRQ: 4.34 No irq handler for vector
>   [45051.954569] do_IRQ: 4.34 No irq handler for vector
>   [45058.956019] do_IRQ: 4.34 No irq handler for vector
>   [45062.957727] do_IRQ: 4.34 No irq handler for vector
>   [45063.958204] do_IRQ: 4.34 No irq handler for vector
>   [45073.961103] do_IRQ: 4.34 No irq handler for vector
>
>   The numbers vary. Some examples are 4.34, 4.36, 1.34, 0.33, 6.34,
>   7.33, 5.37. Eventually dmesg's ring buffer is full and my entire log
>   is just messages like above with varying #.## numbers.
>
>   I researched it and tried disabling irqbalance. It had no effect, the
>   messages continued.
>
>   The system is a Ryzen 2700X with B350 chipset on Asus Prime B350-PLUS.
>   I have 64GB of Kingston DDR4-2400 ECC memory and Samsung 960 PRO M.2
>   NVMe SSD, and an Intel I350-T4 quad port gigabit NIC. This issue never
>   occurred before installing 18.03 on the same hardware. No overclocking
>   whatsoever has ever been done to this machine.
>
>   Also, I had to disable selective suspend on USB in this version to
>   prevent major USB issues, which was not required in 17.10, that might
>   be related.
>
>   My system seems stable, but spurious IRQs can't be good. I'd like to
>   resolve this if possible.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: linux-image-4.15.0-26-generic 4.15.0-26.28
>   ProcVersionSignature: Ubuntu 4.15.0-26.28-generic 4.15.18
>   Uname: Linux 4.15.0-26-generic x86_64
>   NonfreeKernelModules: nvidia_modeset nvidia
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  gdm2145 F pulseaudio
> doug   3736 F pulseaudio
>/dev/snd/controlC1:  gdm2145 F pulseaudio
> doug   3736 F pulseaudio
>   Date: Tue Jul 10 12:49:00 2018
>   HibernationDevice:
>
>   InstallationDate: Installed on 2017-06-26 (379 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   MachineType: System manufacturer System Product Name
>   ProcEnviron:
>LANGUAGE=en_CA:en
>TERM=xterm-256color
>PATH=(custom, no user)
>LANG=en_CA.UTF-8
>SHELL=/bin/bash
>   ProcFB:
>
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-26-generic
> root=UUID=53446747-0814-48f7-b7c4-7fd7d7234d83 ro video=vesa:off vga=normal
> video=efifb:off usbcore.autosuspend=-1 usbhid.quirks=0x1e71:0x170e:0x4
>   PulseList:
>Error: command ['pacmd', 'list'] failed with exit code 1: Home
> directory not accessible: Permission denied
>No PulseAudio daemon running, or not running as session daemon.
>   RelatedPackageVersions:
>linux-restricted-modules-4.15.0-26-generic N/A
>linux-backports-modules-4.15.0-26-generic  N/A
>linux-firmware 1.173.1
>   RfKill:
>
>   SourcePackage: linux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 04/19/2018
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 4011
>   dmi.board.asset.tag: Default string
>   dmi.board.name: PRIME B350-PLUS
>   dmi.board.vendor: ASUSTeK COMPUTER INC.
>   dmi.board.version: Rev X.0x
>   dmi.chassis.asset.tag: Default string
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Default string
>   dmi.chassis.version: Default string
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
>   dmi.product.family: To be filled by O.E.M.
>   dmi.product.name: System Product Name
>   dmi.product.version: System Version
>   dmi.sys.vendor: System manufacturer
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781016/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781016

Title:
  Slow flood of do_IRQ: No irq for vector

To manage notifications 

[Bug 608964]

2018-08-25 Thread Gale
Command-line export "(external program)" is also affected. I tested
exporting 16-bit silence to Apple Lossless and WMA Lossless.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/608964

Title:
  Select-all + Export Selected produces different .wav file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 581113]

2018-08-25 Thread Gale
(In reply to comment #10)
RESOLVED - FIXED despite id3 on Ubuntu now can't see the Audacity Year tag when 
it could before the committed fix. 

Tested exported MP3 and MP2 containing Year tag (TYER and TDRC) on all
three platforms (including WMP, VLC, Foobar and iTunes on Windows,
iTunes on Mac and id3, eyed3 and Nautilus on Ubuntu 11.10 and 12.04.

The only problem was with id3 - it does not see MP2 or MP3 exported with
the  current TYER and TDRC tags, nor can it see TDRC on its own, only
MP2 or MP3 files that have a single TYER tag. So id3 will lose out of
this, but far more apps will gain. I'm still going to call it RESOLVED-
FIXED as I don't see much else we can do, but have noted this in summary
bug 51 and will write to id3. Paradoxically, Nautilus which could not
see TYER on its own when the bug was raised now can, so id3 is out of
step.

> One problem found - Winamp can't see the TYER frame if TDRC is written
> as well. I've reported it to Winamp here: 
> http://forums.winamp.com/showthread.php?t=36

Winamp have now fixed that issue.

The issue Winamp reported to us (Audacity non-default ID3 frames
rewritten as TXXX) is already at bug 541.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/581113

Title:
  Value for year property in ID3 tags gets lost on export of mp3 file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 996407]

2018-08-25 Thread Gale
Changed Status from to "VERIFIED - WONTFIX"  to "RESOLVED - FIXED" after
Leland applied a patch to Menus.cpp in r12639 that fixes this.

Leland wrote:
> This should be removed with wxWidgets 2.8.13 is released.
Does the Widgets fix 
http://trac.wxwidgets.org/changeset/67929?format=diff=67929 also prevent 
the black square corruption under Unity (where "Fi" of "File" would be in the 
Audacity Menu Bar)?  

Your patch does so, but the official Widgets patch had that problem when
I last tried it, and Ubuntu seem to have problems getting that patch to
fix all the scenarios.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996407

Title:
  Grey stripe covering the menu with gnome classic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 581113]

2018-08-25 Thread Gale
(In reply to comment #9)
Sorry not had much time to test this but will do so. One problem found - Winamp 
can't see the TYER frame if TDRC is written as well. I've reported it to Winamp 
here: 
http://forums.winamp.com/showthread.php?t=36

I'd tend to call this a limitation in Winamp, and doubt we would want to 
only write TYER as we were doing previously because applications that
only read TDRC then can't see the Year tag.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/581113

Title:
  Value for year property in ID3 tags gets lost on export of mp3 file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781016] Re: Slow flood of do_IRQ: No irq for vector

2018-07-19 Thread Doug Gale
Still happening:

doug@doug-dt:~$ uname -a
Linux doug-dt 4.18.0-041800rc5-generic #201807152130 SMP Sun Jul 15 21:32:10 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
doug@doug-dt:~$ dmesg | tail
[  169.701341] usb 1-4: Warning! Unlikely big volume range (=4096), cval->res 
is probably wrong.
[  169.701344] usb 1-4: [11] FU [Headset Playback Volume] ch = 1, val = 0/4096/1
[  169.755604] usbcore: registered new interface driver snd-usb-audio
[ 2603.508893] do_IRQ: 15.38 No irq handler for vector
[ 2611.510716] do_IRQ: 15.38 No irq handler for vector
[ 2624.514513] do_IRQ: 15.38 No irq handler for vector
[ 2627.515471] do_IRQ: 15.38 No irq handler for vector
[ 2642.520161] do_IRQ: 15.38 No irq handler for vector
[ 2644.520907] do_IRQ: 15.38 No irq handler for vector
[ 2647.522088] do_IRQ: 15.38 No irq handler for vector
doug@doug-dt:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781016

Title:
  Slow flood of do_IRQ: No irq for vector

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781016] Re: Slow flood of do_IRQ: No irq for vector

2018-07-18 Thread Doug Gale
Exactly. It never happened in ubuntu 17.10. Started happening after
installing ubuntu 18.04. Can't say I know exactly what kernel version
17.10 was up to, sorry. It was the standard one, whatever dist-upgrade
would have gave me.

I'll try the kernel version you proposed and update this bug after I try
it.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781016

Title:
  Slow flood of do_IRQ: No irq for vector

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781016] [NEW] Slow flood of do_IRQ: No irq for vector

2018-07-10 Thread Doug Gale
Public bug reported:

Every few seconds I get something like this in my dmesg:

[44984.933221] do_IRQ: 1.34 No irq handler for vector
[44986.933976] do_IRQ: 1.34 No irq handler for vector
[44991.935614] do_IRQ: 1.34 No irq handler for vector
[45004.938590] do_IRQ: 1.34 No irq handler for vector
[45005.939002] do_IRQ: 4.34 No irq handler for vector
[45034.949161] do_IRQ: 4.34 No irq handler for vector
[45051.954569] do_IRQ: 4.34 No irq handler for vector
[45058.956019] do_IRQ: 4.34 No irq handler for vector
[45062.957727] do_IRQ: 4.34 No irq handler for vector
[45063.958204] do_IRQ: 4.34 No irq handler for vector
[45073.961103] do_IRQ: 4.34 No irq handler for vector

The numbers vary. Some examples are 4.34, 4.36, 1.34, 0.33, 6.34, 7.33,
5.37. Eventually dmesg's ring buffer is full and my entire log is just
messages like above with varying #.## numbers.

I researched it and tried disabling irqbalance. It had no effect, the
messages continued.

The system is a Ryzen 2700X with B350 chipset on Asus Prime B350-PLUS. I
have 64GB of Kingston DDR4-2400 ECC memory and Samsung 960 PRO M.2 NVMe
SSD, and an Intel I350-T4 quad port gigabit NIC. This issue never
occurred before installing 18.03 on the same hardware. No overclocking
whatsoever has ever been done to this machine.

Also, I had to disable selective suspend on USB in this version to
prevent major USB issues, which was not required in 17.10, that might be
related.

My system seems stable, but spurious IRQs can't be good. I'd like to
resolve this if possible.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-26-generic 4.15.0-26.28
ProcVersionSignature: Ubuntu 4.15.0-26.28-generic 4.15.18
Uname: Linux 4.15.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm2145 F pulseaudio
  doug   3736 F pulseaudio
 /dev/snd/controlC1:  gdm2145 F pulseaudio
  doug   3736 F pulseaudio
Date: Tue Jul 10 12:49:00 2018
HibernationDevice:
 
InstallationDate: Installed on 2017-06-26 (379 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-26-generic 
root=UUID=53446747-0814-48f7-b7c4-7fd7d7234d83 ro video=vesa:off vga=normal 
video=efifb:off usbcore.autosuspend=-1 usbhid.quirks=0x1e71:0x170e:0x4
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-26-generic N/A
 linux-backports-modules-4.15.0-26-generic  N/A
 linux-firmware 1.173.1
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/19/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4011
dmi.board.asset.tag: Default string
dmi.board.name: PRIME B350-PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic package-from-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781016

Title:
  Slow flood of do_IRQ: No irq for vector

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1564997] Re: index++ crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2017-04-14 Thread Doug Gale
*** This bug is a duplicate of bug 1551886 ***
https://bugs.launchpad.net/bugs/1551886

The automated link to bug 1551886 does not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1564997

Title:
  index++ crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2017-02-20 Thread Gale
I tested opening further files as below which I think may not have been
(fully) tested. I used HEAD "0ceae62".

Windows 10:
* "Open with" set up to open 2.0.6 when HEAD was already running (HEAD took the 
file, correctly) 
* "Open with" set up to open HEAD when HEAD was already running
* "Send to" with multiple files selected 
* Opening further audio files and projects from the command-line 
* Just typing "audacity" from the command-line when two project windows were 
open (no crash).

Ubuntu 14.04:
* Launching Audacity from the command-line then opening further audio files and 
projects from the command-line
* Then selecting multiple files and using Nautilus "Open with" (which supports 
multiple files).  

All worked well for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658252] [NEW] nvidia-304 304.134-0ubuntu0.16.04.1: nvidia-304 kernel module failed to build

2017-01-20 Thread Doug Gale
Public bug reported:

nvidia-367 broke my system. Now I can't get any nvidia-xxx version to
work.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nvidia-304 304.134-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
DKMSKernelVersion: 4.4.0-62-generic
Date: Fri Jan 20 19:28:03 2017
DistUpgraded: 2016-11-19 22:58:31,519 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-53-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-57-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 4.4.0-53-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 4.4.0-57-generic, x86_64: installed
 nvidia-304, 304.134: added
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] 4th Gen Core Processor Integrated 
Graphics Controller [1025:091d]
   Subsystem: Acer Incorporated [ALI] GM107M [GeForce GTX 860M] [1025:091d]
InstallationDate: Installed on 2015-05-21 (610 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Acer Aspire VN7-791
PackageVersion: 304.134-0ubuntu0.16.04.1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=e983f70e-9e5b-4d5a-90b4-0f4025b8f2b6 ro ath9k.nohwcrypt=1 
ath9k.btcoex_enable=1 modprobe.blacklist=ath3k acpi_osi=Linux
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: nvidia-graphics-drivers-304
Title: nvidia-304 304.134-0ubuntu0.16.04.1: nvidia-304 kernel module failed to 
build
UpgradeStatus: Upgraded to xenial on 2016-11-20 (61 days ago)
dmi.bios.date: 09/05/2014
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.07
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Aspire VN7-791
dmi.board.vendor: Acer
dmi.board.version: V1.07
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.07
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.07:bd09/05/2014:svnAcer:pnAspireVN7-791:pvrV1.07:rvnAcer:rnAspireVN7-791:rvrV1.07:cvnAcer:ct10:cvrV1.07:
dmi.product.name: Aspire VN7-791
dmi.product.version: V1.07
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Jan 20 19:28:53 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1129 
 vendor LGD
xserver.version: 2:1.18.4-0ubuntu0.2

** Affects: nvidia-graphics-drivers-304 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 possible-manual-nvidia-install 
third-party-packages ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658252

Title:
  nvidia-304 304.134-0ubuntu0.16.04.1: nvidia-304 kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1658252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613032] Re: nvidia-340 340.96-0ubuntu3: nvidia-340 kernel module failed to build

2017-01-20 Thread Doug Gale
367 broke my OS, and now the older versions don't work either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613032

Title:
  nvidia-340 340.96-0ubuntu3: nvidia-340 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1613032/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1639471] Re: nvidia-367 broken by upgrade to .57

2017-01-20 Thread Doug Gale
Why in the world is every earlier version dependent upon the 367
version? So I can't go back to a working driver? Asinine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1639471

Title:
  nvidia-367 broken by upgrade to .57

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-367/+bug/1639471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1639471] Re: nvidia-367 broken by upgrade to .57

2017-01-20 Thread Doug Gale
`sudo apt-get install --reinstall bumblebee bumblebee-nvidia` didn't
work for me. When I try to my prime on NVIDIA performance mode it goes
back to intel power save mode on logout/login.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1639471

Title:
  nvidia-367 broken by upgrade to .57

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-367/+bug/1639471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228201] Re: g++ doesn't compile simple code, using thread header

2016-10-09 Thread Doug Gale
Static link with `-static` also reproduces the issue, even with `-Wl
,--no-as-needed`. Removing `-static` fixed the issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228201

Title:
  g++ doesn't compile simple code, using thread header

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1060167] Re: indicator doesn't always work properly after suspend

2016-08-07 Thread Doug Gale
Michael, you can work around that for now by running killall nm-applet
with a script in your sleep.d directory:

http://askubuntu.com/questions/92218/how-to-execute-a-command-after-
resume-from-suspend#92235

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060167

Title:
  indicator doesn't always work properly after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1060167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581920] Re: Endless syslog assert spam: Gtk-CRITICAL **: gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

2016-05-15 Thread Doug Gale
I tried `apport-collect 1581920` in a terminal (without backticks) and
it says "No additional information collected"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581920

Title:
  Endless syslog assert spam: Gtk-CRITICAL **:
  gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1581920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581920] Re: Endless syslog assert spam: Gtk-CRITICAL **: gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

2016-05-15 Thread Doug Gale
You may notice that the assertion failures are happening so fast that a
whole screen full of syslog messages are all in the same second.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581920

Title:
  Endless syslog assert spam: Gtk-CRITICAL **:
  gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1581920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581920] [NEW] Endless syslog assert spam: Gtk-CRITICAL **: gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

2016-05-15 Thread Doug Gale
Public bug reported:

Every time I look at my syslog it is a sea of assertions interspersed
with actual relevant logs.

I have been letting this go for a long time. I think it is time I tried
to stop the log spam.

I love the applet, it is great!

My syslog consists of endless spam like this:

May 14 16:01:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
May 14 16:01:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
May 14 16:01:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
May 14 16:01:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
May 14 16:01:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
May 14 16:01:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
May 14 16:03:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
May 14 16:03:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
May 14 16:03:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
May 14 16:03:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
May 14 16:03:52 doug-lt 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[2376]: 
(indicator-applet-complete:2791): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581920

Title:
  Endless syslog assert spam: Gtk-CRITICAL **:
  gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1581920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529337]

2016-03-26 Thread Gale
(In reply to Paul L from comment #14)
> Perhaps, then, this bug should be left open but with less priority until 
> further performance improvements can be found?
Is it this bug or a more general one that typing in a label is too CPU 
expensive? 

On the 1 GHz machine typing a character into one of 1500 labels takes
75% even with Karaoke closed. It takes 65% even with one label, but with
one label there is no performance impact. With 1500 labels, no Karaoke,
75% usage, it takes 1 second for the typed character to appear. With
1500 labels, karaoke, 100% usage, it takes 2 seconds for the typed
character to appear.

There is an old resolved bug 406 for label (and other) slowness where I
think the only changes made were to reduce the amount of autosaving.
However that alone made a dramatic improvement. It looks like redrawing
less of the track panel was not attempted.

I note that typing a character in an almost empty text document produces
a 90% spike on the 1 GHz machine. So perhaps this is not really anything
to worry about.

What do you think?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/529337

Title:
  Hangs for a long time when editing labels on large files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529337]

2016-03-26 Thread Gale
Thanks, Paul. RESOLVED-FIXED but see my comment at the end about CPU use
in case it is important.

Yes with 3000 labels on Win 7 64-bit (2.4 GHz) I see the difference
between 2.1.2 release and HEAD when Karaoke is open.

Tested on Ubuntu 14.04 32-bit (Atom 1 GHz processor) with 1500 labels.
In 2.1.2 release it took 15 minutes to get the Karaoke window open, then
5 minutes to produce a single character in a label. In HEAD, Karaoke
window pops up almost at once and it takes a couple of seconds to type a
character in a label. Effects are responsive. On that machine in HEAD,
CPU use when typing a character in a label is 75% without Karaoke open
and 100% when Karaoke is open, but only a short burst at 100% compared
to 5 minutes at 100% is 2.1.2.

The comparable CPU usage on the Win 7 machine looks like 25% and 35%
respectively (about 8% when Audacity is idle). The usage seems quite
expensive (to me) considering typing a label currently doesn't write to
the .autosave file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/529337

Title:
  Hangs for a long time when editing labels on large files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2016-02-21 Thread Gale
(In reply to comment #16)
>>> (In reply to comment #13)
>>> Leland wrote:
>> It definitely wouldn't hurt to validate both Linux AND Windows since they
>>> now share the same code.
>> On Win 7 (audacity.cfg and plugin*.cfg files deleted before launching HEAD),
>> using Explorer "Open with" to open an AUP file or to import an associated 
>> file
>> type displays a Windows dialogue "Audacity... has stopped working".  
>> 
> I can't make this happen Gale.  Can you try again?
It's still 100% repeatable for me in current alpha build 
http://gaclrecords.org.uk/win-nightly/download.php?fname=./audacity-win-r13863-2.1.0-alpha-06-jan-15.zip
 .
It also happens if I simply execute the same Audacity again.  

Gale wrote in comment 13:
> If after HEAD is running I execute 2.0.6 or a build made on the 2nd December 
> in some way (e.g. by executing an AUP file still associated with 2.0.6), 
> ten empty cascading project windows appear followed by "Audacity is already 
> running" which stops the addition of new windows. 
Still 100% repeatable for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2016-02-21 Thread Gale
(In reply to comment #11)
As there has been no response from Benjamin about how to reproduce the crash 
and given using "/tmp/audacity.sock" appears to be the most practical solution, 
I suggest we apply this patch as is so we can get more testing on it.

Moved back to patch_ready.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2016-02-21 Thread Gale
(In reply to comment #13)
Leland wrote:
> It definitely wouldn't hurt to validate both Linux AND Windows since they
> now share the same code.
On Win 7 (audacity.cfg and plugin*.cfg files deleted before launching HEAD), 
using Explorer "Open with" to open an AUP file or to import an associated file 
type displays a Windows dialogue "Audacity... has stopped working".  

Problem signature:
  Problem Event Name:   BEX
  Application Name: audacity.exe
  Application Version:  2.1.0.0
  Application Timestamp:549176af
  Fault Module Name:StackHash_0a9e
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:   
  Exception Offset: 11f87555
  Exception Code:   c005
  Exception Data:   0008
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:2057
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Clicking the options in the dialogue to "close the program" does not
close it and the project or file appear to function normally.

If after HEAD is running I execute 2.0.6 or a build made on the 2nd
December in some way (e.g. by executing an AUP file still associated
with 2.0.6), ten empty cascading project windows appear followed by
"Audacity is already running" which stops the addition of new windows.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2016-02-21 Thread Gale
(In reply to comment #6)
Benjamin wrote:
> The patch looks good to me with just one minor change: The socket file
> shouldn't be placed in "/tmp/audacity.sock", but in "/var/run/audacity.sock"
> instead.
Can you explain more? Is it to preserve the file between reboots? 

Will every Linux distro have /var/run/? "Yann Le Doaré" claimed recently
on -devel that Linux "AlbatrOS" did not have /var/tmp/.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 615307]

2016-02-21 Thread Gale
(In reply to comment #13)
Leland's modified patch committed at r13692.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2016-02-21 Thread Gale
> I tested the patch on Ubuntu 14.04, but the running audacity process crashes
> when a second audacity process is launched
Hi Benjamin,

I can't reproduce that on Ubuntu 14.04 in a release build of Audacity.
Did you patch a debug build? What are the exact steps by which you
opened a second process? I tried from the command-line and some "Open
with" with audio files.

And did you modify the patch to use /var/run instead, if so were you root? 
I can't see the value of using a path for the sockets file that requires root. 
That is probably why var/run was not chosen.

Also I was surprised my self-built Audacity on 14.04 has no file
associations (not even AUP). Moreover I can't use Nautilus Properties
(in Unity Shell) to add Audacity associations for MP3, WAV etc. because
my local install of Audacity isn't listed. I had to install Ubuntu-Tweak
to set an association. Is that a bug in Ubuntu or Audacity? I don't have
that problem in Ubuntu 13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2016-02-21 Thread Gale
(In reply to comment #5)
Gale wrote:
> Multiple files are still a problem. With the patch, multiple files can be now
> be imported with all the above methods if Audacity is not running. But if
> Audacity is already running, only one of the multiple files will import (no
> error appears). This isn't a Linux limitation as e.g. Gedit and LibreOffice
> open multiple files when already running. Also Audacity on Windows and Mac 
> does
> not have this limitation.
Still 100% repeatable for me on Ubuntu 13.10. Perhaps this should be a new P4 
bug but it is not good that subsequent files that should be opened in separate 
windows are silently ignored. Let me know Leland if you want to put this issue 
to one side for now. 

All else tests fine on Linux (but I never got the crashes Benjamin wrote
of in release builds in the first place).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1402857] Re: crashed to text only screen, kernel panic

2015-10-29 Thread Doug Gale
I have almost the same issues, except I run Metacity, so it's not
related to compiz, and in my case, the panic can happen at resume  but
it frequently happens when I (try to) restart or shutdown. It kernel
panics with either black screen or text mode, with flashing numlock.
Stack trace scrolls off the top, but the symbols clearly indicate it is
executing in the wl driver.

My NIC is similar:
02:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1402857

Title:
  crashed to text only screen, kernel panic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2015-10-16 Thread Gale
(In reply to Benjamin Drung from comment #7)
Don't know at the moment, Benjamin, I am on Ubuntu 14.04 now on the 32-bit 
machine, and I don't have a problem with compiling Audacity against self-built 
FFmpeg 2.2.2 installed into /usr/local and using dynamic loading (i.e. default 
Audacity ./configure).

It will be a while before I can test with dynamic loading disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1007737]

2015-09-16 Thread Gale
This appears to have been fixed by Audacity moving to wx3. I do not see
the issue now in HEAD on Ubuntu 14.04 in either "Unity" or "Gnome
Flashback".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007737

Title:
  cursor volume tooltip is unreadable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1007737] Re: cursor volume tooltip is unreadable

2015-09-15 Thread Gale
This appears to have been fixed by Audacity moving to wx3, which it will
support from Audacity 2.1.2 onwards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007737

Title:
  cursor volume tooltip is unreadable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1455957] [NEW] whole web browser not responding in windows 7 or any veison of windows

2015-05-17 Thread Thomas Gale
Public bug reported:

Not Responding in Windows 7 or any version of Windows.

** Affects: midori (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1455957

Title:
  whole web browser not responding in windows 7 or any veison of windows

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449893] [NEW] i915 dmesg spam and poor battery life

2015-04-29 Thread Doug Gale
Public bug reported:

Since upgrading my i915 lockups are fixed (yay!) but now I have poor
battery life and I get a lot of spam in dmesg:

WARN_ON(!power_well-count)  at
/build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_runtime_pm.c:680
intel_display_power_put+0x103/0x170 [i915]()

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-15-generic 3.19.0-15.15
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  doug   1868 F pulseaudio
 /dev/snd/controlC0:  doug   1868 F pulseaudio
Date: Wed Apr 29 03:23:53 2015
HibernationDevice: RESUME=UUID=7048b86e-1bcb-41e3-900d-d8453f419503
InstallationDate: Installed on 2014-12-31 (118 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: LENOVO 20238
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=a5b6eaae-04b1-418f-9b9a-5b3f1450bb8b ro
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-15-generic N/A
 linux-backports-modules-3.19.0-15-generic  N/A
 linux-firmware 1.143
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-04-25 (4 days ago)
dmi.bios.date: 10/20/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 79CN50WW(V3.09)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: 31900058Std
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G510
dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoG510:
dmi.product.name: 20238
dmi.product.version: Lenovo G510
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449893

Title:
  i915 dmesg spam and poor battery life

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449893] Re: i915 dmesg spam and poor battery life

2015-04-29 Thread Doug Gale
Oh, my stress test is http://jsfiddle.net/GzSWJ/123/show/
it reliably caused i915 gpu hangs for me before upgrading to 15.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449893

Title:
  i915 dmesg spam and poor battery life

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449893] Re: i915 dmesg spam and poor battery life

2015-04-29 Thread Doug Gale
I installed the packages (needed headers too), rebooted into and
selected that version in grub, and so far it is passing my stress test
that provokes gpu hangs, and no hang yet, which is great!

Also, I haven't seen the warning yet (the ones I originally reported),
but that happens durng normal operation and may never happen during
stress.

I'll use it normally for a bit and report what happens.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449893

Title:
  i915 dmesg spam and poor battery life

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449893] Re: i915 dmesg spam and poor battery life

2015-04-29 Thread Doug Gale
Still got the WARN_ON:

[ 4616.728430] [ cut here ]
[ 4616.728453] WARNING: CPU: 0 PID: 2575 at 
/build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_runtime_pm.c:676 
intel_display_power_put+0x163/0x170 [i915]()
[ 4616.728455] WARN_ON(!power_domains-domain_use_count[domain])
[ 4616.728456] Modules linked in:
[ 4616.728457]  thinkpad_acpi nvram msr acpi_call(OE) binfmt_misc nls_iso8859_1 
rtsx_usb_ms memstick wl(POE) uvcvideo videobuf2_vmalloc videobuf2_memops 
snd_hda_codec_conexant snd_hda_codec_generic snd_hda_codec_hdmi videobuf2_core 
intel_rapl iosf_mbi v4l2_common videodev snd_hda_intel x86_pkg_temp_thermal 
intel_powerclamp media coretemp snd_hda_controller snd_hda_codec kvm_intel 
snd_hwdep kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_pcm i915 
cfg80211 snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device 
snd_timer drm_kms_helper snd cryptd joydev serio_raw soundcore drm lpc_ich 
ie31200_edac mei_me mei i2c_algo_bit edac_core ideapad_laptop sparse_keymap 
shpchp mac_hid video parport_pc ppdev lp parport autofs4 rtsx_usb_sdmmc 
rtsx_usb psmouse ahci libahci alx mdio
[ 4616.728492] CPU: 0 PID: 2575 Comm: kworker/0:1 Tainted: PW  OE  
3.19.0-11-generic #11-Ubuntu
[ 4616.728493] Hardware name: LENOVO 20238/INVALID, BIOS 79CN50WW(V3.09) 
10/20/2014
[ 4616.728511] Workqueue: events edp_panel_vdd_work [i915]
[ 4616.728512]  c05b70e0 880308cfbca8 817c15b5 
0007
[ 4616.728515]  880308cfbcf8 880308cfbce8 8107595a 
88035f214278
[ 4616.728517]  88034fdc002c 88034fdc 88034fdc8980 
88034fdc
[ 4616.728519] Call Trace:
[ 4616.728525]  [817c15b5] dump_stack+0x45/0x57
[ 4616.728528]  [8107595a] warn_slowpath_common+0x8a/0xc0
[ 4616.728531]  [810759d6] warn_slowpath_fmt+0x46/0x50
[ 4616.728547]  [c0549e8f] ? gen6_read32+0x9f/0x140 [i915]
[ 4616.728557]  [c050cf83] intel_display_power_put+0x163/0x170 [i915]
[ 4616.728573]  [c0580c2b] edp_panel_vdd_off_sync+0xcb/0x1c0 [i915]
[ 4616.728577]  [817c6206] ? mutex_lock+0x16/0x40
[ 4616.728593]  [c0581b01] edp_panel_vdd_work+0x31/0x40 [i915]
[ 4616.728596]  [8108eb78] process_one_work+0x158/0x430
[ 4616.728598]  [8108f6bb] worker_thread+0x5b/0x530
[ 4616.728600]  [8108f660] ? rescuer_thread+0x3a0/0x3a0
[ 4616.728603]  [81094759] kthread+0xc9/0xe0
[ 4616.728606]  [81094690] ? kthread_create_on_node+0x1c0/0x1c0
[ 4616.728609]  [817c8618] ret_from_fork+0x58/0x90
[ 4616.728611]  [81094690] ? kthread_create_on_node+0x1c0/0x1c0
[ 4616.728613] ---[ end trace 82df9c2e032f7bcf ]---


and

doug@doug-lt:~$ modinfo i915
filename:   
/lib/modules/3.19.0-11-generic/kernel/drivers/gpu/drm/i915/i915.ko
license:GPL and additional rights
description:Intel Graphics
author: Intel Corporation
author: Tungsten Graphics, Inc.
srcversion: F2EAB55B6DC31E8C80AE987
alias:  pci:v8086d191Dsv*sd*bc03sc*i*
[snip...]
alias:  pci:v8086d3577sv*sd*bc03sc*i*
depends:drm_kms_helper,drm,video,i2c-algo-bit
intree: Y
vermagic:   3.19.0-11-generic SMP mod_unload modversions 
signer: Magrathea: Glacier signing key
sig_key:E4:10:43:D5:D2:15:9D:3C:83:74:A3:04:5E:64:6E:0A:7A:BF:D8:16
sig_hashalgo:   sha512
parm:   modeset:Use kernel modesetting [KMS] (0=DRM_I915_KMS from 
.config, 1=on, -1=force vga console preference [default]) (int)
parm:   panel_ignore_lid:Override lid status (0=autodetect, 
1=autodetect disabled [default], -1=force lid closed, -2=force lid open) (int)
parm:   powersave:Enable powersavings, fbc, downclocking, etc. 
(default: true) (int)
parm:   semaphores:Use semaphores for inter-ring sync (default: -1 (use 
per-chip defaults)) (int)
parm:   enable_rc6:Enable power-saving render C-state 6. Different 
stages can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = 
enable deep rc6; 4 = enable deepest rc6). For example, 3 would enable rc6 and 
deep rc6, and 7 would enable everything. default: -1 (use per-chip default) 
(int)
parm:   enable_fbc:Enable frame buffer compression for power savings 
(default: -1 (use per-chip default)) (int)
parm:   lvds_downclock:Use panel (LVDS/eDP) downclocking for power 
savings (default: false) (int)
parm:   lvds_channel_mode:Specify LVDS channel mode (0=probe BIOS 
[default], 1=single-channel, 2=dual-channel) (int)
parm:   lvds_use_ssc:Use Spread Spectrum Clock with panels [LVDS/eDP] 
(default: auto from VBT) (int)
parm:   vbt_sdvo_panel_type:Override/Ignore selection of SDVO panel 
mode in the VBT (-2=ignore, -1=auto [default], index in VBT BIOS table) (int)
parm:   reset:Attempt GPU resets (default: true) (bool)
parm:   enable_hangcheck:Periodically check GPU activity for detecting 
hangs. WARNING: 

[Bug 708395] Re: clamdscan can't scan anything

2015-03-19 Thread Yitzchak Gale
The problem is caused by incorrect permissions on the directories

/var/spool/exim4
/var/spool/exim4/scan

and incorrect apparmor settings, as described here:

http://superuser.com/questions/344003/exim-clamav-file-access-error

One way to solve this problem would be to modify the exim4 and clamav-
daemon package installation scripts as follows:

In the exim4 installation script:

1. Create the group exim-scan, if it doesn't already exist.

2. Change the group of the two directories listed above to exim-scan.
(Leave the owner as it is, Debian-exim.)

3. Set the group execute bit (g+s) on the two directories listed above.

In the clamav-daemon package installation script:

1. Create the group exim-scan, if it doesn't already exist.

2. Add the clamav user to the exim-scan group.

3. Add this line to /etc/apparmor.d/usr.sbin.clamd:

   /var/spool/exim4/scan/** r,

Make a similar change to other email virus scanners that can be
integrated with exim, if any.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/708395

Title:
  clamdscan can't scan anything

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 708395] Re: clamdscan can't scan anything

2015-03-19 Thread Yitzchak Gale
The problem is caused by incorrect permissions on the directories

/var/spool/exim4
/var/spool/exim4/scan

and incorrect apparmor settings, as described here:

http://superuser.com/questions/344003/exim-clamav-file-access-error

One way to solve this problem would be to modify the exim4 and clamav-
daemon package installation scripts as follows:

In the exim4 installation script:

1. Create the group exim-scan, if it doesn't already exist.

2. Change the group of the two directories listed above to exim-scan.
(Leave the owner as it is, Debian-exim.)

3. Set the group execute bit (g+s) on the two directories listed above.

In the clamav-daemon package installation script:

1. Create the group exim-scan, if it doesn't already exist.

2. Add the clamav user to the exim-scan group.

3. Add this line to /etc/apparmor.d/usr.sbin.clamd:

   /var/spool/exim4/scan/** r,

Make a similar change to other email virus scanners that can be
integrated with exim, if any.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708395

Title:
  clamdscan can't scan anything

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 708395] Re: clamdscan can't scan anything

2015-03-19 Thread Yitzchak Gale
** Also affects: exim4 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708395

Title:
  clamdscan can't scan anything

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 708395] Re: clamdscan can't scan anything

2015-03-19 Thread Yitzchak Gale
** Also affects: exim4 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to exim4 in Ubuntu.
https://bugs.launchpad.net/bugs/708395

Title:
  clamdscan can't scan anything

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 708395] Re: clamdscan can't scan anything

2015-03-19 Thread Yitzchak Gale
Sorry, I misread this issue. I thought it was failure for clamd to scan
when integrated with exim4. It's the same underlying issue though; clamd
cannot scan when either permissions or apparmor settings prevent it from
doing so.

Shall I submit the exim4 version of this as a separate issue, or should
we leave it as part of this one?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708395

Title:
  clamdscan can't scan anything

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 708395] Re: clamdscan can't scan anything

2015-03-19 Thread Yitzchak Gale
Sorry, I misread this issue. I thought it was failure for clamd to scan
when integrated with exim4. It's the same underlying issue though; clamd
cannot scan when either permissions or apparmor settings prevent it from
doing so.

Shall I submit the exim4 version of this as a separate issue, or should
we leave it as part of this one?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to exim4 in Ubuntu.
https://bugs.launchpad.net/bugs/708395

Title:
  clamdscan can't scan anything

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325110] Re: Audacity HEAD shows almost no shortcuts in menus using Unity

2015-01-30 Thread Gale
A workaround has been committed at
https://code.google.com/p/audacity/source/detail?r=13894 so that
src/audacity.desktop.in is set to UBUNTU_MENUPROXY=0. Audacity compiled
from source will thus show shortcuts in the menus and will have its own
menu bar in the application. It will remain up to Ubuntu whether they
use this desktop file in packaged versions of Audacity.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325110

Title:
  Audacity HEAD shows almost no shortcuts in menus using Unity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-08-28 Thread Gale
(In reply to comment #5)
 What FFmpeg libraries do you have installed and where? 
2.2.2 installed in /usr/local/lib.

 Can you run these commands to shed some light on it?
 find /usr/ -name avcodec.h

/usr/include/libavcodec/avcodec.h
/usr/local/include/libavfilter/avcodec.h
/usr/local/include/libavcodec/avcodec.h


 find /usr/ /lib -name 'libavcodec*.so*'

/usr/lib/vlc/plugins/codec/libavcodec_plugin.so
/usr/lib/i386-linux-gnu/libavcodec.so
/usr/lib/i386-linux-gnu/libavcodec.so.53
/usr/lib/i386-linux-gnu/libavcodec.so.53.35.0
/usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so
/usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53
/usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53.35.0
/usr/local/lib/libavcodec.so
/usr/local/lib/libavcodec.so.55
/usr/local/lib/libavcodec.so.55.52.102

 grep -H av_codec_is_encoder $(find /usr/ -name avcodec.h)

/usr/local/include/libavcodec/avcodec.h:int av_codec_is_encoder(const AVCodec
*codec);


Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-08-22 Thread Gale
(In reply to comment #3)
Gale wrote:
  --disable-dynamic-loading still fails to compile on Ubuntu 13.10 against 
 self-compiled FFmpeg 2.2.2 (even on fresh Audacity checkout). 
That is, it fails with --disable-dynamic-loading the only argument, so using
FFMPEG=system.   

Configuring with --disable-dynamic-loading and --with-lib-preference=local
(i.e. with FFMPEG=local) does build, but the Libraries Preferences are not
disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615307]

2014-08-11 Thread Gale
Created an attachment (id=497)
Tobias Platen's patch to allow passing subsequent files to Audacity on Linux

Tested on Win and Mac that patch builds and does not affect current
functionality.

Tested on Ubuntu 13.10 dragging audio files to Audacity icon, using file
manager Open (with association set to the format), file manager Open with, and
importing files at command-line using audacity file1.wav file2.wav. 

Works well in preventing Audacity is already running. Big improvement.

Multiple files are still a problem. With the patch, multiple files can be now
be imported with all the above methods if Audacity is not running. But if
Audacity is already running, only one of the multiple files will import (no
error appears). This isn't a Linux limitation as e.g. Gedit and LibreOffice
open multiple files when already running. Also Audacity on Windows and Mac does
not have this limitation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615307

Title:
  opening a file from file manager when audacity is open gives error
  message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1333099] Re: Crash in Sliding Time Scale Ubuntu 14.04 if Audacity built with system sbsms

2014-06-29 Thread Gale
I just tried now with Audacity HEAD built with system libsbsms 2.0.1-1
on Ubuntu 14.04, and there is no crash.

However I could not reproduce the bug in Audacity HEAD built with system
libsbsms  2.0.1-1 on Ubuntu 13.10, until I installed the  2.0.3 package
of Audacity. The 2.0.3 package crashed every time on the whole track at
Initial and Final 30% and also at Initial -30 %, Final 30% or Initial
and Final -30%. Then after uninstalling the 2.0.3 package but without
reinstalling HEAD, HEAD also crashed on that Lola MP3 using Sliding Time
Scale.

I assume the user Oliver uses packaged versions of Audacity, but I don't
know why that makes a difference. Have you tried the Audacity package on
14.04?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1333099

Title:
  Crash in Sliding Time Scale Ubuntu 14.04 if Audacity built with system
  sbsms

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1333099] [NEW] Crash in Sliding Time Scale Ubuntu 14.04 if Audacity built with system sbsms

2014-06-23 Thread Gale
Public bug reported:

Steps to reproduce crash in Audacity built from system sbsms

1 Download Lola.mp3 from 
https://drive.google.com/file/d/0B7u-ChIr3ATUeXh4Ql9BQ2pMNEtSNGlUS3pUTkExY3JPb0VB/edit?usp=sharing
 .
2 Import Lola.mp3 into Audacity and  apply Sliding Time Scale to the whole 
track at settings of Initial Tempo -30 and Final Tempo -30. 

Benjamin Drung has already uploaded libsbsms 2.0.2-1 which fixes the
issue to Debian unstable. It will migrate to Debian testing after five
days without errors and it will be synced to Ubuntu and be part of
Ubuntu 14.10.  This bug is to fix the issue by patching the older sbsms
in 14.04.

** Affects: audacity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1333099

Title:
  Crash in Sliding Time Scale Ubuntu 14.04 if Audacity built with system
  sbsms

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325110] Re: Audacity HEAD shows almost no shortcuts in menus using Unity

2014-06-18 Thread Gale
Is this an Audacity or an Ubuntu bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325110

Title:
  Audacity HEAD shows almost no shortcuts in menus using Unity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325110] Re: Audacity HEAD shows almost no shortcuts in menus using Unity

2014-06-18 Thread Gale
Is this an Audacity or an Ubuntu bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325110

Title:
  Audacity HEAD shows almost no shortcuts in menus using Unity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-06-14 Thread Gale
Created an attachment (id=492)
make log Ubuntu 13.10 with --disable-dynamic-loading

(In reply to comment #2)
@Benjamin, Audacity compiles for me at r13196 against self-compiled FFmpeg
2.2.2 on Ubuntu 14.04 with --disable-dynamic-loading. --disable-dynamic-loading
still fails to compile on Ubuntu 13.10 against self-compiled FFmpeg 2.2.2 (even
on fresh Audacity checkout). I attach the make log, but it shows similar
undefined reference to `av_codec_is_encoder' errors as before.  

However there is a problem running my self-compiled FFmpeg standalone at the
command-line on 13.10 (I can use FFmpeg in Audacity GUI if I perform default
./configure of Audacity). Running ffmpeg shows this terminal error:

relocation error: /usr/local/lib/libavfilter.so.4: symbol
sws_isSupportedEndiannessConversion, version LIBSWSCALE_2 not defined in file
libswcale.so.2 with link time preference.

Please advise if you think this error is causing Audacity not to compile with
--disable-dynamic-loading.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-06-10 Thread Gale
Fixes have recently been committed to support libav 0.8 to 0.10 and FFmpeg 1.2
to 2.2. There are still known issues, see Steps to Reproduce.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325110] [NEW] Audacity HEAD shows almost no shortcuts in menus using Unity

2014-05-30 Thread Gale
Public bug reported:

Observed in Audacity r13166 in Ubuntu 14.04 using Unity with Ambience or
Radiance theme. Only the shortcuts for Edit  Undo and Redo are visible
in the menus. I do not experience inactive menus mentioned in
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1312625 .

Initialising audacity.cfg does not help.

The shortcuts appear in the menus when using Gnome flashback (
http://www.omgubuntu.co.uk/2014/04/ubuntu-14-04-classic-gnome-flashback-
session ).

** Affects: audacity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325110

Title:
  Audacity HEAD shows almost no shortcuts in menus using Unity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1158834] Re: Daylight saving dates for Asia/Jerusalem need updating

2013-09-08 Thread Yitzchak Gale
The updated clock settings have already been published upstream, at
http://www.iana.org/time-zones. Version 2013d of the time zone database,
released 2013-07-05, contains this update. That version has already been
incorporated in Debian unstable and testing.

It is urgent to propagate that version to all supported Ubuntu releases.
All Ubuntu-based machines in Israel are now affected by this major
system-wide bug that could cause data loss in multiple applications.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1158834

Title:
  Daylight saving dates for Asia/Jerusalem need updating

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1158834] Re: Daylight saving dates for Asia/Jerusalem need updating

2013-09-08 Thread Yitzchak Gale
@Tomer Cohen: You seem to be using Raring, which at this moment is on
version 2013b of the time zone database. That is why you will only be
hit on October 6. All other supported Ubuntu releases are on earlier
versions, so all those users were already hit today by this bug. (I am
using Quantal, so I was affected.) People testing the unreleased Saucy
will not be affected at all, since Saucy is already updated to 2013d. So
my statement above that all Ubuntu-based machines in Israel are now
affected was not quite correct - it is all machines using any supported
release of Ubuntu except Raring, and Raring users will soon be affected
too.

None of that detracts from the urgency of fixing this bug.

For any of the affected releases, I highly recommend the version of the
work-around posted above by @Roy Erez.

I am glad to see that the current tzdata package has already been ported
to Ubuntu and made it into Saucy. Let's hope the Ubuntu team can
expedite the process of approving it for backporting to all other
supported releases.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1158834

Title:
  Daylight saving dates for Asia/Jerusalem need updating

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088809] Re: Atheros AR9271 not working on 11.10 and 12.04

2013-08-11 Thread Yitzchak Gale
Thanks for your note.

As I reported earlier, the problem was fixed upstream.
The upstream fix is now in Quantal, so I am using stock
Quantal and everything is good.

Is there anything I can do to help?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088809

Title:
  Atheros AR9271 not working on 11.10 and 12.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040633] Re: audacity got frozen with 100% cpu usage when opening .ogv file

2013-07-17 Thread Gale
You can work round it if your build of Audacity supports FFmpeg.

1 open the Extended Import Preferences
2 create a rule for *.OGV
3 drag FFmpeg-compatible files to the top of the list
4 uncheck Attempt to use filter in OpenFile dialog first
5 click OK.

Audio from the OGV files should now be imported into Audacity using
FFmpeg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040633

Title:
  audacity got frozen with 100% cpu usage when opening .ogv file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1063298]

2013-01-14 Thread Gale
IMPORTANCE changed to P5, Repeatable.

Confirmed on Windows 7 but the file is corrupt.

oggdec.exe crashes trying to play it, hence probably why the import
aborts.

oggenc.exe reports:
New logical stream (#1, serial: 3d051edb): type vorbis
S

Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20101101 (Schaufenugget)
Channels: 2
Rate: 44100

Nominal bitrate: 160.00 kb/s
Upper bitrate not set
Lower bitrate not set
Warning: sequence number gap in stream 1. Got page 1247 when expecting page
1246
. Indicates missing data.
Warning: discontinuity in stream (1)
[repeats until...]
Warning: discontinuity in stream (1)
Warning: EOS not set on stream 1
Vorbis stream 1:
Total data length: 72668428 bytes
Playback length: 79m:50.160s
Average bitrate: 121.362821 kb/s

I suggest user installs FFmpeg, then in Audacity does File  Open or File 
Import, and selects the FFmpeg-compatible files filter. The file will then
import using FFmpeg providing user has not unchecked Attempt to use filter in
OpenFile dialog first in Extended Import Preferences.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063298

Title:
  can not open ogg file in audacity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088809] Re: Atheros AR9271 not working on 11.10 and 12.04

2012-12-18 Thread Yitzchak Gale
There are no virtualbox modules with this mainline kernel.

It is a hard requirement for this machine that it both connect to the
network and run virtualbox. Is there any way to get a kernel that
supports both the network adapter and virtualbox at this time? This is
urgent for me. Thanks for your help!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088809

Title:
  Atheros AR9271 not working on 11.10 and 12.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 612187] Re: ath9k_htc is not compiled in linux-backports-modules-wireless

2012-12-11 Thread Yitzchak Gale
The ath9k_htc driver has been included in Ubuntu since at least 11.04.
This bug can be closed.

** Changed in: linux-backports-modules-2.6.32 (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/612187

Title:
  ath9k_htc is not compiled in linux-backports-modules-wireless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.32/+bug/612187/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088809] [NEW] Atheros AR9271 not working on 11.10 and 12.04

2012-12-11 Thread Yitzchak Gale
Public bug reported:

My TP-LINK TL-WN722N USB wireless adapter was working with Ubuntu 11.04.
I upgraded to 11.10 and then to 12.04; the device does not work with
either of those Ubuntu releases.

As seen in the attached lsusb, this is an Atheros AR9271 device, with
vendor code 0CF3 and device code 9271.

The output of dmesg | grep ath is:

[   15.018584] usb 3-2: ath9k_htc: Firmware htc_9271.fw requested
[   15.018617] usbcore: registered new interface driver ath9k_htc
[   15.809466] usb 3-2: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
[   15.818943] usb 3-2: ath9k_htc: Unable to allocate URBs
[   15.818999] usb 3-2: ath9k_htc: USB layer deinitialized

So as expected, no wlan device shows up in ifconfig. That also means
that this obviously is not an rfkill issue (though I did try that
anyway, just so that I can say that I did).

I verified (via sha1 and exact file size) that the firmware file
/lib/firmware/htc_9271.fw is indeed the latest available from
kernel.org. That firmware file has not changed for quite a while.

I downloaded the latest available version of compat-drivers, currently
2012-12-04, and recompiled the relevant kernel modules. Still the same
behavior, even after reboot.

I verified in the source code of the ath9k_htc driver that the vendor
and device code for this device are listed as a supported device.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-34-generic 3.2.0-34.53
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  abba   2142 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfe52 irq 53'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:10ec0892,80862002,00100302 
HDA:80862805,80862805,0010'
   Controls  : 47
   Simple ctrls  : 21
Date: Tue Dec 11 10:14:27 2012
HibernationDevice: RESUME=UUID=9af172f6-8886-46b2-8181-a25bcfe45484
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MarkForUpload: True
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic 
root=UUID=626be3ad-4ff0-4d46-b545-8c7705b9676e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-34-generic N/A
 linux-backports-modules-3.2.0-34-generic  N/A
 linux-firmware1.79.1
RfKill:
 
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: Upgraded to precise on 2012-12-09 (1 days ago)
dmi.bios.date: 11/15/2010
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BLH6710H.86A.0076.2010.1115.1959
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DH67BL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG10189-204
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0076.2010.1115.1959:bd11/15/2010:svn:pn:pvr:rvnIntelCorporation:rnDH67BL:rvrAAG10189-204:cvn:ct3:cvr:

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ath9k precise staging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088809

Title:
  Atheros AR9271 not working on 11.10 and 12.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088809] Re: Atheros AR9271 not working on 11.10 and 12.04

2012-12-11 Thread Yitzchak Gale
OK, it's fixed upstream. I added the tag.

Now... this is a work machine, so it really does need to be on a
supported LTS release. It especially makes me nervous that I'm now
running precise on a raring kernel.

Is there any way to backport this, or am I OK staying on this kernel?

Thanks!

** Tags added: kernel-fixed-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088809

Title:
  Atheros AR9271 not working on 11.10 and 12.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1064030]

2012-10-31 Thread Gale
Rated as P5 at the moment (about half a dozen requests noted so far). There is
only limited player support on Windows (Firefox - output level cannot be
controlled except for mute - and Foobar2000). If we're going to add support we
should do it for all three platforms, I think.  

Export support already exists using the Audacity command-line exporter with
opus-tools or opus sources (http://opus-codec.org/downloads/) or with FFmpeg
1.0 (if compiled with libopus).  

I encoded some Opus music tracks without options, which is claimed to produce
a very high quality encode. In my subjective opinion it sounds notably more
muddy and artifacted compared to MP3 at both vbr quality 4 and vbr 8 (where it
produces about the same file size). I assume though the point of Opus is
somewhat better quality at low delay, for streaming application?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064030

Title:
  Need to add Opus Support to Audacity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1064030]

2012-10-31 Thread Gale
(In reply to comment #1)
VLC actually supports Opus now, but their features page does not say so.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064030

Title:
  Need to add Opus Support to Audacity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 890587] Re: lintian upgrade to 2.5.0ubuntu1~natty1 fails: no Filename: field

2012-07-15 Thread Yitzchak Gale
I changed my mirror from

http://il.archive.ubuntu.com/ubuntu/

to

http://archive.ubuntu.com/ubuntu/

I did an `apt-get update`, and tried again.
The result is exactly the same - it fails
with the same error message as before.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890587

Title:
  lintian upgrade to 2.5.0ubuntu1~natty1 fails: no Filename: field

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012958] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-13 Thread Michael Gale
Public bug reported:

I ran the following as root:
`apt-get install samba4`

--snip--

update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide 
/usr/bin/tdbbackup (tdbbackup) in auto mode.
Setting up samba4 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
Unknown parameter encountered: max log size
Ignoring unknown parameter max log size
Unknown parameter encountered: syslog
Ignoring unknown parameter syslog
Unknown parameter encountered: unix password sync
Ignoring unknown parameter unix password sync
Unknown parameter encountered: passwd program
Ignoring unknown parameter passwd program
Unknown parameter encountered: pam password change
Ignoring unknown parameter pam password change
Unknown parameter encountered: map to guest
Ignoring unknown parameter map to guest
Unknown parameter encountered: usershare allow guests
Ignoring unknown parameter usershare allow guests
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
ERROR: Invalid smb.conf
Unknown parameter encountered: max log size
Ignoring unknown parameter max log size
Unknown parameter encountered: syslog
Ignoring unknown parameter syslog
Unknown parameter encountered: unix password sync
Ignoring unknown parameter unix password sync
Unknown parameter encountered: passwd program
Ignoring unknown parameter passwd program
Unknown parameter encountered: pam password change
Ignoring unknown parameter pam password change
Unknown parameter encountered: map to guest
Ignoring unknown parameter map to guest
Unknown parameter encountered: usershare allow guests
Ignoring unknown parameter usershare allow guests
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
ERROR: Invalid smb.conf
/var/lib/dpkg/info/samba4.postinst: 14: /var/lib/dpkg/info/samba4.postinst: 
/usr/share/samba/setoption.pl: Permission denied
dpkg: error processing samba4 (--configure):
 subprocess installed post-installation script returned error exit status 126
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 samba4
E: Sub-process /usr/bin/dpkg returned an error code (1)
--snip--

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
Uname: Linux 3.2.0-24-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Wed Jun 13 21:37:23 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: Upgraded to precise on 2012-04-30 (45 days ago)

** Affects: samba4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012958

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012958] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-13 Thread Michael Gale
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012958

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1007737]

2012-06-04 Thread Gale
Bug 74 suggests we should incorporate these values in the hover tooltips
instead, so you don't have to click-to-see. 

A workaround for now is to double-click the slider to open the fine adjustment
dialogue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007737

Title:
  cursor volume tooltip is unreadable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 608964]

2012-03-12 Thread Gale
Changed title to Exporting from integer internal formats to files in same
format or higher adds unwanted dither noise. Just about every format is
affected (including FFmpeg formats) except OGG.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/608964

Title:
  Select-all + Export Selected produces different .wav file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 608964]

2012-03-12 Thread Gale
(In reply to comment #9)
 1) Import a 24 bit file into Audacity with the default settings (creates a
 32-bit float track).
 2) Export the track as a 24 bit WAV file.
 The audio in the exported file is identical to the original.
So we are downsampling, but *not* dithering?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/608964

Title:
  Select-all + Export Selected produces different .wav file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-02-20 Thread Nigel Gale
Hi - no go for me, I have:

apt-get purge vsftpd
rm /etc/pam.d/vsftpd
Checked that vsftpd.conf was removed
Manually removed ftp group as this had some users in

apt-get install vsftpd

/etc/pam.d/vsftp NOT recreated

Added user back into ftp group

Still can't access, I have attached the authlog as vsftpd_auth.log

Help!

** Attachment added: auth.log
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/869684/+attachment/2762783/+files/vsftpd_auth.log

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-02-20 Thread Nigel Gale
Hi - no go for me, I have:

apt-get purge vsftpd
rm /etc/pam.d/vsftpd
Checked that vsftpd.conf was removed
Manually removed ftp group as this had some users in

apt-get install vsftpd

/etc/pam.d/vsftp NOT recreated

Added user back into ftp group

Still can't access, I have attached the authlog as vsftpd_auth.log

Help!

** Attachment added: auth.log
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/869684/+attachment/2762783/+files/vsftpd_auth.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-12-05 Thread Nigel Gale
Probably a lot of lurkers hoping it will be fixed soon.

How can we assist you to investigate further? I would offer SSH into my
box but can't because I can't allocate an external IP. Could someone
else?

This is causing quite a lot of extra work having to manually load
patches to me Drupal dev box so would appreciate a fix soon.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-12-05 Thread Nigel Gale
Probably a lot of lurkers hoping it will be fixed soon.

How can we assist you to investigate further? I would offer SSH into my
box but can't because I can't allocate an external IP. Could someone
else?

This is causing quite a lot of extra work having to manually load
patches to me Drupal dev box so would appreciate a fix soon.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-23 Thread Nigel Gale
I of course understand that Ubuntu is FOSS, but any chance of this being
allocated to someone to fix?

Nearly seven weeks after reporting as a High priorty.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-23 Thread Nigel Gale
I of course understand that Ubuntu is FOSS, but any chance of this being
allocated to someone to fix?

Nearly seven weeks after reporting as a High priorty.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 890587] [NEW] lintian upgrade to 2.5.0ubuntu1~natty1 fails: no Filename: field

2011-11-15 Thread Yitzchak Gale
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

Current version of lintian is 2.5.0~rc2u.

$ sudo apt-get install lintian
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  lintian
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
E: The package index files are corrupted. No Filename: field for package 
lintian.

** Affects: lintian (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890587

Title:
  lintian upgrade to 2.5.0ubuntu1~natty1 fails: no Filename: field

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-14 Thread Nigel Gale
I have the same problem having upgraded from 10.04 on AMD 64.

I can confirm that:

/lib/security/pam_shells.so does not exist
/lib/x86_64-linux-gnu/security/pam_shells.so does exist

I have carried out update process.

I am still unable to FTP using user accounts.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-14 Thread Nigel Gale
I have the same problem having upgraded from 10.04 on AMD 64.

I can confirm that:

/lib/security/pam_shells.so does not exist
/lib/x86_64-linux-gnu/security/pam_shells.so does exist

I have carried out update process.

I am still unable to FTP using user accounts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 687689]

2011-10-11 Thread Gale
(In reply to comment #2)
Rated as P3 and added release note. Please adjust the note if inaccurate. 

Added comments from the launchpad report...

Comment from David Henningsson on
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/687689 comment 8 on
2011-03-21: 
 Christal wrote on 2011-03-20:
 @richard:

 The core is that Audacity actively probes all available ALSA devices,
 which upsets the tower-of-babel that has been built on top of them.

 Does this also happens if we only enumerate the devices?
 I mean audacity can just list the devices, and user can decide if it should 
 used and probed.
I think this would be a good idea. Also, I *think* the current recommendation
is to use snd_device_name_hint API over the snd_config_xxx API for device list
enumeration.

 This may also speedup the startup
...and lessen the clicks present on some devices.

Comment from original poster nate m in
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/687689 comment 4 on
2011-03-10: 

Audacity is still a bit dodgy, but after a bit of fiddling, creating a symbolic
link from /var/lib/alsa/asound.state to /dev/null and a reboot it is all
working. It can playback and record over bluetooth using pulseaudio without too
much drama.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/687689

Title:
  Audacity ruins bluetooth

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 758335] Re: gdm ignores keyboard input because Slow Keys was secretly turned on

2011-06-19 Thread Yitzchak Gale
This does not appear to have anything to do with slow keys persisting
after being set in a user session.

Slow Keys is now always in effect on the natty gdm login screen on this
system, even though neither I nor any other user on this system has ever
used it during a regular session as far as anyone can remember.

In the meantime, how in the world can this be shut off? I can't find any
gdm configuration for this. This is extremely annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/758335

Title:
  gdm ignores keyboard input because Slow Keys was secretly turned on

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 758335] Re: gdm ignores keyboard input because Slow Keys was secretly turned on

2011-06-19 Thread Yitzchak Gale
In gdm, when you hold down the shift key for 8 seconds, Slow Keys gets
turned on *silently*.

In a user session, #41427 is a known issue that the pop-up notification
about this sometimes is invisible because it is behind other windows,
and that the default is to enable Slow Keys if there is no user action.
But in gdm the situation is even worse - no pop-up or any other
notification ever appears. To any user not already familiar with Slow
Keys or how to turn it off, the effect is that the keyboard becomes
unusable.

This is a grave usability issue for the entire system.

For those arriving here not knowing what to do: there is an
Accessibility icon on the task bar at the bottom of the screen. You
can use it to open an accessibility preferences dialog. Uncheck the Slow
Keys option.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/758335

Title:
  gdm ignores keyboard input because Slow Keys was secretly turned on

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697119] Re: conflict between xpdf and poppler-utils is not necessary

2011-04-12 Thread Yitzchak Gale
** Changed in: xpdf (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697119

Title:
  conflict between xpdf and poppler-utils is not necessary

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697119] Re: conflict between xpdf and poppler-utils is not necessary

2011-04-12 Thread Yitzchak Gale
xpdf-utils cannot use the poppler backend. poppler is a different project.
It started out years ago as a fork of xpdf. They made the unfortunate decision
to use the same exact names for their command-line utilities as are
used by xpdf, creating major headaches for all distribution frameworks.

By this time, xpdf and poppler have diverged, each with its own
advantages and disadvantages, as pointed out by OP. In addition, their
output is different, so programs that parse their output cannot be easily
ported from one to the other. I make heavy use of xpdf in my work.

It is a major error to take the package name xpdf-utils and suddenly
make it install programs from a totally different package instead,
effectively removing xpdf-util completely from Ubuntu.

In my opinion, xpdf-utils should not be removed from Ubuntu. It is a significant
component of a classic high-quality supported open source project.
Please immediately undo that change to xpdf-utils.

Regarding the dependency problem in this bug report: one approach
is to install the xpdf utilities with different names. E.g.,
pdftops = xpdf-pdftops, etc. That is the approach currently taken by MacPorts:
see http://trac.macports.org/ticket/17540

** Bug watch added: trac.macports.org/ #17540
   http://trac.macports.org/ticket/17540

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697119

Title:
  conflict between xpdf and poppler-utils is not necessary

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697119] Re: conflict between xpdf and poppler-utils is not necessary

2011-04-12 Thread Yitzchak Gale
This seems to have been caused by an oversight in Debian
when they switched to poppler for rendering in the xpdf
viewer. I filed Debian bug #622343. Let's see how that goes.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622343

** Bug watch added: Debian Bug tracker #622343
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622343

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697119

Title:
  conflict between xpdf and poppler-utils is not necessary

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-11 Thread Gale
(In reply to comment #102)
 This might be something that the devel subscribers would like to discuss. 
 Personally, I say go for it...
It's expected FFmpeg 0.6.2 will be released for Win/Mac users when 1.3.13 is
released. A cursory test of 0.6.2 on Win XP suggests 0.6.2 is OK.

This is RESOLVED-FIXED as it is committed and will be in 1.3.13. This also
resolves bug 274 (P2).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 695648]

2011-04-11 Thread Gale
Fixed by patch for bug 176.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695648

Title:
  audacity crashed with SIGSEGV in memcpy() on WMA export

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-04 Thread Gale
Is the new FFmpeg support in these patches backwards-compatible beyond 0.5? So
if someone on Win went from 1.3.6 Beta to 1.3.13 Beta, they would not need to
update their FFmpeg? I don't think it matters if not, just asking.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-04 Thread Gale
Leland

Applied v11 on Windows and Ubuntu (uninstalled FFmoeg HEAD so back to Ubuntu
FFmpeg). 

Only minor WMA problem left is visibility of exported metadata to other apps  -
see http://bugzilla.audacityteam.org/show_bug.cgi?id=134#c5 . 

32-bit WAV files come in OK via FFmpeg as 32-bit on Win and Ubuntu (even with
FFmpeg 0.5). 

AAC export on Ubuntu (native encoder using M4A files) is still wrong - seems
to be a silent file - playable but very small file size. Are we still
expecting that?

AAC files (even ones that are correct) and WNA files on both Win and Ubuntu
show that Error about start time that would be so many milliseconds. AC3
and AMR NB do not show this error

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-04 Thread Gale
 What I want to do now to complete testing is to generate AMR/AC3/M4A/WMA files
 outside Audacity and try those on Audacity on Win and Ubuntu.
This did not provide any problems in terms of correct audio being imported.

All the residual issues from this AFAICT are now at bug 317, bug 338, bug 339,
bug 340, bug 341, bug 342.

So whoever commits the bug can resolve it fixed because it has had its QA
testing already. Thanks, Leland.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-04 Thread Gale
(In reply to comment #80)
 AAC export on Ubuntu (native encoder using M4A files) is still wrong - 
 seems to be a silent file - playable but very small file size. 
 I'm pretty sure the small file size is expected, but the silent file is not. 
 Can you send me one of those via email?
I have sent you silent.m4a. But I cannot reproduce an issue now, either with
WAV or WMA input or tone input. That file was produced last night though there
is a very small possibility it came from the 1.3.12 Ubuntu release and not from
1.3.13 - I did not name it clearly enough and it was the only M4A I had time to
export. However the 1.3.12 Ubuntu release is not currently producing silent
files either, so I'm still kind of suspicious. 

What I want to do now to complete testing is to generate AMR/AC3/M4A/WMA files
outside Audacity and try those on Audacity on Win and Ubuntu. If those files
actually import and play properly I think we could close this once it is
committed. Then:

* Have a P4 moonphase bug for silenced M4A exports with native encoder.

* Bug 317 stands but modified to be an issue with either AAC encoder when you
export using M4A files. Think it should be P3 as it is very annoying.  

* I've already opened Bug 339 watch libfaad and native AAC encoder in case
they fix issues that prevent us using them in Audacity's FFmpeg. That gives us
a release note: 

(Linux) Mono AAC files import as stereo if FFmpeg uses the libfaad decoder.
Files exported using the FFmpeg native encoder are of very poor quality. These
are both issues with the library itself.

So this means we do what you suggested and in the Win/Mac FFmpeg we distribute,
we use the native AAC decoder and the libfaac encoder.

Does this cover everything?




 don't let me forget to fix the start time check.
Now at bug 338.(In reply to comment #80)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-04 Thread Gale
(In reply to comment #84)
 Is this supposed to wait until after 1.3.13 is released?  Or should it get
 committed now?
I would agree to committing it because I think it would reduce the number of
Linux complaints about FFmpeg, and it's been pretty well tested on my systems.
But you need someone else to agree too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602934]

2011-04-04 Thread Gale
Tried v12 on win 7 x64 so far. Main finding so far is that exported bit rates
are not correct. Exporting a stereo music track, both with FFmpeg 0.5 and 0.6
and according to Medianfo and iTunes, 

24 kbps exports as 60 kbps

96 and 256 kbps both export as 150 kbps (the exported files are the same
size).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602934

Title:
  ffmpeg import/export not working with ffmpeg version in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >