[Bug 436005] Re: buntu Karmic Apple Keyboard >< and #@ are switched

2009-12-08 Thread vincent chaigneau
you can solves this bug with this command in your terminal: xmodmap -e 'keycode 
94=at numbersign' -e 'keycode 49=less greater less greater less greater'
Take care to put this command in your start programm list.

It will be great to include this option in the future ubuntu version.

** Summary changed:

- buntu Karmic Apple Keyboard >< and #@ are switched
+ Ubuntu Karmic Apple flat Keyboard >< and #@ are switched

-- 
Ubuntu Karmic Apple flat Keyboard >< and #@ are switched
https://bugs.launchpad.net/bugs/436005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 430011] Re: Huawei E220 and E169 3G dongle do not work on karmic (major regression)

2009-12-08 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => Fix Released

-- 
Huawei E220 and E169 3G dongle do not work on karmic (major regression)
https://bugs.launchpad.net/bugs/430011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 480850] Re: Random freezes after system has been suspended at least once

2009-12-08 Thread Andreas Berger
@Andy Whitcroft: is that your way of saying i should include information
about the kernel? Please be a little more verbose :-)

** Description changed:

  I am getting random freezes after the system has been suspended at least 
once. Sometimes the freezes occur directly upon resume, sometimes hours later. 
They never occur without the system having been suspended before.
  The Freezes usually start off with one application becoming unresponsive, 
then gradually extend (compiz, panel, desktop..) until everything is frozen. 
ctrl+alt+f1, alt+print+k do not work, alt+print+REISUB works.
-  
-  
+ 
  I have tried the following things without effect:
  
  -Disabling compiz
  
  -Installing the 2.6.32-rc6 kernel
  
  -SSHing into the frozen system, as suggested here:
  
https://wiki.ubuntu.com/X/Troubleshooting/Freeze#How%20to%20Get%20a%20Batchbuffer%20Dump%20%28-intel%20only%29
  did not work, out of two attempts, once the system did not respond at all, 
once it stopped responding after the password prompt
  
  -The following xorg settings, one by one:
  * Option "AccelMethod" "xxx" - Try "XAA", "EXA", and (on recent -intel) 
"UXA"
  * Option "Accel" "Off"
  * Option "DRI" "Off"
  * Option "AIGLX" "Off"
  * Option "PM" "Off"
  * Option "NoMTRR"
-  
-  
+ 
  Ubuntu release: 9.10 "karmic"
- Package name: ???
+ Kernel: 2.6.31-15, also 2.6.32-rc6
+ Package name: linux? xorg?
  
  Please give me instructions as to how to proceed!

-- 
Random freezes after system has been suspended at least once
https://bugs.launchpad.net/bugs/480850
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 493625] Re: Sync libcommons-collections-java 2.1.1-9 (main) from Debian testing (main)

2009-12-08 Thread Daniel Holbach
ACKed.

** Changed in: libcommons-collections-java (Ubuntu)
   Status: New => Triaged

-- 
Sync libcommons-collections-java 2.1.1-9 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/493625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 369498] Re: 32bits gtk and glib modules not found in ia32-libs

2009-12-08 Thread Paul Collins
Something extra that I think is related to this that I'm running into from 
Eclipse of all places.
---
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so


Got that one several times and this is running the 32-bit version of eclipse on 
an AMD64 with all packages up to date
Here's the ia32-libs package


r...@kakashi:/usr/lib32/gio/modules# dpkg -s ia32-libs
Package: ia32-libs
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 128720
Maintainer: Ubuntu MOTU developers 
Architecture: amd64
Version: 2.7ubuntu17
Replaces: ia32-libs-dev (<< 1.6), ia32-libs-openoffice.org, nvidia-glx-ia32 (<< 
1.0.8774-7)
Provides: ia32-libs-gtk, ia32-libs-sdl
Depends: lsb-release, lib32gcc1, libc6-i386 (>= 2.3.6-2), lib32z1, 
lib32stdc++6, lib32asound2, lib32bz2-1.0, lib32ncurses5, lib32v4l-0
Pre-Depends: dpkg (>= 1.14.12ubuntu3)
Conflicts: ia32-libs-dev (<< 1.6), lib32asound2-plugins, nvidia-glx-ia32 (<< 
1.0.8774-7)
Description: ia32 shared libraries for use on amd64 and ia64 systems
 This package contains runtime libraries for the ia32/i386
 architecture, configured for use on an amd64 or ia64 Debian system running
 a 64-bit kernel.
Original-Maintainer: Debian ia32-libs Team 



And here's something interesting that I found while digging


r...@kakashi:/usr/lib32/gio/modules# for i in *
> do
> echo $i
> ldd $i | grep "not found"
> done
libgiogconf.so
libgioremote-volume-monitor.so
libgvfscommon.so.0 => not found
libgvfsdbus.so
libgvfscommon.so.0 => not found


This would at least explain why I'm getting the errors, but I have no
idea where to go looking for a 32-bit version of libgcfscommon.so.0 now.
The only library I'm seeing of that is the 64-bit version. Hopefully I'm
just missing something obvious.

-Paul

-- 
32bits gtk and glib modules not found in ia32-libs
https://bugs.launchpad.net/bugs/369498
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493941] [NEW] package wine1.2 1.1.31-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2009-12-08 Thread stolcp
Public bug reported:

Binary package hint: wine1.2

aptitude output:

Setting up wine1.2 (1.1.31-0ubuntu3) ...
kernel.printk = 4 4 1 7
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.tcp_syncookies = 1
vm.mmap_min_addr = 0
vm.mmap_min_addr = 0
kernel.printk = 4 4 1 7
error: "kernel.maps_protect" is an unknown key
fs.inotify.max_user_watches = 524288
vm.mmap_min_addr = 65536
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 0
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv6.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0
net.ipv4.conf.all.log_martians = 1
error: "sys.kernel.maps_protect" is an unknown key
error: "net.ipv4.ip_always_defrag" is an unknown key
kernel.shmmax = 68157440
kernel.shmall = 68157440
kernel.sysrq = 0
net.ipv4.conf.default.send_redirects = 0
dpkg: error processing wine1.2 (--configure):
 subprocess installed post-installation script returned error exit status 255

ProblemType: Package
Architecture: i386
Date: Mon Dec  7 09:46:59 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 255
Package: wine1.2 1.1.31-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: wine1.2
Title: package wine1.2 1.1.31-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 255
Uname: Linux 2.6.31-16-generic i686

