[Bug 819040] [NEW] cannot find archive-keyring making onieric guest

2011-07-31 Thread Robert Collins
Public bug reported:

I'm on oneiric and ran
sudo lxc-create -n ensemble-0 -t ubuntu -f /etc/lxc/local.conf -- -r oneiric

the config file is 
lxc.network.type=veth
lxc.network.link=virbr0
lxc.network.flags=up

Setting up apt (0.8.15.4ubuntu2) ...
ERROR: Can't find the archive-keyring
Is the ubuntu-keyring package installed?
dpkg: error processing apt (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
Errors were encountered while processing:
 apt

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/819040

Title:
  cannot find archive-keyring making onieric guest

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-07-31 Thread Bart Verwilst
I guess this will pretty much miss the Oneiric window of merging? :)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/690925

Title:
  Package MySQL 5.5.x for Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/690925/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 819044] [NEW] puppet in natty can't enable services

2011-07-31 Thread James Troup
Public bug reported:

puppet in natty can't enable services because of the following change:

| --- puppet-2.6.4.orig/lib/puppet/provider/service/debian.rb
| +++ puppet-2.6.4/lib/puppet/provider/service/debian.rb
| @@ -23,7 +23,7 @@ Puppet::Type.type(:service).provide :deb
|# Remove the symlinks
|def disable
|  update_rc -f, @resource[:name], remove
| -update_rc @resource[:name], stop, 00, 1, 2, 3, 4, 5, 6, 
.
| +update_rc @resource[:name], disable
|end
| 
|def enabled?
| @@ -43,6 +43,6 @@ Puppet::Type.type(:service).provide :deb
| 
|def enable
|  update_rc -f, @resource[:name], remove
| -update_rc @resource[:name], defaults
| +update_rc @resource[:name], enable
|end
|  end

This change comes from Debian where it also caused problems,
c.f. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573551

Regardless, using 'enable' simply doesn't work on Ubuntu Natty but
'defaults' does:

