[Bug 1868698] Re: 0.12.2-0ubuntu1.16.04.2 fails to connect to servers after upgrade

2020-03-27 Thread Oliver Gerlich
So for the quasselclient issue I've now compared the wireshark traces of
0.12.2-0ubuntu1 and 0.12.2-0ubuntu1.16.04.2. At startup both send a
payload of 12 bytes.

0.12.2-0ubuntu1: 
42 b3 3f 03 00 00 00 02 80 00 00 01
0.12.2-0ubuntu1.16.04.2
42 b3 3f 02 00 00 00 02 80 00 00 01

They only differ in the 4th byte (working client sends 0x03, broken client 
sends 0x02).
According to https://quasseldroid.info/docs/protocol/layers/framing/ that byte 
contains the handshake feature flags. 0x02 means "Compression"; 0x03 means 
"TLS" and "Compression".

So it looks like quasselclient 0.12.2-0ubuntu1.16.04.2 does not use TLS
for the core connection any more.

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

Title:
  0.12.2-0ubuntu1.16.04.2 fails to connect to servers after upgrade

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

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

[Bug 1868698] Re: 0.12.2-0ubuntu1.16.04.2 fails to connect to servers after upgrade

2020-03-27 Thread Oliver Gerlich
I'm also having weird SSL problems with quassel 0.12.2-0ubuntu1.16.04.2,
but in my case it's the connection between quasselclient and quasselcore
that doesn't work. When starting quasselclient it now shows a warning
dialog: "Your client does not support SSL encryption. Sensitive data,
like passwords, will be transmitted unencrypted to your Quassel core."
where I can select Cancel and Ignore. None of these options will
actually lead to a connection to the core, though!

In my case quasselcore is version 1:0.13.1-1+deb10u2~bpo9+1 running
under Debian 9.12.

With quasselclient 0.12.2-0ubuntu1 the problem does not occur. And that
client does show the core connection as encrypted.

I've traced the TCP connection with Wireshark, and it looks like the
broken client only ever sends a single packet with 12 payload bytes, but
never receives a reply from server.

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

Title:
  0.12.2-0ubuntu1.16.04.2 fails to connect to servers after upgrade

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

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

[Bug 574287] Re: tasksel: forcefully removes packages when tasks overlap

2019-12-22 Thread Oliver Gerlich
WTF. I was uninstalling the ubuntu-mate-desktop task with tasksel (while
ubuntu-desktop was still checked in the list), and it removed basically
everything. Afterwards all tasks in the tasksel list were unchecked.
This is definitely not the expected behavior: when I uncheck a specific
task, I don't expect other tasks to be removed as well.

I suggest to disable the package-removal functionality in tasksel.
Alternatively, show a big warning when tasksel is about to remove
anything. There are lots of warning posts about this behavior of tasksel
all over the net, but if the warning does not appear in the application
itself, I'm unlikely to see it before it's too late.

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

Title:
  tasksel: forcefully removes packages when tasks overlap

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

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

[Bug 1820897] Re: USB wifi adapter module does not work after version update

2019-08-10 Thread Oliver Gerlich
This might be the same issue as #1705820 . Randy: could you try applying
the patch described in
https://bugs.launchpad.net/ubuntu/+source/rtl8812au/+bug/1705820/comments/10
and see if that fixes the problem for you?

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

Title:
  USB wifi adapter module does not work after version update

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

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

[Bug 1705820] Re: Wrong build when kernel upgrade (about kernel header path)

2019-07-27 Thread Oliver Gerlich
Ernst, you can apply Mabins patch with these commands:

- cd /tmp/ && wget 
https://launchpadlibrarian.net/330175838/rtl8812au-4.3.8.12175.20140902+dfsg.patch
- cd /usr/src/
- sudo patch -p0 < /tmp/rtl8812au-4.3.8.12175.20140902+dfsg.patch

After the next kernel upgrade the rtl8812ae module should be
automatically built for the newly installed kernel version.

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

Title:
  Wrong build when kernel upgrade (about kernel header path)

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

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

[Bug 1829631] Re: Upgrader shows "Forbidden" error in release notes window

2019-05-21 Thread Oliver Gerlich
No, the page successfully loads for me now, and also the updater shows
the release notes. So this problem appears to be fixed.

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

Title:
  Upgrader shows "Forbidden" error in release notes window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1829631/+subscriptions

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

[Bug 1829631] [NEW] Upgrader shows "Forbidden" error in release notes window

2019-05-18 Thread Oliver Gerlich
Public bug reported:

I started a release upgrade from 16.04 to 18.04 as described in the 
BionicBeaver Release Notes, ie. enabling update notifications and then running 
"update-manager -c" and clicking the Upgrade button.
A window then appeared titled "Veröffentlichungshinweise" (German for Release 
Notes) with an error message:


Forbidden

You don't have permission to access 
/ubuntu/dists/bionic-updates/main/dist-upgrader-all/current/ReleaseAnnouncement.html
 on this server.
Apache/2.4.18 (Ubuntu) Server at archive.ubuntu.com Port 80


I cancelled the upgrade and restarted it, and ran Wireshark this time. It 
showed that the URL 
"http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/dist-upgrader-all/current/ReleaseAnnouncement.html?lang%3Dde_DE%26os%3Dubuntu%26ver%3D18.04.2%20LTS;
 was accessed which resulted in an HTTP 403 error response.
