[Bug 493852] Re: popularity-contest will stat() every file installed file or ~80k files on my system which grinds things to a halt

2011-06-10 Thread Ævar Arnfjörð Bjarmason
The problem won't go away if you ionice it. It'll just run with ionice
priority, but it'll still being doing an ostensibly completely redundant
stat() of files on the filesystem, instead of just reading from `dpkg
-l`.

So even if that could alleviate the case where it's racing other system
processes for I/O, it won't solve the case of your disk being spun up
for a long time (since it would otherwise be idle) due to popularity
contest.

Why does it need to stat files that packages install in the first place?
Can't it just trust that dpkg(1) reports installed packages correctly?

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

Title:
  popularity-contest will stat() every file installed file or ~80k files
  on my system which grinds things to a halt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/popularity-contest/+bug/493852/+subscriptions

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


[Bug 619988] [NEW] md5sum -c on the daily build returns errors about missing files

2010-08-18 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: debian-installer

I downloaded today's maverick-alternate-i386.iso, with the md5sum
8e1840af620fd32f49e6ff9122b943f1. Here's the result of running an md5sum
check on the mounted image:

$ md5sum -c md5sum.txt |grep -v : OK
md5sum: ./install/netboot/pxelinux.cfg/default: No such file or directory
md5sum: ./install/netboot/ubuntu-installer/i386/pxelinux.cfg/default: No such 
file or directory
./install/netboot/pxelinux.cfg/default: FAILED open or read
./install/netboot/ubuntu-installer/i386/pxelinux.cfg/default: FAILED open or 
read
md5sum: ./install/netboot/pxelinux.0: No such file or directory
./install/netboot/pxelinux.0: FAILED open or read
md5sum: WARNING: 3 of 1765 listed files could not be read

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
md5sum -c on the daily build returns errors about missing files
https://bugs.launchpad.net/bugs/619988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475280] Re: Variant keyboard layouts are numbered with a subscript instead of something more descriptive

2010-07-02 Thread Ævar Arnfjörð Bjarmason
Simos: As Bruno points out you don't need to show the complete
thing. In fact just showing the first character would work in most
cases. In the xkeyboard-config/symbols directory:

$ for i in ??; do ack '^xkb_symbols\s+(.)(.*?)' --output=$i:\$1 $i; 
done |sort|uniq -c|sort -n|grep -c '1 '
239

$ for i in ??; do ack '^xkb_symbols\s+(.)(.*?)' --output=$i:\$1 $i; 
done |sort|uniq -c|sort -n|grep -vc '1 '
81

Most of those 81 things are layouts with variant subscripts, like am's
'eastern' and 'eastern-alt'. But for the rest (the 239) the first
letter is unambiguous:

$ for i in ??; do ack '^xkb_symbols\s+(.)(.*?)' --output=$i:\$1/\$2 $i; 
done | grep ^is
is:b/asic
is:S/undeadkeys
is:n/odeadkeys
is:m/ac
is:d/vorak

It'd be a large UI improvement I think to look at the xkb_symbols for
each language, if the first letter is unique use that, otherwise fall
back on the old numeric subscripts behavior.

As for how I got a gnome-panel keyboard widget with no numeric
subscripts. I simply upgraded to 10.04. Before the upgrade I had the
subscripts, but not after.

Here's my gconftool output:

layouts = [is  dvorak,is]
options = [lv3 lv3:ralt_switch,grp grp:alts_toggle,ctrl
ctrl:swapcaps]
model = pc105

-- 
Variant keyboard layouts are numbered with a subscript instead of something 
more descriptive
https://bugs.launchpad.net/bugs/475280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493156] Re: Please enable CONFIG_TASK_DELAY_ACCT

2010-06-21 Thread Ævar Arnfjörð Bjarmason
It was I who contacted Balbir Singh (which subsequently commented
here), Tim Gardner notes on the mailing list:

Actually, I was messing with this feature independently this morning. I 
think our initial performance impact assumptions were a bit pessimistic.

Does that mean that there never was a performance impact as initially
suggested, it was just assumed to exist. I.e. this was always a
non-issue.

I'm not looking for someone to blame, just wondering if this needs to
be followed up with upstream. And whether running a kernel with
CONFIG_TASK_DELAY_ACCT=y and without nodelayacct actually has a
performance impact that users of Ubuntu might be concerned about in
some odd cases.

Thanks.

1. https://lists.ubuntu.com/archives/kernel-team/2010-June/011240.html

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

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


[Bug 585005] [NEW] Unable to access some System - Preferences - * due to the screen size being too small

2010-05-24 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: gnome-panel

Due to my screen size I'm unable to access some items under GNOME
Panel's System - Preferences - *. The gnome-panel menu has a
scrollbar. They work when I hover over them to scroll down, but when the
mouse leaves the scroll bar arrow area the menu snaps back up. That
leaves me unable to select the items that were at the bottom of the
list.

Attaching a video capture demonstrating the problem.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-panel 1:2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Mon May 24 15:15:32 2010
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Unable to access some System - Preferences - * due to the screen size being 
too small
https://bugs.launchpad.net/bugs/585005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 585005] Re: Unable to access some System - Preferences - * due to the screen size being too small

2010-05-24 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49026211/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/49026212/GConfNonDefault.txt

-- 
Unable to access some System - Preferences - * due to the screen size being 
too small
https://bugs.launchpad.net/bugs/585005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 585005] Re: Unable to access some System - Preferences - * due to the screen size being too small

2010-05-24 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Video demonstrating the issue
   
http://launchpadlibrarian.net/49026430/gnome-panel-system-preferences-scroll.ogv

-- 
Unable to access some System - Preferences - * due to the screen size being 
too small
https://bugs.launchpad.net/bugs/585005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-05-03 Thread Ævar Arnfjörð Bjarmason
I haven't been able to reproduce this at all again (even though I could
at the time). It's safe to close this as .. something. I'll reopen it if
it ever happens again.

Thanks for your help with debugging it.

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] [NEW] GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: gnome-control-center

This may not be the right component.

In the last few days of 10.04 I've had issues with my appearance
preferences not being applied on startup. This has never happened before
since 9.04 when I started using the system.

When I login the system has a basic gnome theme (see screenshot) but
when I open System - Appearance something kicks in and the theme I
already had selected (and is selected in prefs) gets applied to gnome-
terminal and other programs like Google Chrome.

Nautilus lags in applying it until I restart it.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-control-center 1:2.30.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Thu Apr 29 16:07:11 2010
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-control-center

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/46300583/Dependencies.txt

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Gnome at startup before opening preferences
   http://launchpadlibrarian.net/46301032/gnome-fail.png

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Appearance preferences applied after appearance dialog is 
opened
   http://launchpadlibrarian.net/46301088/gnome-fail-2.png

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason
Actually now that I do more testing I find that in fact the Radiance,
Ambiance, Dust, Dust Sand and other themes that I have never fully get
applied.

I get window decorations but globally right-clicking on the desktop
still shows a menu that looks like old-style gnome.

Nautilus also doesn't get the new look, its whole UI looks ancient (I
just assumed that it would, sorry).

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason
.xsession-errors, as requested.

** Attachment added: my .xsession-errors
   http://launchpadlibrarian.net/46375927/.xsession-errors

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571778] Re: GNOME Forgets my skin settings until I open Preferences - Appearance

2010-04-29 Thread Ævar Arnfjörð Bjarmason
I didn't change the session start software in any way. I'll report from
a guest session tomorrow, I have another, unrelated bug which results in
me being able to start a guest session, but not get out of one without a
hard restart.

-- 
GNOME Forgets my skin settings until I open Preferences - Appearance 
https://bugs.launchpad.net/bugs/571778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475258] Re: [LENOVO 7439W15] late resume failure

2010-04-27 Thread Ævar Arnfjörð Bjarmason
I stopped encountering it at some point and now it doesn't happen (yet)
in 10.04. Maybe it's still there (it was always intermittent), or maybe
it was fixed by some kernel upgrade.

You can classify it as fixed. I'll reopen it if it happens again.

-- 
[LENOVO 7439W15] late resume failure
https://bugs.launchpad.net/bugs/475258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Re: Sound preferences allow for setting the volume to 100%. But there's no setting to allow the keyboard volume keys to go beyond 100%

2010-04-27 Thread Ævar Arnfjörð Bjarmason
I believe that if you say so. I have no idea what Linux sound subsystem
I'm dealing with here.

