[Bug 173768] Re: The module Monitor Display could not be loaded.

2008-03-11 Thread Harald Seipp
No progress with Kubuntu Hardy Alpha 6 - still the same error. Strange
that such a higly visible malfunction is not getting more attention...

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 173768] Re: The module Monitor Display could not be loaded.

2008-03-11 Thread Harald Seipp
If a re-write for Hardy is no option and the module is broken by design,
what can we do?

a) Remove it entirely and let the user deal with command-line xrandr

If fixup allows to port/backport

b) Backport the one from Kubuntu-Hardy-KDE4 that is prepared for XRandR
c) Port the one from Ubuntu Hardy 
(http://bryceharrington.org/drupal/display-config-1)

While a) would be the conservative approach - don't expose what's
broken, b) and c) would be the more adventureous approaches where b)
opens the perspective to get common codestreams for KDE and KDE4.

Anyone with a better idea?

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
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 173768] Re: The module Monitor Display could not be loaded.

2008-03-07 Thread Harald Seipp
Problem is still present with Kubuntu Hardy Alpha 5 (i386, liveCD).
Installing python-dev as suggested in a related thread did not help.

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
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 173768] Re: The module Monitor Display could not be loaded.

2008-03-07 Thread Harald Seipp
Looks like the root cause is the integration of the new 1.4.0 X server. This 
server does no longer require a ServerLayout section in xorg.conf - see that 
attached xorg.conf for the Alpha 5 live CD.
When starting displayconfig, the code calls 
/var/lib/python-support/python2.5/displayconfigabstraction.py which still tries 
to read the ServerLayout section of xorg.conf (line 124), but does not succeed 
and exits with a failure. This causes the uninitialized screen variables in the 
calling functions.

Seems like the concept of deducing the X server properties from xorg.conf is 
hopelessly broken with a mostly self-configuring X server as 1.4.0 (future 
servers will not even require an xorg.conf at all). There needs to be a smarter 
way to retrieve the current X server configuration.
A quick-and-dirty approach may be to retrieve the information from Xorg.0.log.

Seems like a _huge_ rework of that module is required anyway.

** Attachment added: xorg.conf for Hardy Alpha 5 i386 Live CD
   http://launchpadlibrarian.net/12164563/xorg.conf

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
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 173768] Re: The module Monitor Display could not be loaded.

2008-03-07 Thread Harald Seipp
Looks like the smart way would be to use XRandR  
(http://www.x.org/wiki/Projects/XRandR) as the preferred way to set screen 
size, orientation and/or reflection of the outputs for a screen for modern X 
servers.
Maybe some URandR (http://www.x.org/wiki/Projects/XRandR) or Python-XRandR 
(https://code.launchpad.net/python-xrandr) python code can be re-used?

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
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 173768] Re: The module Monitor Display could not be loaded.

2008-03-02 Thread Harald Seipp
The first Kubuntu Hardy KDE4 Alpha 
(https://wiki.kubuntu.org/HardyHeron/Alpha5/KubuntuKDE4) comes with a 
completely new displayconfig module that indeed uses XRandR.
It is not fully operational yet (settings cannot be changed), but this looks 
like the right approach.
Hopefully someone will backport that to the stable Kubuntu stream (if not 
already done).

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
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 173768] Re: The module Monitor Display could not be loaded.

2008-03-02 Thread Harald Seipp
http://bryceharrington.org/drupal/display-config-1 describes the recent
progress of the Ubuntu display configuration.

-- 
The module Monitor  Display could not be loaded.
https://bugs.launchpad.net/bugs/173768
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-02-03 Thread Harald Seipp
Tested (kubuntu) Hardy Alpha 4 - the fix is _not_ included. 
Behavior is Identical to Alpha 3 :-(

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-25 Thread Harald Seipp
Just tested Stefan's patch with a high-level application (Moneyplex
2004) - works fine! I hope the patch will still make it into Hardy Alpha
4!

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-24 Thread Harald Seipp
Debug level log on the same system using Gutsy:
Jan 24 08:59:57 localhost kernel: [  583.811810] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: USB 
Serial support registered for KOBILUSB smart card terminal
Jan 24 08:59:57 localhost kernel: [  583.812179] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: 
static descriptor matches
Jan 24 08:59:57 localhost kernel: [  583.812184] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: found 
interrupt out on endpoint 0
Jan 24 08:59:57 localhost kernel: [  583.812186] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: found 
interrupt in on endpoint 1
Jan 24 08:59:57 localhost kernel: [  583.812189] kobil 4-1:1.0: KOBIL USB smart 
card terminal converter detected
Jan 24 08:59:57 localhost kernel: [  583.812191] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: 
usb_serial_probe - setting up 1 port structures for this device
Jan 24 08:59:57 localhost kernel: [  583.812196] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: the 
device claims to support interrupt out transfers, but write_int_callback is not 
defined
Jan 24 08:59:57 localhost kernel: [  583.812200] KOBIL KAAN Standard Plus / 
SecOVID Reader Plus detected
Jan 24 08:59:57 localhost kernel: [  583.812202] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: 
get_free_serial 1
Jan 24 08:59:57 localhost kernel: [  583.812204] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: 
get_free_serial - minor base = 0
Jan 24 08:59:57 localhost kernel: [  583.812207] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: 
usb_serial_probe - registering ttyUSB0
Jan 24 08:59:57 localhost kernel: [  583.812844] usb 4-1: KOBIL USB smart card 
terminal converter now attached to ttyUSB0
Jan 24 08:59:57 localhost kernel: [  583.812858] usbcore: registered new 
interface driver kobil
Jan 24 08:59:57 localhost kernel: [  583.812861] 
/home/harald/tmp/linux-source-2.6.22/drivers/usb/serial/kobil_sct.c: 21/05/2004 
KOBIL Systems GmbH - http://www.k   obil.com
Jan 24 08:59:57 localhost kernel: [  583.812863] 
/home/harald/tmp/linux-source-2.6.22/drivers/usb/serial/kobil_sct.c: KOBIL USB 
Smart Card Terminal Driver (experi   mental)

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-24 Thread Harald Seipp
Stefan, that did the trick!

Jan 24 20:26:13 ubuntu kernel: [  795.453861] usbcore: registered new interface 
driver usbserial_generic
Jan 24 20:26:13 ubuntu kernel: [  795.453866] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial Driver 
core
Jan 24 20:26:30 ubuntu kernel: [  811.606289] kobil_sct: no version for 
struct_module found: kernel tainted.
Jan 24 20:26:30 ubuntu kernel: [  811.610050] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support 
registered for KOBIL USB smart card terminal
Jan 24 20:26:30 ubuntu kernel: [  811.610103] kobil 4-1:1.0: KOBIL USB smart 
card terminal converter detected
Jan 24 20:26:30 ubuntu kernel: [  811.610310] usb 4-1: KOBIL USB smart card 
terminal converter now attached to ttyUSB0
Jan 24 20:26:30 ubuntu kernel: [  811.610331] usbcore: registered new interface 
driver kobil
Jan 24 20:26:30 ubuntu kernel: [  811.610335] drivers/usb/serial/kobil_sct.c: 
21/05/2004 KOBIL Systems GmbH - http://www.kobil.com
Jan 24 20:26:30 ubuntu kernel: [  811.610344] drivers/usb/serial/kobil_sct.c: 
KOBIL USB Smart Card Terminal Driver (experimental)

Even the userspace card test application is now running successfully (here: 
reset):
Going to call CT_init
CT_init (Port 1): 0
CT_Reset: 0
CT_data Aufruf mit: 20 10 00 00
CT_data: 0
Antwort: 90 00

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-23 Thread Harald Seipp
Ben, thanks for your investigations. I actually see one more functional
difference, the new code added setting the speed variable within the
baud rate case statement in kobil_set_termios().

-   case 9600:
default:
+   speed = 9600;
+   case 9600:

It looks like the speed variable was never properly initialized within that 
function - maybe the latest code is broken because the lines Ben pointed out 
above now _really use_ that variable?
A patched binary kernel module (generic kernel on IX86) for testing would be 
perfect as I can only test with the Hardy live CD. I would then unload the 
driver loaded during boot and then load the patched one.
If it's possible to properly build the Hardy kernel on a Gutsy machine, I can 
do that on my own. I would pull the Hardy kernel source using the live CD and 
copy the code together with the Hardy kernel configuration from /boot to my 
Gutsy system, then compile the kernel there. Finally I would unload/load the 
kernel module on the Hardy Live CD system.

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-23 Thread Harald Seipp
Forget my previous post, I overlooked that the speed variable is set by the 
tty_get_baud_rate() function.
However, I was able to set up a build system with the Hardy live CD to test 
commenting out the lines as recommended by Ben above. That _did not_ change 
anything - still getting the error.
When loading the kobil_sct as well as the usb-serial module with debug options, 
I got the following more detailed error message:
Jan 24 07:24:51 ubuntu kernel: [ 1671.564211] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support 
registered for KOBIL USB smart card terminal
Jan 24 07:24:51 ubuntu kernel: [ 1671.564245] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: static descriptor 
matches
Jan 24 07:24:51 ubuntu kernel: [ 1671.564255] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: found interrupt out 
on endpoint 0
Jan 24 07:24:51 ubuntu kernel: [ 1671.564261] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: found interrupt in 
on endpoint 1
Jan 24 07:24:51 ubuntu kernel: [ 1671.564266] 
/build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: wrong number of 
endpoints
Jan 24 07:24:51 ubuntu kernel: [ 1671.564276] kobil: probe of 4-1:1.0 failed 
with error -5

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-14 Thread Harald Seipp

** Attachment added: Difference between the (working) patched Gutsy driver and 
the current Hardy code
   http://launchpadlibrarian.net/11347369/kobil_c_2.6.24-diff

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-14 Thread Harald Seipp

** Attachment added: lsusb -v output
   http://launchpadlibrarian.net/11347365/lsusb.log

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] [regression] Kobil card reader doesn't work with Hardy

2008-01-14 Thread Harald Seipp
Public bug reported:

The USB-attached Kobil Kaan Standard Plus cardreader that worked with all 
pre-Gusty releases does no longer work with Hardy - tested with Alpha 3. Note 
that it only worked on Gutsy with a patch - for details see #128228.
With Hardy Alpha 3, the driver does not load with the following error:
[   88.125806] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB 
Serial support registered for KOBIL USB smart card terminal
[   88.125858] kobil: probe of 4-1:1.0 failed with error -5
[   88.125880] usbcore: registered new interface driver kobil
[   88.125885] /build/buildd/linux-2.6.24/drivers/usb/serial/kobil_sct.c: 
21/05/2004 KOBIL Systems GmbH - http://www.kobil.com
[   88.125890] /build/buildd/linux-2.6.24/drivers/usb/serial/kobil_sct.c: KOBIL 
USB Smart Card Terminal Driver (experimental)

Note that on the same machine, the device works perfectly with the
patched Gutsy Kernel.

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

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-14 Thread Harald Seipp

** Attachment added: dmesg output
   http://launchpadlibrarian.net/11347359/dmesg-hardy.log

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-14 Thread Harald Seipp

** Attachment added: uname -a output
   http://launchpadlibrarian.net/11347362/uname.log

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183109] Re: [regression] Kobil card reader doesn't work with Hardy

2008-01-14 Thread Harald Seipp

** Attachment added: lspci -vvnn output
   http://launchpadlibrarian.net/11347363/lspci-vvnn.log

-- 
[regression] Kobil card reader doesn't work with Hardy
https://bugs.launchpad.net/bugs/183109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-01 Thread Harald Seipp
Erik,

I attached the patch that I backported from 2.6.24-rc1 to the current 2.6.22-14 
gutsy kernel to my post 
(https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/128228/comments/6)
 above.
Applying that patch (http://launchpadlibrarian.net/10175748/kobil_sct.patch) to 
the current gutsy Ubuntu sources is straight-forward, if you are used to handle 
kernel sources or patches. If you're stuck with that, send me an e-mail and 
I'll help.

Paul,

I don't understand your last comment - my post 
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/128228/comments/6
 contained all information about the patchset that was taken into the 
mainstream kernel with 2.6.24-rc1. Even if you won't believe me, you could have 
looked it up in the kernel release notes or the git repository, so why 
bothering the developers with that.
Again, I've applied the patch and I can confrim that the patch fixes the driver 
at least in a way that it works again as it did with feisty.

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-01 Thread Harald Seipp
There was never a question that the driver would work with hardy - as I 
mentioned above, the driver _is_ going to be fixed for 2.6.24. The point is 
that I'm missing the fix as part of a _gutsy_ kernel update.
The gutsy kernel introduced the regression and again, the driver was working 
with feisty and previous ubuntu releases.
But maybe I just don't understand the fix strategy for non-LTS releases with 
regards to kernel patchesIf fixing broken kernel drivers is always 
postponed to the next ubuntu release, I can live with that, but I think that 
users without kernel development skills who can't get their hardware working 
again (here: online banking secure access!) will be very disappointed...

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2007-12-31 Thread Harald Seipp
I was very disappoionted with the last kernel update (2.6.22-14.47) because it 
did not include the fix for the broken driver.
The current driver is unusable, the fix is available - what's going wrong here?

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144191] Re: IBM T23 resumes with black screen

2007-10-27 Thread Harald Seipp
Same problem here (T23 with SuperSavage IX/C SDR) - I'm able to recover
by closing and re-opening the lid again after resume - seems to be just
an issue with screen switching. I also recognize that Fn-F7 does not
work with Gutsy while it worked with Feisty. In Feisty I sometimes had
to press Fn-F7 to get the display back again after resume.


** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/10185519/lspci-vvnn.log

-- 
IBM T23 resumes with black screen
https://bugs.launchpad.net/bugs/144191
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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