** Affects: wine1.2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package wine1.2 1.1.31-0ubuntu3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 255
https://bugs.launchpad.net/bugs/493941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493941] Re: package wine1.2 1.1.31-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2009-12-08 Thread stolcp

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/36566356/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36566357/Dependencies.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/36566365/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/36566366/DpkgTerminalLog.txt

-- 
package wine1.2 1.1.31-0ubuntu3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 255
https://bugs.launchpad.net/bugs/493941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493910] Re: Sync gplanarity 11496-2.2 (universe) from Debian testing (main)

2009-12-08 Thread Daniel Holbach
ACKed.

** Changed in: gplanarity (Ubuntu)
   Status: New => Triaged

-- 
Sync gplanarity 11496-2.2 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/493910
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493839] Re: Please sync yapps2 2.1.1-17.2 (main) from Debian unstable (main).

2009-12-08 Thread Daniel Holbach
ACKed.

** Changed in: yapps2 (Ubuntu)
   Status: New => Triaged

-- 
Please sync yapps2 2.1.1-17.2 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/493839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493839] Re: Please sync yapps2 2.1.1-17.2 (main) from Debian unstable (main).

2009-12-08 Thread Daniel Holbach
ACKed.

-- 
Please sync yapps2 2.1.1-17.2 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/493839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491270] Re: [MIR] seed

2009-12-08 Thread Martin Pitt
gnome-games has more problems than just that (like missing gir1.0
-clutter-gtk-0.10), so I unseeded it from the DVD for now.

** Changed in: seed (Ubuntu Lucid)
   Status: Incomplete => Won't Fix

** Changed in: seed (Ubuntu Lucid)
Milestone: ubuntu-10.04-beta-1 => None

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

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


[Bug 493786] Re: unreleased usage of kernel module video1394

2009-12-08 Thread Peter Antoniac
Thanks for the help and for your report. I forwarded the bug upstream. I
currently don't have the PCMCIA card for ieee1394 with me to test your
report...

** Changed in: libdc1394-22 (Ubuntu)
 Assignee: (unassigned) => DC1394 Package Mainteners' team (libdc1394-dev)

-- 
unreleased usage of kernel module video1394
https://bugs.launchpad.net/bugs/493786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493947] [NEW] ubuntu one cleint crashed when power outage.

2009-12-08 Thread Kaizer
Public bug reported:

Binary package hint: ubuntuone-client

auto generate

ProblemType: Bug
.home.kaizer..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 connected = True
 connect = 0
 show_applet = 1
 bookmarked = True
Architecture: i386
Date: Tue Dec  8 13:48:42 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
NonfreeKernelModules: wl
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-16-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
ubuntu one cleint crashed when power outage.
https://bugs.launchpad.net/bugs/493947
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493947] Re: ubuntu one cleint crashed when power outage.

2009-12-08 Thread Kaizer

** Attachment added: ".home.kaizer..cache.ubuntuone.log.oauth.login.log.txt"
   
http://launchpadlibrarian.net/36567196/.home.kaizer..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
".home.kaizer..cache.ubuntuone.log.syncdaemon.exceptions.log.txt"
   
http://launchpadlibrarian.net/36567197/.home.kaizer..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36567198/Dependencies.txt

** Attachment added: "UbuntuoneClientPackages.txt"
   http://launchpadlibrarian.net/36567199/UbuntuoneClientPackages.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/36567200/XsessionErrors.txt

-- 
ubuntu one cleint crashed when power outage.
https://bugs.launchpad.net/bugs/493947
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493946] [NEW] during update from recent re-install update manager reported flashplugin-installer and flashplugin-nonfree broken

2009-12-08 Thread davidbear
Public bug reported:

Binary package hint: flashplugin-nonfree

ubuntu 9.10 update manager does not seem to work any more gets stuck on
flashplugin...  I don't know how to filter or otherwise respond to this
"broken" status.

ProblemType: Package
Architecture: i386
Date: Tue Dec  8 01:57:42 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting configuration.
Package: flashplugin-nonfree 
10.0.1.218+10.0.0.525ubuntu1~hardy1+really9.0.246.0ubuntu1
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: flashplugin-nonfree
Title: package flashplugin-nonfree 
10.0.1.218+10.0.0.525ubuntu1~hardy1+really9.0.246.0ubuntu1 failed to 
install/upgrade:
Uname: Linux 2.6.31-16-generic i686

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
during update from recent re-install update manager reported 
flashplugin-installer and flashplugin-nonfree broken
https://bugs.launchpad.net/bugs/493946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493946] Re: during update from recent re-install update manager reported flashplugin-installer and flashplugin-nonfree broken

2009-12-08 Thread davidbear

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36567150/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/36567152/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/36567153/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   http://launchpadlibrarian.net/36567158/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   http://launchpadlibrarian.net/36567159/VarLogDistupgradeTermlog.gz

** Attachment added: "VarLogDistupgradeXorgfixintrepidlog.gz"
   http://launchpadlibrarian.net/36567160/VarLogDistupgradeXorgfixintrepidlog.gz

-- 
during update from recent re-install update manager reported 
flashplugin-installer and flashplugin-nonfree broken
https://bugs.launchpad.net/bugs/493946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493682] Re: Sync loggerhead 1.17-1 (universe) from Debian testing (main)

2009-12-08 Thread Daniel Holbach
ACKed.

** Changed in: loggerhead (Ubuntu)
   Status: New => Triaged

-- 
Sync loggerhead 1.17-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/493682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490525] Re: [needs-packaging] Updating OpenCV to 2.0

2009-12-08 Thread kecsap
Hmm, it is in unstable only. Will it be in Lucid automatically? AFAIK
lucid grabs the packages only from testing.

(I checked the Ubuntu release policy and I see that it is only possible
to get OpenCV 2.0 to Lucid, so forget about Karmic/Jaunty in this bug
report.)

-- 
[needs-packaging] Updating OpenCV to 2.0
https://bugs.launchpad.net/bugs/490525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441835] Re: [Karmic] floppy is not working

2009-12-08 Thread billn
Ubuntu is on 2 desktops and one laptop as a stand alone O/S. MS only
exists inside Virtual Box on one desktop for testing reasons. I restore
old computers and the use of floppies is a must for me. This includes
the 5.25" drives! I will be reverting the one desktop I upgraded to
9.10, back to 9.04 until the floppy issue is fixed. This is a crying
shame, I do like the 9.10 but for me, it must be able to access both
floppy drives. I really did like the "Floppy formatter" program in 9.04.
Bill N.