Opening that URL in Firefox indeed leads to such an error page. Opening the URL 
without the parameters (ie. without the part after the question mark) leads to 
actual release notes.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.26
ProcVersionSignature: Ubuntu 4.4.0-148.174-generic 4.4.177
Uname: Linux 4.4.0-148-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat May 18 22:31:00 2019
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-08-25 (995 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade xenial

** Attachment added: "Bildschirmfoto vom 2019-05-18 22-37-10.png"
   
https://bugs.launchpad.net/bugs/1829631/+attachment/5264701/+files/Bildschirmfoto%20vom%202019-05-18%2022-37-10.png

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

Title:
  Upgrader shows "Forbidden" error in release notes window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1829631/+subscriptions

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

[Bug 1705820] Re: Wrong build when kernel upgrade (about kernel header path)

2018-11-04 Thread Oliver Gerlich
Btw. this appears to be a common type of issue with DKMS; eg. bug
1687492 appears to be the same issue in another dkms source package, and
the fix was kinda similar.

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

Title:
  Wrong build when kernel upgrade (about kernel header path)

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

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

[Bug 1705820] Re: Wrong build when kernel upgrade (about kernel header path)

2018-11-04 Thread Oliver Gerlich
Mabin, thanks a lot for your patch, it appears to have fixed this
problem for me (with Ubuntu 16.04.5 x86_64 and rtl8812au-dkms
4.3.8.12175.20140902+dfsg-0ubuntu2)!

I have applied the patch in
/usr/src/rtl8812au-4.3.8.12175.20140902+dfsg/ directory. Afterwards I
could use "dkms remove" to remove a module that was built for an older
kernel version, and then use "dkms autoinstall --kernelver ..." to build
the module for that specific kernel version again. modinfo then showed
that the newly built module had the correct kernel listed in its
"vermagic" field.

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

Title:
  Wrong build when kernel upgrade (about kernel header path)

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

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

[Bug 1705488] Re: rtl8812au stops working after kernel update

2018-11-04 Thread Oliver Gerlich
This is probably the same issue as bug 1705820.

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

Title:
  rtl8812au stops working after kernel update

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

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

[Bug 1525714] [NEW] [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all through speakers on Lenovo Edge 11

2015-12-13 Thread Oliver Gerlich
Public bug reported:

Sound through speakers of my Lenovo Edge 11 laptop doesn't work in
Ubuntu 14.04 nor 12.04 nor 15.10 (LiveCD); I think it last worked in
10.04 or maybe even only in 8.04.

This was tested on a clean installation of 14.04 (64bit) onto a USB
stick, with all upgrades; but it neither works in my normal installation
(14.04 32bit) which was upgraded over the years. I also tried it on a
LiveCD boot of 15.10 (64bit), and speakers don't work there either.

The hardware appears to be fine though, because after booting, I
sometimes hear the short "drum roll" when the login screen comes up, but
no sound afterwards.

Headphones work fine; microphone appears to work fine as well (at least
the input level in Gnome mixer shows that it gets input).

I had already started to debug the speaker problem some months ago and
it looked like a problem with power saving mode for the sound chip. If
you have any hints how to debug this for real, I'm open for suggestions.
Also, is there any more info I can provide?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
Uname: Linux 3.13.0-71-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  oliver 1650 F pulseaudio
 /dev/snd/controlC0:  oliver 1650 F pulseaudio
  oliver 2210 F alsamixer
 /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
CurrentDesktop: Unity
Date: Sun Dec 13 22:42:48 2015
InstallationDate: Installed on 2015-12-13 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB failed
Symptom_Card: Built-in Audio - HDA ATI SB
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  oliver 1650 F pulseaudio
 /dev/snd/controlC0:  oliver 1650 F pulseaudio
  oliver 2210 F alsamixer
 /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/10/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 87ET35WW (1.09 )
dmi.board.name: 2545A25
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:bvr87ET35WW(1.09):bd01/10/2011:svnLENOVO:pn2545A25:pvrThinkPadEdge:rvnLENOVO:rn2545A25:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2545A25
dmi.product.version: ThinkPad Edge
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug trusty

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

Title:
  [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at
  all through speakers on Lenovo Edge 11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1525714/+subscriptions

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


[Bug 1299784] Re: Alt+F2 run dialog not available any more

2014-04-01 Thread Oliver Gerlich
Tried unity-control-center, gnome-control-center and gnome-control-
center.real. The last one doesn't even show a Keyboard item; the other
ones have the Keyboard item but in Keyboard - Shortcuts - System there
is no item for configuring the Run Dialog shortcut.

Btw. I noticed that /usr/bin/gnome-control-center checks the
$XDG_CURRENT_DESKTOP env var; but interestingly it's always set to
Unity, no matter whether I start Gnome Flashback (Metacity), Gnome
Flashback (Compiz) or Unity. Is that intended?

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

Title:
  Alt+F2 run dialog not available any more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1299784/+subscriptions

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


[Bug 877214] Re: metacity doesn't detect hung apps like compiz does

2014-03-30 Thread Oliver Gerlich
Still occurs in Ubuntu 14.04 beta (with gnome-session-flashback, when
starting Metacity-based session).

Would it be possible to apply the metacity patch from the linked Gnome
bug report (https://bugzilla.gnome.org/show_bug.cgi?id=687938)?

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

Title:
  metacity doesn't detect hung apps like compiz does

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

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


[Bug 1299784] [NEW] Alt+F2 run dialog not available any more

2014-03-30 Thread Oliver Gerlich
Public bug reported:

In Ubuntu 14.04 beta with Gnome Flashback session with Metacity, the
Alt+F2 keyboard shortcut doesn't work anymore. Previously it could be
used to open a small Run dialog.

Also, in Ubuntu 12.04 this could be configured in System Settings -
Keyboard - Shortcuts - System - Den Befehl ausführen-Dialog
anzeigen (German for show the Execute Command dialog). This is no
longer possible; the System category doesn't show any such item any more
in 14.04.

I would expect that ideally the Alt-F2 shortcut works out of the box
when starting the Gnome Flashback (Metacity) session, or that it at
least can be enabled/configured manually.

This is with Ubuntu 14.04 beta (x86_64), in Virtualbox, with gnome-panel
1:3.8.0-1ubuntu10.

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

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

Title:
  Alt+F2 run dialog not available any more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1299784/+subscriptions

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

[Bug 1299836] [NEW] Alt+mouse move doesn't drag window any more

2014-03-30 Thread Oliver Gerlich
Public bug reported:

Under Ubuntu 14.04 beta, in Gnome Flashback Session with Metacity, the
Alt hotkey doesn't work anymore for moving windows. In Ubuntu 12.04
pressing Alt key and clicking into a window could be used to move the
window; this doesn't work anymore.

The shortcut key can be changed away from Alt to Super (Windows) key,
eg. using gnome-tweak-tool (Window - Window Action Key). Interestingly,
when configuring Super key, it actually works when pressing the Super
key; but when configuring the Alt key it doesn't work.

The key can also be changed directly in dconf-editor, under
org.gnome.desktop.wm.preferences.mouse-button-modifier. This allows to
set other keys than Alt and Super; and eg. configuring Ctrl actually
makes the Control key usable as Window Action Key; but again when
configuring Alt the Alt key cannot be used for window movement.

This also affects the other actions available via the window action key
(window resizing, and opening window context menu).

This is with Ubuntu 14.04 beta (x86_64), in Virtualbox, with metacity
1:2.34.13-0ubuntu4.

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

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

Title:
  Alt+mouse move doesn't drag window any more

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

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


[Bug 1299784] Re: Alt+F2 run dialog not available any more

2014-03-30 Thread Oliver Gerlich
Found the dconf setting which makes this available again
(org.gnome.desktop.wm.keybindings.panel-run-dialog). For some reason it
was set to ['disabled'] on my test system - no idea why. Setting it back
to its default value makes Alt+F2 show the Run dialog again.

So this bug report is now merely about making this available by default,
or making it configurable in GUI. Also, might be useful as reference for
others having the same problem :-)

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

Title:
  Alt+F2 run dialog not available any more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1299784/+subscriptions

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


[Bug 1275379] Re: unity_support_test crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-03-09 Thread Oliver Gerlich
Same problem here, also in Virtualbox (4.2.20).

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

Title:
  unity_support_test crashed with SIGSEGV in __GI___pthread_mutex_lock()

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

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


[Bug 422611] Re: pidgin room list hangs when name (for sorting) is pressed while list is still updating

2013-03-03 Thread Oliver Gerlich
Have the same problem, with Pidgin 1:2.10.3-0ubuntu1.3 on Ubuntu 12.04.

I think a workaround is to wait for the list to be completely downloaded
and then sort. When trying to sort while downloading, Pidgin freezes.

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

Title:
  pidgin room list hangs when name (for sorting) is pressed while list
  is still updating

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

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


[Bug 552432] Re: Debug symbols for python module shared libraries (dbgsym packages) are not found by gdb

2013-03-02 Thread Oliver Gerlich
Same problem here on 12.04, for libavformat53-dbgsym
4:0.8.5-0ubuntu0.12.04.1 . I don't quite understand how gdb looks up the
debug library; but at least the .gnu_debuglink section in the installed
lib is weird:

$ objdump -s -j .gnu_debuglink /usr/lib/i386-linux-
gnu/i686/cmov/libavformat.so.53

/usr/lib/i386-linux-gnu/i686/cmov/libavformat.so.53: file format
elf32-i386

Contents of section .gnu_debuglink:
  34313238 63353066 61386161 35363030  4128c50fa8aa5600
 0010 61306332 36383061 61653835 39313465  a0c2680aae85914e
 0020 31336665 63342e64 65627567   13fec4.debug
 0030 3638cf88 68..

The section should contain the name of the debug lib, and its hash. In
this case it specifies 4128c50fa8aa5600a0c2680aae85914e13fec4.debug as
name (rather than libavformat.so.53.21.1 , which is the only file name
installed by libavformat53-dbgsym).

Maybe this is the same problem as described in bug 1040645 which is
reported and fixed for 12.10.

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

Title:
  Debug symbols for python module shared libraries (dbgsym packages) are
  not found by gdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/552432/+subscriptions

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


[Bug 877214] Re: metacity doesn't detect hung apps like compiz does

2013-01-30 Thread Oliver Gerlich
** Bug watch added: GNOME Bug Tracker #687938
   https://bugzilla.gnome.org/show_bug.cgi?id=687938

** Also affects: metacity via
   https://bugzilla.gnome.org/show_bug.cgi?id=687938
   Importance: Unknown
   Status: Unknown

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

Title:
  metacity doesn't detect hung apps like compiz does

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

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


[Bug 1039260] Re: proc(5) doesn't document all CPU values in /proc/stat

2012-08-20 Thread Oliver Gerlich
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1039260

Title:
  proc(5) doesn't document all CPU values in /proc/stat

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

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


[Bug 1039260] [NEW] proc(5) doesn't document all CPU values in /proc/stat

2012-08-20 Thread Oliver Gerlich
Public bug reported:

The proc(5) man page only documents nine fields for the cpu line in
/proc/stat:

  ...
  Since Linux 2.6.24, there is a ninth column, guest, which
  is the time spent running a virtual CPU for guest operat‐
  ing systems under the control of the Linux kernel.
  ...

On my Ubuntu 12.04 system with Linux 3.2.0-24-generic-pae there are ten fields:
  cpu  70741124 519708 27538725 1384358154 33244926 9450 248630 0 0 0

According to show_stat() function in fs/proc/stat.c in linux-3.2.0
source package, the tenth field is the guest_nice tick value. It would
be nice if this would be documented in the man page. I'm not quite sure
what the guest_nice value actually means, though.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: manpages 3.35-0.1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
Date: Mon Aug 20 23:58:44 2012
Dependencies:
 
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: manpages
UpgradeStatus: Upgraded to precise on 2012-05-14 (97 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  proc(5) doesn't document all CPU values in /proc/stat

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

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

[Bug 766250] Re: barrage assert failure: *** buffer overflow detected ***: barrage terminated

2011-10-13 Thread Oliver Gerlich
*** This bug is a duplicate of bug 750255 ***
https://bugs.launchpad.net/bugs/750255

Maybe you should make #750255 a duplicate of this bug, as this is one is
public and actually useful for other people...

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

Title:
  barrage assert failure: *** buffer overflow detected ***: barrage
  terminated

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

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


[Bug 566023] Re: Terratec Aureon Dual USB sound card is listed without correct name

2010-05-28 Thread Oliver Gerlich
Sorry, I can only see that current http://www.linux-usb.org/usb.ids file
correctly contains the change (version 2010.05.23). I've added the entry
at https://usb-ids.gowdy.us/read/UD/0ccd/0077 last year (2009-11-24
21:53:50), but maybe it took some time until it was added to the actual
usb.ids file.

No idea what would be the matching Debian package version, though, or
since which version the http://www.linux-usb.org/usb.ids file contains
this change.

-- 
Terratec Aureon Dual USB sound card is listed without correct name
https://bugs.launchpad.net/bugs/566023
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 577815] [NEW] should not use hidden photo as Key Photo for an event

2010-05-09 Thread Oliver Gerlich
Public bug reported:

Binary package hint: shotwell

Enhancement request: when setting a photo to hidden while it is used as
Key Photo for an event, some other photo should be selected as Key Photo
instead. I'm not sure what the developers intention for the Hide feature
is, but I use it to hide bad or duplicate photos; and so I definitely
don't want these photos to be shown in the event overview.

I can manually change the Key Photo, but it would be extra nice if this
would be done automatically after hiding it.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: shotwell 0.5.0+dfsg-1.1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sun May  9 14:28:32 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell

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


** Tags: apport-bug i386 lucid

-- 
should not use hidden photo as Key Photo for an event
https://bugs.launchpad.net/bugs/577815
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 577815] Re: should not use hidden photo as Key Photo for an event

2010-05-09 Thread Oliver Gerlich

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

-- 
should not use hidden photo as Key Photo for an event
https://bugs.launchpad.net/bugs/577815
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 577480] [NEW] sort order of duplicate files is not stable/predictable

2010-05-08 Thread Oliver Gerlich
Public bug reported:

Binary package hint: shotwell

In my photo collection there are a few duplicate photos, from importing
the same photo twice (actually they were imported with F-Spot on Gutsy,
which didn't weed out duplicates). The photos are named eg. DSCF0004.JPG
and DSCF0004-1.JPG ; the first one I manually rotated but the second one
is not rotated.

However, in the thumbnail view Shotwell displays sometimes the rotated
first and then the nonrotated, and sometimes the nonrotated first and
then the rotated. That's because it sorts by exposure date, but the
duplicates naturally have the same exposure date.

It would be nice if the sort order would be at least predictable, rather
than random.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: shotwell 0.5.0+dfsg-1.1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sat May  8 17:04:45 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell

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


** Tags: apport-bug i386 lucid

-- 
sort order of duplicate files is not stable/predictable
https://bugs.launchpad.net/bugs/577480
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 577480] Re: sort order of duplicate files is not stable/predictable

2010-05-08 Thread Oliver Gerlich

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

-- 
sort order of duplicate files is not stable/predictable
https://bugs.launchpad.net/bugs/577480
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 577480] Re: sort order of duplicate files is not stable/predictable

2010-05-08 Thread Oliver Gerlich
Here's a patch that fixes the problem for me. If two photos have same
exposure time during sorting, it falls back to comparing titles. Not
sure if there's a better photo attribute that can be used as fallback,
though.

** Patch added: patch (fall back to title comparison if necessary)
   http://launchpadlibrarian.net/48066385/shotwell-duplicates-ordering-1.patch

-- 
sort order of duplicate files is not stable/predictable
https://bugs.launchpad.net/bugs/577480
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 577190] [NEW] some text displayed during boot before splash screen appears

2010-05-07 Thread Oliver Gerlich
Public bug reported:

Binary package hint: mountall

During boot, some lines of text are displayed before the ubuntu text
with dots appears. Apparently its the same output that is logged to
/var/log/boot.log:


fsck from util-linux-ng 2.17.2
/dev/sda6: clean, 162399/1713600 files, 800674/6854144 blocks
 * Starting AppArmor profiles   
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
 [ OK ]
 * Setting sensors limits   
 [ OK ]


Together with some display flashing this makes the boot process look quite 
ugly. Is there a way to get rid of these messages?

There are also some more messages displayed on shutdown, but they don't
bother that much.

This is on Toshiba Satellite L40 laptop, with Intel GM965 graphics,
under Lucid with all updates installed. What further info is needed for
this bug?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mountall 2.14
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Fri May  7 22:42:54 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: mountall

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


** Tags: apport-bug i386 lucid

-- 
some text displayed during boot before splash screen appears
https://bugs.launchpad.net/bugs/577190
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 577190] Re: some text displayed during boot before splash screen appears

2010-05-07 Thread Oliver Gerlich

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

-- 
some text displayed during boot before splash screen appears
https://bugs.launchpad.net/bugs/577190
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 465534] AlsaDevices.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] BootDmesg.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] Card0.Codecs.codec.0.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] Lspci.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] Re: After resuming from suspend palimpsest complains about hard drive

2010-04-23 Thread Oliver Gerlich
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  oliver 1117 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 16'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,104382a1,00100101'
   Controls  : 13
   Simple ctrls  : 8
DistroRelease: Ubuntu 10.04
HibernationDevice: RESUME=UUID=b845cef2-659c-47a3-b914-70f3fa0c6103
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Alpha i386 (20100224.3)
MachineType: ASUSTeK Computer INC. 701
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic-pae 
root=UUID=bb504405-f9da-4fa2-9d8c-adbe11b68d9b ro quiet splash
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+drm33.2
Regression: No
RelatedPackageVersions: linux-firmware 1.34
Reproducible: Yes
Tags:  ubuntu-une lucid suspend resume needs-upstream-testing
Uname: Linux 2.6.32-21-generic-pae i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 05/16/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 701
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd05/16/2008:svnASUSTeKComputerINC.:pn701:pvrx.x:rvnASUSTeKComputerINC.:rn701:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 701
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.


** Tags added: apport-collected

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] Card0.Amixer.values.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] ProcModules.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] Lsusb.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] ProcInterrupts.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] CurrentDmesg.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] IwConfig.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] PciMultimedia.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] ProcCpuinfo.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] UdevDb.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] RfKill.txt

2010-04-23 Thread Oliver Gerlich
apport information

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/45129795/RfKill.txt

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] UdevLog.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] WifiSyslog.txt

2010-04-23 Thread Oliver Gerlich
apport information

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

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 465534] Re: After resuming from suspend palimpsest complains about hard drive

2010-04-23 Thread Oliver Gerlich
The problem still occurs here on EeePc 701, after waking up from
suspend-to-ram after maybe 1-2 hours.

I'm wondering if there's a way to save all detected SMART values into a
file which could be posted here?

-- 
After resuming from suspend palimpsest complains about hard drive
https://bugs.launchpad.net/bugs/465534
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 566023] [NEW] Terratec Aureon Dual USB sound card is listed without correct name

2010-04-18 Thread Oliver Gerlich
Public bug reported:

Binary package hint: usbutils

In Audio Settings dialog, the external Terratec Aureon Dual USB sound
adapter is listed as 0077 or 0077 Analog Stereo (see attached
screenshot). I've already added the device name at linux-usb.org, but as
the usb.ids file in Lucid appears to be outdated, here's a patch which
sets correct device name in Audio Settings dialog. The device has USB ID
0ccd:0077 .

Output from lsusb:

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 0ccd:0077 TerraTec Electronic GmbH 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID eb1a:2761 eMPIA Technology, Inc. EeePC 701 integrated 
Webcam
Bus 001 Device 002: ID 0951:1606 Kingston Technology 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

This happens on Ubuntu 10.04 Beta with all updates.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: usbutils 0.86-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic-pae i686
Architecture: i386
Date: Sun Apr 18 16:57:53 2010
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Alpha i386 (20100224.3)
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: usbutils

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


** Tags: apport-bug i386 lucid ubuntu-une

-- 
Terratec Aureon Dual USB sound card is listed without correct name
https://bugs.launchpad.net/bugs/566023
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 566023] Re: Terratec Aureon Dual USB sound card is listed without correct name

2010-04-18 Thread Oliver Gerlich

** Attachment added: Bildschirmfoto-Audio-Einstellungen-2.png
   
http://launchpadlibrarian.net/44698186/Bildschirmfoto-Audio-Einstellungen-2.png

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

-- 
Terratec Aureon Dual USB sound card is listed without correct name
https://bugs.launchpad.net/bugs/566023
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 566023] Re: Terratec Aureon Dual USB sound card is listed without correct name

2010-04-18 Thread Oliver Gerlich

** Patch added: patch which adds a name for USB id 0ccd:0077
   http://launchpadlibrarian.net/44698460/usb.ids.Terratec-Aureon.patch

-- 
Terratec Aureon Dual USB sound card is listed without correct name
https://bugs.launchpad.net/bugs/566023
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 566023] Re: Terratec Aureon Dual USB sound card is listed without correct name

2010-04-18 Thread Oliver Gerlich

** Attachment added: output from lsusb -v (with unpatched usb.ids file)
   http://launchpadlibrarian.net/44698562/lsusb-v.txt

-- 
Terratec Aureon Dual USB sound card is listed without correct name
https://bugs.launchpad.net/bugs/566023
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 559939] [NEW] [USB-Audio - USB AUDIO ] no volume control possible with Tenx USB audio adapter

2010-04-10 Thread Oliver Gerlich
Public bug reported:

When using a Logilink USB2.0 to Audio Adapter (which apparently uses a
Tenx Technology TP6911 chip, judging from USB id 1130:f211) under Lucid
Beta, the volume control does not work. Sound is always played at same
volume.

The volume slider in panel can be used but doesn't have any effect on
volume, except that going down near 0 suddenly mutes the sound. Also,
when using the slider in Volume Settings dialog, moving the volume above
the 100% mark actually increases playback volume - but I assume this is
done by Pulseaudio in software?

Aside from the volume issue, the device seems to basically work - it is
displayed in Audio Settings as additional input/output device, and it
plays sound (didn't test recording, though).

According to http://www.tenx.com.tw/product_detail.aspx?ProductID=192
the chip is supposed to have 64-level volume control - is that not
true, or does the driver not make these 64 levels available?

This is with up-to-date Lucid Beta, on EeePc 701. The normal built-in
sound card works fine, including volume control.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic-pae 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  oliver 1121 F pulseaudio
 /dev/snd/controlC0:  oliver 1121 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 16'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,104382a1,00100101'
   Controls  : 13
   Simple ctrls  : 8
Card1.Amixer.info:
 Card hw:1 'default'/'USB  AUDIO   at usb-:00:1d.0-2, full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB1130:f211'
   Controls  : 4
   Simple ctrls  : 2
Date: Sat Apr 10 12:11:03 2010
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Alpha i386 (20100224.3)
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
SelectedCard: 1 default USB-Audio - USB  AUDIO
SourcePackage: alsa-driver
Symptom: audio
Title: [USB-Audio - USB  AUDIO  ] Playback problem
dmi.bios.date: 05/16/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 701
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd05/16/2008:svnASUSTeKComputerINC.:pn701:pvrx.x:rvnASUSTeKComputerINC.:rn701:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 701
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-bug i386 lucid ubuntu-une

-- 
[USB-Audio - USB  AUDIO  ] no volume control possible with Tenx USB audio 
adapter
https://bugs.launchpad.net/bugs/559939
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 559939] Re: [USB-Audio - USB AUDIO ] no volume control possible with Tenx USB audio adapter

2010-04-10 Thread Oliver Gerlich

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

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

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/43662075/ArecordDevices.txt

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

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

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

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/43662079/Card1.Amixer.values.txt

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

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

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

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

-- 
[USB-Audio - USB  AUDIO  ] no volume control possible with Tenx USB audio 
adapter
https://bugs.launchpad.net/bugs/559939
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 437745] Re: Spurious Battery may be broken dialog at login

2010-03-22 Thread Oliver Gerlich
Isn't this a duplicate of bug 403303 ?

-- 
Spurious Battery may be broken dialog at login
https://bugs.launchpad.net/bugs/437745
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 403303] Re: power manager reports 1% battery even though it is full on Asus Eee PC netbook

2010-03-22 Thread Oliver Gerlich
** Bug watch added: Red Hat Bugzilla #439460
   https://bugzilla.redhat.com/show_bug.cgi?id=439460

** Also affects: devicekit-power via
   https://bugzilla.redhat.com/show_bug.cgi?id=439460
   Importance: Unknown
   Status: Unknown

-- 
power manager reports 1% battery even though it is full on Asus Eee PC netbook
https://bugs.launchpad.net/bugs/403303
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 357850] Re: error in german translation: Glühbürne

2010-03-22 Thread Oliver Gerlich
Is fixed in current Lucid Beta.

** Changed in: language-pack-gnome-de (Ubuntu)
   Status: New = Fix Released

-- 
error in german translation: Glühbürne
https://bugs.launchpad.net/bugs/357850
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 530912] Re: lernid crashed with AttributeError in __getattr__()

2010-03-16 Thread Oliver Gerlich
** Visibility changed to: Public

-- 
lernid crashed with AttributeError in __getattr__()
https://bugs.launchpad.net/bugs/530912
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 535338] Re: BUG: unable to handle kernel NULL pointer dereference at 00000108

2010-03-12 Thread Oliver Gerlich
Removing plymouth and plymouth-x11 packages has fixed the Xorg crash -
thanks a lot! No idea whether the oops is related to that or how to
reproduce this oops, though.

-- 
BUG: unable to handle kernel NULL pointer dereference at 0108
https://bugs.launchpad.net/bugs/535338
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 534719] Re: netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.

2010-03-10 Thread Oliver Gerlich
** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

-- 
netbook-launcher assert failure: netbook-launcher: via_tex.c:427: 
viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.
https://bugs.launchpad.net/bugs/534719
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 534719] Re: netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.

2010-03-10 Thread Oliver Gerlich
Cursory googling for the assertion text shows these two other bug
reports:

http://bugs.freedesktop.org/show_bug.cgi?id=12021
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447849

** Bug watch added: freedesktop.org Bugzilla #12021
   https://bugs.freedesktop.org/show_bug.cgi?id=12021

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

-- 
netbook-launcher assert failure: netbook-launcher: via_tex.c:427: 
viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.
https://bugs.launchpad.net/bugs/534719
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 535338] [NEW] BUG: unable to handle kernel NULL pointer dereference at 00000108

2010-03-09 Thread Oliver Gerlich
Public bug reported:

No idea what caused this... the Apport indicator suddenly appeared and
showed this Oops.

This happened on Lucid Alpha 3 Netbook Edition likely with all updates,
on an Asus EeePC 701.

Don't know if this is related, but there are X crashes happening all the
time; from Xorg.0.log.old:

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e883b]
1: /usr/bin/X (0x8048000+0x61b1d) [0x80a9b1d]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb7898410]
3: /usr/bin/X (0x8048000+0x2a1a0) [0x80721a0]
4: /usr/bin/X (0x8048000+0x1ed4a) [0x8066d4a]
5: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb75d7bd6]
6: /usr/bin/X (0x8048000+0x1e931) [0x8066931]

Caught signal 3 (Quit). Server aborting


As far as I can see this oops occurred only once so far. Unfortunately I had to 
reboot (for other reasons) before reporting this oops, so not sure if the 
additional info captured by Apport is useful.

ProblemType: KernelOops
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  oliver 1289 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 16'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,104382a1,00100101'
   Controls  : 13
   Simple ctrls  : 8
Date: Tue Mar  9 09:05:42 2010
DistroRelease: Ubuntu 10.04
Failure: oops
Frequency: This has only happened once.
HibernationDevice: RESUME=UUID=b845cef2-659c-47a3-b914-70f3fa0c6103
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Alpha i386 (20100224.3)
MachineType: ASUSTeK Computer INC. 701
Package: linux-image-2.6.32-16-generic-pae 2.6.32-16.24
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-16-generic-pae 
root=UUID=bb504405-f9da-4fa2-9d8c-adbe11b68d9b ro quiet splash
ProcVersionSignature: Ubuntu 2.6.32-16.24-generic-pae
Regression: Yes
RelatedPackageVersions: linux-firmware 1.32
Reproducible: No
SourcePackage: linux
TestedUpstream: No
Title: BUG: unable to handle kernel NULL pointer dereference at 0108
Uname: Linux 2.6.32-16-generic-pae i686
dmi.bios.date: 05/16/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 701
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd05/16/2008:svnASUSTeKComputerINC.:pn701:pvrx.x:rvnASUSTeKComputerINC.:rn701:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 701
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-kerneloops i386 kernel-oops lucid needs-upstream-testing 
regression-potential ubuntu-une

-- 
BUG: unable to handle kernel NULL pointer dereference at 0108
https://bugs.launchpad.net/bugs/535338
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 535338] Re: BUG: unable to handle kernel NULL pointer dereference at 00000108

2010-03-09 Thread Oliver Gerlich

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

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

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

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

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

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

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

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

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

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/40638964/OopsText.txt

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

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

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

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

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/40638969/RfKill.txt

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

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

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

-- 
BUG: unable to handle kernel NULL pointer dereference at 0108
https://bugs.launchpad.net/bugs/535338
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 532845] Re: [Lucid] Option NoTrapSignals ignored when debugging xserver

2010-03-09 Thread Oliver Gerlich
Same problem here: X crashes (apparently reproducably) when using Lucid
Netbook Edition 2D, entering password to unlock keyring, and pressing
Enter. But Xorg.0.log.old only shows its tiny backtrace and Caught
signal 3 (Quit). Server aborting, rather than triggering Apport.

I have added the NoTrapSignals config option but it doesn't make a
difference. Does that option not apply for signal 3?


** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/40647432/dmesg.txt

-- 
[Lucid] Option NoTrapSignals ignored when debugging xserver
https://bugs.launchpad.net/bugs/532845
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 532845] Re: [Lucid] Option NoTrapSignals ignored when debugging xserver

2010-03-09 Thread Oliver Gerlich

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/40647527/xorg.conf

-- 
[Lucid] Option NoTrapSignals ignored when debugging xserver
https://bugs.launchpad.net/bugs/532845
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 532845] Re: [Lucid] Option NoTrapSignals ignored when debugging xserver

2010-03-09 Thread Oliver Gerlich

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/40647521/Xorg.0.log

-- 
[Lucid] Option NoTrapSignals ignored when debugging xserver
https://bugs.launchpad.net/bugs/532845
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 532845] Re: [Lucid] Option NoTrapSignals ignored when debugging xserver

2010-03-09 Thread Oliver Gerlich

** Attachment added: lspci-vvnn.txt
   http://launchpadlibrarian.net/40647482/lspci-vvnn.txt

-- 
[Lucid] Option NoTrapSignals ignored when debugging xserver
https://bugs.launchpad.net/bugs/532845
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 532845] Re: [Lucid] Option NoTrapSignals ignored when debugging xserver

2010-03-09 Thread Oliver Gerlich

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/40647488/Xorg.0.log.old

-- 
[Lucid] Option NoTrapSignals ignored when debugging xserver
https://bugs.launchpad.net/bugs/532845
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 534719] Re: netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.

2010-03-08 Thread Oliver Gerlich

** Visibility changed to: Public

** Attachment added: output from glxinfo
   http://launchpadlibrarian.net/40537376/glxinfo.txt

-- 
netbook-launcher assert failure: netbook-launcher: via_tex.c:427: 
viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.
https://bugs.launchpad.net/bugs/534719
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 534719] Re: netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.

2010-03-08 Thread Oliver Gerlich
Btw. I have changed screen resolution after boot... It came up with
1600x1...@60hz (apparently the stupid 17 CRT announces that mode) so I
used gnome-display-properties to switch to 1152x...@85hz, to get a
usable display.

-- 
netbook-launcher assert failure: netbook-launcher: via_tex.c:427: 
viaSwapOutWork: Assertion `sz == vmesa-total_alloc[heap]' failed.
https://bugs.launchpad.net/bugs/534719
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 289744] Re: Cannot access sytem time settings

2010-02-27 Thread Oliver Gerlich
Felix, thanks for your explanation! I'd have never guessed that this
button means Apply the displayed settings system-wide, esp. since the
button text has an ellipsis.

I agree this button should rather run time-admin. While that would lead
to a cascade of three open dialogs, it's better than this misleading
button.

-- 
Cannot access sytem time settings
https://bugs.launchpad.net/bugs/289744
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 528695] [NEW] [UI niggle] On Keyboard Settings page, controls should be better aligned

2010-02-26 Thread Oliver Gerlich
Public bug reported:

Binary package hint: ubiquity

This is a very very minor UI niggle, but maybe someone can fix it in
passing :-)

On the Keyboard Settings page in installer, the Guess... button behind
the Guess keymap checkbox should be aligned with the country name
displayed above it, to make the UI appear less cluttered.

This is on Lucid Alpha 3, with updated installer.

ProblemType: Bug
Architecture: i386
Date: Fri Feb 26 21:44:07 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/lib/ubiquity/bin/ubiquity
InterpreterPath: /usr/bin/python2.6
LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
Package: ubiquity 2.1.28
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LANGUAGE=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: ubiquity
Uname: Linux 2.6.32-14-generic i686

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


** Tags: apport-bug i386 lucid

-- 
[UI niggle] On Keyboard Settings page, controls should be better aligned
https://bugs.launchpad.net/bugs/528695
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 528695] Re: [UI niggle] On Keyboard Settings page, controls should be better aligned

2010-02-26 Thread Oliver Gerlich

** Attachment added: Casper.gz
   http://launchpadlibrarian.net/39833241/Casper.gz

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

** Attachment added: ProcAttrCurrent.gz
   http://launchpadlibrarian.net/39833243/ProcAttrCurrent.gz

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

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

** Attachment added: UbiquityDebug.gz
   http://launchpadlibrarian.net/39833246/UbiquityDebug.gz

** Attachment added: UbiquitySyslog.gz
   http://launchpadlibrarian.net/39833247/UbiquitySyslog.gz

-- 
[UI niggle] On Keyboard Settings page, controls should be better aligned
https://bugs.launchpad.net/bugs/528695
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 528695] Re: [UI niggle] On Keyboard Settings page, controls should be better aligned

2010-02-26 Thread Oliver Gerlich

** Attachment added: screenshot of non-aligned control
   http://launchpadlibrarian.net/39833316/Bildschirmfoto.png

-- 
[UI niggle] On Keyboard Settings page, controls should be better aligned
https://bugs.launchpad.net/bugs/528695
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 398925] Re: conversion from PIL image to OpenCV image fails

2009-11-26 Thread Oliver Gerlich
** Changed in: opencv (Ubuntu)
   Status: New = Confirmed

-- 
conversion from PIL image to OpenCV image fails
https://bugs.launchpad.net/bugs/398925
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 398925] Re: conversion from PIL image to OpenCV image fails

2009-11-22 Thread Oliver Gerlich
** Bug watch added: SourceForge.net Tracker #1618474
   http://sourceforge.net/support/tracker.php?aid=1618474

** Also affects: opencvlib via
   http://sourceforge.net/support/tracker.php?aid=1618474
   Importance: Unknown
   Status: Unknown

-- 
conversion from PIL image to OpenCV image fails
https://bugs.launchpad.net/bugs/398925
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 398925] Re: conversion from PIL image to OpenCV image fails

2009-11-22 Thread Oliver Gerlich
The bug is known upstream (at
http://sourceforge.net/support/tracker.php?aid=1618474) and is fixed in
upstream CVS (at
http://opencvlibrary.cvs.sourceforge.net/opencvlibrary/opencv/interfaces/swig/python/imagedata.i?r1=1.3r2=1.4).

The patch from CVS is attached below. It applies without problems, but
apparently the _cv.cpp file which is generated by Swig is not
regenerated automatically. Adding --with-swig to the configure flags
(for example in debian/rules, at the end of confflags =  line) is a
workaround for this.

** Attachment added: Patch for interfaces/swig/python/imagedata.i from OpenCV 
CVS, from rev 1.3 to 1.4
   http://launchpadlibrarian.net/35952187/fix-sf-1618474-from-cvs.diff

-- 
conversion from PIL image to OpenCV image fails
https://bugs.launchpad.net/bugs/398925
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 466741] Re: input volume meter is not redrawn when changing device

2009-11-01 Thread Oliver Gerlich
** Bug watch added: GNOME Bug Tracker #600354
   https://bugzilla.gnome.org/show_bug.cgi?id=600354

** Also affects: gnome-media via
   https://bugzilla.gnome.org/show_bug.cgi?id=600354
   Importance: Unknown
   Status: Unknown

-- 
input volume meter is not redrawn when changing device
https://bugs.launchpad.net/bugs/466741
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 466741] Re: input volume meter is not redrawn when changing device

2009-10-31 Thread Oliver Gerlich

** Attachment added: screenshot of the dialog, with old and new volume meter
   
http://launchpadlibrarian.net/34780311/Bildschirmfoto-Audio-Einstellungen-2.png

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

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

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

-- 
input volume meter is not redrawn when changing device
https://bugs.launchpad.net/bugs/466741
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 466741] Re: input volume meter is not redrawn when changing device

2009-10-31 Thread Oliver Gerlich
For completeness here's a screenshot of the dialog before switching
input devices.

** Attachment added: screenshot of dialog before switching devices
   
http://launchpadlibrarian.net/34780400/Bildschirmfoto-Audio-Einstellungen-1.png

-- 
input volume meter is not redrawn when changing device
https://bugs.launchpad.net/bugs/466741
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 466741] [NEW] input volume meter is not redrawn when changing device

2009-10-31 Thread Oliver Gerlich
Public bug reported:

Binary package hint: gnome-media

In the Audio Settings dialog, on input tab, the volume meter display
for showing input level is not correctly redrawn when changing devices:
if the change leads to a slight relayout of the dialog, the old volume
meter is still displayed. Minimizing and restoring the window removes
the old volume meter display.

Attached is a screenshot showing the dialog after switching to QuickCam
Pro 9000 microphone. Apparently the webcam doesn't have an Unamplified
setting while the internal micropone does, so the lower part of the
dialog is moved up.

This is on up-to-date Karmic installation. IMHO this is a very minor
problem.

ProblemType: Bug
Architecture: i386
Date: Sat Oct 31 15:19:33 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/gnome-volume-control
Package: gnome-media 2.28.1-0ubuntu1
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gnome-media
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:7311): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:7311): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:7413): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:7450): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:7412): Gdk-CRITICAL **: gdk_x11_colormap_foreign_new: assertion 
`GDK_IS_VISUAL (visual)' failed

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


** Tags: apport-bug i386

-- 
input volume meter is not redrawn when changing device
https://bugs.launchpad.net/bugs/466741
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 460384] [NEW] in German locale, text in update-manager is cut off

2009-10-25 Thread Oliver Gerlich
Public bug reported:

Binary package hint: update-manager

In update-manager window (with German locale), the text below the list
of updates (N updates selected etc.) is displayed only partially; its
end is covered by the Check for updates button, as can be seen on the
screenshot.

When using C locale, the buttons are much smaller, leaving enough space
for the text.

ProblemType: Bug
Architecture: i386
Date: Sun Oct 25 12:58:14 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/update-manager
InterpreterPath: /usr/bin/python2.6
Package: update-manager 1:0.126.6
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: update-manager
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
in German locale, text in update-manager is cut off
https://bugs.launchpad.net/bugs/460384
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 460384] Re: in German locale, text in update-manager is cut off

2009-10-25 Thread Oliver Gerlich

** Attachment added: Screenshot of update-manager with incomplete text
   http://launchpadlibrarian.net/34355544/Bildschirmfoto-karmic-update-2.png

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

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

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

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

-- 
in German locale, text in update-manager is cut off
https://bugs.launchpad.net/bugs/460384
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 458556] [NEW] general protection fault: 0000 [#2] SMP

2009-10-22 Thread Oliver Gerlich
Public bug reported:

No idea what exactly happened... I had played with a USB DVB-T card
(WinTV Nova-T-Stick SE) on a VIA Epia test system, and MeTV was still
running (minimized to icon); when looking at the system after a while,
there was the Apport symbol in systray.

Strangely, now I can't really use any shells any more: gnome-terminal
doesn't react to keyboard, and xterm only reacts to keyboard input when
resizing the window?! In other apps, keyboard works normally...

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  oliver 1335 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'V8235'/'VIA 8235 with VT1616i at 0xe400, irq 10'
   Mixer name   : 'ICEnsemble VT1616i'
   Components   : 'AC97a:49434552'
   Controls  : 55
   Simple ctrls  : 33
Date: Thu Oct 22 21:40:39 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=7ee7d0dc-a174-49af-a5c4-56618e931634
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: VIA Technologies, Inc. VT8623-8235
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-14-generic 
root=UUID=fe8ddbfa-12e5-45ac-ac5a-bd1522361db5 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 
SourcePackage: linux
Tags: kernel-oops
Title: general protection fault:  [#2] SMP
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 05/19/2004
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 6.00 PG
dmi.board.name: EPIA-M
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr6.00PG:bd05/19/2004:svnVIATechnologies,Inc.:pnVT8623-8235:pvr:rvn:rnEPIA-M:rvr:cvn:ct3:cvr:
dmi.product.name: VT8623-8235
dmi.sys.vendor: VIA Technologies, Inc.

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
general protection fault:  [#2] SMP 
https://bugs.launchpad.net/bugs/458556
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 458556] Re: general protection fault: 0000 [#2] SMP

2009-10-22 Thread Oliver Gerlich

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

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

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34176860/ArecordDevices.txt

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

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

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/34176863/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/34176864/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

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

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

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

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34176869/OopsText.txt

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

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

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

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

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

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

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

-- 
general protection fault:  [#2] SMP 
https://bugs.launchpad.net/bugs/458556
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 458556] Re: general protection fault: 0000 [#2] SMP

2009-10-22 Thread Oliver Gerlich
Some more notes:

- 512MB memory installed
- root and swap are located on some cheap 8GB USB flash drive, connected via 
4-port USB hub to onboard USB connector
- DVB-T stick is plugged into the same USB hub
- DVB-T stick was working fine so far with MeTV, and is still working (scanning 
and receiving and switching channels was no problem, video and audio working 
fine)
- Vino is used to control desktop from another host

-- 
general protection fault:  [#2] SMP 
https://bugs.launchpad.net/bugs/458556
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 445756] Re: installer exits abruptly when starting actual installation

2009-10-14 Thread Oliver Gerlich
Uninstalling ubiquity-slideshow-ubuntu has helped for me - thanks a lot!

I'll reboot and try the PPA package when this installation is finished.

-- 
installer exits abruptly when starting actual installation
https://bugs.launchpad.net/bugs/445756
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 445756] Re: installer exits abruptly when starting actual installation

2009-10-14 Thread Oliver Gerlich
Yup, upgrading libwebkit-1.0-2 to 1.1.15.2-1~evand from your PPA fixed
it as well - installation worked fine, and it displayed the slideshow.

-- 
installer exits abruptly when starting actual installation
https://bugs.launchpad.net/bugs/445756
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 445756] [NEW] installer exits abruptly when starting actual installation

2009-10-07 Thread Oliver Gerlich
Public bug reported:

Binary package hint: ubiquity

After answering all questions in installer, the wizard window
disappeared; then a new window (apparently for displaying installation
progress) came up for split second, then disappeared, and ubiquity
process exited with exit code 125. This happened when starting ubiquity
from desktop icon as well as when starting it from terminal.

System is booted from Karmic Beta iso, using Netboot (PXE). Hardware is
VIA Epia board. I tried to install to a USB flash drive.

Ubiquity package is now updated to latest version, but first I tried
with original version, and neither one worked.

What info do you need? Where can I find debug infos about what happens?

ProblemType: Bug
Architecture: i386
Date: Wed Oct  7 21:34:34 2009
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Beta i386 (20090929.2)
Package: ubiquity 1.99.30
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: ubiquity
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
installer exits abruptly when starting actual installation
https://bugs.launchpad.net/bugs/445756
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 445756] Re: installer exits abruptly when starting actual installation

2009-10-07 Thread Oliver Gerlich

** Attachment added: Casper.gz
   http://launchpadlibrarian.net/33247718/Casper.gz

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

** Attachment added: UbiquityDebug.gz
   http://launchpadlibrarian.net/33247720/UbiquityDebug.gz

** Attachment added: UbiquityPartman.gz
   http://launchpadlibrarian.net/33247722/UbiquityPartman.gz

** Attachment added: UbiquitySyslog.gz
   http://launchpadlibrarian.net/33247723/UbiquitySyslog.gz

-- 
installer exits abruptly when starting actual installation
https://bugs.launchpad.net/bugs/445756
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 410800] [NEW] Does not recognize .shp (ESRI Shapefile) files

2009-08-08 Thread Oliver Gerlich
Public bug reported:

Binary package hint: shared-mime-info

In Nautilus, files with .shp suffix are not recognized - they have type 
unknown (application/octet-stream). The file command detects these files 
correctly as Shapefiles (though it doesn't display a useful mime type):
$ file onb_grenzen.shp
onb_grenzen.shp: ESRI Shapefile version 1000 length 11050154 type Polygon
$ file -i onb_grenzen.shp
onb_grenzen.shp: application/octet-stream

It would be nice if Nautilus would display a useful file type
description rather than unknown. The example file can be downloaded at
http://www.bundesnetzagentur.de/media/archive/11358.zip (Geographische
Grenzen aller ONB, Stand: 11.05.2009 (zip, 10247 kb)).

I assume Nautilus uses shared-mime-info for its file detection; sorry if
the bug is reported against the wrong package.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: shared-mime-info 0.60-1
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: shared-mime-info
Uname: Linux 2.6.28-11-server i686

** Affects: shared-mime-info (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Does not recognize .shp (ESRI Shapefile) files
https://bugs.launchpad.net/bugs/410800
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 410800] Re: Does not recognize .shp (ESRI Shapefile) files

2009-08-08 Thread Oliver Gerlich

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

-- 
Does not recognize .shp (ESRI Shapefile) files
https://bugs.launchpad.net/bugs/410800
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 409486] [NEW] Thoggen should support reading from remote shares (GVFS/GIO)

2009-08-05 Thread Oliver Gerlich
Public bug reported:

Binary package hint: thoggen

It would be nice if Thoggen would be able to read and encode .vob and
.iso files that are located on a remote directory (ie. mounted with
GVFS). Currently, the file chooser dialog that opens when pressing
Ctrl+o doesn't display GVFS remote shares at all.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: thoggen 0.7.1-1ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: thoggen
Uname: Linux 2.6.28-11-server i686

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


** Tags: apport-bug i386

-- 
Thoggen should support reading from remote shares (GVFS/GIO)
https://bugs.launchpad.net/bugs/409486
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 409486] Re: Thoggen should support reading from remote shares (GVFS/GIO)

2009-08-05 Thread Oliver Gerlich

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

-- 
Thoggen should support reading from remote shares (GVFS/GIO)
https://bugs.launchpad.net/bugs/409486
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 399455] [NEW] allow to copy file names from torrent file list view

2009-07-14 Thread Oliver Gerlich
Public bug reported:

Binary package hint: transmission

Wishlist item: in the file list view of a torrent (in the Properties
dialog of a torrent) there should be a way to copy file names into
clipboard. Currently, if a torrent has not started to download, one can
see the file names contained in this torrent, but it's not possible to
get them into the clipboard in any way.

So I think it would be useful to add a simple context menu to the file
list, which would offer only a Copy menu item which would copy the
file name into clipboard.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: transmission-gtk 1.51-0ubuntu3
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: transmission
Uname: Linux 2.6.28-11-server i686

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


** Tags: apport-bug i386

-- 
allow to copy file names from torrent file list view
https://bugs.launchpad.net/bugs/399455
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 399455] Re: allow to copy file names from torrent file list view

2009-07-14 Thread Oliver Gerlich

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

-- 
allow to copy file names from torrent file list view
https://bugs.launchpad.net/bugs/399455
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 399455] Re: allow to copy file names from torrent file list view

2009-07-14 Thread Oliver Gerlich
In my case, I wanted to google for the file name to see if there exists
another torrent which contains the same file.

-- 
allow to copy file names from torrent file list view
https://bugs.launchpad.net/bugs/399455
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 39328] Re: Offer option to disable scroll wheel on task list

2009-06-11 Thread Oliver Gerlich
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Offer option to disable scroll wheel on task list
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 39328] Re: Offer option to disable scroll wheel on task list

2009-06-11 Thread Oliver Gerlich
As stated in upstream report:

It's totally visible to the libwnck developers. The only way to elevate this is
to provide a patch -- it's all a matter of priorities, and there are some
things that I personally consider more important to fix in libwnck. Note that
it really shouldn't be hard to do...

Indeed, a simple band-aid fix probably only involves:
- adding a gconf setting for disabling this behavior
- in libwnck, check the gconf setting in the scroll-event handler, and ignore 
the scroll-event if value is set
- build and publish a new libwnck package with that patch

This would make it possible for users to work around this usability
problem, by using some gconf command line.

In the long run, it would be nice to either expose the gconf setting in
some UI (in panel applet config dialog?), or detect if a scroll event
comes from a touchpad, and ignore it in that case (this might be
difficult to implement, though). But for now, it would be a huge
improvement if users could just manually disable this annoying behavior.

-- 
Offer option to disable scroll wheel on task list
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


  1   2   3   4   >