| root@rigel:~# touch /etc/init.d/xxtestxx; update-rc.d xxtestxx enable; ls -l 
/etc/rc2.d/*xxtestxx*
| update-rc.d: warning: /etc/init.d/xxtestxx missing LSB information
| update-rc.d: see http://wiki.debian.org/LSBInitScripts
|  System start/stop links for /etc/init.d/xxtestxx do not exist.
| ls: cannot access /etc/rc2.d/*xxtestxx*: No such file or directory
| root@rigel:~# touch /etc/init.d/xxtestxx; update-rc.d xxtestxx defaults; ls 
-l /etc/rc2.d/*xxtestxx*
| update-rc.d: warning: /etc/init.d/xxtestxx missing LSB information
| update-rc.d: see http://wiki.debian.org/LSBInitScripts
|  Adding system startup for /etc/init.d/xxtestxx ...
|/etc/rc0.d/K20xxtestxx - ../init.d/xxtestxx
|/etc/rc1.d/K20xxtestxx - ../init.d/xxtestxx
|/etc/rc6.d/K20xxtestxx - ../init.d/xxtestxx
|/etc/rc2.d/S20xxtestxx - ../init.d/xxtestxx
|/etc/rc3.d/S20xxtestxx - ../init.d/xxtestxx
|/etc/rc4.d/S20xxtestxx - ../init.d/xxtestxx
|/etc/rc5.d/S20xxtestxx - ../init.d/xxtestxx
| lrwxrwxrwx 1 root root 18 Jul 31 22:57 /etc/rc2.d/S20xxtestxx - 
../init.d/xxtestxx
| root@rigel:~# rm /etc/init.d/xxtestxx; update-rc.d xxtestxx remove
|  Removing any system startup links for /etc/init.d/xxtestxx ...
|/etc/rc0.d/K20xxtestxx
|/etc/rc1.d/K20xxtestxx
|/etc/rc2.d/S20xxtestxx
|/etc/rc3.d/S20xxtestxx
|/etc/rc4.d/S20xxtestxx
|/etc/rc5.d/S20xxtestxx
|/etc/rc6.d/K20xxtestxx
| root@rigel:~# 

Can we please drop the last hunk as an SRU for Natty?  Not being able
to enable services is pretty fundamental to configuration management.

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


** Tags: regression-proposed

** Tags added: regression-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/819044

Title:
  puppet in natty can't enable services

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 819040] Re: cannot find archive-keyring making onieric guest

2011-07-31 Thread Robert Collins
Seems to be coming from apt-key update being called in apts postinst;
which is perhaps a bit crackful given theres no guarantee of being
online.

** Package changed: lxc (Ubuntu) = apt (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/819040

Title:
  cannot find archive-keyring making onieric guest

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 817233] Re: oneiric containers need ubuntu-keyring package

2011-07-31 Thread Clint Byrum
*** This bug is a duplicate of bug 816606 ***
https://bugs.launchpad.net/bugs/816606

** This bug has been marked a duplicate of bug 816606
   apt postinst failure if ubuntu-keyring not installed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/817233

Title:
  oneiric containers need ubuntu-keyring package

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-07-31 Thread Clint Byrum
Excerpts from Bart Verwilst's message of Sun Jul 31 22:30:32 UTC 2011:
 I guess this will pretty much miss the Oneiric window of merging? :)
 

Indeed, the packaging is stalled on the almost herculean effort to
re-evaluate the copyright status of all files in mysql. I should be
finished with that soon, but its probably too late to complete such a
transition for Oneiric, given the number of reverse dependencies that
need to be rebuilt.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/690925

Title:
  Package MySQL 5.5.x for Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/690925/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 818748] [NEW] Sync libgnomeprintui 2.18.6-1 (universe) from Debian unstable (main)

2011-07-31 Thread Rico Tzschichholz
Public bug reported:

Please sync libgnomeprintui 2.18.6-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
There is no difference since there were only plain upstream release updates.

Changelog entries since current oneiric version 2.18.6-0ubuntu1:

libgnomeprintui (2.18.6-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: Switch to .bz2 tarballs.
  * Switch to dpkg source format 3.0 (quilt).
  * Bump Standards-Version to 3.9.2. No further changes.
  * Remove Build-Depends on dpkg-dev (= 1.13.19) as even lenny has a more
recent version.
  * Remove obsolete debian/libgnomeprintui2.2-{common,dev}.files
  * Switch to debhelper compatibility level 8.
- Update Build-Depends on debhelper.
- Strip debian/tmp/ from .install files.

 -- Michael Biebl bi...@debian.org  Sat, 30 Jul 2011 14:04:11 +0200

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

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

Title:
  Sync libgnomeprintui 2.18.6-1 (universe) from Debian unstable (main)

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

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


[Bug 818747] [NEW] Sync libgnomeprint 2.18.8-1 (universe) from Debian unstable (main)

2011-07-31 Thread Rico Tzschichholz
Public bug reported:

Please sync libgnomeprint 2.18.8-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
There is no difference since there were only plain upstream release updates.

Changelog entries since current oneiric version 2.18.8-0ubuntu1:

libgnomeprint (2.18.8-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: Switch to .bz2 tarballs.
  * Switch to dpkg source format 3.0 (quilt).
  * Bump Standards-Version to 3.9.2. No further changes.
  * Remove article from description synopsis.
  * Remove old, pre-lenny Conflicts which is no longer necessary.
  * Remove Build-Depends on dpkg-dev (= 1.13.19) as even lenny has a more
recent version.
  * Remove obsolete debian/libgnomeprint2.2-{data,dev}.files.
  * Switch to debhelper compatibility level 8.
- Update Build-Depends on debhelper.
- Strip debian/tmp/ from .install files.

 -- Michael Biebl bi...@debian.org  Sat, 30 Jul 2011 13:28:02 +0200

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

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

Title:
  Sync libgnomeprint 2.18.8-1 (universe) from Debian unstable (main)

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

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


[Bug 818745] [NEW] Sync libgnomecanvas 2.30.3-1 (main) from Debian unstable (main)

2011-07-31 Thread Rico Tzschichholz
Public bug reported:

Please sync libgnomecanvas 2.30.3-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
There is no difference since there were only plain upstream release updates.

Changelog entries since current oneiric version 2.30.3-0ubuntu1:

libgnomecanvas (2.30.3-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Fix -dbg package description. Closes: #588605.

  [ Michael Biebl ]
  * New upstream release. Closes: #629918
  * debian/watch:
- Switch to .bz2 tarballs.
- Don't run uupdate.
  * Switch to dpkg source format 3.0 (quilt).
  * Remove obsolete debian/libgnomecanvas2-{common,dev}.files.
  * Bump Standards-Version to 3.9.2. No further changes.
  * Remove old Conflicts/Replaces which are no longer necessary.
  * Bump debhelper compatibility level to 8.
- Update Build-Depends on debhelper.
- Strip debian/tmp/ from .install files.
  * Stop installing libtool .la files.
  * Small updates to the description synopsis.

 -- Michael Biebl bi...@debian.org  Sat, 30 Jul 2011 17:24:05 +0200

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

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

Title:
  Sync libgnomecanvas 2.30.3-1 (main) from Debian unstable (main)

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

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


[Bug 818744] [NEW] Sync libgnomeui 2.24.5-1 (main) from Debian unstable (main)

2011-07-31 Thread Rico Tzschichholz
Public bug reported:

Please sync libgnomeui 2.24.5-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
There is no difference since there were only plain upstream release updates.

Changelog entries since current oneiric version 2.24.5-0ubuntu1:

libgnomeui (2.24.5-1) unstable; urgency=low

  * New upstream release.
  * debian/watch:
- Switch .bz2 tarballs.
- Don't run uupdate.
  * Switch to dpkg source format 3.0 (quilt).
  * Bump Standards-Version to 3.9.2. No further changes.
  * Set pkg-gnome-maintain...@lists.alioth.debian.org as Maintainer.
  * Remove old Conflicts/Replaces which are no longer necessary.
  * Remove Build-Depends on dpkg-dev (= 1.13.19) as even lenny has a more
recent version.
  * Switch to debhelper compatibility level 8.
- Update Build-Depends on debhelper.
- Strip debian/tmp/ from .install files.
  * Stop installing libtool .la files.
  * Small tweaks to the description synopsis.

 -- Michael Biebl bi...@debian.org  Sat, 30 Jul 2011 17:53:58 +0200

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

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

Title:
  Sync libgnomeui 2.24.5-1 (main) from Debian unstable (main)

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

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


[Bug 748994] Re: suspend hibernation not working on dell 1749

2011-07-31 Thread GrzegorzMiskiewicz
Same issue, after suspend, blank screen - nothing works, only restart.
Ubuntu 64 bit 10.10.

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

Title:
  suspend hibernation not working on dell 1749

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

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


[Bug 417757] Re: [regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups

2011-07-31 Thread gene
Unbelievable, this bug still manages to bug people on the latest and fully 
updated Ubuntu 11.04!
The strangeness of the situation is as follows:

ubuntu 11.04, uname -a:
Linux  3.0.0-mine #3 SMP Thu Jul 28 14:03:44 CDT 2011 i686 i686 i386 GNU/Linux

Where, with firefox 5.0, epiphany, chromium some websites take very long
time to load, while everything else involving connection is fast. E.g.,
w3m, lynx and especially elinks are extremely fast! At the same time
on On the

ubuntu 10.04:
 uname -a
Linux 2.6.35.13-mine #1 SMP Fri May 6 00:20:57 CDT 2011 x86_64 GNU/Linux
Exact same browsers are almost as fast as their text-based brethren.

So, IMHO, the problem resides not with the actual browser(s) but with something 
else.
This is getting ridiculous!

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

Title:
  [regression] all network apps / browsers suffer from multi-second
  delays by default due to IPv6 DNS lookups

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

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


[Bug 818751] [NEW] Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

2011-07-31 Thread Keith Drummond
Public bug reported:

The first time Banshee launches after a shutdown or restart it crashes
with a fatal error. It starts normally after this first crash. I have
attached a file with the information it provides below
(Banshee_Fatal_Error_Report).

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: banshee 2.0.1-1ubuntu1~natty2
ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Sun Jul 31 07:02:54 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_IE:en
 LANG=en_IE.UTF-8
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

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

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


[Bug 818751] Re: Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

2011-07-31 Thread Keith Drummond
** Attachment added: Crash Description
   
https://bugs.launchpad.net/bugs/818751/+attachment/2243983/+files/Banshee_Fatal_Error_Report

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

Title:
  Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

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

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


[Bug 818751] Re: Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

2011-07-31 Thread Keith Drummond
** Attachment added: Banshee_Fatal_Error_Report
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/818751/+attachment/2243985/+files/Banshee_Fatal_Error_Report

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

Title:
  Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

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

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


[Bug 818753] Re: bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu4: bcmwl kernel module failed to build

2011-07-31 Thread Carr0t76
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818753

Title:
  bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu4: bcmwl kernel module
  failed to build

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

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


[Bug 818752] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare()

2011-07-31 Thread userdce
** Visibility changed to: Public

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

Title:
  aptd crashed with SIGSEGV in std::basic_stringchar,
  std::char_traitschar, std::allocatorchar ::compare()

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

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


[Bug 818753] [NEW] bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu4: bcmwl kernel module failed to build

2011-07-31 Thread Carr0t76
Public bug reported:

bug has disabled wireless controlller

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic i686
Architecture: i386
DKMSBuildLog:
 DKMS make.log for bcmwl-5.100.82.38+bdcom for kernel 3.0.0-7-generic (i686)
 Sat Jul 30 22:31:11 IST 2011
 make: *** /lib/modules/2.6.38-8-generic/build: No such file or directory.  
Stop.
DKMSKernelVersion: 3.0.0-7-generic
Date: Sat Jul 30 22:31:28 2011
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release i386 (20110427)
PackageVersion: 5.100.82.38+bdcom-0ubuntu4
SourcePackage: bcmwl
Title: bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu4: bcmwl kernel module 
failed to build
UpgradeStatus: Upgraded to oneiric on 2011-06-25 (35 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu4: bcmwl kernel module
  failed to build

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

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


[Bug 417757] Re: [regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups

2011-07-31 Thread gene
Forgot to mention, that neither disabling ipv6 completely, nor playing with 
the /etc/nsswitch.conf works.
Now since this bug is filed against Karmic, I wonder do I have to make my bug  
a duplicate? In case if I see it on my machine.

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

Title:
  [regression] all network apps / browsers suffer from multi-second
  delays by default due to IPv6 DNS lookups

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

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


[Bug 818619] Re: libav-extra current packages (4.0.7.1.0ubuntu1) should be 4.0.7.1-0ubuntu1

2011-07-31 Thread Reinhard Tartler
I've changed the versioning number because the source package is now a
native package, i.e., without an orig.tar.gz. Instead, it build depends
on the libav-source.tar.gz. With non-native version numbers git-
buildpackage gets horribly confused.

Do you experience any particular problem that this change causes?

** Changed in: libav-extra (Ubuntu)
   Status: New = Invalid

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

Title:
  libav-extra current packages (4.0.7.1.0ubuntu1) should be
  4.0.7.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav-extra/+bug/818619/+subscriptions

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


[Bug 818754] Re: gnome-settings-daemon assert failure: gnome-settings-daemon: ../../src/xcb_io.c:515: _XReply: Assertion `!dpy-xcb-reply_data' failed.

2011-07-31 Thread Apport retracing service
*** This bug is a duplicate of bug 804221 ***
https://bugs.launchpad.net/bugs/804221

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 #804221, 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.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/818754/+attachment/2243995/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2243996/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2243997/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2243998/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2243999/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2244000/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2244001/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/818754/+attachment/2244002/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 804221
   gnome-settings-daemon assert failure: gnome-settings-daemon: 
../../src/xcb_io.c:515: _XReply: Assertion `!dpy-xcb-reply_data' failed.

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-settings-daemon assert failure: gnome-settings-daemon:
  ../../src/xcb_io.c:515: _XReply: Assertion `!dpy-xcb-reply_data'
  failed.

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

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


Re: [Bug 753144] Re: focused, or maximized windows blank

2011-07-31 Thread Josh Leverette
No... it affects only older, integrated nvidia cards. My new nvidia card
is unaffected, same with my friend's. If it were all nvidia products,
people would be knocking down doors at canonical and nvidia, flooding
them with complaints. It affects a good number of people, but most fix
the problem with an older nvidia driver and a few more with BIOS
configurations. Very few cannot walk away with the problem worked
around.

On Jul 30, 2011, at 5:29 PM,  753...@bugs.launchpad.net wrote:

 Hmm I really do not know anything about celestia, but I do not agree
 with you that this bug affects a small percentage of users. I think it
 affect all nVidia users using compiz. I would guess vast majority uses
 compiz and vast majority has nVidia graphic card (my opinion)
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/753144
 
 Title:
 focused, or maximized windows blank
 
 Status in One Hundred Paper Cuts:
 Invalid
 Status in NVIDIA Drivers Ubuntu:
 Confirmed
 Status in Unity:
 Invalid
 Status in “compiz” package in Ubuntu:
 Confirmed
 Status in “nvidia-graphics-drivers” package in Ubuntu:
 Confirmed
 Status in “unity” package in Ubuntu:
 Invalid
 
 Bug description:
 Binary package hint: compiz
 
 I have discovered a fairly consistent behavior: When multiple
 aplications are open, the bug can manifest itself as: the active
 window is blank (white in my case... title bar displays but nothing
 else.) while windows behind it will display content. If one of the
 unfocused windows is selected, it gains focus, and goes blank. The
 previously blank window, no longer focused, regains its content and is
 no longer blank.
 
 Switching between applications, the ones gaining focus always going
 blank only to regain content after losing focus is quite infuriating.
 
 To force an application to quit being blank, another application is
 opened, and applications are switched until the blanking behavior
 begins for the new application. (I use terminal as my dummy app...)
 Terminal is given focus, observed to be blank, and closed. The
 aplication which was behind the dummy application gains focus, and
 does not go blank. (this has been verified in classic desktop, not yet
 in unity)
 
 ProblemType: Bug
 DistroRelease: Ubuntu 11.04
 Package: compiz 1:0.9.4git20110322-0ubuntu5
 ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
 Uname: Linux 2.6.38-7-generic i686
 NonfreeKernelModules: nvidia wl
 Architecture: i386
 CompizPlugins: 
 [core,bailer,detection,composite,opengl,compiztoolbox,decor,place,vpswitch,regex,gnomecompat,mousepoll,imgpng,move,snap,resize,grid,scale,wall,session,animation,expo,ezoom,staticswitcher]
 Date: Wed Apr  6 21:40:19 2011
 DistroCodename: natty
 DistroVariant: ubuntu
 EcryptfsInUse: Yes
 InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
 InstallationMedia_: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
 ProcEnviron:
  LANGUAGE=en_US:en
  LANG=en_US.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature_: Ubuntu 2.6.38-7.39-generic 2.6.38
 SourcePackage: compiz
 UpgradeStatus: Upgraded to natty on 2011-04-05 (1 days ago)
 version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
 version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu1
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/hundredpapercuts/+bug/753144/+subscriptions

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

Title:
  focused, or maximized windows blank

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

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

[Bug 818700] Re: package batman-adv-dkms 2010.0.0-2 failed to install/upgrade: batman-adv kernel module failed to build

2011-07-31 Thread Moshroum
*** This bug is a duplicate of bug 789259 ***
https://bugs.launchpad.net/bugs/789259

** This bug has been marked a duplicate of bug 789259
   Please remove batman-adv-kernelland from the Ubuntu archives (FTBFS)

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

Title:
  package batman-adv-dkms 2010.0.0-2 failed to install/upgrade: batman-
  adv kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/batman-adv-kernelland/+bug/818700/+subscriptions

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


[Bug 761172] Re: right ALT+F4 key doesn't work in rdesktop

2011-07-31 Thread robertyan
I have the same issue on rdesktop version 1.6 and my machine is Ubuntu
10.14 LTS

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

Title:
  right ALT+F4 key doesn't work in rdesktop

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

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


[Bug 818071] Re: firefox-globalmenu addon interferes with right-clicking on Bookmarks menu entries

2011-07-31 Thread Chris Coulson
*** This bug is a duplicate of bug 748850 ***
https://bugs.launchpad.net/bugs/748850

** Changed in: firefox (Ubuntu)
   Status: Confirmed = Invalid

** This bug has been marked a duplicate of bug 748850
   Can't middle or right click on bookmarks to open in new tab

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

Title:
  firefox-globalmenu addon interferes with right-clicking on Bookmarks
  menu entries

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

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


[Bug 818752] Stacktrace.txt

2011-07-31 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/818752/+attachment/2244012/+files/Stacktrace.txt

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

Title:
  aptd crashed with SIGSEGV in std::basic_stringchar,
  std::char_traitschar, std::allocatorchar ::compare()

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

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


[Bug 818752]

2011-07-31 Thread Apport retracing service
StacktraceTop:
 __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32
 length (this=value optimized out, __s=0x7f3e9c45163c Address 0x7f3e9c45163c 
out of bounds) at 
/build/buildd/gcc-4.6-4.6.1/build/x86_64-linux-gnu/libstdc++-v3/include/bits/char_traits.h:261
 std::basic_stringchar, std::char_traitschar, std::allocatorchar 
::compare (this=value optimized out, __s=0x7f3e9c45163c Address 
0x7f3e9c45163c out of bounds) at 
/build/buildd/gcc-4.6-4.6.1/build/x86_64-linux-gnu/libstdc++-v3/include/bits/basic_string.tcc:955
 pkgCacheGenerator::ListParser::NewDepends(pkgCache::VerIterator, 
std::basic_stringchar, std::char_traitschar, std::allocatorchar  const, 
std::basic_stringchar, std::char_traitschar, std::allocatorchar  const, 
std::basic_stringchar, std::char_traitschar, std::allocatorchar  const, 
unsigned int, unsigned int) () from /usr/lib/libapt-pkg.so.4.10
 ?? ()

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

Title:
  aptd crashed with SIGSEGV in std::basic_stringchar,
  std::char_traitschar, std::allocatorchar ::compare()

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

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


[Bug 816955] Re: rdesktop does not quit quickly after remote desktop is disconnected

2011-07-31 Thread robertyan
I think this issue is the same as bug #534901.
After network is down, rdesktop is still running, but the X11 environment 
becomes unresponsive.

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

Title:
  rdesktop does not quit quickly after remote desktop is disconnected

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

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


[Bug 818752] ThreadStacktrace.txt

2011-07-31 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/818752/+attachment/2244013/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/818752/+attachment/2243986/+files/CoreDump.gz

** Changed in: aptdaemon (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-amd64-retrace

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

Title:
  aptd crashed with SIGSEGV in std::basic_stringchar,
  std::char_traitschar, std::allocatorchar ::compare()

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

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


[Bug 647973] Re: USB 3.0 on 10.10 x86_64 : xhci_hcd WARN: Stalled endpoint

2011-07-31 Thread Jesús
Same problem here.

I have a Vantec 2-Port SuperSpeed USB 3.0 ExpressCard 34 connected to an
external hard drive. My computer is a Lenovo T61p running  Ubuntu 11.04
with kernel Linux 2.6.38-8-generic x86_64. The external hard drive gets
unmounted and mounted back randomly. This issue happens often (every 10
minutes or so).

The hard drive works fine when it is connected to an USB 2.0 port. The
same thing happens with another express card (AKE 5Gbps BC618T 54mm 2
Port USB 3.0).

This comes from the kernel ring buffer (dmesg):

[13673.999804] xhci_hcd :05:00.0: WARN: transfer error on endpoint
[13673.999837] usb 8-1: USB disconnect, address 3
[13674.000221] sd 6:0:0:0: [sdb] Unhandled error code
[13674.000224] sd 6:0:0:0: [sdb]  Result: hostbyte=DID_NO_CONNECT 
driverbyte=DRIVER_OK
[13674.000228] sd 6:0:0:0: [sdb] CDB: Read(10): 28 00 00 95 c7 f8 00 00 f0 00
[13674.000237] end_request: I/O error, dev sdb, sector 9816056
[13674.000254] sd 6:0:0:0: [sdb] Unhandled error code
[13674.000256] sd 6:0:0:0: [sdb]  Result: hostbyte=DID_NO_CONNECT 
driverbyte=DRIVER_OK
[13674.000259] sd 6:0:0:0: [sdb] CDB: Read(10): 28 00 00 95 c8 e8 00 00 10 00
[13674.000266] end_request: I/O error, dev sdb, sector 9816296
[13674.031772] JBD2: Detected IO errors while flushing file data on sdb1-8
[13674.031787] Aborting journal on device sdb1-8.
[13674.031800] EXT4-fs error (device sdb1) in ext4_reserve_inode_write:5620: 
Journal has aborted
[13674.031806] EXT4-fs (sdb1): previous I/O error to superblock detected
[13674.031808] JBD2: I/O error detected when updating journal superblock for 
sdb1-8.
[13674.031819] journal commit I/O error
[13674.040187] EXT4-fs error (device sdb1) in ext4_dirty_inode:5747: Journal 
has aborted
[13674.040191] EXT4-fs (sdb1): previous I/O error to superblock detected
[13674.040220] EXT4-fs (sdb1): previous I/O error to superblock detected
[13674.040232] EXT4-fs error (device sdb1): ext4_journal_start_sb:260: Detected 
aborted journal
[13674.040236] EXT4-fs (sdb1): Remounting filesystem read-only
[13674.040238] EXT4-fs (sdb1): previous I/O error to superblock detected
[13674.111334] EXT4-fs error (device sdb1): ext4_read_block_bitmap:350: comm 
faac: Cannot read block bitmap - block_group = 452, block_bitmap = 14680068
[13674.111340] EXT4-fs error (device sdb1): ext4_discard_preallocations:3886: 
comm faac: Error reading block bitmap for 452
[13674.396333] EXT4-fs error (device sdb1): ext4_read_block_bitmap:350: comm 
ogmrip: Cannot read block bitmap - block_group = 1, block_bitmap = 1026
[13674.396347] EXT4-fs error (device sdb1): ext4_discard_preallocations:3886: 
comm ogmrip: Error reading block bitmap for 1
[13674.482947] EXT4-fs (sdb1): previous I/O error to superblock detected
[13674.482995] EXT4-fs error (device sdb1): ext4_put_super:737: Couldn't clean 
up the journal
[13700.670561] usb 8-1: new SuperSpeed USB device using xhci_hcd and address 4
[13700.693053] xhci_hcd :05:00.0: WARN: short transfer on control ep
[13700.694049] xhci_hcd :05:00.0: WARN: short transfer on control ep
[13700.694932] xhci_hcd :05:00.0: WARN: short transfer on control ep
[13700.695932] xhci_hcd :05:00.0: WARN: short transfer on control ep
[13700.698109] scsi7 : usb-storage 8-1:1.0
[13701.691479] scsi 7:0:0:0: Direct-Access USB 3.0  MassStorage  0100 
PQ: 0 ANSI: 4
[13701.693180] sd 7:0:0:0: Attached scsi generic sg2 type 0
[13701.695702] sd 7:0:0:0: [sdb] 3907029135 512-byte logical blocks: (2.00 
TB/1.81 TiB)
[13701.696222] xhci_hcd :05:00.0: WARN: Stalled endpoint
[13701.697016] sd 7:0:0:0: [sdb] Write Protect is off
[13701.697026] sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
[13701.700629] sd 7:0:0:0: [sdb] No Caching mode page present
[13701.700640] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[13701.702845] xhci_hcd :05:00.0: WARN: Stalled endpoint
[13701.704839] sd 7:0:0:0: [sdb] No Caching mode page present
[13701.704848] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[13701.727813]  sdb: sdb1
[13701.729394] xhci_hcd :05:00.0: WARN: Stalled endpoint
[13701.731004] sd 7:0:0:0: [sdb] No Caching mode page present
[13701.731008] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[13701.731011] sd 7:0:0:0: [sdb] Attached SCSI disk
[13702.019835] EXT4-fs (sdb1): warning: maximal mount count reached, running 
e2fsck is recommended
[13702.128134] EXT4-fs (sdb1): recovery complete
[13702.128429] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: 
(null)

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

Title:
  USB 3.0 on 10.10 x86_64 : xhci_hcd WARN: Stalled endpoint

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

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


[Bug 111640] Re: dspam Package does not contain cron'ed execution of dspam_logrotate.

2011-07-31 Thread Julien Valroff
** Changed in: dspam (Ubuntu)
   Status: New = Fix Released

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

Title:
  dspam Package does not contain cron'ed execution of dspam_logrotate.

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

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


[Bug 818759] [NEW] [HDA-Intel - HDA Intel, playback] No sound at all

2011-07-31 Thread madhu.m
Public bug reported:

IN UBUNTU SONGS ARE PLAYING BUT SOUND IS NOT COMING.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: pulseaudio 1:0.9.22+stable-queue-24-g67d18-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mastercvv   1292 F pulseaudio
 /dev/snd/pcmC0D0p:   mastercvv   1292 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
   Mixer name   : 'VIA VT1708S'
   Components   : 'HDA:11060397,1458a000,0010'
   Controls  : 35
   Simple ctrls  : 20
CurrentDmesg:
 [9.095274] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro,commit=0
 [   10.208817] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro,commit=0
 [   20.824417] PPP BSD Compression module registered
 [   20.844480] PPP Deflate Compression module registered
Date: Sun Jul 31 02:32:45 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pulseaudio
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Internal Audio - HDA Intel
Symptom_DevicesInUse: 1292  1292/dev/snd/pcmC0D0p:   mastercvv  F...m pulseaudio
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA Intel, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/09/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: G41M-Combo
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd06/09/2010:svnGigabyteTechnologyCo.,Ltd.:pnG41M-Combo:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG41M-Combo:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G41M-Combo
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  [HDA-Intel - HDA Intel, playback] No sound at all

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

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


[Bug 818759] Re: [HDA-Intel - HDA Intel, playback] No sound at all

2011-07-31 Thread madhu.m
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818759

Title:
  [HDA-Intel - HDA Intel, playback] No sound at all

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

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


[Bug 778321] Re: Unity launcher configuration lost at logout

2011-07-31 Thread Abiola Ibrahim
In my case I installed gnome-shell and after some weeks reverted back to
unity. And after this process, had this error.

I tried installing libdconf0 but didn't solve the problem. What can I
do?

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

Title:
  Unity launcher configuration lost at logout

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

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


[Bug 570951] Re: dspam (daemon) exits with 0 - even when not able to bind to configured port

2011-07-31 Thread Julien Valroff
** Changed in: dspam (Ubuntu)
   Status: New = Fix Released

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

Title:
  dspam (daemon) exits with 0 - even when not able to bind to configured
  port

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

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


[Bug 280571] Re: NetworkManager does not auto-connect to VPNs marked Connect Automatically

2011-07-31 Thread bebugz
It hits the reputation, I'm installing that to newbies from Windows
realm and they told - Okay this is really great OS, we'll stay here,
but... it was so easy to autoconnect to internet from Win, why it is not
the case here?

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

Title:
  NetworkManager does not auto-connect to VPNs marked Connect
  Automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/280571/+subscriptions

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


[Bug 190978] Re: in daemon mode, dspam occasionally crashes with 'Unable to determine the runtime user'

2011-07-31 Thread Julien Valroff
Do you still experience this with newer 3.9.1~rc1 release?

Cheers,
Julien

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

Title:
  in daemon mode, dspam occasionally crashes with 'Unable to determine
  the runtime user'

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

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


[Bug 160139] Re: Please upgrade dspam to 3.9.0 version

2011-07-31 Thread Julien Valroff
** Changed in: dspam (Ubuntu)
   Status: New = Fix Released

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

Title:
  Please upgrade dspam to 3.9.0 version

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

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


[Bug 141414] Re: dspam-webfrontend should have an apache include file link

2011-07-31 Thread Julien Valroff
** Changed in: dspam (Ubuntu)
   Status: New = Confirmed

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

Title:
  dspam-webfrontend should have an apache include file link

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

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


[Bug 818756] Re: gnome-control-center crashed with SIGSEGV in gnome_rr_config_load_current()

2011-07-31 Thread Apport retracing service
*** This bug is a duplicate of bug 811339 ***
https://bugs.launchpad.net/bugs/811339

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 #811339, 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.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/818756/+attachment/2244003/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244004/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244005/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244006/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244007/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244008/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244009/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/818756/+attachment/2244010/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 811339
   gnome-control-center crashed with SIGSEGV in gnome_rr_config_load_current()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-control-center crashed with SIGSEGV in
  gnome_rr_config_load_current()

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

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


[Bug 355279] Re: gst_pipeline_test crashed with GError in main()

2011-07-31 Thread Kristian Erik Hermansen
This bug is also affecting oneiric.

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

Title:
  gst_pipeline_test crashed with GError in main()

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

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


[Bug 818761] Re: soffice.bin crashed with SIGSEGV in XkbUseExtension()

2011-07-31 Thread Yaron
** Visibility changed to: Public

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

Title:
  soffice.bin crashed with SIGSEGV in XkbUseExtension()

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

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


[Bug 818763] [NEW] package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-07-31 Thread Prabakaran Krishnan
Public bug reported:

I couldn't install the updates

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: tzdata 2011g-0ubuntu0.11.04
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun Jul 24 18:38:07 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: tzdata
Title: package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

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


[Bug 818763] Re: package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-07-31 Thread Prabakaran Krishnan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818763

Title:
  package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

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


[Bug 280571] Re: NetworkManager does not auto-connect to VPNs marked Connect Automatically

2011-07-31 Thread apo
I always wonder if there is any department in the ubuntu team which is
dedicated to the reputation. There are quite a lot of bugs out there
that hurt newbies.

This one is easy to fix, even fixed actually as we see in my previous post and 
the vpnautoconnect programm available somewhere. But no one patches the 
network manager or whatever to do this the easy way for newbies actually. (Wwho 
added the option to the GUI?? Why ist it still there when there is no code 
behind it?!)
 
(Same goes for the nvidia driver for old nvdidia cards. The full release cycle 
of Natty was without support for my gf's gfx card. How can i tell her that 
Ubuntu rocks, when flash, video, even desktop laggs?! )

As you said, it hits the reputation. Sometimes i wish i was a skilled
programmer. I would surely dedicate my free time to bugs like this one.

Please do not take this as a flame but as my anxiety concerning the
welfare of ubuntu.

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

Title:
  NetworkManager does not auto-connect to VPNs marked Connect
  Automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/280571/+subscriptions

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


[Bug 818761]

2011-07-31 Thread Apport retracing service
StacktraceTop:
 XkbUseExtension (dpy=0x0, major_rtrn=0xbfb47e80, minor_rtrn=0xbfb47e7c) at 
../../../src/xkb/XKBUse.c:633
 XkbQueryExtension (dpy=0x0, opcodeReturn=0xbfb47e8c, 
eventBaseReturn=0xbfb47e88, errorBaseReturn=0xbfb47e84, majorReturn=0xbfb47e80, 
minorReturn=0xbfb47e7c) at ../../../src/xkb/XKB.c:46
 GetKeyboardName () from 
/usr/lib/libreoffice/basis3.3/program/libvclplug_genli.so
 signalKeysChanged () from 
/usr/lib/libreoffice/basis3.3/program/libvclplug_gtkli.so
 g_cclosure_marshal_VOID__VOID (closure=0x8605b48, return_value=0x0, 
n_param_values=1, param_values=0x85a7538, invocation_hint=0xbfb48000, 
marshal_data=0x0) at /build/buildd/glib2.0-2.28.6/./gobject/gmarshal.c:79

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

Title:
  soffice.bin crashed with SIGSEGV in XkbUseExtension()

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

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


[Bug 818761] Stacktrace.txt

2011-07-31 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/818761/+attachment/2244054/+files/Stacktrace.txt

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

Title:
  soffice.bin crashed with SIGSEGV in XkbUseExtension()

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

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


[Bug 818761] ThreadStacktrace.txt

2011-07-31 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/818761/+attachment/2244055/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/818761/+attachment/2244035/+files/CoreDump.gz

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-i386-retrace

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

Title:
  soffice.bin crashed with SIGSEGV in XkbUseExtension()

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

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


[Bug 818543] Re: inkscape crash (X error) when USB mouse is disconnected

2011-07-31 Thread JazzyNico
I confirm that unplugging a tablet gives the same back-trace (see bug
#474954, comment 7).

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

Title:
  inkscape crash (X error) when USB mouse is disconnected

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

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


[Bug 818466] Re: package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4.1 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-07-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 707237 ***
https://bugs.launchpad.net/bugs/707237

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 707237, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 707237
   package virtualbox-ose-dkms .. failed to install/upgrade: virtualbox-ose 
kernel module failed to build [stack protector enabled but no compiler support; 
gcc: Command not found]

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

Title:
  package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4.1 failed to
  install/upgrade: virtualbox-ose kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/818466/+subscriptions

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


[Bug 818455] Re: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx kernel module failed to build

2011-07-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 811762 ***
https://bugs.launchpad.net/bugs/811762

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 811762, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 811762
   package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx kernel 
module failed to build [error: asm/asm-offsets.h: No such file or directory]

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

Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx
  kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/818455/+subscriptions

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


[Bug 466575] Re: secure remove of external USB-HDD produces error

2011-07-31 Thread Mihai Capotă
Same bug with an Adata CH11 1 TB USB 3.0 hard disk connected to a USB
2.0 port:

$ udisks --detach /dev/sdb
Detach failed: Error detaching: helper exited with exit code 1: Detaching 
device /dev/sdb
USB device: /sys/devices/pci:00/:00:1d.7/usb1/1-4)
SYNCHRONIZE CACHE: FAILED: No such file or directory
(Continuing despite SYNCHRONIZE CACHE failure.)
STOP UNIT: FAILED: No such file or directory

$ sudo sg_start --stop --verbose /dev/sdb
Start stop unit command: 1b 00 00 00 00 00
start stop unit:  Fixed format, current;  Sense key: Illegal Request
 Additional sense: Invalid command operation code
command not supported
START STOP UNIT command failed

Does anybody know a workaround that would make the hard disk spin down
so it can be safely disconnected?

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

Title:
  secure remove of external USB-HDD produces error

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

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


[Bug 395299] Re: gdm 2.26 has no graphical configuration tool

2011-07-31 Thread Jeremy Bicha
There was a small utility (see comment #42) that was released for Ubuntu
9.10.  Unfortunately, if the tool is missing in Ubuntu 11.04, it can't
be fixed because new features are not added to released versions.

Ubuntu 11.10 will be using lightdm by default instead of gdm. So while
you're welcome to open a bug explaining what you'd like lightdm to do,
there's not as much interest or developer time to work on a graphical
tool for gdm.

GDM 3 was a complete rewrite by GNOME of what used to be in Ubuntu and
does not support theming. I believe LightDM allows for theming but it's
so new that themes haven't really been written (no distro ships LightDM
by default yet).

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

Title:
  gdm 2.26 has no graphical configuration tool

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

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


[Bug 818767] [NEW] Dual Monitors - Global Menu buttons don't work on Monitor 2

2011-07-31 Thread ubername
Public bug reported:

When I click on the global menu buttons (close, minimise, maximise
toggle) on maximised windows in monitor 2 of a dual monitor setup, I get
the unity 'shortcuts' panel displayed on monitor 1, rather than having
any effect on the window in monitor 2.

Please see
http://ubuntuforums.org/showthread.php?t=1814746

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-7.8-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,regex,imgpng,imgjpeg,grid,move,commands,obs,place,snap,mousepoll,animation,imgsvg,resize,compiztoolbox,gnomecompat,session,text,wall,ring,expo,workarounds,unitymtgrabhandles,shift,fade,ezoom,scale,unityshell]
CompositorRunning: compiz
Date: Sun Jul 31 08:50:04 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
GraphicsCard: nVidia Corporation G73 [GeForce 7600 GT] [10de:0391] (rev a1) 
(prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110417)
MachineType: Dell Inc. Dell DM061
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-7-generic 
root=UUID=cd942f8a-57b5-4fb2-9f41-1b7097d85aa5 ro 
resume=UUID=c0d26453-3814-49c5-a9f6-d1e6ca9007cb
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/24/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.4.0
dmi.board.name: 0WG864
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.4.0:bd05/24/2007:svnDellInc.:pnDellDM061:pvr:rvnDellInc.:rn0WG864:rvr:cvnDellInc.:ct6:cvr:
dmi.product.name: Dell DM061
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.5.0-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11~1-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
7.11~1-0ubuntu4
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11~1-0ubuntu4
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.2-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.0-3ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 oneiric reproducible running-unity ubuntu

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

Title:
  Dual Monitors - Global Menu buttons don't work on Monitor 2

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

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


[Bug 818767] Re: Dual Monitors - Global Menu buttons don't work on Monitor 2

2011-07-31 Thread ubername
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818767

Title:
  Dual Monitors - Global Menu buttons don't work on Monitor 2

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

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


[Bug 818751] Re: Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

2011-07-31 Thread Keith Drummond
A complete uninstall, reboot and fresh install seems to have removed the
error

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

Title:
  Banshee Crashes With Fatal Error: ArgRange_Array Parameter name: count

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

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


Re: [Bug 818455] Re: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx kernel module failed to build

2011-07-31 Thread Manu
*** This bug is a duplicate of bug 811762 ***
https://bugs.launchpad.net/bugs/811762

I have been re-reporting this bug as I am not able to play Nexuiz, can't
watch movies with high FPS and each update session breaksdown without any
update ... so please do something about it!!!


Thank you.

Regards
--
Manu Luv Shahalia
Advocate


On Sun, Jul 31, 2011 at 1:17 PM, Daniel van Vugt vanv...@gmail.com wrote:

 *** This bug is a duplicate of bug 811762 ***
https://bugs.launchpad.net/bugs/811762

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. This particular bug has already been reported and is a
 duplicate of bug 811762, so it 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. Feel free to continue to report any other bugs you may
 find.


 ** This bug has been marked a duplicate of bug 811762
   package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx kernel
 module failed to build [error: asm/asm-offsets.h: No such file or directory]

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/818455

 Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx
  kernel module failed to build

 Status in “fglrx-installer” package in Ubuntu:
  New

 Bug description:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx
  kernel module failed to build

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: fglrx 2:8.723.1-0ubuntu5
  ProcVersionSignature: Ubuntu 2.6.32-33.71-generic 2.6.32.41+drm33.18
  Uname: Linux 2.6.32-33-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Sat Jul 30 16:42:52 2011
  DkmsStatus: fglrx, 8.723.1, 2.6.32-33-generic, x86_64: installed
  ErrorMessage: fglrx kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64
 (20100429)
  MachineType: Dell Inc. Vostro 200
  PackageVersion: 2:8.723.1-0ubuntu5
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic
 root=UUID=b2affc0f-f7f2-484d-b257-73248c56106f ro quiet splash
  SourcePackage: fglrx-installer
  Title: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx
 kernel module failed to build
  XorgConf:

  dmi.bios.date: 06/23/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.15
  dmi.board.name: 0RK936
  dmi.board.vendor: Dell Inc.
  dmi.board.version: ���
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: OEM
  dmi.modalias:
 dmi:bvnDellInc.:bvr1.0.15:bd06/23/2008:svnDellInc.:pnVostro200:pvr:rvnDellInc.:rn0RK936:rvr:cvnDellInc.:ct3:cvrOEM:
  dmi.product.name: Vostro 200
  dmi.sys.vendor: Dell Inc.
  glxinfo: Error: command ['glxinfo'] failed with exit code -11:
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 2.6.32-33-generic

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/818455/+subscriptions


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

Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: fglrx
  kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/818455/+subscriptions

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

[Bug 576531] Re: netdiscovery: relocation error segfault

2011-07-31 Thread daniel venema
Today's update of my Lucid installation also updated the Samsung driver
package: this also repaired network scanning for my CLX-3175FN. I never
tried the workarounds mentioned above.

package: http://www.bchemnet.com/suldr/index.html
forum post: http://ubuntuforums.org/showpost.php?p=11082189postcount=737

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

Title:
  netdiscovery: relocation error  segfault

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

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


[Bug 256493] Re: evolution crashed with SIGSEGV in html_tokenizer_end()

2011-07-31 Thread xbesnard
Conf: ACER One D531H with Kubuntu Oneiric alpha 2 updated dayly
(including KDE 4.7)

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

Title:
  evolution crashed with SIGSEGV in html_tokenizer_end()

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

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


[Bug 818769] [NEW] [Aspire 4830G, Conexant ID 506c, Speaker, Internal] No sound at all

2011-07-31 Thread Autism
Public bug reported:

Ubuntu 11.04 - the Natty Narwhal - released in April 2011 
completely quiet in a new acer aspire 4830G.

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Acer Incorporated [ALI] Device 054f
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c ?
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation 2nd Generation Core Processor Family PCI 
Express Root Port (rev 09) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: b000-b10f
Prefetchable memory behind bridge: 8000-91ff
Capabilities: [88] Subsystem: Acer Incorporated [ALI] Device 054f
Capabilities: [80] Power Management version 3
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [140] Root Complex Link
Kernel driver in use: pcieport
Kernel modules: shpchp

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA 
controller])
Subsystem: Acer Incorporated [ALI] Device 054f
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at b140 (64-bit, non-prefetchable) [size=4M]
Memory at a000 (64-bit, prefetchable) [size=256M]
I/O ports at 4000 [size=64]
Expansion ROM at unassigned [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI 
Controller #1 (rev 04)
Subsystem: Acer Incorporated [ALI] Device 054f
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at b1c04000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+

00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced 
Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: Acer Incorporated [ALI] Device 054f
Flags: bus master, medium devsel, latency 0, IRQ 16
Memory at b1c0a000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd

00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition 
Audio Controller (rev 04)
Subsystem: Acer Incorporated [ALI] Device 054f
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at b1c0 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root 
Port 1 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 2000-2fff
Memory behind bridge: b1b0-b1bf
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 054f
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root 
Port 2 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Memory behind bridge: b1a0-b1af
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 054f
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root 
Port 3 (rev b4) (prog-if 00 [Normal decode])
Flags: bus 

[Bug 818769] Re: [Aspire 4830G, Conexant ID 506c, Speaker, Internal] No sound at all

2011-07-31 Thread Autism
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818769

Title:
  [Aspire 4830G, Conexant ID 506c, Speaker, Internal] No sound at all

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

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


[Bug 417757] Re: [regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups

2011-07-31 Thread Neil
Yet still some problems for me to but I must say only with Google earth
and Ubuntu Tweek g/earth wont connect and tweek cant get the updates.
but if I set  sudo gedit /etc/resolv.conf and set the servername to
8.8.8.8 they will work. as I said earlier in comment #312

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

Title:
  [regression] all network apps / browsers suffer from multi-second
  delays by default due to IPv6 DNS lookups

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

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


[Bug 818771] [NEW] /proc/acpi/fan does not exist

2011-07-31 Thread shadow
Public bug reported:

On Ubuntu 10.10. still exist /proc/acpi/fan/*
On Ubuntu 11.04 /proc/acpi/fan does not exist.
$ acpitool -f
  Fan: not available
$ ls -l /proc/acpi
összesen 0
dr-xr-xr-x 3 root root 0 2011-07-31 10:17 ac_adapter
dr-xr-xr-x 3 root root 0 2011-07-31 10:17 battery
dr-xr-xr-x 5 root root 0 2011-07-31 10:17 button
-r 1 root root 0 2011-07-30 18:10 event
-rw-r--r-- 1 root root 0 2011-07-31 10:17 wakeup

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: acpi (not installed)
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
Architecture: i386
Date: Sun Jul 31 10:05:29 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=hu_HU:en
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: acpi
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

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

Title:
  /proc/acpi/fan does not exist

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

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

[Bug 818770] [NEW] problem with turkish utf8 locale

2011-07-31 Thread jfcgauss
Public bug reported:

there are 4 I's in Turkish alphabet
i (small I with dot)
İ (capital I with dot, uppercase of the above)
ı (small dotless I)
I (capital dotless I, uppercase of the above)

so, unlike english, 'ı'.upper = 'I' and 'i'.upper() = 'İ'
the following python code gives wrong output on my english-installed ubuntu 
11.04

# coding=utf-8
from locale import getlocale, setlocale, getdefaultlocale, LC_ALL, LC_CTYPE
setlocale(LC_ALL, 'tr_TR.UTF-8')
print 'iI'.swapcase()
print 'iıabc'.upper()

the output is:
iI
iıABC

It is like (ıiIİ) are not uppercased/caseswapped at all.

Note that I do have tr_TR.utf8 in locale -a 's output
I have installed tr_TR.utf8 with
sudo locale-gen --archive tr_TR.UTF-8

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: locales 2.13+git20100825-4
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic-pae 2.6.38.7
Uname: Linux 2.6.38-10-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sun Jul 31 11:02:48 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: langpack-locales
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: langpack-locales (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty running-unity

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

Title:
  problem with turkish utf8 locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/818770/+subscriptions

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

[Bug 818770] Re: problem with turkish utf8 locale

2011-07-31 Thread jfcgauss
** Attachment added: tur.py
   https://bugs.launchpad.net/bugs/818770/+attachment/2244100/+files/tur.py

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

Title:
  problem with turkish utf8 locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/818770/+subscriptions

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


[Bug 818770] Re: problem with turkish utf8 locale

2011-07-31 Thread jfcgauss
/usr/share/i18n/locales/tr_TR file seems to correctly define upper/lower
case relations of these 4 letters, but somehow I dont see it in action..

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

Title:
  problem with turkish utf8 locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/818770/+subscriptions

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


[Bug 818771] Re: /proc/acpi/fan does not exist

2011-07-31 Thread Timothy
Is this actually causing any noticeable problems with your system, apart
from the fact that it is simply not there?

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

Title:
  /proc/acpi/fan does not exist

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

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


[Bug 818767] Re: Dual Monitors - Global Menu buttons don't work on Monitor 2

2011-07-31 Thread Launchpad Bug Tracker
** Changed in: ubuntu
   Status: New = Confirmed

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

Title:
  Dual Monitors - Global Menu buttons don't work on Monitor 2

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

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


[Bug 818772] [NEW] Marvell 88SE9120 IDE-Part not working

2011-07-31 Thread Silviu C.
*** This bug is a duplicate of bug 777325 ***
https://bugs.launchpad.net/bugs/777325

Public bug reported:

On Asus P8P67-LE motherboards, devices attached to the PATA ports are
not seen by linux.

Additional info:

1) silviu@silviu-lucid:~$ lsb_release -rd
Description:Ubuntu 10.04.3 LTS
Release:10.04

2) silviu@silviu-lucid:~$ apt-cache policy linux-image
linux-image:
  Installed: (none)
  Candidate: 2.6.32.33.39
  Version table:
 2.6.32.33.39 0
500 http://ro.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 2.6.32.21.22 0
500 http://ro.archive.ubuntu.com/ubuntu/ lucid/main Packages

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image (not installed)
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-33.71-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: HDA Generic [HDA Generic]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: HDA Generic [HDA Generic]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  silviu 1576 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfb50 irq 22'
   Mixer name   : 'Realtek ID 892'
   Components   : 'HDA:10ec0892,1043841b,00100302'
   Controls  : 4
   Simple ctrls  : 3
CurrentDmesg:
 [   10.402351] ppdev: user-space parallel port driver
 [   11.871773] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: 
RX/TX
 [   11.871775] :03:00.0: eth1: 10/100 speed: disabling TSO
 [   11.872071] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
 [   21.884865] eth1: no IPv6 routers present
Date: Sun Jul 31 11:30:39 2011
HibernationDevice: RESUME=UUID=95018fd9-2d30-4d41-abf1-e925fe91c88e
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 (20110720.1)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-33-generic 
root=UUID=a2bed996-5e17-4f52-b8db-274d9ee35737 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.7
RfKill:
 
SourcePackage: linux
dmi.bios.date: 05/09/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1013
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8P67 LE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0X
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1013:bd05/09/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8P67LE:rvrRevX.0X:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug kconfig lucid needs-upstream-testing

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

Title:
  Marvell 88SE9120 IDE-Part not working

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

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


[Bug 818772] Re: Marvell 88SE9120 IDE-Part not working

2011-07-31 Thread Silviu C.
*** This bug is a duplicate of bug 777325 ***
https://bugs.launchpad.net/bugs/777325


** Attachment added: version.log
   https://bugs.launchpad.net/bugs/818772/+attachment/2244102/+files/version.log

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

Title:
  Marvell 88SE9120 IDE-Part not working

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

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


[Bug 818772] Re: Marvell 88SE9120 IDE-Part not working

2011-07-31 Thread Silviu C.
*** This bug is a duplicate of bug 777325 ***
https://bugs.launchpad.net/bugs/777325


** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/818772/+attachment/2244116/+files/lspci-vnvn.log

** This bug has been marked a duplicate of bug 777325
   [Natty] Marvell 88SE9120 IDE-Part not working

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

Title:
  Marvell 88SE9120 IDE-Part not working

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

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


[Bug 818771] Re: /proc/acpi/fan does not exist

2011-07-31 Thread Timothy
** Changed in: acpi (Ubuntu)
   Status: New = Incomplete

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

Title:
  /proc/acpi/fan does not exist

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

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


[Bug 514728] Re: Firefox crashes when trying to full screen flash vids

2011-07-31 Thread madbiologist
Is this still happening on Ubuntu 11.04 Natty Narwhal? If it is,
please attach the output of lspci -vvnn

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

Title:
  Firefox crashes when trying to full screen flash vids

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/514728/+subscriptions

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


[Bug 818775] [NEW] Ark: adding a file to a folder get it in the 'root' of the archive

2011-07-31 Thread Veger
Public bug reported:

When adding a file to a folder inside an archive it places the file in the 
'root' of the archive.
Steps to reproduce it:
1) Create an (tar.gz) archive with at least a folder in it.
2) Open it with ark
3) Drag another file to ark (hovering over the folder in the archive)
3a) Wrong: File gets created in 'root' of archive
4) Open/unfold the fodler in the archive and drag it to the fodler contents
4a) Wrong: File gets created in 'root' of archive

I am using Natty with KDE 4.6.5

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

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

Title:
  Ark: adding a file to a folder get it in the 'root' of the archive

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

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


[Bug 818773] [NEW] Credentials Problem in ubuntuone (oneiric)

2011-07-31 Thread GodNobody
Public bug reported:

Since the 22 of this month I can't login to ubuntu one anymore. I alwas
get this problem:

There was a problem while retrieving the credentials

I attached the credentials log filehth

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubuntuone-client 1.7.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
Architecture: amd64
Date: Sun Jul 31 10:35:33 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110727)
PackageArchitecture: all
SourcePackage: ubuntuone-client
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Credentials Problem in ubuntuone (oneiric)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/818773/+subscriptions

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


[Bug 818773] Re: Credentials Problem in ubuntuone (oneiric)

2011-07-31 Thread GodNobody
** Attachment added: credentials-log
   
https://bugs.launchpad.net/bugs/818773/+attachment/2244117/+files/credentials.log

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

Title:
  Credentials Problem in ubuntuone (oneiric)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/818773/+subscriptions

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


[Bug 777325] Re: [Natty] Marvell 88SE9120 IDE-Part not working

2011-07-31 Thread Silviu C.
This also affects Lucid. Will there be a fix ?

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

Title:
  [Natty] Marvell 88SE9120 IDE-Part not working

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

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


[Bug 573473] Re: ubiquity crashed with IOError in chroot_setup()

2011-07-31 Thread Launchpad Bug Tracker
** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

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

Title:
  ubiquity crashed with IOError in chroot_setup()

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

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


[Bug 818771] Re: /proc/acpi/fan does not exist

2011-07-31 Thread shadow
After doing a suspend to RAM, the fan is always on.
On Ubuntu 10.04 help this script: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/77370/comments/28

My laptop: HP 4310s

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

Title:
  /proc/acpi/fan does not exist

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

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


[Bug 818156] Re: totem crashed with SIGSEGV

2011-07-31 Thread Xavier Guillot
And here is the crash file

** Attachment added: Totem-dbg.txt
   
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/818156/+attachment/2244130/+files/Totem-dbg.txt

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

Title:
  totem crashed with SIGSEGV

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

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


[Bug 818156] Re: totem crashed with SIGSEGV

2011-07-31 Thread Xavier Guillot
Sorry, I reput the dbg, here is crash

** Attachment added: _usr_bin_totem.1000.crash
   
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/818156/+attachment/2244131/+files/_usr_bin_totem.1000.crash

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

Title:
  totem crashed with SIGSEGV

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

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


[Bug 811915] Re: gwibber-accounts crashed with TypeError in __init__(): Gtk.Window.set_icon_from_file() argument 1 must be string, not None

2011-07-31 Thread Xavier Guillot
Here is the crash file for Gwibber account bug.

** Attachment added: _usr_bin_gwibber-accounts.1000.crash
   
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/811915/+attachment/2244141/+files/_usr_bin_gwibber-accounts.1000.crash

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

Title:
  gwibber-accounts crashed with TypeError in __init__():
  Gtk.Window.set_icon_from_file() argument 1 must be string, not None

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

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


[Bug 818775] Re: Ark: adding a file to a folder get it in the 'root' of the archive

2011-07-31 Thread Veger
Oh... it was already a know wish/feature for the KDE guys...
As it seems to me that https://bugs.kde.org/show_bug.cgi?id=181749 is a similar 
report.

** Bug watch added: KDE Bug Tracking System #181749
   http://bugs.kde.org/show_bug.cgi?id=181749

** Also affects: kdeutils via
   http://bugs.kde.org/show_bug.cgi?id=181749
   Importance: Unknown
   Status: Unknown

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

Title:
  Ark: adding a file to a folder get it in the 'root' of the archive

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

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


[Bug 818774] Re: gnome-settings-daemon crashed with SIGABRT in raise()

2011-07-31 Thread Apport retracing service
*** This bug is a duplicate of bug 804221 ***
https://bugs.launchpad.net/bugs/804221

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 #804221, 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.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/818774/+attachment/2244122/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244123/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244124/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244125/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244126/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244127/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244128/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/818774/+attachment/2244129/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 804221
   gnome-settings-daemon assert failure: gnome-settings-daemon: 
../../src/xcb_io.c:515: _XReply: Assertion `!dpy-xcb-reply_data' failed.

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-settings-daemon crashed with SIGABRT in raise()

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

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


[Bug 818777] [NEW] startupmanager does not show/support 1440x900 resolution setting

2011-07-31 Thread Silviu C.
Public bug reported:

On ubuntu lucid I cannot select 1440x900 resolution from startupmanager
settings dialogue.

Additional info:

1) silviu@silviu-lucid:~$ lsb_release -rd
Description:Ubuntu 10.04.3 LTS
Release:10.04

2) silviu@silviu-lucid:~$ apt-cache policy startupmanager 
startupmanager:
  Installed: 1.9.13-4ubuntu1
  Candidate: 1.9.13-4ubuntu1
  Version table:
 *** 1.9.13-4ubuntu1 0
500 http://ro.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: startupmanager 1.9.13-4ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-33.71-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Jul 31 11:52:58 2011
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 (20110720.1)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: startupmanager

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


** Tags: amd64 apport-bug lucid

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

Title:
  startupmanager does not show/support 1440x900 resolution setting

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

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


[Bug 818777] Re: startupmanager does not show/support 1440x900 resolution setting

2011-07-31 Thread Silviu C.
** Attachment added: startupman.png
   
https://bugs.launchpad.net/bugs/818777/+attachment/2244144/+files/startupman.png

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

Title:
  startupmanager does not show/support 1440x900 resolution setting

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

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


[Bug 818777] Re: startupmanager does not show/support 1440x900 resolution setting

2011-07-31 Thread Silviu C.
** Attachment added: xorg.conf
   
https://bugs.launchpad.net/ubuntu/+source/startupmanager/+bug/818777/+attachment/2244146/+files/xorg.conf

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

Title:
  startupmanager does not show/support 1440x900 resolution setting

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

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


[Bug 793580] Re: no way to set fixed-width font for reading emails

2011-07-31 Thread Veger
I cannot reproduce my own steps as well... I guess I was mistaken somehow...
Sorry about that.

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

Title:
  no way to set fixed-width font for reading emails

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

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


[Bug 730957] Re: kmail can't store/retrieve the e-mail account passwords from kwallet

2011-07-31 Thread JanMalte
Same here on 11.04 with KDE 4.6
and on my notebook running KDE 4.7 and KDEPIM 4.7 (KMail2)

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

Title:
  kmail can't store/retrieve the e-mail account passwords from kwallet

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

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


[Bug 514728] Re: Firefox crashes when trying to full screen flash vids

2011-07-31 Thread madbiologist
** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Incomplete

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

Title:
  Firefox crashes when trying to full screen flash vids

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/514728/+subscriptions

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


[Bug 781026] Re: gtk-gnutella fails to start if theme set to oxygen-gtk

2011-07-31 Thread Mark Fraser
This appears to be fixed after installing KDE 4.7.00

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

Title:
  gtk-gnutella fails to start if theme set to oxygen-gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-gnutella/+bug/781026/+subscriptions

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


[Bug 731835] Re: KDE 4.6.1: KMail can't connect to KWallet

2011-07-31 Thread JanMalte
Related to: https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/730957

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

Title:
  KDE 4.6.1: KMail can't connect to KWallet

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/731835/+subscriptions

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


[Bug 818771] Re: /proc/acpi/fan does not exist

2011-07-31 Thread Timothy
*** This bug is a duplicate of bug 77370 ***
https://bugs.launchpad.net/bugs/77370

It appears the bug you have reported is a duplicate of bug #77370, so I
will mark it as such.

Many thanks,
Timothy

** This bug has been marked a duplicate of bug 77370
   Laptop Fan always on after resume from suspend to RAM

** Changed in: acpi (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  /proc/acpi/fan does not exist

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

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


[Bug 790824] Re: [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

2011-07-31 Thread Fabio Marconi
Hello keng-Yu Lin
I've experienced something similar with the same hardware, can you take a look 
at bug 756624 where I can reproduce this only in one monitor and only if I 
hotplug it in a running system, 
Thanks
Fabio

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

Title:
  [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

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

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


[Bug 585777] Re: Compaq nx6110 needs an alsactl init entry to unmute Headphone Jack Sense

2011-07-31 Thread Gary M
** Tags added: natty

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

Title:
  Compaq nx6110 needs an alsactl init entry to unmute Headphone Jack
  Sense

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

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


[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2011-07-31 Thread Launchpad Bug Tracker
** Changed in: acpi (Ubuntu)
   Status: New = Confirmed

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

Title:
  Laptop Fan always on after resume from suspend to RAM

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

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


[Bug 818778] [NEW] Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

2011-07-31 Thread Lucazade
Public bug reported:

Unity3D has some visual glitches using an Intel GMA500 gfx card and Intel EMGD 
drivers.
Unity interface (panel, launcher and dash) seems to use a wrong resolution and 
everything is badly scaled.

(Unity2D works well instead, doesn't have this issue)

Attached a couple of screenshots, where are visible ugly scaled icons in
launcher, bad fonts in the panel and indicators that when on-over get
distorted.

nux test says this gfx card can handle unity, also compiz standalone works well.
It's a pity because it's quite fast when using unity-3D.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unitydialog,unityshell]
CompositorRunning: compiz
Date: Sun Jul 31 10:58:44 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus: emgd, 1.8.0.2032, 3.0.0-7-generic, i686: installed
GraphicsCard:
 Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller 
[8086:8108] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0244]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110705.1)
MachineType: Acer AO751h
ProcEnviron:
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-7-generic 
root=UUID=b51999e8-641f-453a-9ef0-8b69851cf059 ro quiet splash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/26/2010
dmi.bios.vendor: Acer
dmi.bios.version: V0.3212
dmi.board.name: JV11-ML
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrV0.3212:bd02/26/2010:svnAcer:pnAO751h:pvrNotApplicable:rvnAcer:rnJV11-ML:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
dmi.product.name: AO751h
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.5.0-0ubuntu1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11~1-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11~1-0ubuntu4
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
2:2.9down2.5.99.901.2+git20101204.31ba99e9-0ubuntu0sarvatt~natty
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
2:8.9down6.14.99+git20110307.6319a33c-0ubuntu0sarvatt~natty
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
2:0.9down0.0.16+git20110107+b795ca6e-0ubuntu7~natty

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


** Tags: apport-bug compiz-0.9 i386 oneiric reproducible running-unity 
single-occurrence ubuntu

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

Title:
  Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

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

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


[Bug 818778] Re: Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

2011-07-31 Thread Lucazade
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818778

Title:
  Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

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

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


[Bug 818778] Re: Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

2011-07-31 Thread Lucazade
$ /usr/lib/nux/unity_support_test -p
OpenGL vendor string:   Intel Corporation
OpenGL renderer string: EMGD on PowerVR SGX535
OpenGL version string:  2.1

Not software rendered:yes
Not blacklisted:  yes
GLX fbconfig: yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:yes
GL fragment program:  yes
GL vertex buffer object:  yes
GL framebuffer object:yes
GL version is 1.4+:   yes

Unity supported:  yes

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

Title:
  Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

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

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


[Bug 818778] Re: Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

2011-07-31 Thread Lucazade
** Attachment added: wrong_resolution_interface.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/818778/+attachment/2244173/+files/wrong_resolution_interface.png

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

Title:
  Wrong resolution for unity interface (Intel GMA500 / EMGD drivers)

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

-- 
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   >