-- 
[Karmic] floppy is not working
https://bugs.launchpad.net/bugs/441835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441835] Re: [Karmic] floppy is not working

2009-12-08 Thread billn
Ubuntu is on 2 desktops and one laptop as a stand alone O/S. MS only
exists inside Virtual Box on one desktop for testing reasons. I restore
old computers and the use of floppies is a must for me. This includes
the 5.25" drives! I will be reverting the one desktop I upgraded to
9.10, back to 9.04 until the floppy issue is fixed. This is a crying
shame, I do like the 9.10 but for me, it must be able to access both
floppy drives. I really did like the "Floppy formatter" program in 9.04.
Bill N.

-- 
[Karmic] floppy is not working
https://bugs.launchpad.net/bugs/441835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227680] Re: segfault when using set_sender (force_sender in .esmtprc)

2009-12-08 Thread Launchpad Bug Tracker
This bug was fixed in the package libesmtp - 1.0.4-3

---
libesmtp (1.0.4-3) unstable; urgency=low

  * Update to 3.8.3 standards policy
  * Acknowledge previous version fixed header.c issue 
(Closes: #294231) (LP: #227680)
 -- Ubuntu Archive Auto-SyncTue,  08 Dec 2009 08:15:05 
+

** Changed in: libesmtp (Ubuntu)
   Status: New => Fix Released

-- 
segfault when using set_sender (force_sender in .esmtprc)
https://bugs.launchpad.net/bugs/227680
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493949] [NEW] Grub upgrdade continues to fail

2009-12-08 Thread nhermann
Public bug reported:

Binary package hint: grub2

Automatic upgrade of Grub continues to fail.

ProblemType: Package
Architecture: i386
Date: Mon Dec  7 08:59:34 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-removal script returned error exit status 2
NonfreeKernelModules: nvidia
Package: grub-common 1.97~beta3-1ubuntu6
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: grub2
Title: package grub-common 1.97~beta3-1ubuntu6 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 2
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-package i386

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

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


[Bug 493949] Re: Grub upgrdade continues to fail

2009-12-08 Thread nhermann

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/36567295/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36567296/Dependencies.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/36567297/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/36567298/DpkgTerminalLog.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/36567299/XsessionErrors.txt

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

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


[Bug 493864] Re: package bind9 1:9.6.1.dfs g.P1-3ubuntu0.2 failed to install/upgrade: 子 进程 已安装的 post-installation 脚 本 返回了错误号 1

2009-12-08 Thread Vlad Chi

** Attachment added: "daemon.log"
   http://launchpadlibrarian.net/36567270/daemon.log

-- 
package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/493864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 425849] Re: After upgrade to 4.3.1 lots of plasmoids stopped working

2009-12-08 Thread Grigory Rechistov
After a clean reinstallation of 9.10 all the applets work. So it's not
an issue for me anymore.

-- 
After upgrade to 4.3.1 lots of plasmoids stopped working
https://bugs.launchpad.net/bugs/425849
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 493675] Re: Sync libzrtpcpp 1.4.6-1 (universe) from Debian testing (main)

2009-12-08 Thread Daniel Holbach
ACKed.

** Changed in: libzrtpcpp (Ubuntu)
   Status: New => Triaged

-- 
Sync libzrtpcpp 1.4.6-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/493675
You received this bug notification because you are a member of 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 438318] Re: [karmic] no sound on toshiba nb205

2009-12-08 Thread Joey Stanford
Confirm no sound even with backports after the latest kernel update.

-- 
[karmic] no sound on toshiba nb205
https://bugs.launchpad.net/bugs/438318
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 433590] Re: Totem no longer plays rmvb or rm files

2009-12-08 Thread Martin Mai
** Also affects: gst-plugins-ugly0.10 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: gst-plugins-ugly via
   https://bugzilla.gnome.org/show_bug.cgi?id=599676
   Importance: Unknown
   Status: Unknown

-- 
Totem no longer plays rmvb or rm files
https://bugs.launchpad.net/bugs/433590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 392823] Re: Install Ubuntu simplify partitioning tool

2009-12-08 Thread grofaty
** Changed in: hundredpapercuts
   Status: Fix Committed => Fix Released

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

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


[Bug 433590] Re: Totem no longer plays rmvb or rm files

2009-12-08 Thread Martin Mai
Thanks vito. Seems like this bug is caused by primarily by gst-plugins-
ugly and for totem by totem-pl-parser. I linked the gstreamer issue
here, too. Ubuntu 10.04 currently ships gstreamer0.10-plugins-ugly
0.10.13-2, but the issue has been fixed for a later version. When Ubuntu
10.04 ships the new version, this bug should be fixed. It might qualify
for backporting.

** Changed in: gst-plugins-ugly0.10 (Ubuntu)
   Status: New => Fix Committed

-- 
Totem no longer plays rmvb or rm files
https://bugs.launchpad.net/bugs/433590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429914] Re: [ui] wrong tooltips in manual IP settings dialog

2009-12-08 Thread Derek White
** Tags added: regression

-- 
[ui] wrong tooltips in manual IP settings dialog
https://bugs.launchpad.net/bugs/429914
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467730] Re: Segfault when launching

2009-12-08 Thread Frederic Muller
Hi! Sorry I thought I would get email notifications (I guess I didn't
subscribe). I am not sure how to "use" the module directory. Downloaded
all the code but then I'm stuck. Thanks.

Fred

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

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


[Bug 436197] Re: evince crashed with SIGSEGV in TextWord::TextWord()

2009-12-08 Thread Mathieu Marquer
** Bug watch added: GNOME Bug Tracker #603934
   https://bugzilla.gnome.org/show_bug.cgi?id=603934

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

-- 
evince crashed with SIGSEGV in TextWord::TextWord()
https://bugs.launchpad.net/bugs/436197
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493950] [NEW] Boot wait time of 3 minutes after installation of Karmic

2009-12-08 Thread Frank
Public bug reported:

When I switch on my PC I have to look at the "Intel Pentium 4" logo for about 3 
minutes before anything happens.
I can not even enter the BIOS setup.
When I keep the "DEL" button pressed I enter the BIOS setup after the mentioned 
3 minutes.
Of course when I do not keep the "DEL" button pressed I enter the boot menu 
after the 3 minutes.
I have a dual boot menu with Windows XP.
After I have chosen Ubuntu everything is working fine.
What can I do to remove this wait time ?
This is very bad for the acceptance of Ubuntu in my family !