But if it's not a driver issue why does alsamixer(1) max out at the same
100% as sound preferences does? Maybe there's some alsa / pulseaudio API
to go past 100% (or rather, move the 100% mark). But preferably I'd like
to adjust things so that I can also raise the volume in the low-level
apps, not just gnome-media programs.

Anyway. If you or someone else can tell me where these things are
defined I could see about producing a patch to move the 100% mark for my
hardware, right now I'm blocking on not knowing *where* to patch things.

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Re: Sound preferences allow for setting the volume to 100%. But there's no setting to allow the keyboard volume keys to go beyond 100%

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Description changed:

  Binary package hint: gnome-control-center
  
  (I don't know if this is the right package and the form for filing a
  packageless bug at https://bugs.launchpad.net/ubuntu/+filebug/?no-
  redirect keeps crashing due to OOPS-1404B2436)
  
  My laptop is really quiet at 100% volume. Fortunately I can set it 100%
  in Sound Preferences. But there's no setting to make the volume-UP key
  on my keyboard go beyond 100%.
  
- I'd like there to be a setting for this, or alternatively to have a
- workaround.
+ I'd like there to be a setting for this, or alternatively to have a 
workaround.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
+Subdevices: 0/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  avar   2009 F pulseaudio
+  /dev/snd/pcmC0D0c:   avar   2009 F...m pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 17'
+Mixer name : 'Conexant CX20561 (Hermosa)'
+Components : 'HDA:14f15051,17aa211c,0010'
+Controls  : 14
+Simple ctrls  : 7
+ Card29.Amixer.info:
+  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7VHT12WW-1.01'
+Mixer name : 'ThinkPad EC 7VHT12WW-1.01'
+Components : ''
+Controls  : 1
+Simple ctrls  : 1
+ Card29.Amixer.values:
+  Simple mixer control 'Console',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 10.04
+ Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
+ PackageArchitecture: all
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
+ Tags: lucid
+ Uname: Linux 2.6.32-21-generic i686
+ UserGroups: adm admin audio cdrom dialout fuse lpadmin netdev plugdev 
sambashare saned scanner sudo video
+ dmi.bios.date: 08/19/2008
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 7UET43WW (1.13 )
+ dmi.board.name: 7439W15
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvr7UET43WW(1.13):bd08/19/2008:svnLENOVO:pn7439W15:pvrThinkPadR400:rvnLENOVO:rn7439W15:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 7439W15
+ dmi.product.version: ThinkPad R400
+ dmi.sys.vendor: LENOVO

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/44823557/AlsaDevices.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] AplayDevices.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/44823561/AplayDevices.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] BootDmesg.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/44823563/BootDmesg.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Card0.Amixer.values.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/44823565/Card0.Amixer.values.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Card0.Codecs.codec.0.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/44823566/Card0.Codecs.codec.0.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] CurrentDmesg.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/44823568/CurrentDmesg.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Dependencies.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44823570/Dependencies.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] PciMultimedia.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/44823571/PciMultimedia.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] ProcCpuinfo.txt

2010-04-19 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/44823574/ProcCpuinfo.txt

** Tags added: lucid

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Re: Sound preferences allow for setting the volume to 100%. But there's no setting to allow the keyboard volume keys to go beyond 100%

2010-04-19 Thread Ævar Arnfjörð Bjarmason
This issue still persists in lucid. I haven't tested the upstream kernel
but I don't think there's any reason to suspect that it's fixed
upstream.

The issue is that the definition of 100% is off for my soundcard. What
are the ALSA files that define that? If someone can tell me that I can
probably just patch upstream.

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 558836] [NEW] clock-applet removes my Locations on Remove from panel - Add to panel again

2010-04-08 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: gnome-panel

I removed the clock-applet from the panel with Remove from panel, when
I added it again all my Locations were deleted.

Removing panel applets shouldn't delete the settings for those applets.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-panel 1:2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic i686
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Thu Apr  8 23:49:57 2010
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
clock-applet removes my Locations on Remove from panel - Add to panel again 
https://bugs.launchpad.net/bugs/558836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 558836] Re: clock-applet removes my Locations on Remove from panel - Add to panel again

2010-04-08 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43484890/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/43484891/GConfNonDefault.txt

-- 
clock-applet removes my Locations on Remove from panel - Add to panel again 
https://bugs.launchpad.net/bugs/558836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 556606] [NEW] Please upgrade JOSM from Debian for the 10.04 Lucid Lynx release

2010-04-06 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: josm

Currently lucid has version 0.0.svn2255-1ubuntu1 of JOSM while Debian
unstable has 0.0.svn3094-1.

That's 6 months out of date. This is particularly bad for JOSM since
it's a very rapidly evolving piece of software. There have been a lot of
bugfixes between r2255 and r3094 which would greatly benefit Ubuntu
users.

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

-- 
Please upgrade JOSM from Debian for the 10.04 Lucid Lynx release
https://bugs.launchpad.net/bugs/556606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551404] [NEW] glibc detected *** aptitude: double free or corruption (!prev): 0x090e59b0

2010-03-29 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: aptitude

I ran aptitude update and got this backtrace from glibc. Probably a
dupe.

Fetched 11.1MB in 2min 0s (92.4kB/s)
*** glibc detected *** aptitude: double free or corruption (!prev): 0x090e59b0 
***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(+0x6b581)[0x3c2581]
/lib/tls/i686/cmov/libc.so.6(+0x6cdd8)[0x3c3dd8]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x3c6ebd]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x2fd741]
/usr/lib/libstdc++.so.6(_ZdaPv+0x1d)[0x2fd79d]
aptitude[0x81693bf]
aptitude[0x81872dd]
aptitude[0x818490e]
aptitude[0x81492a0]
aptitude[0x8144ea1]
aptitude[0x805efce]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x36dbd6]
aptitude[0x805c6a1]
=== Memory map: 

0011-00123000 r-xp  08:02 5497495/lib/libz.so.1.2.3.3
00123000-00124000 r--p 00012000 08:02 5497495/lib/libz.so.1.2.3.3
00124000-00125000 rw-p 00013000 08:02 5497495/lib/libz.so.1.2.3.3
00125000-00127000 r-xp  08:02 7233967
/lib/tls/i686/cmov/libutil-2.11.1.so
00127000-00128000 r--p 1000 08:02 7233967
/lib/tls/i686/cmov/libutil-2.11.1.so
00128000-00129000 rw-p 2000 08:02 7233967
/lib/tls/i686/cmov/libutil-2.11.1.so
00129000-0012f000 r-xp  08:02 7233923
/lib/tls/i686/cmov/libnss_compat-2.11.1.so
0012f000-0013 r--p 6000 08:02 7233923
/lib/tls/i686/cmov/libnss_compat-2.11.1.so
0013-00131000 rw-p 7000 08:02 7233923
/lib/tls/i686/cmov/libnss_compat-2.11.1.so
0013b000-0013c000 r-xp  00:00 0  [vdso]
0013c000-001f5000 r-xp  08:02 574027 /usr/lib/libcwidget.so.3.0.0
001f5000-001f6000 ---p 000b9000 08:02 574027 /usr/lib/libcwidget.so.3.0.0
001f6000-001f9000 r--p 000b9000 08:02 574027 /usr/lib/libcwidget.so.3.0.0
001f9000-001fa000 rw-p 000bc000 08:02 574027 /usr/lib/libcwidget.so.3.0.0
001ff000-0023f000 r-xp  08:02 5513995/lib/libncursesw.so.5.7
0023f000-00241000 r--p 0004 08:02 5513995/lib/libncursesw.so.5.7
00241000-00242000 rw-p 00042000 08:02 5513995/lib/libncursesw.so.5.7
00242000-0032b000 r-xp  08:02 573464 /usr/lib/libstdc++.so.6.0.13
0032b000-0032c000 ---p 000e9000 08:02 573464 /usr/lib/libstdc++.so.6.0.13
0032c000-0033 r--p 000e9000 08:02 573464 /usr/lib/libstdc++.so.6.0.13
0033-00331000 rw-p 000ed000 08:02 573464 /usr/lib/libstdc++.so.6.0.13
00331000-00338000 rw-p  00:00 0
00338000-00355000 r-xp  08:02 7217157/lib/libgcc_s.so.1
00355000-00356000 r--p 0001c000 08:02 7217157/lib/libgcc_s.so.1
00356000-00357000 rw-p 0001d000 08:02 7217157/lib/libgcc_s.so.1
00357000-004aa000 r-xp  08:02 7233916
/lib/tls/i686/cmov/libc-2.11.1.so
004aa000-004ab000 ---p 00153000 08:02 7233916
/lib/tls/i686/cmov/libc-2.11.1.so
004ab000-004ad000 r--p 00153000 08:02 7233916
/lib/tls/i686/cmov/libc-2.11.1.so
004ad000-004ae000 rw-p 00155000 08:02 7233916
/lib/tls/i686/cmov/libc-2.11.1.so
004ae000-004b1000 rw-p  00:00 0

004b1000-004c4000 r-xp  08:02 7233922
/lib/tls/i686/cmov/libnsl-2.11.1.so
004c4000-004c5000 r--p 00012000 08:02 7233922
/lib/tls/i686/cmov/libnsl-2.11.1.so
004c5000-004c6000 rw-p 00013000 08:02 7233922
/lib/tls/i686/cmov/libnsl-2.11.1.so
004c6000-004c8000 rw-p  00:00 0
004c8000-004d2000 r-xp  08:02 7233925
/lib/tls/i686/cmov/libnss_files-2.11.1.so
004d2000-004d3000 r--p 9000 08:02 7233925
/lib/tls/i686/cmov/libnss_files-2.11.1.so
004d3000-004d4000 rw-p a000 08:02 7233925
/lib/tls/i686/cmov/libnss_files-2.11.1.so
00519000-00588000 r-xp  08:02 573968 /usr/lib/libept.so.0.5.30
00588000-00589000 r--p 0006f000 08:02 573968 /usr/lib/libept.so.0.5.30
00589000-0058a000 rw-p 0007 08:02 573968 /usr/lib/libept.so.0.5.30
005e9000-005f1000 r-xp  08:02 7233927
/lib/tls/i686/cmov/libnss_nis-2.11.1.so
005f1000-005f2000 r--p 7000 08:02 7233927
/lib/tls/i686/cmov/libnss_nis-2.11.1.so
005f2000-005f3000 rw-p 8000 08:02 7233927
/lib/tls/i686/cmov/libnss_nis-2.11.1.so
005fc000-0062 r-xp  08:02 7233920
/lib/tls/i686/cmov/libm-2.11.1.so
0062-00621000 r--p 00023000 08:02 7233920
/lib/tls/i686/cmov/libm-2.11.1.so
00621000-00622000 rw-p 00024000 08:02 7233920
/lib/tls/i686/cmov/libm-2.11.1.so
00828000-0083d000 r-xp  08:02 7233962
/lib/tls/i686/cmov/libpthread-2.11.1.so
0083d000-0083e000 r--p 00014000 08:02 7233962
/lib/tls/i686/cmov/libpthread-2.11.1.so
0083e000-0083f000 rw-p 00015000 08:02 7233962
/lib/tls/i686/cmov/libpthread-2.11.1.so
0083f000-00841000 rw-p  00:00 0
0097-00a37000 r-xp  08:02 574789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
00a37000-00a39000 r--p 000c6000 08:02 574789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
00a39000-00a3a000 rw-p 000c8000 08:02 574789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
00c93000-00c98000 r-xp  08:02 573544 

[Bug 551404] Re: glibc detected *** aptitude: double free or corruption (!prev): 0x090e59b0

2010-03-29 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42451339/Dependencies.txt

-- 
glibc detected *** aptitude: double free or corruption (!prev): 0x090e59b0
https://bugs.launchpad.net/bugs/551404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 352228] Re: Intel Wireless 5300 AGN: iwlagn: No space for Tx

2010-03-29 Thread Ævar Arnfjörð Bjarmason
I just ran into this bug for the first time yesterday, whenever
something happens with my wireless card I check dmesg and it's the first
time this happens.

I have a 5100 AGN card on a Lenovo R400. I've been running Ubuntu since
9.04 (where I ran a non-stock kernel because iwlagn for the 5100 wasn't
included).

Since upgrading to 10.04 I get the well-known free more than
tfds_in_queue spam reported elsewhere. But yesterday I got these
symptoms:

 * Networkmanager reported me as connected to my router even though I couldn't 
establish new outbound connections
 * The router itself was fine / network worked from other computers
 * If I re-connected the network would work for 1-5 seconds just after I'd 
reconnected and then it wouldn't work again.
 * I got these errors in dmesg:

[86003.168760] iwlagn :03:00.0: Error sending SENSITIVITY_CMD: enqueue_hcmd 
failed: -28
[86003.168766] iwlagn :03:00.0: SENSITIVITY_CMD failed
[86003.271309] iwlagn :03:00.0: No space for Tx

This was on a 2.6.32-17-generic kernel. I'm attaching apport information
after this comment.

-- 
Intel Wireless 5300 AGN: iwlagn: No space for Tx
https://bugs.launchpad.net/bugs/352228
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551411] [NEW] Unable to `apport-collect -p linux 352228': You are not the reporter or subscriber of this problem report...

2010-03-29 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: apport

apport-collect is refusing to attach info to 352228 because You are not
the reporter or subscriber of this problem report, or the report is a
duplicate or already closed.

352228 isn't a duplicate or closed, and as the attached screenshot shows
I'm subscribed to it.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: apport 1.13.1-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic i686
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Tue Mar 30 03:55:35 2010
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: apport

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


** Tags: apport-bug i386 lucid

-- 
Unable to `apport-collect -p linux 352228': You are not the reporter or 
subscriber of this problem report...
https://bugs.launchpad.net/bugs/551411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551411] Re: Unable to `apport-collect -p linux 352228': You are not the reporter or subscriber of this problem report...

2010-03-29 Thread Ævar Arnfjörð Bjarmason

** Attachment added: ApportLog.txt
   http://launchpadlibrarian.net/42452426/ApportLog.txt

** Attachment added: CrashReports.txt
   http://launchpadlibrarian.net/42452427/CrashReports.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42452428/Dependencies.txt

-- 
Unable to `apport-collect -p linux 352228': You are not the reporter or 
subscriber of this problem report...
https://bugs.launchpad.net/bugs/551411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551411] Re: Unable to `apport-collect -p linux 352228': You are not the reporter or subscriber of this problem report...

2010-03-29 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Screenshot showing that I'm subscribed to the bug in 
question.
   http://launchpadlibrarian.net/42452756/apport-report.png

-- 
Unable to `apport-collect -p linux 352228': You are not the reporter or 
subscriber of this problem report...
https://bugs.launchpad.net/bugs/551411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Re: Sound works through headphones but not internal speakers after 9.04 - 9.10 upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Tags added: apport-collected

** Description changed:

   The sound line in my alsa-base.conf is:
  
  options snd-hda-intel power_save=10 power_save_controller=N
  
  Things worked fine when I upgraded to 9.10 (from 9.04) but after 1-2
  reboots after installation sound will only play if I plug in the
  headphones, I've tried fiddling with all the alsamixer settings and it
  doesn't help.
  
  $ sudo lshw -C sound
*-multimedia
 description: Audio device
 product: 82801I (ICH9 Family) HD Audio Controller
 vendor: Intel Corporation
 physical id: 1b
 bus info: p...@:00:1b.0
 version: 03
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list
 configuration: driver=HDA Intel latency=0
 resources: irq:31 memory:fc02-fc023fff
  
  $ sudo aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: Intel [HDA Intel], device 1: Conexant Digital [Conexant Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  ProblemType: Bug
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  avar   2330 F pulseaudio
   /dev/snd/pcmC0D0c:   avar   2330 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 31'
 Mixer name : 'Conexant CX20561 (Hermosa)'
 Components : 'HDA:14f15051,17aa211c,0010'
 Controls  : 14
 Simple ctrls  : 7
  CheckboxCommand: alsa_record_playback
  CheckboxDescription:
   Disconnect any external microphones that you have plugged in. Click the Test 
button, then speak into your internal microphone. After a few seconds, your 
speech will be played back to you.
   
   Did you hear your speech played back?
  CheckboxTest: alsa_record_playback_internal
  Date: Wed Nov  4 16:46:25 2009
  DistroRelease: Ubuntu 9.10
  Package: alsa-base 1.0.20+dfsg-1ubuntu5
  PackageArchitecture: all
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
   LANGUAGE=en_US.UTF-8
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: alsa-driver
  Tags: checkbox-bug
  Uname: Linux 2.6.31-14-generic i686
  XsessionErrors:
   (gnome-settings-daemon:2526): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (gnome-settings-daemon:2526): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (polkit-gnome-authentication-agent-1:2876): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (nautilus:2861): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
   (gnome-panel:2850): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  avar   1678 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 17'
+Mixer name : 'Conexant CX20561 (Hermosa)'
+Components : 'HDA:14f15051,17aa211c,0010'
+Controls  : 14
+Simple ctrls  : 7
+ CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
+ CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
+ DistroRelease: Ubuntu 10.04
+ Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
+ PackageArchitecture: all
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
+ Tags: lucid
+ Uname: Linux 2.6.32-17-generic i686
+ UserGroups: adm admin audio cdrom dialout fuse lpadmin netdev plugdev 
sambashare saned scanner sudo video

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/4748/AlsaDevices.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] AplayDevices.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/4749/AplayDevices.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] BootDmesg.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/4750/BootDmesg.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Card0.Amixer.values.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/4760/Card0.Amixer.values.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Card0.Codecs.codec.0.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/4761/Card0.Codecs.codec.0.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Dependencies.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/4766/Dependencies.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] CurrentDmesg.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/4762/CurrentDmesg.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] PciMultimedia.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/4769/PciMultimedia.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] ProcCpuinfo.txt

2010-03-27 Thread Ævar Arnfjörð Bjarmason
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/4770/ProcCpuinfo.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Re: Sound works through headphones but not internal speakers after 9.04 - 9.10 upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller

2010-03-27 Thread Ævar Arnfjörð Bjarmason
I haven't experienced this issue for quite some time. I think some
kernel upgrade fixed it but as I rarely use the internal speakers I'm
not sure what upgrade.

Consider this issue fixed by some unknown upstream fix. I attached new
apport info for my currently running system for reference

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 542943] Re: vlc assert failure: vlc: encoder/encoder.c:2481: x264_encoder_frame_end: Assertion `pic_out-i_pts = pic_out-i_dts' failed.

2010-03-26 Thread Ævar Arnfjörð Bjarmason
Also happened to me after it displayed the equivalent of this message
for the H.2* codec:

Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG AAC Audio.
If you don't know how to fix this, ask for support from your distribution.

This is not an error inside VLC media player.
Do not contact the VideoLAN project about this issue.

Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG AAC Audio.
If you don't know how to fix this, ask for support from your distribution.

This is not an error inside VLC media player.
Do not contact the VideoLAN project about this issue.

-- 
vlc assert failure: vlc: encoder/encoder.c:2481: x264_encoder_frame_end: 
Assertion `pic_out-i_pts = pic_out-i_dts' failed.
https://bugs.launchpad.net/bugs/542943
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546407] [NEW] Apport refuses to submit a bug because some packages are out of date. It should let the user decide.

2010-03-24 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: apport

This is probably a duplicate, but I couldn't find anything already
reported while searching around.

I just had a program crash and apport refused to submit a bug because
some packages on my system were obsolete. Sometimes when this happens I
know for sure that the packages that were not up to date were irrelevant
to the bug that just happened.

There's APPORT_IGNORE_OBSOLETE_PACKAGES but that doesn't help you if the
issue can't easily be reproduced and apport has just thrown away your
report data.

Apport should say that packages aren't up to date and so this issue
/might/ be fixed, but leave the choice of whether to send a bug or not
up to the user.

ProblemType: Bug
ApportLog:
 
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Wed Mar 24 21:25:06 2010
DistroRelease: Ubuntu 10.04
Package: apport 1.13.1-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: apport
Uname: Linux 2.6.32-16-generic i686

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


** Tags: apport-bug i386 lucid

-- 
Apport refuses to submit a bug because some packages are out of date. It should 
let the user decide.
https://bugs.launchpad.net/bugs/546407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546407] Re: Apport refuses to submit a bug because some packages are out of date. It should let the user decide.

2010-03-24 Thread Ævar Arnfjörð Bjarmason

** Attachment added: CrashReports.txt
   http://launchpadlibrarian.net/41878183/CrashReports.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41878184/Dependencies.txt

-- 
Apport refuses to submit a bug because some packages are out of date. It should 
let the user decide.
https://bugs.launchpad.net/bugs/546407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543354] [NEW] Banshee doesn't detect my Mass Storage Media Player after 10.04 beta1 upgrade

2010-03-21 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: banshee

After upgrading to 10.04 beta1 banshee no longer detects my Sansa Clip+
Mass Storage Media Player. The player is still mounted when I plug it in
to /media/SANSA/ and there's a .is_audio_player file on the root of its
filesystem:

$ cat /media/SANSA/.is_audio_player 
audio_folders=MUSIC/
folder_depth=2

output_formats=audio/ogg,audio/x-ms-wma,audio/mpeg,audio/wav,audio/flac,audio/mp3

Nothing has changed about its configuration or banshee's since the
upgrade.

I've tried both banshee 1.5.3 which is in 10.04 and 1.5.5 which is
packaged by the banshee team. Both exhibit this problem.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Sun Mar 21 11:42:18 2010
DistroRelease: Ubuntu 10.04
Package: banshee 1.5.3-1
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: banshee
Uname: Linux 2.6.32-16-generic i686

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


** Tags: apport-bug i386 lucid

-- 
Banshee doesn't detect my Mass Storage Media Player after 10.04 beta1 upgrade
https://bugs.launchpad.net/bugs/543354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543354] Re: Banshee doesn't detect my Mass Storage Media Player after 10.04 beta1 upgrade

2010-03-21 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41502525/Dependencies.txt

-- 
Banshee doesn't detect my Mass Storage Media Player after 10.04 beta1 upgrade
https://bugs.launchpad.net/bugs/543354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543368] [NEW] Running `lshw -C video' causes psychedelic graphic distortions until logout (video included)

2010-03-21 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: xserver-xorg-video-intel

When I run `lshw -C video' while using the xserver-xorg-video-intel
driver the colors on the screen are distorted in a very funky way until
logout. I'm attaching a video which demonstrates this.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Sun Mar 21 12:08:44 2010
DistroRelease: Ubuntu 10.04
DkmsStatus:
 virtualbox-ose, 3.1.4, 2.6.31-20-generic, i686: built 
 virtualbox-ose, 3.1.4, 2.6.32-16-generic, i686: installed
MachineType: LENOVO 7439W15
Package: xserver-xorg-video-intel 2:2.9.1-1ubuntu16
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-16-generic 
root=UUID=b0c96b4b-0bba-4455-ab9e-4b3aa2d35758 ro 
crashkernel=384M-2G:64M,2G-:128M
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.32-16-generic i686
dmi.bios.date: 08/19/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET43WW (1.13 )
dmi.board.name: 7439W15
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7UET43WW(1.13):bd08/19/2008:svnLENOVO:pn7439W15:pvrThinkPadR400:rvnLENOVO:rn7439W15:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7439W15
dmi.product.version: ThinkPad R400
dmi.sys.vendor: LENOVO
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-16-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Running `lshw -C video' causes psychedelic graphic distortions until logout 
(video included)
https://bugs.launchpad.net/bugs/543368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543368] Re: Running `lshw -C video' causes psychedelic graphic distortions until logout (video included)

2010-03-21 Thread Ævar Arnfjörð Bjarmason

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/41504740/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/41504741/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41504742/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/41504743/GdmLog.txt

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/41504744/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/41504745/GdmLog2.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/41504746/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/41504747/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/41504748/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/41504749/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/41504750/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/41504751/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/41504752/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/41504753/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/41504754/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/41504755/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/41504756/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/41504757/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/41504758/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/41504759/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/41504760/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/41504761/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/41504762/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/41504763/xkbcomp.txt

-- 
Running `lshw -C video' causes psychedelic graphic distortions until logout 
(video included)
https://bugs.launchpad.net/bugs/543368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543368] Re: Running `lshw -C video' causes psychedelic graphic distortions until logout (video included)

2010-03-21 Thread Ævar Arnfjörð Bjarmason
A video of the screen when running lshw -C.

** Attachment added: A video of the screen when running lshw -C video
   http://launchpadlibrarian.net/41505344/21032010.mp4

-- 
Running `lshw -C video' causes psychedelic graphic distortions until logout 
(video included)
https://bugs.launchpad.net/bugs/543368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 542115] [NEW] rpmdb: Program version 4.8 doesn't match environment version 4.7 during 9.10 - 10.04

2010-03-19 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: rpm

I got this during an update to 10.04 beta1:

Setting up rpm (4.7.2-1lbuild1) ...
Trying rpm init...
rpmdb: Program version 4.8 doesn't match environment version 4.7
error: db4 error(-30971) from dbenv-open: DB_VERSION_MISMATCH: Database 
environment version mismatch
error: cannot open Packages index using db3 -  (-30971)
RPM failed to open database, cleaning it up...

It's obviously keeping some Berkeley DB file around that can't be read
with the new bdb library in 10.04.

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

-- 
rpmdb: Program version 4.8 doesn't match environment version 4.7 during 9.10 
- 10.04
https://bugs.launchpad.net/bugs/542115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 542150] [NEW] The panel encountered a problem while loading OAFIID:GNOME_KeyboardApplet

2010-03-19 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

On my first boot into 10.04 beta1 I got the error in the subject. I'll
attach a screenshot to this bug. I'm not sure which package to file this
against.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
The panel encountered a problem while loading OAFIID:GNOME_KeyboardApplet
https://bugs.launchpad.net/bugs/542150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 542150] Re: The panel encountered a problem while loading OAFIID:GNOME_KeyboardApplet

2010-03-19 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Problem with the keyboard applet
   http://launchpadlibrarian.net/41318325/keyboard-applet-problem.png

-- 
The panel encountered a problem while loading OAFIID:GNOME_KeyboardApplet
https://bugs.launchpad.net/bugs/542150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 475280] Re: Variant keyboard layouts are numbered with a subscript instead of something more descriptive

2010-03-19 Thread Ævar Arnfjörð Bjarmason
I just upgraded to 10.04 beta1 and this issue got even worse. Now
there's not even a subscript indication, the indicator just stays at
Isl and the only way to find out which on it's at is to hover over it
with the mouse which'll display a tooltip like Iceland Dvorak or
simply Iceland.

-- 
Variant keyboard layouts are numbered with a subscript instead of something 
more descriptive
https://bugs.launchpad.net/bugs/475280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498304] [NEW] NetworkManager applet forgot my wireless password

2009-12-18 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: network-manager

The NetworkManager applet forgot my wireless password so I had to enter
it again. This happened when I put my computer to sleep  unplugged the
wireless router. When I opened the computer again the router wasn't
online, when I brought it online NetworkManager had forgotten the
password.

ProblemType: Bug
Architecture: i386
CRDA:
 country 98:
(2402 - 2483 @ 40), (N/A, 20)
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Fri Dec 18 18:42:51 2009
DistroRelease: Ubuntu 9.10
IfupdownConfig:
 auto lo
 iface lo inet loopback
IpRoute:
 192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.101  metric 
2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 default via 192.168.2.1 dev wlan0  proto static
Package: network-manager 0.8~a~git.20091013t193206.679d548-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
Uname: Linux 2.6.31-16-generic i686
WpaSupplicantLog:

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
NetworkManager applet forgot my wireless password
https://bugs.launchpad.net/bugs/498304
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498304] Re: NetworkManager applet forgot my wireless password

2009-12-18 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36952870/Dependencies.txt

** Attachment added: Gconf.txt
   http://launchpadlibrarian.net/36952871/Gconf.txt

** Attachment added: IpAddr.txt
   http://launchpadlibrarian.net/36952872/IpAddr.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/36952873/IwConfig.txt

** Attachment added: NetDevice.eth0.txt
   http://launchpadlibrarian.net/36952874/NetDevice.eth0.txt

** Attachment added: NetDevice.lo.txt
   http://launchpadlibrarian.net/36952875/NetDevice.lo.txt

** Attachment added: NetDevice.vboxnet0.txt
   http://launchpadlibrarian.net/36952876/NetDevice.vboxnet0.txt

** Attachment added: NetDevice.wlan0.txt
   http://launchpadlibrarian.net/36952877/NetDevice.wlan0.txt

** Attachment added: NetDevice.wmaster0.txt
   http://launchpadlibrarian.net/36952878/NetDevice.wmaster0.txt

** Attachment added: PciNetwork.txt
   http://launchpadlibrarian.net/36952879/PciNetwork.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/36952880/WifiSyslog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36952881/XsessionErrors.txt

** Attachment added: nm-system-settings.conf.txt
   http://launchpadlibrarian.net/36952882/nm-system-settings.conf.txt

-- 
NetworkManager applet forgot my wireless password
https://bugs.launchpad.net/bugs/498304
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 497519] [NEW] pidgin-mbpurple continually tries to log in after getting credentials errors from the Twitter API

2009-12-16 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: pidgin-mbpurple

I:

 1. Installed pidgin-mbpurple
 2. Added a new account w/password
 3. Tried to connect
 4. Got a connection error, network sniffing revealed that the Twitter API 
didn't like my user/password

I then hit Reconnect in pidgin-mbpurple, it then proceeded to
continually try to authenticate itself over and over again to the
twitter API which resulted in my temporary ban from the service.

If the program gets a valid and complete message from the API saying it
didn't supply the right credentials it should *stop trying*.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Wed Dec 16 19:25:25 2009
DistroRelease: Ubuntu 9.10
Package: pidgin-mbpurple 0.2.2-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: pidgin-mbpurple
Uname: Linux 2.6.31-16-generic i686

** Affects: pidgin-mbpurple (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
pidgin-mbpurple continually tries to log in after getting credentials errors 
from the Twitter API
https://bugs.launchpad.net/bugs/497519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 497519] Re: pidgin-mbpurple continually tries to log in after getting credentials errors from the Twitter API

2009-12-16 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36880501/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36880502/XsessionErrors.txt

-- 
pidgin-mbpurple continually tries to log in after getting credentials errors 
from the Twitter API
https://bugs.launchpad.net/bugs/497519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 476531] Re: Visible text beyond the maximum number of scrollback lines becomes unselectable

2009-12-10 Thread Ævar Arnfjörð Bjarmason
Yes, I can reproduce this using terminator.

** Changed in: gnome-terminal (Ubuntu)
   Status: Invalid = New

-- 
Visible text beyond the maximum number of scrollback lines becomes unselectable
https://bugs.launchpad.net/bugs/476531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493852] [NEW] popularity-contest will stat() every file installed file or ~80k files on my system which grinds things to a halt

2009-12-07 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: popularity-contest

I was trying to use my puny laptop when the popularity-contest cronjob
started running and killed all I/O performance on my poor ~5000 rpm
disk. When popularity-contest is run it'll stat() every file installed
by a package on my system or around 81,000 files on my system which has
2252 packages installed.

I'm willing to send statistics to Ubuntu but I'm not willing to have
them grind my laptop to a halt. The Ubuntu installer should be more
specific about what users are getting themselves into and provide the
option of sending a lite statistics report equivalent to dpkg -l|grep
^ii

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Tue Dec  8 00:56:20 2009
DistroRelease: Ubuntu 9.10
Package: popularity-contest 1.48ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: popularity-contest
Uname: Linux 2.6.31-15-generic i686

** Affects: popularity-contest (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
popularity-contest will stat() every file installed file or ~80k files on my 
system which grinds things to a halt
https://bugs.launchpad.net/bugs/493852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493852] Re: popularity-contest will stat() every file installed file or ~80k files on my system which grinds things to a halt

2009-12-07 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36554912/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36554913/XsessionErrors.txt

-- 
popularity-contest will stat() every file installed file or ~80k files on my 
system which grinds things to a halt
https://bugs.launchpad.net/bugs/493852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483769] Re: Intermittently (across reboots) distorted sound with the snd_hda_intel driver

2009-11-17 Thread Ævar Arnfjörð Bjarmason
Unfortunately I'm not able to consistently reproduce this so I can't do
as you suggest until this spontaneously happens again. Before yesterday
this hadn't happened for at least half a year (across two Ubuntu
versions and multiple kernel versions), during which I rebooted the
machine multiple times.

-- 
Intermittently (across reboots) distorted sound with the snd_hda_intel driver
https://bugs.launchpad.net/bugs/483769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483769] [NEW] Intermittently (across reboots) distorted sound with the snd_hda_intel driver

2009-11-16 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

I have a Lenovo R400 laptop that uses the snd_hda_intel alsa driver with
the Conexant CX20561 (Hermosa) codec (acc. to
/proc/asound/card0/codec#0). Every once in a while I'll boot up the
computer and get distortions in all audio output (internal  headphones)
biased towards higher frequencies and higher volumes, although exclusive
to neither of them.

There are a few threads that discuss workarounds for this, e.g.:

* http://ubuntuforums.org/archive/index.php/t-371047.html
* https://help.ubuntu.com/community/HdaIntelSoundHowto

When I reboot the issue is generally solved. And when I add
rmmod/modprobe to /etc/rc.local as documented on the above pages I only
get distortions at 99% volume and I don't get horrid distortions when I
shift the output balance completely to the left or right channel.

I'm attaching two Ogg audio files to this bug, both recorded with the
internal microphone while audio was playing on the internal speakers.
The first is recorded when the sound distortions are taking place and
the second after a reboot with the /etc/rc.local hack in place.
Hopefully it'll help others to debug or diagnose this issue.

ProblemType: Bug
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  avar   2251 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 17'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa211c,0010'
   Controls  : 14
   Simple ctrls  : 7
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Mon Nov 16 19:12:32 2009
DistroRelease: Ubuntu 9.10
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: alsa-driver
Uname: Linux 2.6.31-14-generic i686

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Intermittently (across reboots) distorted sound with the snd_hda_intel driver
https://bugs.launchpad.net/bugs/483769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483769] Re: Intermittently (across reboots) distorted sound with the snd_hda_intel driver

2009-11-16 Thread Ævar Arnfjörð Bjarmason

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/35755868/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/35755869/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35755870/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/35755871/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/35755872/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35755873/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35755874/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/35755875/PciMultimedia.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35755876/XsessionErrors.txt

-- 
Intermittently (across reboots) distorted sound with the snd_hda_intel driver
https://bugs.launchpad.net/bugs/483769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483769] Re: Intermittently (across reboots) distorted sound with the snd_hda_intel driver

2009-11-16 Thread Ævar Arnfjörð Bjarmason

** Attachment added: A recording from gstreamer-properties - Test with the 
sound distortions taking place.
   http://launchpadlibrarian.net/35755944/gstreamer-properties-broken-sound.ogg

-- 
Intermittently (across reboots) distorted sound with the snd_hda_intel driver
https://bugs.launchpad.net/bugs/483769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483769] Re: Intermittently (across reboots) distorted sound with the snd_hda_intel driver

2009-11-16 Thread Ævar Arnfjörð Bjarmason

** Attachment added: A recording from gstreamer-properties - Test: After 
reboot, sound distortions not taking place and /etc/rc.local hack in place
   
http://launchpadlibrarian.net/35756026/gstreamer-properties-fixed-sound-after-reboot-and-rc-edit.ogg

-- 
Intermittently (across reboots) distorted sound with the snd_hda_intel driver
https://bugs.launchpad.net/bugs/483769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 479087] Re: Toggling Available to all users in VPN connections in Network Connections editor causes User/Group passwords to be forgotten

2009-11-09 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35411864/Dependencies.txt

** Attachment added: Gconf.txt
   http://launchpadlibrarian.net/35411865/Gconf.txt

** Attachment added: IpAddr.txt
   http://launchpadlibrarian.net/35411866/IpAddr.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/35411867/IwConfig.txt

** Attachment added: NetDevice.eth0.txt
   http://launchpadlibrarian.net/35411868/NetDevice.eth0.txt

** Attachment added: NetDevice.lo.txt
   http://launchpadlibrarian.net/35411869/NetDevice.lo.txt

** Attachment added: NetDevice.vboxnet0.txt
   http://launchpadlibrarian.net/35411870/NetDevice.vboxnet0.txt

** Attachment added: NetDevice.wlan0.txt
   http://launchpadlibrarian.net/35411871/NetDevice.wlan0.txt

** Attachment added: NetDevice.wmaster0.txt
   http://launchpadlibrarian.net/35411872/NetDevice.wmaster0.txt

** Attachment added: PciNetwork.txt
   http://launchpadlibrarian.net/35411873/PciNetwork.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/35411875/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/35411876/ProcStatus.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/35411877/WifiSyslog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35411878/XsessionErrors.txt

** Attachment added: nm-system-settings.conf.txt
   http://launchpadlibrarian.net/35411879/nm-system-settings.conf.txt

-- 
Toggling Available to all users in VPN connections in Network Connections 
editor causes User/Group passwords to be forgotten
https://bugs.launchpad.net/bugs/479087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 479087] [NEW] Toggling Available to all users in VPN connections in Network Connections editor causes User/Group passwords to be forgotten

2009-11-09 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

When I open nm-connection-editor - VPN - Edit - VPN I get a
configuration page with the VPN Gateway/Group name/User password/Group
password etc.

If I edit a connection that has the Available to all users toggle
turned on and its User/Group passwords filled in and un-toggle
Available to all users and click Apply... my User/Group password
will be empty the next time I open the dialog.

The dialog shouldn't forget my details just because I clicked a toggle
somewhere.

ProblemType: Bug
Architecture: i386
CRDA:
 country 98:
(2402 - 2483 @ 40), (N/A, 20)
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Mon Nov  9 11:24:37 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nm-connection-editor
IfupdownConfig:
 auto lo
 iface lo inet loopback
IpRoute:
 192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.101  metric 
2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 default via 192.168.2.1 dev wlan0  proto static
Package: network-manager-gnome 0.8~a~git.20091014t134532.4033e62-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager-applet
Uname: Linux 2.6.31-14-generic i686
WpaSupplicantLog:

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


** Tags: apport-bug i386

-- 
Toggling Available to all users in VPN connections in Network Connections 
editor causes User/Group passwords to be forgotten
https://bugs.launchpad.net/bugs/479087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] apport-collect data

2009-11-04 Thread Ævar Arnfjörð Bjarmason
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  avar  15104 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 17'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa211c,0010'
   Controls  : 14
   Simple ctrls  : 7
CheckboxSubmission: 0169f76fbe64c26c287457397cc58891
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
DistroRelease: Ubuntu 9.10
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin audio cdrom dialout fuse lpadmin netdev plugdev 
sambashare sudo video

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] AlsaDevices.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/35112805/AlsaDevices.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] AplayDevices.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/35112806/AplayDevices.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] BootDmesg.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35112808/BootDmesg.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Card0.Amixer.values.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/35112810/Card0.Amixer.values.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Card0.Codecs.codec.0.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/35112812/Card0.Codecs.codec.0.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] CurrentDmesg.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35112814/CurrentDmesg.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Dependencies.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35112816/Dependencies.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] PciMultimedia.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/35112819/PciMultimedia.txt

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] XsessionErrors.txt

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35112821/XsessionErrors.txt

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] Re: Sound preferences allow for setting the volume to 100%. But there's no setting to allow the keyboard volume keys to go beyond 100%

2009-11-04 Thread Ævar Arnfjörð Bjarmason
Re comment #3: Yes stopping at 100% makes sense, but being able to move
the 100% mark would be very useful for systems like mine.

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] [NEW] Sound works through headphones but not internal speakers after 9.04 - 9.10 upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller

2009-11-04 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

 The sound line in my alsa-base.conf is:

options snd-hda-intel power_save=10 power_save_controller=N

Things worked fine when I upgraded to 9.10 (from 9.04) but after 1-2
reboots after installation sound will only play if I plug in the
headphones, I've tried fiddling with all the alsamixer settings and it
doesn't help.

$ sudo lshw -C sound
  *-multimedia
   description: Audio device
   product: 82801I (ICH9 Family) HD Audio Controller
   vendor: Intel Corporation
   physical id: 1b
   bus info: p...@:00:1b.0
   version: 03
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list
   configuration: driver=HDA Intel latency=0
   resources: irq:31 memory:fc02-fc023fff

$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: Conexant Digital [Conexant Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ProblemType: Bug
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  avar   2330 F pulseaudio
 /dev/snd/pcmC0D0c:   avar   2330 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 31'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa211c,0010'
   Controls  : 14
   Simple ctrls  : 7
CheckboxCommand: alsa_record_playback
CheckboxDescription:
 Disconnect any external microphones that you have plugged in. Click the Test 
button, then speak into your internal microphone. After a few seconds, your 
speech will be played back to you.
 
 Did you hear your speech played back?
CheckboxTest: alsa_record_playback_internal
Date: Wed Nov  4 16:46:25 2009
DistroRelease: Ubuntu 9.10
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: alsa-driver
Tags: checkbox-bug
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:2526): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2526): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2876): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2861): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2850): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug checkbox-bug i386

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Re: Sound works through headphones but not internal speakers after 9.04 - 9.10 upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller

2009-11-04 Thread Ævar Arnfjörð Bjarmason

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/35104855/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/35104857/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35104858/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/35104859/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/35104860/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35104861/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35104862/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/35104864/PciMultimedia.txt

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Re: Sound works through headphones but not internal speakers after 9.04 - 9.10 upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller

2009-11-04 Thread Ævar Arnfjörð Bjarmason
I've also tried these modprobe options:

options snd-hda-intel model=lenovo
options snd-hda-intel model=laptop-eapd

And I get this during startup:

modprobe: FATAL: Error running install command for
snd_hda_codec_conexant

I've also tried to install the backport modules as suggested in bug
472864 with no results.

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474422] Re: Sound works through headphones but not internal speakers after 9.04 - 9.10 upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller

2009-11-04 Thread Ævar Arnfjörð Bjarmason
That fixes the issue, I *did* mute / raise IEC958 previously so I don't
know why it didn't work then.

I also plugged in my headphones which left IEC958 unmuted so that when I
plugged them out again the speakers stopped working again. But now I
can't reproduce it.

I'm going to try to find out how to remove IEC958 completely.

-- 
Sound works through headphones but not internal speakers after 9.04 - 9.10 
upgrade. I have a Lenovo R400 with a 82801I (ICH9 Family) HD Audio Controller
https://bugs.launchpad.net/bugs/474422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474516] [NEW] Sound preferences allow for setting the volume to 100%. But there's no setting to allow the keyboard volume keys to go beyond 100%

2009-11-04 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: gnome-control-center

(I don't know if this is the right package and the form for filing a
packageless bug at https://bugs.launchpad.net/ubuntu/+filebug/?no-
redirect keeps crashing due to OOPS-1404B2436)

My laptop is really quiet at 100% volume. Fortunately I can set it 100%
in Sound Preferences. But there's no setting to make the volume-UP key
on my keyboard go beyond 100%.

I'd like there to be a setting for this, or alternatively to have a
workaround.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sound preferences allow for setting the volume to 100%. But there's no setting 
to allow the keyboard volume keys to go beyond 100%
https://bugs.launchpad.net/bugs/474516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438248] Re: e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu

2009-10-14 Thread Ævar Arnfjörð Bjarmason
Sorry for not getting back to you earlier. I ran another fsck a while
ago followed by a GDB session. The problem is that qsort() is being fed
an invalid pointer. But I don't know why though. Here's the most
interesting bit:

The other 70MB of the log are attached (bzipped).

(gdb) l
169 static EXT2_QSORT_TYPE ino_cmp(const void *a, const void *b)
170 {
171 const struct hash_entry *he_a = (const struct hash_entry *) a;
172 const struct hash_entry *he_b = (const struct hash_entry *) b;
173
174 return (he_a-ino - he_b-ino);
175 }
176
177 /* Used for sorting the hash entry */
178 static EXT2_QSORT_TYPE name_cmp(const void *a, const void *b)
(gdb) x he_a
0x89fbc1b8: Cannot access memory at address 0x89fbc1b8
(gdb) p he_a
$1 = (const struct hash_entry *) 0x89fbc1b8
(gdb) p *he_a
Cannot access memory at address 0x89fbc1b8
(gdb) p he_b
$2 = (const struct hash_entry *) 0x9fbc1d8
(gdb) p *he_b
$3 = {hash = 1768448865, minor_hash = 17, ino = 3087286648, dir = 0xb8044178}

-- 
e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu
https://bugs.launchpad.net/bugs/438248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438248] Re: e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu

2009-10-14 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Screenlog of running e2fsck on the FS + GDB
   http://launchpadlibrarian.net/33676536/screenlog.2.bz2

-- 
e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu
https://bugs.launchpad.net/bugs/438248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438248] [NEW] e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu

2009-09-28 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: e2fsprogs

When I'm trying to run e2fsck on my damaged /dev/sdb2 filesystem in
Ubuntu 9.04 using e2fsprogs 1.41.4-1ubuntu1 /dev/sdb2 will be unmounted
for some unknown reason during the process. This causes e2fsck to
segfault.

Here's a backtrace I got with GDB using a debugging build (CFLAGS=-O0
-ggdb3 ./configure) I got by building the source from apt-get source
e2fsprogs:


Bad or non-existent /lost+found.  Cannot reconnect.
Unconnected directory inode 27181065 (???)
Connect to /lost+found? yes

Bad or non-existent /lost+found.  Cannot reconnect.
Unconnected directory inode 27181066 (???)
Connect to /lost+found? yes

Bad or non-existent /lost+found.  Cannot reconnect.
Error while trying to find /lost+found: Ext2 inode is not a directory
/lost+found not found.  Create? yes

Error creating /lost+found directory (ext2fs_link): Ext2 inode is not a 
directory
Pass 3A: Optimizing directories
[New Thread 0xb7dbf720 (LWP 11657)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7dbf720 (LWP 11657)]
0x08067990 in ino_cmp (a=0x930d4020, b=0x130d4040) at rehash.c:175
175 return (he_a-ino - he_b-ino);
(gdb)
(gdb) bt
#0  0x08067990 in ino_cmp (a=0x930d4020, b=0x130d4040) at rehash.c:175
#1  0xb7dee2db in ?? () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7def1b7 in qsort_r () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7def2ce in qsort () from /lib/tls/i686/cmov/libc.so.6
#4  0x08068e7a in e2fsck_rehash_dir (ctx=0x9a63c38, ino=11) at rehash.c:746
#5  0x0806914a in e2fsck_rehash_directories (ctx=0x9a63c38) at rehash.c:855
#6  0x0805ba01 in e2fsck_pass3 (ctx=0x9a63c38) at pass3.c:130
#7  0x0804ec19 in e2fsck_run (ctx=0x9a63c38) at e2fsck.c:217
#8  0x0804e04d in main (argc=3, argv=0xbf879924) at unix.c:1292
(gdb)
#0  0x08067990 in ino_cmp (a=0x930d4020, b=0x130d4040) at rehash.c:175
#1  0xb7dee2db in ?? () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7def1b7 in qsort_r () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7def2ce in qsort () from /lib/tls/i686/cmov/libc.so.6
#4  0x08068e7a in e2fsck_rehash_dir (ctx=0x9a63c38, ino=11) at rehash.c:746
#5  0x0806914a in e2fsck_rehash_directories (ctx=0x9a63c38) at rehash.c:855
#6  0x0805ba01 in e2fsck_pass3 (ctx=0x9a63c38) at pass3.c:130
#7  0x0804ec19 in e2fsck_run (ctx=0x9a63c38) at e2fsck.c:217
#8  0x0804e04d in main (argc=3, argv=0xbf879924) at unix.c:1292
(gdb)
#0  0x08067990 in ino_cmp (a=0x930d4020, b=0x130d4040) at rehash.c:175
#1  0xb7dee2db in ?? () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7def1b7 in qsort_r () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7def2ce in qsort () from /lib/tls/i686/cmov/libc.so.6
#4  0x08068e7a in e2fsck_rehash_dir (ctx=0x9a63c38, ino=11) at rehash.c:746
#5  0x0806914a in e2fsck_rehash_directories (ctx=0x9a63c38) at rehash.c:855
#6  0x0805ba01 in e2fsck_pass3 (ctx=0x9a63c38) at pass3.c:130
#7  0x0804ec19 in e2fsck_run (ctx=0x9a63c38) at e2fsck.c:217
#8  0x0804e04d in main (argc=3, argv=0xbf879924) at unix.c:1292
(gdb) bt full
#0  0x08067990 in ino_cmp (a=0x930d4020, b=0x130d4040) at rehash.c:175
he_a = (const struct hash_entry *) 0x930d4020
he_b = (const struct hash_entry *) 0x130d4040
#1  0xb7dee2db in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb7def1b7 in qsort_r () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3  0xb7def2ce in qsort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4  0x08068e7a in e2fsck_rehash_dir (ctx=0x9a63c38, ino=11) at rehash.c:746
fs = (ext2_filsys) 0x9a64188
retval = 0
inode = {i_mode = 0, i_uid = 0, i_size = 0, i_atime = 0, i_ctime = 0, 
i_mtime = 0, i_dtime = 0, i_gid = 0, i_links_count = 0,
  i_blocks = 0, i_flags = 0, osd1 = {linux1 = {l_i_version = 0}, hurd1 = 
{h_i_translator = 0}}, i_block = {0 repeats 15 times},
  i_generation = 0, i_file_acl = 0, i_dir_acl = 0, i_faddr = 0, osd2 = {linux2 
= {l_i_blocks_hi = 0, l_i_file_acl_high = 0,
  l_i_uid_high = 0, l_i_gid_high = 0, l_i_reserved2 = 0}, hurd2 = {h_i_frag 
= 0 '\0', h_i_fsize = 0 '\0', h_i_mode_high = 0,
  h_i_uid_high = 0, h_i_gid_high = 0, h_i_author = 0}}}
dir_buf = 0x13179020 x\021�\...@\r\023\020
fd = {buf = 0x13179020 x\021�\...@\r\023\020, inode = 0xbf879534, err 
= 0, ctx = 0x9a63c38, harray = 0x130d4020,
  max_array = 0, num_array = 0, dir_size = 0, compress = 1, parent = 0}
outdir = {num = 0, max = 0, buf = 0x0, hashes = 0x0}
#5  0x0806914a in e2fsck_rehash_directories (ctx=0x9a63c38) at rehash.c:855
pctx = {errcode = 0, ino = 0, ino2 = 0, dir = 11, inode = 0x0, dirent = 
0x0, blk = 0, blk2 = 0, blkcount = -1, group = -1,
  num = 0, str = 0x0}
rtrack = {time_start = {tv_sec = 1254151889, tv_usec = 341337}, 
user_start = {tv_sec = 17585, tv_usec = 807044},
  system_start = {tv_sec = 101, tv_usec = 150321}, brk_start = 0x17106000, 
bytes_read = 16380503040, bytes_written = 1243066368}
dir = (struct dir_info 

[Bug 438248] Re: e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu

2009-09-28 Thread Ævar Arnfjörð Bjarmason
I've had it crash twice now. Once under GDB. I pulled the latest
e2fsprogs from git and I'm running it with those.

/dev/sdb2 is minus 5 GB now according to df -h :)

$ df -h /media/Igla/
FilesystemSize  Used Avail Use% Mounted on
/dev/sdc2 411G -5.1G  416G   -  /media/Igla

But actually it's around 280 GB, aside from Internet connectivity issues
I'd have currently transferring something that big there's private data
on that partition. Like a backup of my ~ directory.

I'm running it again with the git/master version and I'm noting the full
e2fsck/syslog/dmesg output being produced in the process.

-- 
e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu
https://bugs.launchpad.net/bugs/438248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438248] Re: e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu

2009-09-28 Thread Ævar Arnfjörð Bjarmason
a...@aoeu:~/src/e2fsprogs$ sudo debugfs/debugfs /dev/sdc2
debugfs 1.41.9 (22-Aug-2009)
debugfs:  stat 11
Inode: 11   Type: directoryMode:  0700   Flags: 0x0
Generation: 0Version: 0x:
User: 0   Group: 0   Size: 16384
File ACL: 0Directory ACL: 0
Links: 2   Blockcount: 32
Fragment:  Address: 0Number: 0Size: 0
 ctime: 0x49b57158: -- Mon Mar  9 19:43:20 2009
 atime: 0x4ab98bf4: -- Wed Sep 23 02:46:12 2009
 mtime: 0x49b57158: -- Mon Mar  9 19:43:20 2009
crtime: 0x49b57158: -- Mon Mar  9 19:43:20 2009
Size of extra inode fields: 28
BLOCKS:
(0-3):1540-1543
TOTAL: 4

debugfs:  ls 11
 11  (12) .2  (4084) ..0  (4096) 0  (4096) 0  (4096)

-- 
e2fsprogs segfaults when fsck-ing a FS that has been unmounted by Ubuntu
https://bugs.launchpad.net/bugs/438248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 344455] Re: network-manager-applet auto-reconnect to VPN

2009-07-06 Thread Ævar Arnfjörð Bjarmason
I've added NetworkManager to the list of affected packages. Perhaps
network-manager-applet should be removed altogether from the list. It's
NetworkManager itself that this issue affects, the applet just does the
displaying.

I also added a link to the upstream bug report.

** Bug watch added: GNOME Bug Tracker #349151
   http://bugzilla.gnome.org/show_bug.cgi?id=349151

** Also affects: network-manager via
   http://bugzilla.gnome.org/show_bug.cgi?id=349151
   Importance: Unknown
   Status: Unknown

** Attachment added: Ack output looking for NM_VPN_CONNECTION_STATE_FAILED
   http://launchpadlibrarian.net/28732299/NM_VPN_CONNECTION_STATE_FAILED.grep

-- 
network-manager-applet auto-reconnect to VPN
https://bugs.launchpad.net/bugs/344455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 372723] [NEW] gnupod-tools's mktunes doesn't work in Jaunty because it calls udevinfo(1) which doesn't exist in Jaunty's udev package

2009-05-06 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: gnupod-tools

gnupod-tools is completely broken in Jaunty because its mktunes command
calls udevinfo(1) which has been replaced by udevadm(1) in the udev
package.

This bug has been fixed upstream:
http://cvs.savannah.gnu.org/viewvc/gnupod/src/ext/SysInfo.pm?root=gnupodr1=1.6r2=1.7

In addition the gnupod-tools package doesn't list udev as one of its
dependencies (not that it would have helped in this case).

** Affects: gnupod-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnupod-tools's mktunes doesn't work in Jaunty because it calls udevinfo(1) 
which doesn't exist in Jaunty's udev package
https://bugs.launchpad.net/bugs/372723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362412] [NEW] New Mobile Broadband Connection dialog displays most country names as missing from libgweather

2009-04-16 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: network-manager-gnome

I'm using the Ubuntu 9.04 Beta live CD.

$ lsb_release -rd
Description:Ubuntu jaunty (development branch)
Release:9.04

When I plug in a 3G broadband device the nm-applet configuration dialog
is started with the title New Mobile Broadband Connection. It has a
sub-dialog called Country.

Most of the country names, or country codes ae though za (inclusive)
don't have an associated country name, instead the text missing from
libgweather is displayed.

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

-- 
New Mobile Broadband Connection dialog displays most country names as 
missing from libgweather
https://bugs.launchpad.net/bugs/362412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362412] Re: New Mobile Broadband Connection dialog displays most country names as missing from libgweather

2009-04-16 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Screenshot of the problem
   
http://launchpadlibrarian.net/25546117/Screenshot-New%20Mobile%20Broadband%20Connection.png

-- 
New Mobile Broadband Connection dialog displays most country names as 
missing from libgweather
https://bugs.launchpad.net/bugs/362412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362437] [NEW] 3G modem configure dialog appears twice in Jaunty 9.04

2009-04-16 Thread Ævar Arnfjörð Bjarmason
Public bug reported:

Binary package hint: network-manager-gnome

(This is possibly a kernel bug)

When I plug in my 3G Huawei E220 modem it's detected twice on Jaunty
9.04 Beta and two New Mobile Broadband Connection dialogs will appear
(see attached screenshot). This did not happen in Ubuntu 8.10.

$ sudo dmesg 
[  263.200092] usb 6-2: new full speed USB device using uhci_hcd and address 4
[  263.353795] usb 6-2: configuration #1 chosen from 1 choice
[  263.373690] usb-storage: probe of 6-2:1.0 failed with error -1
[  263.528172] usb 6-2: USB disconnect, address 4
[  264.264142] usb 6-2: new full speed USB device using uhci_hcd and address 5
[  264.418795] usb 6-2: configuration #1 chosen from 1 choice
[  264.432658] usb-storage: probe of 6-2:1.0 failed with error -5
[  264.432684] option 6-2:1.0: GSM modem (1-port) converter detected
[  264.432846] usb 6-2: GSM modem (1-port) converter now attached to ttyUSB0
[  264.456655] usb-storage: probe of 6-2:1.1 failed with error -5
[  264.456681] option 6-2:1.1: GSM modem (1-port) converter detected
[  264.458490] usb 6-2: GSM modem (1-port) converter now attached to ttyUSB1
[  264.468681] usb-storage: probe of 6-2:1.2 failed with error -1

$ lsb_release -rd
Description:Ubuntu jaunty (development branch)
Release:9.04

$ apt-cache policy network-manager-gnome
network-manager-gnome:
  Installed: 0.7.1~rc3-0ubuntu4
  Candidate: 0.7.1~rc3-0ubuntu4
  Version table:
 *** 0.7.1~rc3-0ubuntu4 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

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

-- 
3G modem configure dialog appears twice in Jaunty 9.04
https://bugs.launchpad.net/bugs/362437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362437] Re: 3G modem configure dialog appears twice in Jaunty 9.04

2009-04-16 Thread Ævar Arnfjörð Bjarmason

** Attachment added: Screenshot showing the problem
   http://launchpadlibrarian.net/25548433/Screenshot.png

-- 
3G modem configure dialog appears twice in Jaunty 9.04
https://bugs.launchpad.net/bugs/362437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362437] Re: 3G modem configure dialog appears twice in Jaunty 9.04

2009-04-16 Thread Ævar Arnfjörð Bjarmason
After navigating through both configuration dialogs this is what I'll
end up with, a working network configuration but a NetworkManager Applet
that's full of crap.

** Attachment added: Screenshot of NetworkManager Applet
   http://launchpadlibrarian.net/25548518/Screenshot-1.png

-- 
3G modem configure dialog appears twice in Jaunty 9.04
https://bugs.launchpad.net/bugs/362437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >