[Bug 637331] Re: lucid x86_64: raid 5 on ICH10R unreadable

2010-09-19 Thread bobdum
Hi,
no more need help.

I'll fix my problem by myself.
If an admin can delete that bug, everything is ok.

Have a nice day.

Roberto

-- 
lucid x86_64: raid 5 on ICH10R unreadable
https://bugs.launchpad.net/bugs/637331
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 631147] Re: gwibber-service crashed with SIGSEGV in free()

2010-09-19 Thread dox187
gwibber --debug
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `gtk-enable-event-sounds' of type `gboolean' from rc file value 
((GString*) 0x29563a0) of type `gboolean'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `gtk-enable-input-feedback-sounds' of type `gboolean' from rc file 
value ((GString*) 0x27410e0) of type `gboolean'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `gtk-button-images' of type `gboolean' from rc file value ((GString*) 
0x295cae0) of type `gboolean'

** (gwibber:10122): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:10122): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:10122): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
ERROR:dbus.proxies:Introspect error on 
com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
Traceback (most recent call last):
  File /usr/bin/gwibber, line 72, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 536, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 34, in 
__init__
self.model = gwui.Model()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 42, in __init__
self.services = json.loads(self.daemon.GetServices())
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
return self._proxy_method(*args, **keywords)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.

-- 
gwibber-service crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/631147
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 642913] [NEW] python wnck bindings have broken constants again

2010-09-19 Thread Tony Houghton
Public bug reported:

Bug 447479 got fixed in libwnck (the constants should have been
registered as flags, not as enums) but a workaround also got put in to
python's wnck bindings (register constants as enum instead of flags). So
this has created a sort of mirror image of the original bug with
effectively the same symptoms.

** Affects: gnome-python-desktop
 Importance: Unknown
 Status: Unknown

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

** Affects: gnome-python-desktop (Debian)
 Importance: Unknown
 Status: Unknown

-- 
python wnck bindings have broken constants again
https://bugs.launchpad.net/bugs/642913
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 642913] Re: python wnck bindings have broken constants again

2010-09-19 Thread Tony Houghton

** Patch added: 10_wnck_defs.patch
   
https://bugs.launchpad.net/bugs/642913/+attachment/1609171/+files/10_wnck_defs.patch

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

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

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

** Also affects: gnome-python-desktop (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597414
   Importance: Unknown
   Status: Unknown

-- 
python wnck bindings have broken constants again
https://bugs.launchpad.net/bugs/642913
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 642556] Re: Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and freedb.freedb.org server

2010-09-19 Thread STGSAGWAN
This crash has been found to be caused by the unmatched order of the message 
parameters in the file '/usr/share/locale/ja/LC_MESSAGES/easytag.mo' and the 
source code cddb.c:3290.
 (My thanks to forum member 'einundzwanzighundertsechs' at 
forums.ubuntulinux.jp)

/usr/share/locale/ja/LC_MESSAGES/easytag.mo:
msgid Found %d matching album(s) for DiscID '%s'
msgstr DiscID '%s' に一致するアルバムが %d 個見つかりました

cddb.c:
msg = g_strdup_printf(_(Found %d matching album(s) for DiscID '%s'), 
g_list_length(CddbAlbumList),cddb_discid);

The aforementioned gdb backtrace #5 0x0806f170 in ?? () was actually
#5  0x0806f1d0 in Cddb_Search_Album_From_Selected_Files () at
cddb.c:3290

-- 
Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and 
freedb.freedb.org server
https://bugs.launchpad.net/bugs/642556
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 635406] Re: armel build failure (no thumb support)

2010-09-19 Thread Matthias Klose
first patch is wrong, and detected the same wrong patch in libgc. sync
primitives are backported to gcc-4.4.


** Also affects: libgc (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libgc (Ubuntu)
   Importance: Undecided = High

** Changed in: libgc (Ubuntu)
   Status: New = In Progress

** Changed in: libgc (Ubuntu)
Milestone: None = ubuntu-10.10

** Also affects: libgc (Ubuntu Maverick)
   Importance: High
   Status: In Progress

** Also affects: moon (Ubuntu Maverick)
   Importance: Undecided
   Status: New

-- 
armel build failure (no thumb support)
https://bugs.launchpad.net/bugs/635406
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 633424] Re: maverick screen does not update except when mouse moves or key is held down

2010-09-19 Thread Wolfgang Kufner
Happened again with a current live maverick usb stick booted via loopmount. 
Details:
It happened when I plugged in the usb umts modem. I had done not much more than 
open the resources tab of system monitor (which makes the bug easy to see).
Continuously moving the mouse makes graphics update smooth again. Pressing a 
key like shift does not make it quite as smooth.

FWIW I have seen apport-gpu-error-intel.py close unexpectedly more
than once.

-- 
maverick screen does not update except when mouse moves or key is held down
https://bugs.launchpad.net/bugs/633424
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 622848] Re: Graphics driver install fails on live USB

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
Graphics driver install fails on live USB
https://bugs.launchpad.net/bugs/622848
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 620880] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/620880
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 614088] Re: unity should give an error to the user when not supported by the driver/graphic card

2010-09-19 Thread Adam H
In my case, my machine certainly has the 3D hardware required to
actually use Netbook Edition.  However, restricted nVidia drivers are
required to do so, and not being able to use the default Desktop Edition
UI to get those installed makes for a difficult experience.  I would
agree something needs to be done so the user gets some sort of prompt or
fallback so these sorts of things can be taken care of quickly.

-- 
unity should give an error to the user when not supported by the driver/graphic 
card
https://bugs.launchpad.net/bugs/614088
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 642914] [NEW] F-spot (Lucid LTS) export to Gallery2 broken

2010-09-19 Thread Pascal
Public bug reported:

Binary package hint: f-spot

The Gallery2 export add-in version is 0.6.0.1

Debug output :

Gallery created: GalleryRemote.Gallery2
Gallery2: Attempting to login
StatusText : Login successful.
StatusText : Fetch-albums successful.
[Debug 18:12:15.292] open uri = 
file:///home/pascal/Documents/photos/2010/05/31/dscn0834.jpg
Starting upload
uploading 0
StatusText : Upload failed\: ''.
Unparsed Line in ParseAddItem(): status_debug=1
Upload failed\: ''.
GalleryRemote.GalleryCommandException: Upload failed\: ''.
  at GalleryRemote.Gallery.ParseAddItem (System.Net.HttpWebResponse response) 
[0x0] 
  at GalleryRemote.Gallery2.AddItem (GalleryRemote.Album album, System.String 
path, System.String filename, System.String caption, System.String description, 
Boolean autorotate) [0x0] 
  at GalleryRemote.Album.Add (IBrowsableItem item, System.String path) 
[0x0] 
  at G2Export.GalleryExport.Upload () [0x0]

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: f-spot 0.6.1.5-2ubuntu7
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
CheckboxSubmission: f71cce64202dc1b549db6efb9037a529
CheckboxSystem: 7613f6057679e7dc2c42ec6b896da857
Date: Sun Sep 19 18:19:18 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: f-spot

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
F-spot (Lucid LTS) export to Gallery2 broken
https://bugs.launchpad.net/bugs/642914
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 642914] Re: F-spot (Lucid LTS) export to Gallery2 broken

2010-09-19 Thread Pascal

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642914/+attachment/1609172/+files/Dependencies.txt

-- 
F-spot (Lucid LTS) export to Gallery2 broken
https://bugs.launchpad.net/bugs/642914
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 642914] Re: F-spot (Lucid LTS) export to Gallery2 broken

2010-09-19 Thread Pascal
Gallery version = 2.3.1 noyau 1.3.0.1 
API = Noyau 7.54, Module 3.9, Thème 2.6, Intégré 1.5 
PHP version = 5.2.6-1+lenny9 apache2handler 
Serveur Web = Apache 
Base de données = mysql 5.0.51a-24+lenny4, lock.system=flock 
Boîtes à outils = ArchiveUpload, Exif, Getid3, Thumbnail, LinkItemToolkit, 
ImageMagick, jpegtran 
Accélération = full/900, none/0 
Système d'exploitation = Linux bartok 2.6.26-2-686 #1 SMP Mon Aug 30 07:01:57 
UTC 2010 i686 
Thème par défaut = matrix 
gettext = activé

-- 
F-spot (Lucid LTS) export to Gallery2 broken
https://bugs.launchpad.net/bugs/642914
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 634352] Re: package fglrx 2:8.723.1-0ub untu4 failed to install/upgrade: Unterprozess installier tes post-removal-Skript gab den Fehlerwert 2 zurück

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: Unterprozess 
installiertes post-removal-Skript gab den Fehlerwert 2 zurück
https://bugs.launchpad.net/bugs/634352
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 615300] Re: Set and/or enable default Evolution signature as Sent from Ubuntu

2010-09-19 Thread Vincent Nys
Tacky, useless clutter. If anyone actually wants this, they can still
add a signature. Though you could manually remove it, too, default
behaviour should be you get what you write.

-- 
Set and/or enable default Evolution signature as Sent from Ubuntu
https://bugs.launchpad.net/bugs/615300
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 613790] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/613790
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 44478] Re: Options button in default Ubuntu gdm login screen does not obey Fitt's law

2010-09-19 Thread Christian Hudon
No, it works fine in Lucid.

-- 
Options button in default Ubuntu gdm login screen does not obey Fitt's law
https://bugs.launchpad.net/bugs/44478
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 642919] [NEW] wishlist for upgrades

2010-09-19 Thread Cornelia Böttge
Public bug reported:

Binary package hint: update-manager

1. If you choose to perform a major upgrades from within the update-
manager, there should be a warning that there is a certain knowledge of
the system required to perform the upgrade succesfully - for preventing
persons with little knowledge to perform the upgrade alone and then
resulting in an instable system or a system not working at all .

2. Reasonable default settings during the major upgrade, and
warnings/explanations wherever crucial decisions have to be made, e.g.
while upgrading from 9.10- 10.04  GRUB-settings were taken over from
the previous version by default, resulting in booting with an old
kernel.

3. In case of minor upgrades, please make a difference between urgent
security updates and updates with which you can / should wait until you
have a chance (time respectively someone with some Ubuntu knowledge if
you don't have it yourself) for solving possible problems, such as a
non-working touchpad after a kernel-update.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 83a6fd6829d45d4393edf242a058a846
CheckboxSystem: c541d13ea4f205f2fd751f76ed21105b
Date: Sun Sep 19 17:48:51 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
NonfreeKernelModules: wl
Package: update-manager 1:0.126.10
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-22.63-generic
SourcePackage: update-manager
Tags:  ubuntu-unr
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-bug i386 ubuntu-unr

-- 
wishlist for upgrades
https://bugs.launchpad.net/bugs/642919
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 642919] Re: wishlist for upgrades

2010-09-19 Thread Cornelia Böttge

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642919/+attachment/1609227/+files/Dependencies.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.launchpad.net/bugs/642919/+attachment/1609228/+files/XsessionErrors.txt

-- 
wishlist for upgrades
https://bugs.launchpad.net/bugs/642919
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 642918] [NEW] nvidia- hardware driver utility gives incorrect resolution

2010-09-19 Thread Alzie
Public bug reported:

Binary package hint: xorg

Monitor- Daewoo HL710s LCD. Native resolution is 1280x1024
Using the Hardware Driver Utility to install nvidia drivers the best resolution 
I could achieve was 1024x768.
I attempted to edit xorg.conf, to import xorg.conf created by 8.04 live disc 
(which worked in the past), tried xrandr to change resolution to no avail.  I 
even tried to modify EDID.

These all resulted in resolutions varying from 640x480 to 1024x768.

I noted that when I tried to install drivers from the terminal that I
was able to find my native resolution listed in xorg.conf.

I am currently using nvidia driver 256.53 and getting native resolution
of 1280x1024.

After installing the driver from nvidia's website I received an out of
frequency message on my monitor which I was able to correct by editing
xorg.conf and lowering the horizontal and vertical frequencies to 30-70.
All seems to be good.

The only issue is that my monitor is still detected as a generic CRT.

With the version 96 driver my monitor was incorrectly identified as __ ___P
With versions 173 and current my monitor is detected as CRT but the BUS ID was 
showing as PCI:?:?:?

It appears that driver install from GUI is preventing proper detection
of the monitor, however install from the terminal allows for better
detection of the monitor.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
CurrentDmesg:
 [   19.928948] tg3: eth0: Link is up at 100 Mbps, full duplex.
 [   19.928953] tg3: eth0: Flow control is on for TX and on for RX.
 [   19.929162] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   30.150030] eth0: no IPv6 routers present
 [   80.190047] Clocksource tsc unstable (delta = -173865918 ns)
Date: Sun Sep 19 12:14:29 2010
DkmsStatus:
 nvidia-96, 96.43.17, 2.6.32-24-generic, x86_64: installed 
 nvidia-current, 195.36.24, 2.6.32-24-generic, x86_64: installed
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: Dell Inc OptiPlex 740
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic root=/dev/sda1 
loop=/hostname/disks/root.disk ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
dmi.bios.date: 10/18/2006
dmi.bios.vendor: Dell Inc
dmi.bios.version: 1.0.4
dmi.board.name: 0PY127
dmi.board.vendor: Dell Inc
dmi.board.version: A02
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc
dmi.modalias: 
dmi:bvnDellInc:bvr1.0.4:bd10/18/2006:svnDellInc:pnOptiPlex740:pvr:rvnDellInc:rn0PY127:rvrA02:cvnDellInc:ct3:cvr:
dmi.product.name: OptiPlex 740
dmi.sys.vendor: Dell Inc
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32-24-generic

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


** Tags: amd64 apport-bug lucid resolution

-- 
nvidia- hardware driver utility gives incorrect resolution
https://bugs.launchpad.net/bugs/642918
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 642918] Re: nvidia- hardware driver utility gives incorrect resolution

2010-09-19 Thread Alzie

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609206/+files/BootDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609207/+files/Dependencies.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609208/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609209/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609210/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609211/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609212/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609213/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609214/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609215/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609216/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609217/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609218/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609219/+files/UdevLog.txt

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609220/+files/XorgConf.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609221/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609222/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609223/+files/Xrandr.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609224/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/642918/+attachment/1609225/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/642918/+attachment/1609226/+files/xkbcomp.txt

-- 
nvidia- hardware driver utility gives incorrect resolution
https://bugs.launchpad.net/bugs/642918
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 642674] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 631057 ***
https://bugs.launchpad.net/bugs/631057

** This bug has been marked a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
 * You can subscribe to bug 631057 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/631057/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/642674
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 642518] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Jonathan Windham
i was wondering is this version of fglrx able to run RS100--RS700 in
xorg7.5? If so i'll be a patching.

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/642518
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 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2010-09-19 Thread Ingo Ruhnke
Bug is still present in 10.10 Maverik:

Plugging a Sansa Clip+ MP3 player into USB gives the following dmesg
output:

$ dmesg
[34194.116309] hub 2-0:1.0: unable to enumerate USB device on port 4
[34195.884039] usb 2-4: new high speed USB device using ehci_hcd and address 8
[34196.023380] scsi11 : usb-storage 2-4:1.0
[34197.020929] scsi 11:0:0:0: Direct-Access SanDisk  Sansa Clip+ 4GB  v01. 
PQ: 0 ANSI: 0
[34197.021412] scsi 11:0:0:1: Direct-Access SanDisk  Sansa Clip+ 4GB  v01. 
PQ: 0 ANSI: 0
[34197.022056] sd 11:0:0:0: Attached scsi generic sg6 type 0
[34197.022274] sd 11:0:0:1: Attached scsi generic sg7 type 0
[34197.024413] sd 11:0:0:0: [sdf] 7683072 512-byte logical blocks: (3.93 
GB/3.66 GiB)
[34197.027268] sd 11:0:0:1: [sdg] Attached SCSI removable disk
[34197.028738] sd 11:0:0:0: [sdf] Write Protect is off
[34197.028744] sd 11:0:0:0: [sdf] Mode Sense: 04 00 00 00
[34197.028748] sd 11:0:0:0: [sdf] Assuming drive cache: write through
[34197.031557] sd 11:0:0:0: [sdf] Assuming drive cache: write through
[34197.031566]  sdf:
[34197.037913] sd 11:0:0:0: [sdf] Assuming drive cache: write through
[34197.037919] sd 11:0:0:0: [sdf] Attached SCSI removable disk
[34197.237720] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
128 rq 6 len 1000 ret -110
[34198.409977] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
128 rq 6 len 1000 ret -110

If one tries to mount it:

$ sudo mount /dev/sdf  /mnt
mount: /dev/sdf is not a valid block device

$ dmesg
[34228.176043] usb 2-4: reset high speed USB device using ehci_hcd and address 8
[34238.692524] usb 2-4: reset high speed USB device using ehci_hcd and address 8
[34255.200532] usb 2-4: reset high speed USB device using ehci_hcd and address 8
[34255.736606] usb 2-4: reset high speed USB device using ehci_hcd and address 8
[34266.364106] usb 2-4: reset high speed USB device using ehci_hcd and address 8
[34266.800557] sd 11:0:0:0: Device offlined - not ready after error recovery
[34266.800570] sd 11:0:0:0: [sdf] Unhandled error code
[34266.800573] sd 11:0:0:0: [sdf] Result: hostbyte=DID_ABORT 
driverbyte=DRIVER_OK
[34266.800578] sd 11:0:0:0: [sdf] CDB: Read(10): 28 00 00 44 0d 38 00 00 40 00
[34266.800590] end_request: I/O error, dev sdf, sector 4459832
[34266.800596] Buffer I/O error on device sdf, logical block 557479
[34266.800604] Buffer I/O error on device sdf, logical block 557480
[34266.800608] Buffer I/O error on device sdf, logical block 557481
[34266.800612] Buffer I/O error on device sdf, logical block 557482
[34266.800616] Buffer I/O error on device sdf, logical block 557483
[34266.800619] Buffer I/O error on device sdf, logical block 557484
[34266.800623] Buffer I/O error on device sdf, logical block 557485
[34266.800627] Buffer I/O error on device sdf, logical block 557486
[34266.800631] sd 11:0:0:0: rejecting I/O to offline device
[34266.800747] sd 11:0:0:0: rejecting I/O to offline device
[34266.800824] sd 11:0:0:0: rejecting I/O to offline device
[34266.800845] sd 11:0:0:0: rejecting I/O to offline device
[34266.800937] sd 11:0:0:0: rejecting I/O to offline device
[34266.801001] sd 11:0:0:0: rejecting I/O to offline device
[34266.801065] sd 11:0:0:0: rejecting I/O to offline device
[34266.801110] sd 11:0:0:0: rejecting I/O to offline device
[34266.801196] sd 11:0:0:0: rejecting I/O to offline device
[34266.801259] sd 11:0:0:0: rejecting I/O to offline device
[34266.801324] sd 11:0:0:0: rejecting I/O to offline device
[34266.801370] sd 11:0:0:0: rejecting I/O to offline device
[34266.801463] sd 11:0:0:0: rejecting I/O to offline device
[34266.801529] sd 11:0:0:0: rejecting I/O to offline device
[34266.801594] sd 11:0:0:0: rejecting I/O to offline device
[34266.801640] sd 11:0:0:0: rejecting I/O to offline device
[34266.801731] sd 11:0:0:0: rejecting I/O to offline device
[34266.801796] sd 11:0:0:0: rejecting I/O to offline device
[34266.801860] sd 11:0:0:0: rejecting I/O to offline device
[34266.801905] sd 11:0:0:0: rejecting I/O to offline device
[34266.801999] sd 11:0:0:0: rejecting I/O to offline device
[34266.802064] sd 11:0:0:0: rejecting I/O to offline device
[34266.802134] sd 11:0:0:0: rejecting I/O to offline device
[34266.802187] sd 11:0:0:0: rejecting I/O to offline device
[34266.802283] sd 11:0:0:0: rejecting I/O to offline device
[34266.802349] sd 11:0:0:0: rejecting I/O to offline device
[34266.802415] sd 11:0:0:0: rejecting I/O to offline device
[34266.802461] sd 11:0:0:0: rejecting I/O to offline device
[34266.802557] sd 11:0:0:0: rejecting I/O to offline device
[34266.802624] sd 11:0:0:0: rejecting I/O to offline device
[34266.802692] sd 11:0:0:0: rejecting I/O to offline device
[34266.802743] sd 11:0:0:0: rejecting I/O to offline device
[34266.802834] sd 11:0:0:0: rejecting I/O to offline device
[34266.802900] sd 11:0:0:0: rejecting I/O to offline device
[34266.802966] sd 11:0:0:0: rejecting I/O to offline device
[34266.803016] sd 11:0:0:0: rejecting I/O to offline device
[34266.803108] sd 

[Bug 642589] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade:

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade:
https://bugs.launchpad.net/bugs/642589
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 640308] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 631057 ***
https://bugs.launchpad.net/bugs/631057

** This bug has been marked a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
 * You can subscribe to bug 631057 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/631057/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/640308
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 632745] Re: kernel module fails to compile on 2.6.35

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 631057 ***
https://bugs.launchpad.net/bugs/631057

** This bug has been marked a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
 * You can subscribe to bug 631057 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/631057/+subscribe

-- 
kernel module fails to compile on 2.6.35
https://bugs.launchpad.net/bugs/632745
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 623691] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/623691
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 573607] Re: Totem won't play XVID mpeg 4 files

2010-09-19 Thread madbiologist
** Changed in: gstreamer0.10 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Totem won't play XVID mpeg 4 files
https://bugs.launchpad.net/bugs/573607
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 405232] Re: nautilus crashed with signal 5 in _XError()

2010-09-19 Thread Saul
Recurring bug - crash - happen on booting up into desktop after initial
switch on.

-- 
nautilus crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/405232
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 642925] [NEW] after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 'grub_xputs not found.

2010-09-19 Thread janma
Public bug reported:

After the upgrading with an error in gellery2 from 10.04.1 (server) to maverick 
and a reboot came a grub error: 
The symbol 'grub_xputs' not found.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 
'grub_xputs not found.
https://bugs.launchpad.net/bugs/642925
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 642859] Re: update-software-center-agent crashed with OSError in makedirs()

2010-09-19 Thread Matheus de Araújo
** Visibility changed to: Public

-- 
update-software-center-agent crashed with OSError in makedirs()
https://bugs.launchpad.net/bugs/642859
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 642856] Re: audacious2 crashed with SIGSEGV in std::ios_base::Init::~Init()

2010-09-19 Thread Benjamin Drung
** Visibility changed to: Public

-- 
audacious2 crashed with SIGSEGV in std::ios_base::Init::~Init()
https://bugs.launchpad.net/bugs/642856
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 642768] Re: unable to load evdev-plug.conf

2010-09-19 Thread Benjamin Drung
Can you launch audacious in English and post the English error message:

export LANG=C
audacious

-- 
unable to load evdev-plug.conf
https://bugs.launchpad.net/bugs/642768
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 642518] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Ricardo
I have patched the fglrx package as indicated by Luc Bruninx and it worked fine 
for me.
Will this patch work also on new kernels? or should I avoid to upgrade the 
kernel since the bug is fixed?
Thanks
Ricardo

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/642518
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 627776] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/627776
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 626927] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/626927
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 622608] Re: package fglrx 2:8.723.1-0ub untu4 failed to install/upgrade: Unterprozess installier tes post-removal-Skript gab den Fehlerwert 2 zurück

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: Unterprozess 
installiertes post-removal-Skript gab den Fehlerwert 2 zurück
https://bugs.launchpad.net/bugs/622608
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 620877] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/620877
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 617521] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/617521
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 615300] Re: Set and/or enable default Evolution signature as Sent from Ubuntu

2010-09-19 Thread raindogx
Please don't make this the default.  It is terribly tacky.

-- 
Set and/or enable default Evolution signature as Sent from Ubuntu
https://bugs.launchpad.net/bugs/615300
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 615300] Re: Set and/or enable default Evolution signature as Sent from Ubuntu

2010-09-19 Thread Max_E
This is one of the worst ideas I've ever heard. It's obnoxious,
tasteless, and totally out of character. I'm completely disgusted that
this wasn't rejected out of hand.

-- 
Set and/or enable default Evolution signature as Sent from Ubuntu
https://bugs.launchpad.net/bugs/615300
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 429642] Re: USB creative xmod XFI Output does not work

2010-09-19 Thread Toutanc
This bug is still present in Maverick with metallic sound and low
volume. The afore-mentionned fix still works.

-- 
USB creative xmod XFI Output does not work
https://bugs.launchpad.net/bugs/429642
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 642927] [NEW] package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-19 Thread peterfc
Public bug reported:

Binary package hint: grub

This only happens when Update manager is doing an update.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.43
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
Uname: Linux 2.6.31-21-generic i686
Architecture: i386
Date: Sat Sep 18 15:02:11 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: grub
Title: package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: apport-package i386 lucid

-- 
package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/642927
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 642927] Re: package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-19 Thread peterfc

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/642927/+attachment/1609242/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642927/+attachment/1609243/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/642927/+attachment/1609244/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/642927/+attachment/1609245/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/642927/+attachment/1609246/+files/DpkgTerminalLog.txt

-- 
package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/642927
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 642926] Re: login crashed with SIGSEGV

2010-09-19 Thread Saravanan Thirumuruganathan

** Attachment added: CoreDump.gz
   https://bugs.launchpad.net/bugs/642926/+attachment/1609233/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609234/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609235/+files/Disassembly.txt

** Attachment added: LoginDefs.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609236/+files/LoginDefs.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609237/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609238/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609239/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609240/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/642926/+attachment/1609241/+files/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
login crashed with SIGSEGV
https://bugs.launchpad.net/bugs/642926
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 642895] Re: Cannot change password in Maverick PPC

2010-09-19 Thread jh
Some related auth.log entries:

Sep 19 17:22:13 piglet gnome-keyring-daemon[3082]: 
**#012ERROR:gp11-module.c:191:l
ock_private: assertion failed: (GP11_IS_MODULE (obj))
Sep 19 17:22:14 piglet passwd[3084]: couldn't read data from 
gnome-keyring-daemon:
 unexpected end of data
Sep 19 17:22:14 piglet passwd[3079]: gkr-pam: couldn't change password for the 
login keyring.

and

Sep 19 15:15:59 tigger pam_encfs[10313]: exitcode : 1, errorstring :
Error decoding volume key, password incorrect

(I can change these manually later )

-- 
Cannot change password in Maverick PPC
https://bugs.launchpad.net/bugs/642895
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 642674] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug is no longer a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/642674
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 640308] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug is no longer a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/640308
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 633292] Re: Lights Off game doesn't work

2010-09-19 Thread Sean Fitzpatrick
After the update of the gnome-games package this problem persists.  When I 
first ran lightsoff after the update I got the same thing as in the image 
posted by Stef (except that the counter was set to 1).
There was also a window with seed in the title bar that appeared very briefly 
before the lightsoff window appeared.  Subsequent attempts to run the program 
get me the window as in post #8 above.
Also immediately after closing the window I got the following crash report:
wncksyncdaemon crashed with signal 5 in _XError()
However, I can't reproduce this crash so it was probably a coincidence.

-- 
Lights Off game doesn't work
https://bugs.launchpad.net/bugs/633292
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 632745] Re: kernel module fails to compile on 2.6.35

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug is no longer a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
kernel module fails to compile on 2.6.35
https://bugs.launchpad.net/bugs/632745
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 631057] Re: package fglrx-amdcccle (not ins talled) failed to install/upgrade: afhængighedspr oblemer - efterlader den ukonfigureret

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
https://bugs.launchpad.net/bugs/631057
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 626027] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/626027
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 616027] Re: pstoedit crashed with SIGSEGV in _IO_setb()

2010-09-19 Thread David Monniaux
The problem does not occur if I compile pstoedit 3.50 myself.

-- 
pstoedit crashed with SIGSEGV in _IO_setb()
https://bugs.launchpad.net/bugs/616027
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 615991] Re: package fglrx (not installed) failed to install/upgrade: ErrorMessage: па кет fglrx не готов к настр ойке настройка невозм ожна (текущее состояни е: config-files)

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug has been marked a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
 * You can subscribe to bug 631057 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/631057/+subscribe

** This bug is no longer a duplicate of bug 631057
   package fglrx-amdcccle (not installed) failed to install/upgrade: 
afhængighedsproblemer - efterlader den ukonfigureret
** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
package fglrx (not installed) failed to install/upgrade: ErrorMessage: пакет 
fglrx не готов к настройке  настройка невозможна (текущее состояние: 
config-files)
https://bugs.launchpad.net/bugs/615991
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 612714] Re: NameError: global name 'parsed_url' is not defined

2010-09-19 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed = Fix Released

-- 
NameError: global name 'parsed_url' is not defined
https://bugs.launchpad.net/bugs/612714
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 611927] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/611927
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 589495] Re: duplicity --short-filenames crashes with TypeError

2010-09-19 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed = Fix Released

-- 
duplicity --short-filenames crashes with TypeError
https://bugs.launchpad.net/bugs/589495
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 642934] [NEW] error starting Banshee 1.7.5 on Lucid 64-bit

2010-09-19 Thread Jan Schuermann
Public bug reported:

Binary package hint: banshee

[Info  18:56:33.119] Running Banshee 1.7.5: [Ubuntu 10.04.1 LTS (linux-gnu, 
x86_64) @ 2010-09-12 06:04:39 UTC]
[Warn  18:56:33.574] Rolling back database migration
[Error 18:56:33.574] Error initializing required service DbConnection
Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the 
target of an invocation. --- System.Reflection.TargetInvocationException: 
Exception has been thrown by the target of an invocation. --- 
Mono.Data.Sqlite.SqliteException: The database disk image is malformed
database disk image is malformed
  at Mono.Data.Sqlite.Sqlite3.Reset (Mono.Data.Sqlite.SqliteStatement stmt) 
[0x0] 
  at Mono.Data.Sqlite.Sqlite3.Step (Mono.Data.Sqlite.SqliteStatement stmt) 
[0x0] 
  at Mono.Data.Sqlite.SqliteCommand.ExecuteNonQuery () [0x0] 
  at (wrapper remoting-invoke-with-check) 
Mono.Data.Sqlite.SqliteCommand:ExecuteNonQuery ()
  at Hyena.Data.Sqlite.HyenaSqliteCommand.Execute 
(Hyena.Data.Sqlite.HyenaSqliteConnection hconnection, 
Mono.Data.Sqlite.SqliteConnection connection) [0x0] 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] 
parameters) [0x0] 
  at Banshee.Database.BansheeDbFormatMigrator.InnerMigrate () [0x0] 
  at Banshee.Database.BansheeDbFormatMigrator.Migrate () [0x0] 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, 
System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) 
[0x0] 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) 
[0x0] 
  at System.Activator.CreateInstance (System.Type type) [0x0] 
  at Banshee.Gui.GtkBaseClient.Startup () [0x0] 
  at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler 
startup) [0x0]

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

-- 
error starting Banshee 1.7.5 on Lucid 64-bit
https://bugs.launchpad.net/bugs/642934
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 642930] [NEW] linux-image-virtual - No watchdog drivers enabled.

2010-09-19 Thread pomac
Public bug reported:

In KVM there is support for two different watchdog hardwares so it can
reboot the VM if the machine stops responding, this is all pretty
useless when the virtual kernel lacks support for watchdogs. =)

(Tested on Lucid)

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

-- 
linux-image-virtual - No watchdog drivers enabled.
https://bugs.launchpad.net/bugs/642930
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 642930] Re: linux-image-virtual - No watchdog drivers enabled.

2010-09-19 Thread pomac
libvirtd currently lists i6300esb and ib700 as supported watchdog
hardwares...

-- 
linux-image-virtual - No watchdog drivers enabled.
https://bugs.launchpad.net/bugs/642930
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 642928] [NEW] Grub upgrade dialogs are wrong, grub installs without permission

2010-09-19 Thread Bob Jonkman
Public bug reported:

Binary package hint: grub-pc

lsb_release -rd
Description:Ubuntu maverick (development branch)
Release:10.10

apt-cache policy grub-pc
grub-pc:
  Installed: 1.98+20100804-4ubuntu6
  Candidate: 1.98+20100804-4ubuntu6
  Version table:
 *** 1.98+20100804-4ubuntu6 0
500 http://ca.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status


I have installed Ubuntu 10.10 beta

Performing a System, Administration, Upgrade Manager upgrade, which
includes an update to Grub.


What happened:
First dialog box lists root partition and /dev/sda11 partition with empty 
checkboxes, asks which partition to install Grub to.  I select /dev/sda11 , I 
click Forward.  Second dialog box asks Continue without installing Grub to 
any partitions? (paraphrasing); checkbox not selected.  I click Forward and 
am returned to the first dialog box, with /dev/sda11 already checked. I click 
forward again, and second dialog box shows again, asking Continue without 
installing Grup to any partitions?  I select the checkbox and click Forward, 
then the detail screen shows that Grub is being installed anyway! Not sure to 
which partition.


What I expect to happen:
Grub should install to /dev/sda11 after I click Forward on the first dialog 
box.  Since a partition was selected the second dialog box should not appear.

If I check the box for Continue without installing Grub to any
partitions? then I expect that the upgrade will continue without
installing Grub to any partitions.

Thanx,
--Bob.

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

-- 
Grub upgrade dialogs are wrong, grub installs without permission
https://bugs.launchpad.net/bugs/642928
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 642928] Re: Grub upgrade dialogs are wrong, grub installs without permission

2010-09-19 Thread Bob Jonkman
Clarification of What happened:

First dialog box lists MBR partition and /dev/sda11 partition (which
contains the / filesystem for this system)

-- 
Grub upgrade dialogs are wrong, grub installs without permission
https://bugs.launchpad.net/bugs/642928
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 616970] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/616970
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 616906] Re: package fglrx-kernel-source 2:8.593-0ubuntu1 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx-kernel-source 2:8.593-0ubuntu1 failed to install/upgrade: fglrx 
kernel module failed to build
https://bugs.launchpad.net/bugs/616906
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 615300] Re: Set and/or enable default Evolution signature as Sent from Ubuntu

2010-09-19 Thread Jonathan Carter
How can Canonical do something this intrusive and rude without engaging
with the community at large or getting some wider input first? I realise
that Ubuntu is not a democracy and we don't vote on things, etc, but...
seriously?

-- 
Set and/or enable default Evolution signature as Sent from Ubuntu
https://bugs.launchpad.net/bugs/615300
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 615007] Re: Apt showing errors Saying packages not installed but package is installed

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
Apt showing errors Saying packages not installed but package is installed
https://bugs.launchpad.net/bugs/615007
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 439808] Re: Laptop unable to detect bluetooth devices (or be detected)

2010-09-19 Thread papukaija
Thank you for testing. This bug report is being closed due to your last
comment regarding this being fixed with an update. For future reference
you can manage the status of your own bugs by clicking on the current
status in the yellow line and then choosing a new status in the revealed
drop down box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: bluez (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Laptop unable to detect bluetooth devices (or be detected)
https://bugs.launchpad.net/bugs/439808
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 44478] Re: Options button in default Ubuntu gdm login screen does not obey Fitt's law

2010-09-19 Thread Vish
Thanks for following up. This bug report is being closed due to your last 
comment regarding this being fixed . 
Thank you again for taking the time to report this bug and helping to make 
Ubuntu better. Please submit any future bugs you may find.

** Changed in: feisty-gdm-themes (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: feisty-gdm-themes (Ubuntu)
 Assignee: Ubuntu Artwork Team (ubuntu-art) = (unassigned)

-- 
Options button in default Ubuntu gdm login screen does not obey Fitt's law
https://bugs.launchpad.net/bugs/44478
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 642935] [NEW] Icons incorrect on first use of home menu

2010-09-19 Thread Sean Fitzpatrick
Public bug reported:

Binary package hint: unity

When I use the 'go home' button (top left) in unity to access my applications, 
and click on (for example) the Games icon, I get a list of my games with the 
correct titles; however, the icons correspond to the first two rows in the 'all 
applications' list from the applications menu.  If I then switch to a different 
category and back again, I get the correct icons.  This only seems to happen 
the first time I use the menu after booting the computer.
Also, if I later use the applications icon to see my programs, it will indicate 
at the top that All Applications are being displayed, but in fact only the 
icons from the last category viewed using the go home button are visible.  
Again I have to select a different category and then re-select All Applications 
to get the correct view.

Steps to reproduce:
1. Restart computer (or logout/login)
2. Click on the go home icon
3. Click on one of the categories and notice that the wrong icons are being 
used.
4. Switch to a new category and back again to see that the right icons are now 
in place.
5. Click on the Applications icon and notice that only the last category viewed 
is displayed.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: unity 0.2.40-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.32-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sun Sep 19 10:51:38 2010
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 (20100429.4)
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: unity

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


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

-- 
Icons incorrect on first use of home menu
https://bugs.launchpad.net/bugs/642935
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 642935] Re: Icons incorrect on first use of home menu

2010-09-19 Thread Sean Fitzpatrick

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642935/+attachment/1609287/+files/Dependencies.txt

-- 
Icons incorrect on first use of home menu
https://bugs.launchpad.net/bugs/642935
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 642925] Re: after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 'grub_xputs not found.

2010-09-19 Thread janma
** Description changed:

- After the upgrading with an error in gellery2 from 10.04.1 (server) to 
maverick and a reboot came a grub error: 
+ After the upgrading with an error in gellery2 (after that, the upgrade 
aborded with Upgrade Successfully (i don't know why) from 10.04.1 (server) to 
maverick and a reboot came a grub error:
  The symbol 'grub_xputs' not found.

** Description changed:

- After the upgrading with an error in gellery2 (after that, the upgrade 
aborded with Upgrade Successfully (i don't know why) from 10.04.1 (server) to 
maverick and a reboot came a grub error:
- The symbol 'grub_xputs' not found.
+ Nach der Umrüstung mit einem Fehler in gellery2 (nach, dass das Upgrade mit 
aborted Upgrade erfolgreich (ich weiß nicht warum) vom 10.04.1 (Server) auf 
Maverick und einem Neustart kam ein grub error:
+ Das Symbol 'grub_xputs' nicht gefunden.

-- 
after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 
'grub_xputs not found.
https://bugs.launchpad.net/bugs/642925
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

Re: [Bug 642530] Re: package gnome-system-tools 2.22.2-0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 250

2010-09-19 Thread Steve
Ty i have upgraded to 10.04 and this release seems to be better than
previous releases.

On Sep 19, 2010 10:10 AM, Milan Bouchet-Valat nalimi...@club.fr
wrote:

Thanks for your report, but the version you're using is quite old (9.04
is reaching its end of life), and debugging this kind of error is quite
hard since we have no way to reproduce them. So I'm going to close this
bug, anyway newer versions don't seem to suffer from this crash. (For
the record, the crash is in gconftool-2, which is not used in the gnome-
system-tools in Maverick.)

But please continue to reports bugs in Ubuntu, especially if you upgrade
to newer releases.

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


-- 
package gnome-system-tools 2.22.2-0ubuntu4 failed to install/upgrade:
subprocess post-installat...
Status in “gnome-system-tools” package in Ubuntu: Invalid


Bug description:
Binary package hint: gnome-system-tools

New user here, the only thing that fail w...

-- 
package gnome-system-tools 2.22.2-0ubuntu4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 250
https://bugs.launchpad.net/bugs/642530
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 618788] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/618788
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 607252] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2. Screen display quality is worse after upgrade

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2. Screen display 
quality is worse after upgrade
https://bugs.launchpad.net/bugs/607252
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 642925] Re: after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 'grub_xputs not found.

2010-09-19 Thread janma
** Description changed:

- Nach der Umrüstung mit einem Fehler in gellery2 (nach, dass das Upgrade mit 
aborted Upgrade erfolgreich (ich weiß nicht warum) vom 10.04.1 (Server) auf 
Maverick und einem Neustart kam ein grub error:
- Das Symbol 'grub_xputs' nicht gefunden.
+ aborted after the upgrade of 10.04.1 (server) to 10.10 (installation aborted 
after an error in galery2 with Upgrade succsefully) and the restart came the 
following error:
+ The symbol 'grub_xputs' not found.
+ (grub)

** Description changed:

- aborted after the upgrade of 10.04.1 (server) to 10.10 (installation aborted 
after an error in galery2 with Upgrade succsefully) and the restart came the 
following error:
+ after the upgrade of 10.04.1 (server) to 10.10 (installation aborted after an 
error in galery2 with Upgrade succsefully) and the restart came the following 
+ error:
  The symbol 'grub_xputs' not found.
  (grub)

-- 
after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 
'grub_xputs not found.
https://bugs.launchpad.net/bugs/642925
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

Re: [Bug 642696] [NEW] banshee freezes shortly after start

2010-09-19 Thread Chow Loong Jin
On Sunday 19,September,2010 06:24 PM, ortylp wrote:
 Public bug reported:
 
 Binary package hint: banshee
 
 Banshee freezes shortly after start.
 UNABLE TO READ OLD DATABASE AFTER UPGRADE!
 
 Most likely the problem is at import of old banshee.db.
 Removing all data from ~/.config/banshee resolves the problem, but there is 
 no way to import old database.
 
 The start with empty config directory is OK, after copying old banshee.db 
 into its old place the symptom gets back.
 Vacuuming the database as suspected had also no effect.
 
 It means, that I have to downgrade Ubuntu or at list custom-compile old
 banshee to get my podcast database back.
 
 Maybe some kind of import/export functionality on banshee upgrade would help.
 Rebuilding and or validating the database might also help.


Hi,

Where did you see the message in caps, and from what version of Banshee are you
upgrading to? Also, could you upload the banshee.db for further debugging?


-- 
Kind regards,
Chow Loong Jin

-- 
banshee freezes shortly after start 
https://bugs.launchpad.net/bugs/642696
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 641719] Re: 10.10 beta kernel 35-21 and 22 fail Vaio input

2010-09-19 Thread Joel Guthrie
*** This bug is a duplicate of bug 641320 ***
https://bugs.launchpad.net/bugs/641320

** This bug has been marked a duplicate of bug 641320
   Touchpad is not working since last kernel update in maverick
 * You can subscribe to bug 641320 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/641320/+subscribe

-- 
10.10 beta kernel 35-21 and 22 fail Vaio input 
https://bugs.launchpad.net/bugs/641719
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 641169] Re: alps touchpad sony vaio recognized, but not working

2010-09-19 Thread Joel Guthrie
*** This bug is a duplicate of bug 641320 ***
https://bugs.launchpad.net/bugs/641320

** This bug has been marked a duplicate of bug 641320
   Touchpad is not working since last kernel update in maverick
 * You can subscribe to bug 641320 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/641320/+subscribe

-- 
alps touchpad sony vaio recognized, but not working
https://bugs.launchpad.net/bugs/641169
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 629327] Re: package fglrx (not installed) failed to install/upgrade: le sous-processus nouveau sc ript pre-installation a retourné une erreur de sortie d'état 1

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
package fglrx (not installed) failed to install/upgrade: le sous-processus 
nouveau script pre-installation a retourné une erreur de sortie d'état 1
https://bugs.launchpad.net/bugs/629327
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 626635] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-removal script returned error exit status 2

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/626635
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 70566] Re: Eject CD message not translated

2010-09-19 Thread AJenbo
Here is a patch that fixes the issue when using plymouth

** Patch added: Make casper exit message translatable (plymouth)
   
https://bugs.launchpad.net/guadalinex/+source/casper/+bug/70566/+attachment/1609307/+files/i18n.patch

-- 
Eject CD message not translated
https://bugs.launchpad.net/bugs/70566
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 642942] [NEW] Broken links in the HTML index file.

2010-09-19 Thread Vincent François
Public bug reported:

Description: Ubuntu 10.04.1 LTS
Release: 10.04
libgdal-doc:
  Installed: 1.6.3-3build2
  Candidate: 1.6.3-3build2
  Version table:
 *** 1.6.3-3build2 0
500 http://archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

The index.html file in the directory /usr/share/doc/libgdal-doc/ogr/
contains broken links.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libgdal-doc 1.6.3-3build2 [modified: 
usr/share/doc/libgdal-doc/ogr/index.html]
ProcVersionSignature: Ubuntu 2.6.32-25.43-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Sep 19 19:00:28 2010
Dependencies:

InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR:fr:fr_BE:fr_CA:fr_CH:fr_LU
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gdal

** Affects: gdal (Ubuntu)
 Importance: Undecided
 Assignee: Vincent François (vincentfrancois-pro)
 Status: New


** Tags: apport-bug i386 lucid

-- 
Broken links in the HTML index file.
https://bugs.launchpad.net/bugs/642942
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 642942] Re: Broken links in the HTML index file.

2010-09-19 Thread Vincent François

** Patch added: diff -u index.html index.modif.html  index.html.patch
   
https://bugs.launchpad.net/bugs/642942/+attachment/1609306/+files/index.html.patch

** Changed in: gdal (Ubuntu)
 Assignee: (unassigned) = Vincent François (vincentfrancois-pro)

** Description changed:

  Description: Ubuntu 10.04.1 LTS
  Release: 10.04
  libgdal-doc:
-   Installed: 1.6.3-3build2
-   Candidate: 1.6.3-3build2
-   Version table:
-  *** 1.6.3-3build2 0
- 500 http://archive.ubuntu.com/ubuntu/ lucid/universe Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.6.3-3build2
+   Candidate: 1.6.3-3build2
+   Version table:
+  *** 1.6.3-3build2 0
+ 500 http://archive.ubuntu.com/ubuntu/ lucid/universe Packages
+ 100 /var/lib/dpkg/status
  
- The index.html file in the directory /usr/share/doc/ibgdal-doc/ogr/
+ The index.html file in the directory /usr/share/doc/libgdal-doc/ogr/
  contains broken links.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: libgdal-doc 1.6.3-3build2 [modified: 
usr/share/doc/libgdal-doc/ogr/index.html]
  ProcVersionSignature: Ubuntu 2.6.32-25.43-generic 2.6.32.21+drm33.7
  Uname: Linux 2.6.32-25-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sun Sep 19 19:00:28 2010
  Dependencies:
-  
+ 
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=fr_FR:fr:fr_BE:fr_CA:fr_CH:fr_LU
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=fr_FR:fr:fr_BE:fr_CA:fr_CH:fr_LU
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gdal

-- 
Broken links in the HTML index file.
https://bugs.launchpad.net/bugs/642942
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 642936] [NEW] Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
Public bug reported:

Binary package hint: software-center

Remove transactions don't show up in the transaction list.

There is an error in python-apt which lets
aptdaemon.client.get_transaction fail.

** Affects: python-apt (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: software-center (Ubuntu)
 Importance: Critical
 Status: New

** Affects: python-apt (Debian)
 Importance: Unknown
 Status: Unknown

** Changed in: software-center (Ubuntu)
   Importance: Undecided = Critical

** Also affects: python-apt (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: python-apt (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597421
   Importance: Unknown
   Status: Unknown

-- 
Doesn't monitor remove transactions
https://bugs.launchpad.net/bugs/642936
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 642936] Re: Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 214, in 
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/share/software-center/softwarecenter/backend/aptd.py, line 467, 
in on_transactions_changed
trans = client.get_transaction(current)
  File /usr/lib/python2.6/dist-packages/aptdaemon/defer.py, line 510, in 
_deferable
return func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/aptdaemon/errors.py, line 149, in 
_convert_dbus_exception
return func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/aptdaemon/client.py, line 1038, in 
get_transaction
trans.sync()
  File /usr/lib/python2.6/dist-packages/aptdaemon/defer.py, line 510, in 
_deferable
return func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/aptdaemon/errors.py, line 149, in 
_convert_dbus_exception
return func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/aptdaemon/client.py, line 334, in sync
sync_properties(properties)
  File /usr/lib/python2.6/dist-packages/aptdaemon/client.py, line 323, in 
sync_properties
self._on_property_changed(property_name, value)
  File /usr/lib/python2.6/dist-packages/aptdaemon/client.py, line 291, in 
_on_property_changed
self.emit(space-changed, value)
TypeError: could not convert type dbus.Double to (null) required for parameter 0

-- 
Doesn't monitor remove transactions
https://bugs.launchpad.net/bugs/642936
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 642936] Re: Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein

** Patch added: long_size.patch
   
https://bugs.edge.launchpad.net/ubuntu/+source/python-apt/+bug/642936/+attachment/1609304/+files/long_size.patch

-- 
Doesn't monitor remove transactions
https://bugs.launchpad.net/bugs/642936
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 642936] Re: Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
The UsrSize and DepSize of the depcache are of type long instread of
float

-- 
Doesn't monitor remove transactions
https://bugs.launchpad.net/bugs/642936
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 642650] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 642518 ***
https://bugs.launchpad.net/bugs/642518

** This bug has been marked a duplicate of bug 642518
   package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel 
module failed to build
 * You can subscribe to bug 642518 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/642518/+subscribe

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/642650
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 642646] Re: package fglrx (not installed) failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 10

2010-09-19 Thread Aaron
*** This bug is a duplicate of bug 609938 ***
https://bugs.launchpad.net/bugs/609938

** This bug has been marked a duplicate of bug 609938
   fglrx fails build on 2.6.35-10-generic
 * You can subscribe to bug 609938 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/609938/+subscribe

-- 
package fglrx (not installed) failed to install/upgrade: il sottoprocesso 
vecchio script di post-installation ha restituito lo stato di errore 10
https://bugs.launchpad.net/bugs/642646
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 576448] Re: Lucid slow boot time (pauses on boot 4 and 12 seconds long without output and log records)

2010-09-19 Thread Chris Zeh
I'm having a very similar problem to what is being described here.

Previously my boot times were very quick, now I'm waiting several
minutes before things get going.

uname -a
Linux Hyde 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 x86_64 
GNU/Linux

And the offending dmesg:
[6.372151] scsi 6:0:0:0: Direct-Access Generic- Compact Flash1.01 
PQ: 0 ANSI: 0
[6.372753] scsi 6:0:0:1: Direct-Access Multiple Flash Reader 1.05 
PQ: 0 ANSI: 0
[6.373064] sd 6:0:0:0: Attached scsi generic sg2 type 0
[6.373140] sd 6:0:0:1: Attached scsi generic sg3 type 0
[6.375124] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[6.375746] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[  217.071559] udev: starting version 151
[  217.079336] lp: driver loaded but no devices found


Looking at the Disk Utility after I finally do boot in I find that sdb and sdc 
are the card readers.

Another side effect I'm seeing is a huge wait time between the Login
Screen and finally getting to the desktop. So I click my User, 20 second
pause, I type my password, 2 minute pause or more then I get to my
desktop. I'm unsure if these two problems are related.

Now to be honest, I've been doing some development playing with the FTDI
FT232RL USB to Serial, so perhaps something with this broke my system.
I'll keep playing around, perhaps I can find the culprit.

-- 
Lucid slow boot time (pauses on boot 4 and 12 seconds long without output and 
log records)
https://bugs.launchpad.net/bugs/576448
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 642944] [NEW] Motorola Dext not recognized as a media player by Rhythmbox

2010-09-19 Thread Kazade
Public bug reported:

Binary package hint: media-player-info

Like the similar Droid bug #495764 the Dext (known as the Cliq in the
U.S.) isn't recognized by Rhythmbox as a media player. lsusb lists the
phone as: ID 22b8:2d67 Motorola PCS

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

-- 
Motorola Dext not recognized as a media player by Rhythmbox
https://bugs.launchpad.net/bugs/642944
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 640182] Re: package fglrx (not installed) failed to install/upgrade: trying to overwrite '/usr/share/fglrx/atigetsysteminfo.sh', which is also in package xorg-driver-fglrx 2:8.660-0ubuntu4

2010-09-19 Thread Aaron
Hi there. Please could you list step by step process that was used to
install the drivers.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Incomplete

-- 
package fglrx (not installed) failed to install/upgrade: trying to overwrite 
'/usr/share/fglrx/atigetsysteminfo.sh', which is also in package 
xorg-driver-fglrx 2:8.660-0ubuntu4
https://bugs.launchpad.net/bugs/640182
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 642913] Re: python wnck bindings have broken constants again

2010-09-19 Thread Bug Watch Updater
** Changed in: gnome-python-desktop
   Status: Unknown = New

** Changed in: gnome-python-desktop
   Importance: Unknown = Medium

-- 
python wnck bindings have broken constants again
https://bugs.launchpad.net/bugs/642913
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 642746] Re: [Maverick] Workspace layout is 1x9 instead of 3x3

2010-09-19 Thread Dave Gilbert
2 clarifications:
  1) This is happening on both of my machines, so it's not just a weird config 
on one (although they have similar setup)
  2) It's fine in compiz.

Dave

-- 
[Maverick] Workspace layout is 1x9 instead of 3x3
https://bugs.launchpad.net/bugs/642746
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 640046] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module failed to build

2010-09-19 Thread Aaron
Hi there, Please could you specify:
1 Is a custom kernel version being used?
2 Please could you list the steps that was used to install the driver.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Incomplete

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/640046
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 562328] Re: [Lucid] jockey-gtk crashes after upgrade

2010-09-19 Thread Ka-Hing Cheung

** Attachment added: jockey.log
   
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/562328/+attachment/1609326/+files/jockey.log

-- 
[Lucid] jockey-gtk crashes after upgrade
https://bugs.launchpad.net/bugs/562328
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 642950] [NEW] Administrative logon replaced by keyring logon

2010-09-19 Thread marcus aurelius
Public bug reported:

I reinstalled UNR 10.04 after the most recent security updates failed to
find a partition.

With everything updated, the administrative logon screen no longer
appears. What happens is the desktop shows, then I'm asked to enter my
keyring password.

Looking under Users and Groups, Password: Asked onLogin is enabled.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Administrative logon replaced by keyring logon
https://bugs.launchpad.net/bugs/642950
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 642948] [NEW] Microphone not working on Dell Vostro 1015

2010-09-19 Thread sebaestn
Public bug reported:

Dear bug-tracker,

neither the internal nor an external microphone does work on on my Dell
Vostro 1015 running Kubuntu 10.04.

I have tried its functionality by using skype and audacity.  Currently
running 2.6.32-24-generic kernel with the additional linux-backports-
modules-alsa-2.6.32-24-generic and linux-backports-modules-alsa-lucid-
generic packages to make the internal sound mute when headphones are
plugged in. Audio output on both internal speakers and headphones does
work properly.

This might be relevant to other bugs on launchpad. I filed a new bug to
make sure that I brought it to your attention.

Here is some information that may be of interest:

lspci | grep Audio: 
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)

head -n 1 /proc/asound/card0/codec*:
Codec: Conexant CX20583 (Pebble HSF)

alsa package: 
1.0.22.1+dfsg-0ubuntu3

modinfo snd-hda-intel:
filename:   /lib/modules/2.6.32-24-generic/updates/alsa/snd-hda-intel.ko
description:Intel HDA driver
license:GPL
srcversion: B96160274587DA459D12E48
alias:  pci:v1022d*sv*sd*bc04sc03i00*
alias:  pci:v1002d*sv*sd*bc04sc03i00*
alias:  pci:v1102d0009sv*sd*bc*sc*i*
alias:  pci:v6549d1200sv*sd*bc*sc*i*
alias:  pci:v10DEd*sv*sd*bc04sc03i00*
alias:  pci:v10B9d5461sv*sd*bc*sc*i*
alias:  pci:v1039d7502sv*sd*bc*sc*i*
alias:  pci:v1106d3288sv*sd*bc*sc*i*
alias:  pci:v1002dAA48sv*sd*bc*sc*i*
alias:  pci:v1002dAA40sv*sd*bc*sc*i*
alias:  pci:v1002dAA38sv*sd*bc*sc*i*
alias:  pci:v1002dAA30sv*sd*bc*sc*i*
alias:  pci:v1002dAA28sv*sd*bc*sc*i*
alias:  pci:v1002dAA20sv*sd*bc*sc*i*
alias:  pci:v1002dAA18sv*sd*bc*sc*i*
alias:  pci:v1002dAA10sv*sd*bc*sc*i*
alias:  pci:v1002dAA08sv*sd*bc*sc*i*
alias:  pci:v1002dAA00sv*sd*bc*sc*i*
alias:  pci:v1002d970Fsv*sd*bc*sc*i*
alias:  pci:v1002d960Fsv*sd*bc*sc*i*
alias:  pci:v1002d7919sv*sd*bc*sc*i*
alias:  pci:v1002d793Bsv*sd*bc*sc*i*
alias:  pci:v1002d4383sv*sd*bc*sc*i*
alias:  pci:v1002d437Bsv*sd*bc*sc*i*
alias:  pci:v8086d811Bsv*sd*bc*sc*i*
alias:  pci:v8086d1C20sv*sd*bc*sc*i*
alias:  pci:v8086d3B57sv*sd*bc*sc*i*
alias:  pci:v8086d3B56sv*sd*bc*sc*i*
alias:  pci:v8086d3A6Esv*sd*bc*sc*i*
alias:  pci:v8086d3A3Esv*sd*bc*sc*i*
alias:  pci:v8086d293Fsv*sd*bc*sc*i*
alias:  pci:v8086d293Esv*sd*bc*sc*i*
alias:  pci:v8086d2911sv*sd*bc*sc*i*
alias:  pci:v8086d284Bsv*sd*bc*sc*i*
alias:  pci:v8086d269Asv*sd*bc*sc*i*
alias:  pci:v8086d27D8sv*sd*bc*sc*i*


alias:  pci:v8086d2668sv*sd*bc*sc*i*


depends:snd-pcm,snd,snd-page-alloc,snd-hda-codec


vermagic:   2.6.32-24-generic SMP mod_unload modversions 
parm:   index:Index value for Intel HD audio interface. (array of int)
parm:   id:ID string for Intel HD audio interface. (array of charp)
parm:   enable:Enable Intel HD audio interface. (array of bool)
parm:   model:Use the given board model. (array of charp)
parm:   position_fix:Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF). 
(array of int)
parm:   bdl_pos_adj:BDL position adjustment offset. (array of int)
parm:   probe_mask:Bitmask to probe codecs (default = -1). (array of 
int)
parm:   probe_only:Only probing and no codec initialization. (array of 
int)
parm:   single_cmd:Use single command to communicate with codecs (for 
debugging only). (bool)
parm:   enable_msi:Enable Message Signaled Interrupt (MSI) (int)
parm:   patch:Patch file for Intel HD audio interface. (array of charp)
parm:   beep_mode:Select HDA Beep registration mode (0=off, 1=on, 
2=mute switch on/off) (default=1). (array of int)
parm:   power_save:Automatic power-saving timeout (in second, 0 = 
disable). (int)
parm:   power_save_controller:Reset controller in power save mode. 
(bool)


Is there any other information I can provide? Thanks very much in advance,
sebaestn

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.43
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 

[Bug 642948] Re: Microphone not working on Dell Vostro 1015

2010-09-19 Thread sebaestn

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609346/+files/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609347/+files/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609348/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609349/+files/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609350/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609351/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609352/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/642948/+attachment/1609353/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/642948/+attachment/1609354/+files/Lsusb.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609355/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609356/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609357/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609358/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/642948/+attachment/1609359/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/642948/+attachment/1609360/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/642948/+attachment/1609361/+files/WifiSyslog.txt

-- 
Microphone not working on Dell Vostro 1015
https://bugs.launchpad.net/bugs/642948
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


<    4   5   6   7   8   9   10   11   12   13   >