ProblemType: Bug
Architecture: i386
Date: Tue Dec  8 09:30:35 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.28.0-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: yelp
Uname: Linux 2.6.31-16-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Boot wait time of 3 minutes after installation of Karmic
https://bugs.launchpad.net/bugs/493950
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493950] Re: Boot wait time of 3 minutes after installation of Karmic

2009-12-08 Thread Frank

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36567633/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/36567635/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/36567636/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/36567637/XsessionErrors.txt

-- 
Boot wait time of 3 minutes after installation of Karmic
https://bugs.launchpad.net/bugs/493950
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493243] Re: Please merge debianutils 3.2.2 (main) from Debian testing (main)

2009-12-08 Thread Frank Cheung
Yes, the sensible-editor, sensible-pager and sensible-browser have been
moved to sensible-utils.  Is this package still valid?  Please let me
know what you want me to do.

-- 
Please merge debianutils 3.2.2 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/493243
You received this bug notification because you are a member of 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: [Bit-team] [Bug 466088] Re: BackInTime karmic package missing depends on menu

2009-12-08 Thread Bart de Koning
OK, thanks for the information, most probably we will stick to gksu
then...

2009/12/7 Jonathan Wiltshire 

> On Mon, Dec 07, 2009 at 01:06:57PM -, Bart de Koning wrote:
> > Upstream we use gksu, it is changed to su-to-root in the ubuntu packages,
> > however it seems to be a very neat solution for a common encountered
> > problem.
> > Are there any strong arguments not to switch upstream, eg what is the
> > availability of su-to-root on other distributions, like Suse, or Fedora,
> or
> > is it a specific ubuntu implementation?
>
> It was originally a Debian tool and I don't know whether it has been
> integrated into any other distributions. A quick Google suggests not, so
> you should probably not change it upstream.
>
> You could generate it at build-time if the building system is Debian-based,
> but that's probably over-engineering it. The patch isn't exactly a big
> delta.
>
>
> --
> Jonathan Wiltshire
>
> 1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
> 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
>
> --
> BackInTime karmic package missing depends on menu
> https://bugs.launchpad.net/bugs/466088
> You received this bug notification because you are a member of Back In
> Time Team, which is subscribed to Back In Time.
>
> Status in Back In Time: Invalid
> Status in “backintime” package in Ubuntu: Confirmed
>
> Bug description:
> The Back In Time (root) launcher as shipped in karmic calls the program
> su-to-root.  This program is not installed on a base Ubuntu machine, but
> menu (The package containing su-to-root) is not listed as a dependency.
>
>
>
>
>
> ___
> Mailing list: 
> https://launchpad.net/~bit-team
> Post to : bit-t...@lists.launchpad.net
> Unsubscribe : 
> https://launchpad.net/~bit-team
> More help   : https://help.launchpad.net/ListHelp
>

-- 
BackInTime karmic package missing depends on menu
https://bugs.launchpad.net/bugs/466088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 459639] Re: [Karmic] X server starts randomly in failsafe when starting from cold boot

2009-12-08 Thread Klaus Steinberger
I found the reason for this behavior. It is a bug in teh upstart script
/etc/init/gdm.conf

Inside the script there is a test which dm should be started. If not gdm
it exits, but it exits with EXIT_STATUS=1, which then triggers the start
of the failsafe session.

I append a patch for gdm.conf which solves the problem. Also kdm.conf
has the very same bug and should be patched too.

Sincerly,
Klaus

** Attachment added: "gdm.conf.patch"
   http://launchpadlibrarian.net/36567645/gdm.conf.patch

** Package changed: xorg-server (Ubuntu) => gdm (Ubuntu)

-- 
[Karmic] X server starts randomly in failsafe when starting from cold boot
https://bugs.launchpad.net/bugs/459639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459639] Re: [Karmic] X server starts randomly in failsafe when starting from cold boot

2009-12-08 Thread Klaus Steinberger
Here is the companion patch for /etc/init/kdm.conf

** Attachment added: "kdm.conf.patch"
   http://launchpadlibrarian.net/36567706/kdm.conf.patch

-- 
[Karmic] X server starts randomly in failsafe when starting from cold boot
https://bugs.launchpad.net/bugs/459639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439353] Re: Help file isn't localizable

2009-12-08 Thread Michael Vogt
** Changed in: software-center (Ubuntu)
Milestone: later => lucid-alpha-2

-- 
Help file isn't localizable
https://bugs.launchpad.net/bugs/439353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425346] Re: Banner displays two \

2009-12-08 Thread Michael
The upstream bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1533

** Bug watch added: OpenSSH Portable Bugzilla #1533
   https://bugzilla.mindrot.org/show_bug.cgi?id=1533

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

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


[Bug 156824] Re: [915GM] closing lid breaks X (jumping cursor, sluggish, high cpu usage ... )

2009-12-08 Thread Priyantha Bleeker
Hi Guys,

I have the same problem. I am running with a HP NC6120 laptop with the 
following hardware:
r...@priyantha-laptop:~# lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI 
Express Port 1 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 
Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
IDE Controller (rev 03)
02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] 
Network Connection (rev 05)
02:06.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
02:06.1 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
02:06.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host 
Controller
02:06.3 Mass storage controller: Texas Instruments PCIxx21 Integrated 
FlashMedia Controller
02:06.4 SD Host controller: Texas Instruments 
PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
02:06.5 Communication controller: Texas Instruments 
PCI6411/6421/6611/6621/7411/7421/7611/7621 Smart Card Controller
02:0e.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M_2 Gigabit 
Ethernet (rev 03)

Using the following software/drivers:
r...@priyantha-laptop:~# dpkg -l |grep -i intel
ii  libdrm-intel12.4.14-1ubuntu1
  Userspace interface to intel-specific kernel
ii  whois4.7.34ubuntu2  
  an intelligent whois client
ii  xserver-xorg-video-intel 2:2.9.0-1ubuntu2   
  X.Org X server -- Intel i8xx, i9xx display d
r...@priyantha-laptop:~# dpkg -l |grep -i xorg
ii  python-xkit  0.4.2  
  library for the manipulation of the xorg.con
ii  xorg 1:7.4+3ubuntu10
  X.Org X Window System
ii  xorg-docs-core   1:1.4-5
  Core documentation for the X.org X Window Sy
ii  xserver-xorg 1:7.4+3ubuntu10
  the X.Org X server
ii  xserver-xorg-core2:1.6.4-2ubuntu4   
  Xorg X server - core server


I think this is the most important information ?

-- 
[915GM] closing lid breaks X (jumping cursor, sluggish, high cpu usage ... )
https://bugs.launchpad.net/bugs/156824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 120568] Re: openarena crashes by changing sound quality

2009-12-08 Thread Roshan George
On Karmic with a 9400 GT OpenArena freezes but stays in front so I don't
get my desktop back without changing to a VT and killing it.

-- 
openarena crashes by changing sound quality
https://bugs.launchpad.net/bugs/120568
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 492026] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: по дпроцесс новый сценари й pre-installation возвратил к од ошибки 1

2009-12-08 Thread Viktor
Clear all /var/cache/apt/archives/, and then trying again, this not help

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: подпроцесс 
новый сценарий pre-installation возвратил код ошибки 1
https://bugs.launchpad.net/bugs/492026
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 484677] Re: init: ureadahead-other main process terminated with status 4

2009-12-08 Thread nZain
I get the same messages (exit status 4) 2 times - boot continues after
that. I'm on a fresh install of karmic (relates to #7) with four
partitions (ubuntu system, home, a data partition, and swap). I have a
32bit intel Core2Duo.

Scott, it would be nice to get some more information about it. As far as
I understand ureadahead, it should generate the pack files itself when
running the first time?

-- 
init: ureadahead-other main process terminated with status 4
https://bugs.launchpad.net/bugs/484677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474355] Re: sound playback problems with all players

2009-12-08 Thread Fran
Same as Peterpan12, same card, same symptoms!

-- 
sound playback problems with all players
https://bugs.launchpad.net/bugs/474355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472408] Re: R data editor not usable when desktop effects enabled

2009-12-08 Thread ramon.m.c
Same behaviour on

2.6.31-16-generic #52-Ubuntu SMP Thu Dec 3 22:00:22 UTC 2009 i686 GNU/Linux
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)

Desktop effects enabled.

-- 
R data editor not usable when desktop effects enabled
https://bugs.launchpad.net/bugs/472408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 455721] Re: Can't connect using Ericsson 3G ( MBM ) 5540 H2 card

2009-12-08 Thread yingan
Please try with Dec 4th image which includes patch for DELL5540 3G
adapter.

-- 
Can't connect using Ericsson 3G ( MBM ) 5540 H2 card
https://bugs.launchpad.net/bugs/455721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397504] Re: Basic IRC commands not working (Karmic)

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Basic IRC commands not working (Karmic)
https://bugs.launchpad.net/bugs/397504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 393251] Re: Empathy chat windows ignore screen DPI settings.

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Empathy chat windows ignore screen DPI settings.
https://bugs.launchpad.net/bugs/393251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362104] Re: In Jaunty 9.04 after update on Apr 15 empathy disconnects immediatly after connecting

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
In Jaunty 9.04 after update on Apr 15 empathy disconnects immediatly after 
connecting
https://bugs.launchpad.net/bugs/362104
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259469] Re: Conversation window title with multiple tabs is non standard

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Conversation window title with multiple tabs is non standard
https://bugs.launchpad.net/bugs/259469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 485662] Re: Raising from the notification area doesn't bring it to the current workspace

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Raising from the notification area doesn't bring it to the current workspace
https://bugs.launchpad.net/bugs/485662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 480144] Re: [Karmic] Update to 2.6.31.6 Stable Kernel

2009-12-08 Thread JanCeuleers
Also fixes bug #454575
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/454575):
"[karmic][sc1200] kernel 2.6.31-14-generic oops on boot"

-- 
 [Karmic] Update to 2.6.31.6 Stable Kernel
https://bugs.launchpad.net/bugs/480144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 479707] Re: Tab switching doesn't wrap around

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Tab switching doesn't wrap around
https://bugs.launchpad.net/bugs/479707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472879] Re: Request for removal from archive (binary and source)

2009-12-08 Thread Steve Langasek
2009-12-08 08:50:35 INFOcreating lockfile
2009-12-08 08:50:40 INFORemoving candidates:
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid amd64
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid armel
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid i386
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid ia64
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid lpia
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid powerpc
2009-12-08 08:50:40 INFOkmchart 1.2.9ubuntu1 in lucid sparc
2009-12-08 08:50:40 INFORemoved-by: Steve Langasek
2009-12-08 08:50:40 INFOComment: (From Debian) RoM; replaced by pcp-gui
2009-12-08 08:50:40 INFO8 packages successfully removed.
Confirm this transaction? [yes, no] yes
2009-12-08 08:51:21 INFOTransaction committed.
2009-12-08 08:51:21 INFOThe archive will be updated in the next publishing 
cycle.


** Changed in: kmchart (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Request for removal from archive (binary and source)
https://bugs.launchpad.net/bugs/472879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 451700] Re: contact list disappears on reconnect for group chats

2009-12-08 Thread Martin Mai
This is fixed upstream now.

** Changed in: empathy (Ubuntu)
   Status: Triaged => Fix Committed

-- 
contact list disappears on reconnect for group chats
https://bugs.launchpad.net/bugs/451700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 451067] Re: Empathy Does Not Accept Custom SIP Registrar Port

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Empathy Does Not Accept Custom SIP Registrar Port
https://bugs.launchpad.net/bugs/451067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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



[Bug 446311] Re: empathy crashed with SIGSEGV in strcmp()

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
empathy crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/446311
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 433907] Re: File transfer: drag and drop

2009-12-08 Thread Martin Mai
This should be fixed in Ubuntu 10.04 now. Thanks for reporting.

** Changed in: empathy (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
File transfer: drag and drop
https://bugs.launchpad.net/bugs/433907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493783] Re: lucid updates of today broke xserver-xorg

2009-12-08 Thread Timo Aaltonen
Normal for a devel release. Fixed as of a few hours ago, depending on
your mirror.

** Changed in: xorg (Ubuntu)
   Status: New => Fix Released

-- 
lucid updates of today broke xserver-xorg
https://bugs.launchpad.net/bugs/493783
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459639] Re: [Karmic] X server starts randomly in failsafe when starting from cold boot

2009-12-08 Thread Chris Coulson
Is this not the same as bug 491483, for which a fix already exists in
karmic-proposed?

** Changed in: gdm (Ubuntu)
   Importance: Undecided => High

** Changed in: gdm (Ubuntu)
   Status: New => Incomplete

-- 
[Karmic] X server starts randomly in failsafe when starting from cold boot
https://bugs.launchpad.net/bugs/459639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493957] [NEW] Please merge adduser 0.3111 (main) from Debian testing (main)

2009-12-08 Thread Frank Cheung
Public bug reported:

Binary package hint: adduser

Please merge adduser 0.3111 (main) from Debian testing (main)

** Affects: adduser (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

** Changed in: adduser (Ubuntu)
 Assignee: (unassigned) => Frank Cheung (fcuk112)

-- 
Please merge adduser 0.3111 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/493957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493956] [NEW] small sound interruptions while watching a movie

2009-12-08 Thread Jérôme
Public bug reported:

Binary package hint: pulseaudio

Hello,

On my previous Ubuntu version (Kubuntu 8.04), I had no sound issue with
the same movie and player.

I increased the buffer size of VLC ("very high latency" setting) but it
didn't solve my issue.

Note that boinc-client is running tasks all the time in background with
19 niceness as it did with the previous Ubuntu version.

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  j  1680 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xddef8000 irq 22'
   Mixer name   : 'Analog Devices AD1988'
   Components   : 'HDA:11d41988,10438241,00100400'
   Controls  : 40
   Simple ctrls  : 23
CurrentDmesg:
 [   12.322195] usplash:360 freeing invalid memtype 
c000-d000
 [   20.262514] eth0: no IPv6 routers present
 [ 1697.214989] process `skype.real' is using obsolete setsockopt SO_BSDCOMPAT
Date: Tue Dec  8 09:54:22 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: pulseaudio 1:0.9.19-0ubuntu4
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.31-16-generic x86_64

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


** Tags: amd64 apport-bug regression

-- 
small sound interruptions while watching a movie
https://bugs.launchpad.net/bugs/493956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493956] Re: small sound interruptions while watching a movie

2009-12-08 Thread Jérôme

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/36568208/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/36568209/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/36568210/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/36568211/BootDmesg.txt

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

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

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36568214/Dependencies.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/36568215/PciMultimedia.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/36568216/XsessionErrors.txt

-- 
small sound interruptions while watching a movie
https://bugs.launchpad.net/bugs/493956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493955] Re: jockey-gtk crashed with DBusException in call_blocking()

2009-12-08 Thread Apport retracing service
*** This bug is a duplicate of bug 403955 ***
https://bugs.launchpad.net/bugs/403955

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #403955, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"
   http://launchpadlibrarian.net/36567885/Dependencies.txt

** Attachment removed: "ProcMaps.txt"
   http://launchpadlibrarian.net/36567891/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   http://launchpadlibrarian.net/36567893/ProcStatus.txt

** This bug has been marked a duplicate of bug 403955
   jockey crashed during installation of ubuntu, apparently no effect on the 
installation, which continued normally

** Visibility changed to: Public

-- 
jockey-gtk crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/493955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493768] Re: update from 9.10 to 10.04 via update manager leaves system un bootable

2009-12-08 Thread Timo Aaltonen
dist-upgrade again. You shouldn't blindly accept upgrades that remove a
bunch of packages.

** Changed in: xorg-server (Ubuntu)
   Status: New => Invalid

-- 
update from 9.10 to 10.04 via update manager leaves system un bootable
https://bugs.launchpad.net/bugs/493768
You received this bug notification because you are a member of 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 486026] Re: microphone not working but audio output is working in DELL vostro

2009-12-08 Thread siva

It got workedI installed some updates and installed also the sound device 
controller
Thanks for ur mail--- On Tue, 8/12/09, Daniel Stone 
 wrote:

From: Daniel Stone 
Subject: [Bug 486026] Re: microphone not working but audio output is working in 
DELL vostro
To: siva_kar2...@yahoo.co.in
Date: Tuesday, 8 December, 2009, 7:36 AM

There have been some sound fixes in recent kernel updates.
Could you please update your system and let us know if the problem still exists.

System > Administration > Update Manager

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

-- 
microphone not working but audio output is working in DELL vostro
https://bugs.launchpad.net/bugs/486026
You received this bug notification because you are a direct subscriber
of the bug.

Status in “alsa-driver” package in Ubuntu: Incomplete

Bug description:
IM having a DELL Vostro 1510 
and installed a ubuntu 9.14 version
my internal mic is not working after installation
but external mic is working
and audio out put is also working
How to fix this problem

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USER        PID ACCESS COMMAND
 /dev/snd/controlC0:  siva       5480 F pulseaudio
 /dev/snd/pcmC0D0p:   siva       5480 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 22'
   Mixer name    : 'Realtek ALC268'
   Components    : 'HDA:10ec0268,10280273,0013'
   Controls      : 16
   Simple ctrls  : 10
CheckboxCommand: alsa_record_playback
CheckboxDescription:
 Open the volume control application by right-clicking on the speaker icon in 
the panel and selecting "Sound Preferences".  Select the "Input" tab and choose 
any alternate (non-default) device(s).  Select the "Output" tab and choose any 
alternate (non-default) device(s).  When you are done, click the Test button, 
then speak into the microphone. After a few seconds, your speech will be played 
back to you.
 
 Did you hear your speech played back?
CheckboxTest: alsa_record_playback_alternates
Date: Fri Nov 20 20:56:08 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_IN.UTF-8
 LANGUAGE=en_IN.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: alsa-driver
Tags: checkbox-bug
Uname: Linux 2.6.31-14-generic i686

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/486026/+subscribe


  The INTERNET now has a personality. YOURS! See your Yahoo!
Homepage. http://in.yahoo.com/

-- 
microphone not working but audio output is working in DELL vostro
https://bugs.launchpad.net/bugs/486026
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 454234] Re: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed

2009-12-08 Thread wing
@Erez

tried nautilus from Your PPA. It no longer gives that error (which for
me was fatal, nautilus didn't start from command line but died after the
message) but there's now another problem:

nautilus invoked by just "nautilus" from terminal doesn't do anything.
You have to append a path (dot works) to launch it.

-- 
eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
https://bugs.launchpad.net/bugs/454234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446146] Re: Several Huawei USB dongle don't work with kernel 2.6.31-12.40 (2.6.31.1 update related)

2009-12-08 Thread sly
for me same like in post from Bruno #325. Still disconnecting with my
E220 using Ubuntu Karmic Koala

-- 
Several Huawei USB dongle don't work with kernel 2.6.31-12.40 (2.6.31.1 update 
related)
https://bugs.launchpad.net/bugs/446146
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: SSD stall during boot

2009-12-08 Thread Andrew Squire
I had this issue on my EeePC 901. I took the following actions and have
not *yet* seen the issue reappear:

1. Boot from 9.10 NBR Live CD
2. dd if=/dev/zero of=/dev/sda bs=1M
3. dd if=/dev/zero of=/dev/sdb bs=1M
4. install 9.10 NBR
5. Add kernal command "libata.dma=0" in GRUB2 config and rebuild GRUB2 menu

NOTE: When I first got the issue I first tried steps 4. & 5. without
doing 1. 2. 3. and it did not fix the issue.

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

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


[Bug 404596] Re: failed to allocate wireless device

2009-12-08 Thread Sin-young "Divinespear" Kang
http://marc.info/?l=linux-kernel&m=126022647325204&w=2
It should be patch without "pci=use_crs" (From kernel.org bugzilla #14460, see 
assigns.)

But I can't test it cause I don't have more MSI's AMD laptop machines...

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

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


[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2009-12-08 Thread Jon Olav Vik
#18: Your fix works for IPython 0.10 under Python 2.6.4 on 32-bit
Windows XP SP3. Thanks!

-- 
Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb 
instance has no attribute 'curframe'
https://bugs.launchpad.net/bugs/381069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278927] Re: hardy incomplete shutdown no power off Intel 82801G NEC Versa

2009-12-08 Thread afriseun
Hi,

Sorry for only now coming back to you. Can you please close this bug
report if nobody else has information about it. I dropped my NEC laptop
and has now moved over to a Toshiba one. On which Karmic sorted
basically all the problems I had on the NEC.

Regards,

-- 
hardy incomplete shutdown no power off Intel 82801G NEC Versa
https://bugs.launchpad.net/bugs/278927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145377] Re: Powertop reports huge number of wakeups and drains battery

2009-12-08 Thread Martin Emrich
Hmm, I noticed this side effect: On both my X200 and another X61s, the
USB devices sometimes do not work after initialization by the kernel
when acpi=noirq is set. I tried rebooting, power-cycling etc., but the
only remedy was to remove acpi=noirq.

-- 
Powertop reports huge number of wakeups and drains battery
https://bugs.launchpad.net/bugs/145377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493957] Re: Please merge adduser 0.3111 (main) from Debian testing (main)

2009-12-08 Thread Frank Cheung
attached debian.diff.


** Attachment added: "debian.diff"
   http://launchpadlibrarian.net/36568935/debian.diff

-- 
Please merge adduser 0.3111 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/493957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493957] Re: Please merge adduser 0.3111 (main) from Debian testing (main)

2009-12-08 Thread Frank Cheung
attached ubuntu.diff.


** Attachment added: "ubuntu.diff"
   http://launchpadlibrarian.net/36568937/ubuntu.diff

-- 
Please merge adduser 0.3111 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/493957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493957] Re: Please merge adduser 0.3111 (main) from Debian testing (main)

2009-12-08 Thread Frank Cheung
attached sponsors.


** Changed in: adduser (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: adduser (Ubuntu)
 Assignee: Frank Cheung (fcuk112) => (unassigned)

-- 
Please merge adduser 0.3111 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/493957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 478603] Re: [Karmic,Lucid] Videos are using one core

2009-12-08 Thread Lollerke
** Changed in: linux (Ubuntu)
   Status: New => Invalid

-- 
[Karmic,Lucid] Videos are using one core
https://bugs.launchpad.net/bugs/478603
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 492179] Re: copy speed too slow....

2009-12-08 Thread Tomasz Finc
** Package changed: ubuntu => dolphin (Ubuntu)

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

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


[Bug 488103] Re: Poor support for MacBook Pro 5, 1: noise, no jack sense, no in-line headset microphones, broken volume control

2009-12-08 Thread Gambit-
Default install of 9.10 produces no audio support at all for a Macbook
5,2.  Updating community help page to reflect that.

-- 
Poor support for MacBook Pro 5,1: noise, no jack sense, no in-line headset 
microphones, broken volume control
https://bugs.launchpad.net/bugs/488103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 461864] Re: Add Seamonkey 2.0 to Ubuntu

2009-12-08 Thread Nikola M
NoOp
Please stop saying that.
You are NOT right.

You were just saying that there IS ONE maintainer.
Your Idea is BAD, Insulting to all Seamonkey and previous Mozilla and Netscape 
users over years.
Seamonkey 1.1.17 IS CURRENT release (.1.1.18 bring nothing interesting to 
update).
2.0 is NEW release and our release Cycle is not that fast as Firefox, neither 
it needs to be!!

I find your proposal insulting, not a good behavior and frankly, i resist to 
such BAD ideas that tend to undermine
Ubuntu in any way.
Again, please STOP saying such auwfull ideas, you are NOT helping to Ubuntu by 
making it available with LESS applications.
IF YPU have something against Seamonkey itself, that is your problem.

I am very much interested in acting on having Seamonkey available Forever in 
Ubuntu.
And I will consult with current maintainer about your BAD proposals.

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

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


[Bug 282777] Re: xorg xevie extention fails on XevieSendEvent()

2009-12-08 Thread Timo Aaltonen
XEvIE has been removed from the xserver, so closing the bug. This
library will be removed from 10.04.

** Changed in: libxevie (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
xorg xevie extention fails on XevieSendEvent()
https://bugs.launchpad.net/bugs/282777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 492973] Re: aptdaemon consumes more than 2-3 MByte of system memory

2009-12-08 Thread Tomasz Finc
** Package changed: ubuntu => aptdaemon (Ubuntu)

-- 
aptdaemon consumes more than 2-3 MByte of system memory
https://bugs.launchpad.net/bugs/492973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243894] Re: Atheros lan ethernet driver etl1e not in Ubuntu

2009-12-08 Thread riskielsir
** Also affects: linux
   Importance: Undecided
   Status: New

-- 
Atheros lan ethernet driver etl1e not in Ubuntu
https://bugs.launchpad.net/bugs/243894
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 489878] Re: Sound capture internal mic not working

2009-12-08 Thread jhoechtl
As the mic _is_ working, the bug title is confusing and may be closed.
However the mic settings through alsamixer are not repsected and the mic
gain is at an arbitrary level after a reboot.

As such may I file a new bug report and where?

-- 
Sound capture internal mic not working
https://bugs.launchpad.net/bugs/489878
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355206] Re: package wdiff 0.5-18 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-12-08 Thread reitzmichnicht
I get this warning when installing in karmic

Unpacking wdiff (from .../wdiff_0.5-18_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for install-info ...
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-snippets.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-learning.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/menu.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-program.info.gz'
Setting up wdiff (0.5-18) ...
Ignoring install-info called from maintainer script
The package wdiff should be rebuild with new debhelper to get trigger support

-- 
package wdiff 0.5-18 failed to install/upgrade: subprocess post-installation 
script returned error exit status 1
https://bugs.launchpad.net/bugs/355206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 478710] Re: dvd::rip does not complete ripping of disc via gui in karmic

2009-12-08 Thread Luke J Militello
gray, send me an email.  I don't want to turn this bug report into a
forum thread ;).  I'll be glad to help you, just email me,..
l...@digitalenigma.net

-- 
dvd::rip does not complete ripping of disc via gui in karmic
https://bugs.launchpad.net/bugs/478710
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441396] Re: Totem hangs while loading a video with .srt (or .txt in MicroDVD format) sub from nautilus

2009-12-08 Thread Sebastien Bacher
how voting would solve a manpower issue? note also that not everybody
watch divx movies, would it be only for legal reasons and not everybody
has use of subtitle, I've no local example of movie with subtitle there
and never use those, not that I deny it's an issue for some people but
it would be easier to work on the update for somebody having access to
buggy materials there

-- 
Totem hangs while loading a video with .srt (or .txt in MicroDVD format) sub 
from nautilus
https://bugs.launchpad.net/bugs/441396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 403316] Re: dpkg: warning: obsolete option '--print-installation-architecture'

2009-12-08 Thread Timo Aaltonen
** Changed in: xserver-xorg-input-joystick (Ubuntu)
   Status: New => Fix Committed

** Changed in: xserver-xorg-input-keyboard (Ubuntu)
   Status: New => Fix Released

** Changed in: xserver-xorg-input-mouse (Ubuntu)
   Status: New => Fix Released

** Changed in: xserver-xorg-video-fbdev (Ubuntu)
   Status: New => Fix Released

** Changed in: xserver-xorg-input-elographics (Ubuntu)
   Status: New => Fix Committed

** Changed in: xserver-xorg-video-radeonhd (Ubuntu)
   Status: New => Fix Released

** Changed in: xserver-xorg-video-sis (Ubuntu)
   Status: New => Fix Released

** Changed in: xserver-xorg-video-sisusb (Ubuntu)
   Status: New => Fix Released

** Changed in: xserver-xorg-video-trident (Ubuntu)
   Status: New => Fix Released

-- 
dpkg: warning: obsolete option '--print-installation-architecture'
https://bugs.launchpad.net/bugs/403316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 493927] Re: Initrd identifying bug

2009-12-08 Thread Tomasz Finc
** Package changed: ubuntu => os-prober (Ubuntu)

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

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


[Bug 493832] Re: Nautilus doesn't prompt for WebDAV password if it is needed for writing only

2009-12-08 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

-- 
Nautilus doesn't prompt for WebDAV password if it is needed for writing only
https://bugs.launchpad.net/bugs/493832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 492810] Re: Nautilus uses 100% cpu after downloading torrent

2009-12-08 Thread Azraele
:D :D sorry

I'll leave it open with strace and post the results

-- 
Nautilus uses 100% cpu after downloading torrent
https://bugs.launchpad.net/bugs/492810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491805] Re: loqui.desktop file in the wrong place.

2009-12-08 Thread Ryosuke KUTSUNA
Thank you for advice. I think that it is just what you say.

I made the patch which revised Makefile.am and Makefile.in.

loqui after applied a patch work fine.

I cannot build in the version of all automake which I can use in ubuntu
though I revised Makefile.am. Is not this patch enough?

** Attachment added: "loqui-fix-desktop-path.path"
   http://launchpadlibrarian.net/36569942/loqui-fix-desktop-path.patch

-- 
loqui.desktop file in the wrong place.
https://bugs.launchpad.net/bugs/491805
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 487168] Re: hdparm fails to handle security configuration...

2009-12-08 Thread Claus Allweil
This bug hits me too and prevents hard disk hot-plugging in Thinkpad
Ultra Bay:

r...@karmic:/home/callweil# /sbin/hdparm --user-master u --security-unlock 
'letmein' /dev/sdb
security_password="letmein"

/dev/sdb:
 Issuing SECURITY_UNLOCK command, password="letmein", user=user
SECURITY_UNLOCK: Input/output error

-- 
hdparm fails to handle security configuration...
https://bugs.launchpad.net/bugs/487168
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-08 Thread Stuart Langridge
We depend on xulrunner because CouchDB requires spidermonkey, the
Mozilla JavaScript engine.

-- 
CouchDB in Karmic should not have dependencies on X stuff
https://bugs.launchpad.net/bugs/418762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412152] Re: gnome-disk-utility nags me too much that my disk is failing

2009-12-08 Thread Alan Pope
** Changed in: gnome-disk-utility (Ubuntu)
 Assignee: Alan Pope (popey) => (unassigned)

-- 
gnome-disk-utility nags me too much that my disk is failing
https://bugs.launchpad.net/bugs/412152
You received this bug notification because you are a member of 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 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-08 Thread Martin Pitt
Bryan McLellan [2009-12-08  0:33 -]:
> Installed ruby1.8 and libruby1.8 version 1.8.7.174-1ubuntu1 from karmic-
> proposed.
> 
> Ran both tests successfully with experiencing a segfault

Was that meant to say "without", or is there yet another one?

Thanks! Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

-- 
ruby garbage collector segfaults under certain conditions
https://bugs.launchpad.net/bugs/488115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460351] Re: Sound capture (microphone) works on LiveCD, but don't work after installation

2009-12-08 Thread Dragan Suminovski
To Daniel T Chen

Frankly I do not really know why it worked maybe it is some module load
options but it worked for me. I have tried many things to make the
microphone working but all were unsuccessful.

If you have some explanation of why this thing worked for me please post
it I will be very thankful.

-- 
Sound capture (microphone) works on LiveCD, but don't work after installation
https://bugs.launchpad.net/bugs/460351
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-08 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
motion failed to install/upgrade : chown: invalid group: `motion:motion'
https://bugs.launchpad.net/bugs/394755
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >