[Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Stefan Leitner
There is a second bug, if the snmp server doesn't support the alias name
entry (1.3.6.1.2.1.31.1.1.1.18.x) of the SNMPv2 , the function returns
noSuchObject

# from line 162
my $alias = $session-get_single($ifEntryAlias) ||
$session-get_single($ifEntryDescr) ||
Interface $iface;


# a possible fix:
my $alias = $session-get_single($ifEntryAlias);
if ($alias eq 'noSuchObject'){
$alias = $session-get_single($ifEntryDescr) || 
Interface $iface;
}

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

Title:
  snmp__if plugin does not work if server only supports 32 bit counters

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/851625/+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 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Stefan Leitner
I have to correct myself, the fix should be:

my $alias = $session-get_single($ifEntryAlias);
if ((!(defined ($alias))) or ($alias eq 'noSuchObject')){
$alias = $session-get_single($ifEntryDescr) || Interface $iface;
}

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

Title:
  snmp__if plugin does not work if server only supports 32 bit counters

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/851625/+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 941922] Re: do-release-upgrade races puppet for file contents

2012-03-01 Thread Robie Basak
What will happen when puppet runs apt-get install because a manifest
requires certain packages to be present?

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

Title:
  do-release-upgrade races puppet for file contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/941922/+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 813400] Re: lxc-create -t ubuntu complains about /dev/pts

2012-03-01 Thread Torsten Spindler
** Changed in: apt (Ubuntu)
   Status: New = Confirmed

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

Title:
  lxc-create -t ubuntu complains about /dev/pts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/813400/+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 941905] Re: keystone user should not have a primary group of nogroup

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/keystone/essex

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

Title:
  keystone user should not have a primary group of nogroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/941905/+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 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Clint Byrum
Excerpts from Stefan Leitner's message of Thu Mar 01 11:28:55 UTC 2012:
 There is a second bug, if the snmp server doesn't support the alias name
 entry (1.3.6.1.2.1.31.1.1.1.18.x) of the SNMPv2 , the function returns
 noSuchObject
 

Stefan, perhaps you should report this bug separately?

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

Title:
  snmp__if plugin does not work if server only supports 32 bit counters

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/851625/+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 937869] Re: MySQL security update tracking bug

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/mysql-dfsg-5.1

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 541747] Re: undefined modules in loaded-by-default modules

2012-03-01 Thread Mohamed Alaa
** Changed in: asterisk (Ubuntu)
   Status: New = Invalid

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

Title:
  undefined modules in loaded-by-default modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/gemeinschaft-amooma/+bug/541747/+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 937869] Re: MySQL security update tracking bug

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/mysql-5.1

** Branch linked: lp:ubuntu/oneiric-proposed/mysql-5.1

** Branch linked: lp:ubuntu/maverick-proposed/mysql-5.1

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 937869] Re: MySQL security update tracking bug

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/mysql-dfsg-5.0

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 829880] Re: object store doesn't like key with '/'

2012-03-01 Thread Ewan Mellor
nova-objectstore is deprecated, and this ticket has been untouched for 6
months.  Resolving as Won't Fix.


** Changed in: nova
   Status: Confirmed = Won't Fix

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

Title:
  object store doesn't like key with '/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/829880/+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 633725] Re: mysql thread_stack parameter too low, causing usage problems.

2012-03-01 Thread Rob Larson
I pretty much gave up on this bug. You can close it. I am now running
11.10

On Mon, Feb 27, 2012 at 2:20 PM, rhpot1991 rhpot1...@ubuntu.com wrote:
 ** Changed in: mythexport (Ubuntu)
       Status: Incomplete = Opinion

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

 Title:
  mysql thread_stack parameter too low, causing usage problems.

 Status in “mysql-dfsg-5.1” package in Ubuntu:
  Opinion
 Status in “mythexport” package in Ubuntu:
  Opinion
 Status in “mysql-dfsg-5.1” source package in Natty:
  Opinion
 Status in “mythexport” source package in Natty:
  Incomplete

 Bug description:
  Binary package hint: mythexport

  I had selected the mythexport from the control centre for mythbuntu,
  it got about 98% complete then crashed. Any other details that you
  need?

  thanks
  Rob Larson

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: mythexport 2.1.5-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Sep  8 22:05:49 2010
  ErrorMessage: subprocess installed post-installation script returned error 
 exit status 1
  InstallationMedia: Mythbuntu 9.10 Karmic Koala - Release i386 (20091028.4)
  SourcePackage: mythexport
  Title: package mythexport 2.1.5-0ubuntu1 failed to install/upgrade: 
 subprocess installed post-installation script returned error exit status 1

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/633725/+subscriptions


-- 
insert witty comment here

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

Title:
  mysql thread_stack parameter too low, causing usage problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/633725/+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 633725] Re: mysql thread_stack parameter too low, causing usage problems.

2012-03-01 Thread rhpot1991
Did the issue go away when you upgraded to 11.10?

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

Title:
  mysql thread_stack parameter too low, causing usage problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/633725/+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 922600] Re: [FFe] Upgrade rabbitmq-server to 2.7.1

2012-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package rabbitmq-server - 2.7.1-0ubuntu1

---
rabbitmq-server (2.7.1-0ubuntu1) precise; urgency=low

  * New upstream release. (LP: #922600)
  * Apply patch to include inets from the appropriate place. Fixes
FTBFS.
  * d/control: adding necessary build-deps for 2.7.1
 -- Clint Byrum cl...@ubuntu.com   Tue, 28 Feb 2012 09:55:49 -0800

** Changed in: rabbitmq-server (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  [FFe] Upgrade rabbitmq-server to 2.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/922600/+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 907828] Re: tun-based VPNs using the subnet topology are wrongly sending ICMP redirects

2012-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.2.1-5ubuntu1

---
openvpn (2.2.1-5ubuntu1) precise; urgency=low

  * Merge from Debian unstable. Remaining changes: (LP: #907828)
+ debian/openvpn.init.d:
  - Do not use start-stop-daemon and /dev/null to avoid blocking boot.
  - Show per-VPN result messages.
  - Add --script-security 2 by default for backwards compatabliity.
+ debian/control: Add lsb-base = 3.2-14 to allow status_of_proc()

openvpn (2.2.1-5) unstable; urgency=low

  * Avoid sending ICMP redirects when using tun devices and subnet
topology. Thanks Simon Deziel for testing and the patch.
(Closes: #656241)
The init.d script will set all.send_redirects=0 when using dev tun
and topology subnet. More info in README.Debian.
  * Several manpage fixes

openvpn (2.2.1-4) unstable; urgency=low

  * Use dpkg-buildflags to fill CFLAGS in ./configure. (Closes: #655130)
  * debian/rules: Moved to dh.
  * debian/rules: Changed DEB_BUILD_ARCH_OS with DEB_HOST_ARCH_OS.
  * Removed quilt Build-Depends.
  * debian/openvpn.default: Clarify what vpn name refers to.
(Closes: #657610)
 -- Stephane Graber stgra...@ubuntu.com   Sat, 25 Feb 2012 21:08:48 -0500

** Changed in: openvpn (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  tun-based VPNs using the subnet topology are wrongly sending ICMP
  redirects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/907828/+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 907828] Re: tun-based VPNs using the subnet topology are wrongly sending ICMP redirects

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/openvpn

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

Title:
  tun-based VPNs using the subnet topology are wrongly sending ICMP
  redirects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/907828/+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 541747] Re: undefined modules in loaded-by-default modules

2012-03-01 Thread James Troup
** Changed in: asterisk (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  undefined modules in loaded-by-default modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/gemeinschaft-amooma/+bug/541747/+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 944546] [NEW] StringIndexOutOfBoundsException in HelpFormatter.findWrapPos

2012-03-01 Thread Andrew
Public bug reported:

This bug has been fixed upstream in version 1.3 Could you look at
backporting this fix or updating to the latest version?

https://issues.apache.org/jira/browse/CLI-193

You should be able to get it to throw with a call like this:

findWrapPos( hello, 3, 0 ); // should return -1

The exception gets thrown whenever the passed-in string does not contain
any spaces, tabs, or newlines. It looks like line 914 was also expecting
line 908 to have a .

Also, I think there are other bugs. In this call:

findWrapPos( hell\noo\ngoodbye, 6, 7 ); // should return 8

we want it to short circuit and return the first newline if there is one
in the substring starting at 7 with width 6 (o\noo\ng), and so it
should return the index of the first '\n', which is 8. However, on lines
876 and 877, it's doing pos = width, instead of pos =
startPos+width, so it won't return, and it will end up (incorrectly, I
think) returning the index of the second newline's position. And once
you fix lines 876 and 877, it's going to return 9 instead of 8, which I
think is incorrect. The other return statements return pos, not pos+1,
and I think line 879 should do the same.

** Affects: libcommons-cli-java (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  StringIndexOutOfBoundsException in HelpFormatter.findWrapPos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-cli-java/+bug/944546/+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 944586] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 944179 ***
https://bugs.launchpad.net/bugs/944179

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #944179, 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/944586/+attachment/2800033/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800035/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800036/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800037/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800038/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800039/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800040/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 944179

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/944586/+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 935516] Re: genshi version 0.6-2 FTBFS on i386 in precise

2012-03-01 Thread Martin Pitt
** Changed in: genshi (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  genshi version 0.6-2 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/935516/+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 925028] Re: apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns -EINVAL)

2012-03-01 Thread Martin Pitt
** Changed in: linux (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns
  -EINVAL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925028/+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 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-01 Thread Martin Pitt
** Changed in: php5 (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+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 901638] Re: Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

2012-03-01 Thread Martin Pitt
** Changed in: unixodbc (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

** Changed in: soprano (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/soprano/+bug/901638/+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 829221] Re: lightdm crashed with SIGSEGV in initialize_password_db()

2012-03-01 Thread Martin Pitt
** Changed in: samba (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  lightdm crashed with SIGSEGV in initialize_password_db()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/829221/+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 858867] Re: XMLRPC allows unauthed users access to various methods (which it shouldn't)

2012-03-01 Thread Martin Pitt
** Changed in: cobbler (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/858867

Title:
  XMLRPC  allows unauthed users access to various methods (which it
  shouldn't)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/858867/+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 881464] Re: [MIR] keystone

2012-03-01 Thread Martin Pitt
** Changed in: keystone (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  [MIR] keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/881464/+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 900391] Re: IE9 on Windows 7 cannot download files to samba 3.5.11 share

2012-03-01 Thread Martin Pitt
** Changed in: samba (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/900391

Title:
  IE9 on Windows 7 cannot download files to samba 3.5.11 share

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/900391/+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 899918] Re: Samba upstream bug 7509 prevents being a target for Windows Vista backup client

2012-03-01 Thread Martin Pitt
** Changed in: samba (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/899918

Title:
  Samba upstream bug 7509 prevents being a target for Windows Vista
  backup client

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/899918/+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 872217] Re: diskstats plugin: error Byte order is not compatible

2012-03-01 Thread Martin Pitt
** Changed in: munin (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  diskstats plugin: error Byte order is not compatible

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/872217/+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 880339] Re: AppArmor profile needs update

2012-03-01 Thread Martin Pitt
** Changed in: mysql-5.1 (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  AppArmor profile needs update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/880339/+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 786471] Re: Time and Date: Can't add location

2012-03-01 Thread Olli Ries
I am confirming the reported behavior from comment #4

** Changed in: indicator-datetime
   Importance: High = Medium

** Tags added: udp

** Changed in: indicator-datetime
Milestone: None = 0.3.91

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

Title:
  Time and Date: Can't add location

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/786471/+subscriptions

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


[Bug 944392] Re: gnome-system-log crashed with SIGABRT in raise()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 818516 ***
https://bugs.launchpad.net/bugs/818516

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #818516, 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/944392/+attachment/2798911/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944392/+attachment/2798913/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944392/+attachment/2798915/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944392/+attachment/2798916/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944392/+attachment/2798917/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944392/+attachment/2798918/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944392/+attachment/2798919/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 818516
   gnome-system-log assert failure: *** glibc detected *** gnome-system-log: 
free(): invalid next size (fast): 0x08e2c2a0 ***

** 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/944392

Title:
  gnome-system-log crashed with SIGABRT in raise()

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

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


[Bug 944395] Re: compiz crashed with SIGSEGV in XDefineCursor()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 936487 ***
https://bugs.launchpad.net/bugs/936487

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #936487, 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/944395/+attachment/2798925/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944395/+attachment/2798928/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944395/+attachment/2798941/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944395/+attachment/2798943/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944395/+attachment/2798944/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944395/+attachment/2798945/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944395/+attachment/2798946/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 936487
   compiz crashed with SIGSEGV in XDefineCursor()

** 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/944395

Title:
  compiz crashed with SIGSEGV in XDefineCursor()

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

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


[Bug 922168] Re: plasma widget networkmanagement 0.9.0 causes the kde desktop to freeze

2012-03-01 Thread Philip Muškovac
I'll backport this for oneiric tomorrow.

** Also affects: kubuntu-ppa
   Importance: Undecided
   Status: New

** Changed in: kubuntu-ppa
   Status: New = Triaged

** Changed in: kubuntu-ppa
   Importance: Undecided = Wishlist

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

Title:
  plasma widget networkmanagement 0.9.0 causes the kde desktop to freeze

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

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


[Bug 927116] Re: sound does not come from headphones when they are plugged in

2012-03-01 Thread EV
A similar problem was solved after update kernel to 3.1

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

Title:
  sound does not come from headphones when they are plugged in

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

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


[Bug 818516] Re: gnome-system-log assert failure: *** glibc detected *** gnome-system-log: free(): invalid next size (fast): 0x08e2c2a0 ***

2012-03-01 Thread Apport retracing service
** Tags added: bugpattern-needed

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

Title:
  gnome-system-log assert failure: *** glibc detected *** gnome-system-
  log: free(): invalid next size (fast): 0x08e2c2a0 ***

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

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


[Bug 773987] Re: Timezone is not set correctly for some locations

2012-03-01 Thread Olli Ries
** Tags added: udp

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

Title:
  Timezone is not set correctly for some locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/773987/+subscriptions

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


[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2012-03-01 Thread psychoslave
** Also affects: xserver-xorg-input-evdev (Arch Linux)
   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/365300

Title:
  Randomly I get double clicks when I do a single click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/365300/+subscriptions

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


[Bug 944120] Re: Order of the buttons is wrong on the settings tab in the qt control panel for Ubuntu

2012-03-01 Thread Rodney Dawes
Natalia, either would require a UIFe I think (as the colors of the
buttons would change, still). And I am pretty sure Lisette means swap
the buttons, as the Apply button is the affirmative action, while the
default button would reset everything. And you wouldn't want to make
changes, hit the default button, and have all your changes be reverted.

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

Title:
  Order of the buttons is wrong on the settings tab in the qt control
  panel for Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-control-panel/+bug/944120/+subscriptions

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


[Bug 943912] Re: Libreoffice Writer crash with Ctrl+f

2012-03-01 Thread Christopher M. Penalver
JP, please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 943912
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.
As well, please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: libreoffice (Ubuntu)
   Status: Invalid = Incomplete

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

Title:
  Libreoffice Writer crash with Ctrl+f

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

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


[Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-01 Thread Serge Hallyn
This patch probably isn't the right place in the stack to catch this,
but it seems to work for me.

With this patch, qemu doesn't crash for me.

** Patch added: qemu-vmware.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-vmware/+bug/918791/+attachment/2798995/+files/qemu-vmware.debdiff

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

Title:
  qemu-kvm dies when using vmvga driver and unity in the guest

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

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


[Bug 877382] Re: compiz configuration options for unity are fixme

2012-03-01 Thread michaelrawson
** Changed in: unity
 Assignee: (unassigned) = michaelrawson (michaelrawson76)

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

Title:
  compiz configuration options for unity are fixme

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

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


[Bug 13032] Re: Synaptic crashes

2012-03-01 Thread Adauto Serpa
Chashed with me after reload (apt-get update).

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

Title:
  Synaptic crashes

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

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


[Bug 944407] [NEW] Zoom Desktop plugin is missing (Ubuntu 12.04)

2012-03-01 Thread openwebdesign
Public bug reported:

I am missing Zoom Desktop plugin in Precise. Note: I don't mean Enchanced 
Zoom Desktop (this plugin is in 12.04).
Why it is so important for me? There is no way to disable the anti-aliasing 
feature in Enchanced Zoom Desktop plugin. I want to actually see an accurate 
representation of the pixels (for graphic design purposes). I was using a lot 
Zoom Desktop plugin in 11.10.
Zoom without anti-aliasing is very good feature for graphic designer.

Package  system details:
compiz-plugins-extra: 0.9.7.0~bzr9-0ubuntu2
Ubuntu precise (development branch)
Release:12.04

** Affects: compiz-plugins-extra (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/944407

Title:
  Zoom Desktop plugin is missing (Ubuntu 12.04)

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

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


[Bug 944400] Re: empathy crashed with SIGABRT in g_assertion_message()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 853769 ***
https://bugs.launchpad.net/bugs/853769

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #853769, 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/944400/+attachment/2798976/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944400/+attachment/2798978/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944400/+attachment/2798980/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944400/+attachment/2798981/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944400/+attachment/2798982/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944400/+attachment/2798983/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944400/+attachment/2798984/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 853769

** 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/944400

Title:
  empathy crashed with SIGABRT in g_assertion_message()

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

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


[Bug 944399] Re: colord crashed with SIGSEGV

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 840123 ***
https://bugs.launchpad.net/bugs/840123

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #840123, 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/944399/+attachment/2798968/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944399/+attachment/2798970/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944399/+attachment/2798971/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944399/+attachment/2798972/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944399/+attachment/2798973/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944399/+attachment/2798974/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944399/+attachment/2798975/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 840123

** 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/944399

Title:
  colord crashed with SIGSEGV

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

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


[Bug 943253] Re: Display artefacts with Radeon 7200 graphics card

2012-03-01 Thread Radim Luža
Of course. During weekend I will post it here. I realized that I forgot
the 'nomodeset' option appended to kernel parameter list. When I removed
it, 'freeing invalid memtype' message doesn't seem to appear. And
corruption appears less frequently, but it still sometimes appears.

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

Title:
  Display artefacts with Radeon 7200 graphics card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/943253/+subscriptions

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


[Bug 942590] Re: update-manager misguiding text

2012-03-01 Thread John Napster
** Patch removed: This is it
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/942590/+attachment/2796829/+files/patch4.diff

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

Title:
  update-manager misguiding text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/942590/+subscriptions

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


Re: [Bug 942069] Re: General crash

2012-03-01 Thread pacopappa
O.K
Solved partialy unistalling and reisntalling all xorg and gnome.
USBs not allready working.
Probably a hardware prob.
Thanks a lot.

2012/3/1 bugbot 942...@bugs.launchpad.net

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

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

 Title:
  General crash

 Status in “xorg-server” package in Ubuntu:
   New

 Bug description:
  N/I

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+10ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic i686
  .tmp.unity.support.test.0:

  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for
 `/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Feb 27 17:28:17 2012
  DistUpgraded: Log time: 2012-02-12 12:02:33.821535
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need an easy workaround
  GraphicsCard:
   Intel Corporation Mobile 945GME Express Integrated Graphics Controller
 [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:022f]
 Subsystem: Acer Incorporated [ALI] Device [1025:022f]
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  MachineType: Acer Aspire one
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   LANGUAGE=es_ES:en
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic
 root=UUID=45d24e90-0cc4-4b88-b044-e75895a3f1b6 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-02-22 (5 days ago)
  dmi.bios.date: 10/14/2009
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.22
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire one
  dmi.board.vendor: Acer
  dmi.board.version: V1.22
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.22
  dmi.modalias:
 dmi:bvnAcer:bvrV1.22:bd10/14/2009:svnAcer:pnAspireone:pvrV1.22:rvnAcer:rnAspireone:rvrV1.22:cvnAcer:ct10:cvrV1.22:
  dmi.product.name: Aspire one
  dmi.product.version: V1.22
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
 1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati
 1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel
 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
 1:0.0.16+git20111201+b5534a1-1build2

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/942069/+subscriptions


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

Title:
  General crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/942069/+subscriptions

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

[Bug 941605] Re: empathy-accounts crashed with SIGSEGV in empathy_account_settings_get_icon_name()

2012-03-01 Thread graingert
This is the Stacktrace

** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/941605/+attachment/2799003/+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/941605

Title:
  empathy-accounts crashed with SIGSEGV in
  empathy_account_settings_get_icon_name()

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

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


[Bug 927606] Re: add python-rsvg build dependency for verifying scour results

2012-03-01 Thread Nathan Williams
Thanks, Daniel

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

Title:
  add python-rsvg build dependency for verifying scour results

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

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


[Bug 944347] Re: linux and initrd load very slowly on UEFI system

2012-03-01 Thread Kamal Mostafa
FWIW, it turns out that the idea of cranking up GRUG_DISK_CACHE_SIZE to
help EFI has been discovered previously:
http://blog.fpmurphy.com/2010/03/grub2-efi-support.html

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

Title:
  linux and initrd load very slowly on UEFI system

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

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


[Bug 944271] Re: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2012-03-01 Thread منذر طه
I tested the new kernel and rebooted but still getting the same error.
Attached is my dmesg output after a reboot. Also, I couldn't install the
nvidia binary driver with the new kernel.

** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/944271/+attachment/2799031/+files/dmesg

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

Title:
  iwlwifi: Microcode SW error detected.  Restarting 0x200

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

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


[Bug 942590] Re: update-manager misguiding text

2012-03-01 Thread John Napster
patch4.diff labeled This is it was commited by mvo... Thanks for that.
I only need Matthew to tell me about the previous question I was asking.
So what's up with that string in question Matthew?

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

Title:
  update-manager misguiding text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/942590/+subscriptions

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


[Bug 773987] Re: Timezone is not set correctly for some locations

2012-03-01 Thread Olli Ries
I cannot reproduce comment #27:

indicator-datetime:
  Installed: 0.3.90-0ubuntu1
  Candidate: 0.3.90-0ubuntu1
  Version table:
 *** 0.3.90-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

please reopen if you still see the issue


** Changed in: indicator-datetime
   Status: Confirmed = Incomplete

** Changed in: indicator-datetime (Ubuntu Precise)
   Status: Confirmed = Incomplete

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

Title:
  Timezone is not set correctly for some locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/773987/+subscriptions

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


[Bug 944416] [NEW] package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/mime/packages/planner.xml', which is also in package planner 0.14.5-0ubuntu1

2012-03-01 Thread Tiago Carrondo
*** This bug is a duplicate of bug 944274 ***
https://bugs.launchpad.net/bugs/944274

Public bug reported:

while installing this package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: planner-data 0.14.5-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic i686
ApportVersion: 1.93-0ubuntu2
Architecture: i386
Date: Thu Mar  1 22:22:34 2012
Dependencies:
 
DpkgHistoryLog:
 Start-Date: 2012-03-01  22:21:44
 Commandline: aptdaemon role='role-commit-packages' sender=':1.101'
 Install: planner-data:i386 (0.14.5-1ubuntu1), planner-doc:i386 
(0.14.5-1ubuntu1)
 Upgrade: planner:i386 (0.14.5-0ubuntu1, 0.14.5-1ubuntu1), libtwolame0:i386 
(0.3.13-1, 0.3.13-1build1), tomboy:i386 (1.9.5-1ubuntu3, 1.9.8-0ubuntu1), 
libnm-glib-vpn1:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), libv4l-0:i386 (0.8.5-6ubuntu1, 
0.8.6-1ubuntu1), nautilus:i386 (3.3.90-0ubuntu2, 3.3.90-0ubuntu4), 
network-manager:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), hplip-cups:i386 (3.12.2-1, 
3.12.2-1ubuntu1), rhythmbox:i386 (2.95-0ubuntu2, 2.95-0ubuntu3), 
libnm-util2:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), hpijs:i386 (3.12.2-1, 
3.12.2-1ubuntu1), hplip:i386 (3.12.2-1, 3.12.2-1ubuntu1), 
gir1.2-networkmanager-1.0:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), libpoppler19:i386 (0.18.4-1ubuntu1, 
0.18.4-1ubuntu2), nautilus-data:i386 (3.3.90-0ubuntu2, 3.3.90-0ubuntu4), 
printer-driver-hpijs:i386 (3.12.2-1, 3.12.2-1ubuntu1), rhythm box-data:i386 
(2.95-0ubuntu2, 2.95-0ubuntu3), rhythmbox-plugin-cdrecorder:i386 
(2.95-0ubuntu2, 2.95-0ubuntu3), libhpmud0:i386 (3.12.2-1, 3.12.2-1ubuntu1), 
librhythmbox-core5:i386 (2.95-0ubuntu2, 2.95-0ubuntu3), 
openoffice.org-common:i386 (3.3.0-7ubuntu6, 3.3.0-7ubuntu7), dkms:i386 
(2.2.0.3-1, 2.2.0.3-1ubuntu1), libnm-glib4:i386 
(0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), gnome-games-data:i386 
(3.3.5-0ubuntu1, 3.3.5-0ubuntu2), gnome-sudoku:i386 (3.3.5-0ubuntu1, 
3.3.5-0ubuntu2), libnautilus-extension1a:i386 (3.3.90-0ubuntu2, 
3.3.90-0ubuntu4), printer-driver-hpcups:i386 (3.12.2-1, 3.12.2-1ubuntu1), 
rhythmbox-plugins:i386 (2.95-0ubuntu2, 2.95-0ubuntu3), libcdaudio1:i386 
(0.99.12p2-10, 0.99.12p2-10build1), gir1.2-rb-3.0:i386 (2.95-0ubuntu2, 
2.95-0ubuntu3), libsane-hpaio:i386 (3.12.2-1, 3.12.2-1ubuntu1), 
poppler-utils:i386 (0.18.4-1ubuntu1, 0.18.4-1ubuntu2), mahjongg:i386 
(3.3.5-0ubuntu1, 3.3.5-0ubuntu2), libv4lconvert0:i386 (0.8.5-6ubuntu1, 
0.8.6-1ubuntu1), libpoppler-gli b8:i386 (0.18.4-1ubuntu1, 0.18.4-1ubuntu2), 
hplip-data:i386 (3.12.2-1, 3.12.2-1ubuntu1), gnomine:i386 (3.3.5-0ubuntu1, 
3.3.5-0ubuntu2)
DuplicateSignature:
 Unpacking planner-data (from .../planner-data_0.14.5-1ubuntu1_all.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/planner-data_0.14.5-1ubuntu1_all.deb (--unpack):
  trying to overwrite '/usr/share/mime/packages/planner.xml', which is also in 
package planner 0.14.5-0ubuntu1
ErrorMessage: trying to overwrite '/usr/share/mime/packages/planner.xml', which 
is also in package planner 0.14.5-0ubuntu1
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110817)
PackageArchitecture: all
SourcePackage: planner
Title: package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/share/mime/packages/planner.xml', which is also in package 
planner 0.14.5-0ubuntu1
UpgradeStatus: Upgraded to precise on 2012-02-17 (13 days ago)

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


** Tags: apport-package i386 package-conflict precise

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

Title:
  package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/share/mime/packages/planner.xml', which is also in
  package planner 0.14.5-0ubuntu1

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

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


[Bug 944416] Re: package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/mime/packages/planner.xml', which is also in package planner 0.14.5-0ubuntu1

2012-03-01 Thread Tiago Carrondo
*** This bug is a duplicate of bug 944274 ***
https://bugs.launchpad.net/bugs/944274

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

Title:
  package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/share/mime/packages/planner.xml', which is also in
  package planner 0.14.5-0ubuntu1

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

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


[Bug 944409] Re: colord crashed with SIGSEGV - perhaps something to do with my compiz crashing all the time? (ATI Problem in Precise)

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 840392 ***
https://bugs.launchpad.net/bugs/840392

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #840392, 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/944409/+attachment/2799005/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944409/+attachment/2799007/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944409/+attachment/2799008/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944409/+attachment/2799009/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944409/+attachment/2799010/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944409/+attachment/2799011/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944409/+attachment/2799012/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 840392

** 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/944409

Title:
  colord crashed with SIGSEGV - perhaps something to do with my compiz
  crashing all the time? (ATI Problem in Precise)

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

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


[Bug 944347] Re: linux and initrd load very slowly on UEFI system

2012-03-01 Thread Manoj Iyer
The patch kamal posted greatly improves boot speed on UEFI systems, mine
went from for ever to under 5secs. Could we have this patch in 12.04
if it does not hurt other systems on legacy bios?

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

** Changed in: grub2 (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/944347

Title:
  linux and initrd load very slowly on UEFI system

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

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


[Bug 943527] Re: hp deskjet 920c dissapeared, cannot add

2012-03-01 Thread Till Kamppeter
A print queue is the definition of a printer in your system. Each entry
of a printer in the application's printing dialogs is a print queue. One
calls them queue, as when you send a job while the printer is still
printing, the jobs queue up and get printed in the order in which they
got submitted.

lpadmin is a command line tool to create, modify, and remove print
queues. It does not print anything. The commands which I hace supplied
do the following: The first creates your print queue and the second sets
the default paper size.

The web interface is a printer setup tool like system-config-printer.
Its special property is that it is web-based and therefore it does not
need a Linux desktop to run. With a headless print server it is often
the only interactive printer setup tool.

Instead of using the web interface for remote administration you can
also run system-config-printer on a Ubuntu client with a desktop and in
the Server menu there is a function to connect system-config-printer
to a remote server, for example your headless print server. Then you can
manage your server with system-config-printer. For this or to use the
server's web interface from a browser on a remote client (any operating
system, can also be a cell phone) you need to allow remote
administration on the server. run the command

cupsctl --remote-admin

on your server.

The credentials you have to enter are usually the user name of the first
user set up on your machine and this user's password. If you have
created a root password on your server you can also use root and the
root password. In addition, the credentials of every user who is in the
lpadmin group can be used.

If administration of your server does not work as I described, please
report a separate bug.

I do not know why your print queue got removed during the update. Did
you get asked whether you want to keep or replace certain configuration
files (especially /etc/cups/printers.conf) during the update? Perhaps
your /etc/cups/printers.conf got replaced by an empty one during the
update.

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

Title:
  hp deskjet 920c dissapeared, cannot add

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

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


[Bug 931967] Re: Corrupted graphics after the login until the unity launcher appears

2012-03-01 Thread Kate Stewart
** Tags added: rls-mgr-p-tracking

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

Title:
  Corrupted graphics after the login  until the unity launcher appears

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

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


[Bug 877382] Re: compiz configuration options for unity are fixme

2012-03-01 Thread michaelrawson
** Changed in: unity
   Status: Confirmed = In Progress

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

Title:
  compiz configuration options for unity are fixme

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

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


[Bug 944417] [NEW] package gnome-colors-common 5.5.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-03-01 Thread Virtu
*** This bug is a duplicate of bug 922444 ***
https://bugs.launchpad.net/bugs/922444

Public bug reported:

I was doing regular update.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gnome-colors-common 5.5.1-1
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
Uname: Linux 3.2.0-17-generic-pae i686
NonfreeKernelModules: fglrx
ApportVersion: 1.93-0ubuntu2
Architecture: i386
Date: Thu Mar  1 23:51:43 2012
DpkgHistoryLog:
 Start-Date: 2012-03-01  23:46:40
 Commandline: aptdaemon role='role-commit-packages' sender=':1.196'
 Install: libproxy1-plugin-networkmanager:i386 (0.4.7-0ubuntu4), 
libquvi-scripts:i386 (0.4.2-1), libproxy1-plugin-gsettings:i386 
(0.4.7-0ubuntu4), libquvi7:i386 (0.4.0-1), cmap-adobe-japan2:i386 (0+20090930-2)
 Upgrade: plasma-dataengines-workspace:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
libxcb-image0:i386 (0.3.8-1, 0.3.8-1build1), libtwolame0:i386 (0.3.13-1, 
0.3.13-1build1), libsolidcontrol4abi2:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
libnm-glib-vpn1:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), libv4l-0:i386 (0.8.5-6ubuntu1, 
0.8.6-1ubuntu1), nautilus:i386 (3.3.90-0ubuntu2, 3.3.90-0ubuntu4), 
libpackagekit-glib2-14:i386 (0.7.2-4, 0.7.2-4ubuntu1), libkscreensaver5:i386 
(4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), libxcb-keysyms1:i386 (0.3.8-1, 
0.3.8-1build1), freespacenotifier:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
libjpeg8:i386 (8c-2ubuntu6, 8c-2ubuntu7), ubuntu-standard:i386 (1.261, 1.262), 
network-manager:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), gnome-desktop3-data:i386 
(3.3.90-0ubuntu1, 3.3.90-0ubuntu2), libnm-gtk0:i386 
(0.9.2.0+git.20120126t000800.5151959-0ubuntu3, 
0.9.2.0+git.20120126t000800.5151959-0ubuntu4), unity-lens- applications:i386 
(5.4.0-0ubuntu1, 5.4.0-0ubuntu2), rhythmbox:i386 (2.95-0ubuntu2, 
2.95-0ubuntu3), plasma-widgets-workspace:i386 (4.8.0b-0ubuntu4, 
4.8.0b-0ubuntu5), manpages-dev:i386 (3.32-0.2ubuntu1, 3.32-0.2ubuntu2), 
python-libxml2:i386 (2.7.8.dfsg-5.1ubuntu3, 2.7.8.dfsg-5.1ubuntu4), 
libnm-util2:i386 (0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), kde-workspace:i386 (4.8.0b-0ubuntu4, 
4.8.0b-0ubuntu5), libkephal4abi1:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
kde-workspace-kgreet-plugins:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
hpijs:i386 (3.12.2-1, 3.12.2-1ubuntu1), hplip:i386 (3.12.2-1, 3.12.2-1ubuntu1), 
klipper:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), ubuntu-desktop:i386 (1.261, 
1.262), libnux-2.0-common:i386 (2.4.0-0ubuntu1, 2.4.0-0ubuntu2), 
remmina-plugin-rdp:i386 (1.0.0-1ubuntu1, 1.0.0-1ubuntu3), 
libtotem-plparser17:i386 (3.2.0-0ubuntu1, 3.2.0-0ubuntu2), libeina1:i386 
(1.0.0-1ubuntu2, 1.0.0-1ubuntu3), libpoppler19:i386 (0.18.4-1ubuntu1, 
0.18.4-1ubuntu2), google-chro me-beta:i386 (18.0.1025.39-r122785, 
18.0.1025.45-r124098), ksysguard:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
libplasma-geolocation-interface4:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
icedtea-6-jre-cacao:i386 (6b24-1.11.1-2ubuntu2, 6b24-1.11.1-3ubuntu2), e17:i386 
(0.16.999.55225-1, 0.16.999.55225-1build1), nautilus-data:i386 
(3.3.90-0ubuntu2, 3.3.90-0ubuntu4), remmina-plugin-vnc:i386 (1.0.0-1ubuntu1, 
1.0.0-1ubuntu3), printer-driver-hpijs:i386 (3.12.2-1, 3.12.2-1ubuntu1), 
rhythmbox-data:i386 (2.95-0ubuntu2, 2.95-0ubuntu3), kmenuedit:i386 
(4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), network-manager-gnome:i386 
(0.9.2.0+git.20120126t000800.5151959-0ubuntu3, 
0.9.2.0+git.20120126t000800.5151959-0ubuntu4), libgnome-desktop-3-2:i386 
(3.3.90-0ubuntu1, 3.3.90-0ubuntu2), libprocessui4a:i386 (4.8.0b-0ubuntu4, 
4.8.0b-0ubuntu5), intltool:i386 (0.50.1-1, 0.50.2-1), libvlc5:i386 (2.0.0-2, 
2.0.0-4), libksgrd4:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
plasma-widget-networkmanagement:i386 (0.9.0~rc4-0ubuntu2, 0.9.0-1ubuntu1), 
kde-window -manager-common:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
rhythmbox-plugin-cdrecorder:i386 (2.95-0ubuntu2, 2.95-0ubuntu3), libhpmud0:i386 
(3.12.2-1, 3.12.2-1ubuntu1), remmina-common:i386 (1.0.0-1ubuntu1, 
1.0.0-1ubuntu3), librhythmbox-core5:i386 (2.95-0ubuntu2, 2.95-0ubuntu3), 
vlc-nox:i386 (2.0.0-2, 2.0.0-4), libkdecorations4:i386 (4.8.0b-0ubuntu4, 
4.8.0b-0ubuntu5), libkwinglutils1:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
compiz-plugins-main-default:i386 (0.9.7.0~bzr19-0ubuntu3, 
0.9.7.0~bzr19-0ubuntu5), libplasmagenericshell4:i386 (4.8.0b-0ubuntu4, 
4.8.0b-0ubuntu5), openjdk-6-jre-headless:i386 (6b24-1.11.1-2ubuntu2, 
6b24-1.11.1-3ubuntu2), dkms:i386 (2.2.0.3-1, 2.2.0.3-1ubuntu1), 
systemsettings:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), libnm-glib4:i386 
(0.9.2.0+git201202161854.8572ecf-0ubuntu4, 
0.9.2.0+git201202161854.8572ecf-0ubuntu5), libedje-bin:i386 (1.0.0-1, 
1.0.0-1build1), kdm:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), 
libkworkspace4abi1:i386 (4.8.0b-0ubuntu4, 4.8.0b-0ubuntu5), libnux-2.0-0:i386 
(2.4.0-0ubun tu1, 2.4.0-0ubuntu2), icedtea-6-jre-jamvm:i386 
(6b24-1.11.1-2ubuntu2, 

[Bug 944417] Re: package gnome-colors-common 5.5.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-03-01 Thread Virtu
*** This bug is a duplicate of bug 922444 ***
https://bugs.launchpad.net/bugs/922444

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

Title:
  package gnome-colors-common 5.5.1-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 944417] Re: package gnome-colors-common 5.5.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 922444 ***
https://bugs.launchpad.net/bugs/922444

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 922444
   package gnome-colors-common 5.5.1-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2

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

Title:
  package gnome-colors-common 5.5.1-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 944416] Re: package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/mime/packages/planner.xml', which is also in package planner 0.14.5-0ubuntu1

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 944274 ***
https://bugs.launchpad.net/bugs/944274

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 944274
   package planner-data  not installed  failed to install/upgrade: trying to 
overwrite  /usr/share/mime/packages/planner.xml , which is also in package 
planner 0.14.5-0ubuntu1

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

Title:
  package planner-data 0.14.5-1ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/share/mime/packages/planner.xml', which is also in
  package planner 0.14.5-0ubuntu1

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

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


[Bug 944415] [NEW] Input stops responding

2012-03-01 Thread Robert Hooker
Public bug reported:

On this MacBook Air 4,2 using bcm5974, input stops responding until
unity --replace is run from a VT and repeats after ~10 minutes. The
pointer still moves, but you can't interact with the system anymore. I
notice it triggered most often when 2 finger scrolling in chrome.

When it happens, this is output to .xsession-errors

Warning: failed to get previous touch value
Warning: failed to get previous touch value
Warning: failed to get previous touch value
Warning: failed to get previous touch value
Warning: failed to get previous touch value
Warning: failed to get previous touch value

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+10ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu Mar  1 17:51:09 2012
DistUpgraded: Log time: 2012-01-09 10:06:08.081356
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: bcmwl, 6.20.55.19+bdcom, 3.2.0-17-generic, x86_64: installed
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. Device [106b:00eb]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64+mac (20110427.1)
MachineType: Apple Inc. MacBookAir4,2
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=95622cbd-b253-48f0-9a5d-a0948c98f97a ro quiet splash 
i915.i915_enable_rc6=1 i915.i915_enable_fbc=0 i915.semaphores=1 
i915.lvds_downclock=1 pcie_aspm=force usbcore.autosuspend=1 
drm.vblankoffdelay=1 vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-01-09 (52 days ago)
dmi.bios.date: 10/14/2011
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBA41.88Z.0077.B0E.1110141154
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-742912EFDBEE19B3
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookAir4,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-742912EFDBEE19B3
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B0E.1110141154:bd10/14/2011:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3:
dmi.product.name: MacBookAir4,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
version.ia32-libs: ia32-libs 20090808ubuntu33
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
8.0.1-0ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise reproducible ubuntu

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

Title:
  Input stops responding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/944415/+subscriptions

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

[Bug 944415] Re: Input stops responding

2012-03-01 Thread Robert Hooker
** Package changed: xorg (Ubuntu) = xserver-xorg-input-synaptics
(Ubuntu)

** Description changed:

- To be filled in later
+ On this MacBook Air 4,2 using bcm5974, input stops responding until
+ unity --replace is run from a VT and repeats after ~10 minutes. I notice
+ it triggered most often when 2 finger scrolling in chrome.
+ 
+ When it happens, this is output to .xsession-errors
+ 
+ Warning: failed to get previous touch value
+ Warning: failed to get previous touch value
+ Warning: failed to get previous touch value
+ Warning: failed to get previous touch value
+ Warning: failed to get previous touch value
+ Warning: failed to get previous touch value
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+10ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Mar  1 17:51:09 2012
  DistUpgraded: Log time: 2012-01-09 10:06:08.081356
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.20.55.19+bdcom, 3.2.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Apple Inc. Device [106b:00eb]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Apple Inc. Device [106b:00eb]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64+mac 
(20110427.1)
  MachineType: Apple Inc. MacBookAir4,2
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=linux
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=95622cbd-b253-48f0-9a5d-a0948c98f97a ro quiet splash 
i915.i915_enable_rc6=1 i915.i915_enable_fbc=0 i915.semaphores=1 
i915.lvds_downclock=1 pcie_aspm=force usbcore.autosuspend=1 
drm.vblankoffdelay=1 vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to precise on 2012-01-09 (52 days ago)
  dmi.bios.date: 10/14/2011
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA41.88Z.0077.B0E.1110141154
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-742912EFDBEE19B3
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir4,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-742912EFDBEE19B3
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B0E.1110141154:bd10/14/2011:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3:
  dmi.product.name: MacBookAir4,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
  version.ia32-libs: ia32-libs 20090808ubuntu33
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
8.0.1-0ubuntu2
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Description changed:

  On this MacBook Air 4,2 using bcm5974, input stops responding until
- unity --replace is run from a VT and repeats after ~10 minutes. I notice
- it triggered most often when 2 finger scrolling in chrome.
+ unity --replace is run from a VT and repeats after ~10 minutes. The
+ pointer still moves, but you can't interact with the system anymore. I
+ notice it triggered most often when 2 finger scrolling in chrome.
  
  When it happens, this is output to .xsession-errors
  
  Warning: failed to get previous touch value
  Warning: failed to get previous touch value
  Warning: failed to get previous touch value
  Warning: failed to get previous touch value
  Warning: failed to get previous touch value
  Warning: failed to get previous touch value
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+10ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Mar  1 17:51:09 2012
 

[Bug 944414] Re: sflphoned crashed with SIGSEGV in std::__detail::_List_node_base::_M_hook()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 913018 ***
https://bugs.launchpad.net/bugs/913018

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #913018, 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/944414/+attachment/2799039/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944414/+attachment/2799041/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944414/+attachment/2799042/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944414/+attachment/2799043/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944414/+attachment/2799044/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944414/+attachment/2799045/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944414/+attachment/2799046/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 913018
   sflphoned crashed with SIGSEGV in std::__detail::_List_node_base::_M_hook()

** 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/944414

Title:
  sflphoned crashed with SIGSEGV in
  std::__detail::_List_node_base::_M_hook()

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

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


[Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-video-vmware (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/918791

Title:
  qemu-kvm dies when using vmvga driver and unity in the guest

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

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


[Bug 933856] Re: compiz crashed with SIGSEGV in nux::WindowThread::QueueObjectLayout()

2012-03-01 Thread Franco Bombi
first attempt to use CompizConfig on a fresh beta-1 install

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

Title:
  compiz crashed with SIGSEGV in nux::WindowThread::QueueObjectLayout()

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

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


[Bug 933322] Re: LightDM graphic corruption with ati and nvidia

2012-03-01 Thread Kate Stewart
** Tags added: rls-mgr-p-tracking

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

Title:
  LightDM graphic corruption with ati and nvidia

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

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


[Bug 943607] Re: Application (Spotify) can prevent shutdown.

2012-03-01 Thread Tormod Hellen
It only happens with Spotify, yes. No, there is no dialogue except for
the normal 'are you sure you want to shut down'. Clicking 'shut down' in
that dialogue simply closes the open Spotify window, it does not quit
Spotify itself (Spotify still plays music and the indicator is still
there). It does not seem to affect any other part of the OS or any other
applications.

If there is no open Spotify window Ubuntu shuts down normally.

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

Title:
  Application (Spotify) can prevent shutdown.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/943607/+subscriptions

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


[Bug 801839] Re: sync request: zemberek-ooo

2012-03-01 Thread Björn Michaelsen
Eh, mistyped my launchpad-link. Sorry for the trouble. = Fix released.

As for installing in the default: no, this wont be included in main,
sorry.

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed = 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/801839

Title:
  sync request: zemberek-ooo

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

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


[Bug 180640] Re: Crypto Settings tab of Contacts module in kontact will not allow one to set a PGP/GPG key to use

2012-03-01 Thread Christoph
I can not help you with this as i do not use KDE anymore.

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

Title:
  Crypto Settings tab of Contacts module in kontact will not allow one
  to set a PGP/GPG key to use

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

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


[Bug 904700] Re: Scale plugin shows minimized windows completely white

2012-03-01 Thread Petko Ditchev
*** This bug is a duplicate of bug 88 ***
https://bugs.launchpad.net/bugs/88

** This bug has been marked a duplicate of bug 88
   Minimized window contents blank or invisible in window spread

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

Title:
  Scale plugin shows minimized windows completely white

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

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


[Bug 944425] [NEW] r dereference at 00000004

2012-03-01 Thread bilal el moussaoui
Public bug reported:

r dereference at 0004

ProblemType: KernelOops
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-17-generic 3.2.0-17.27
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.93-0ubuntu2
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lightdm1935 F pulseaudio
  elmoussaoui  10237 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf890 irq 48'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,10250176,00100101 
HDA:11c11040,11c10001,00100200'
   Controls  : 17
   Simple ctrls  : 10
Date: Thu Mar  1 23:02:00 2012
Failure: oops
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: Acer Aspire 5735
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=494129fc-f032-4f3a-ba94-3c2a3de5af9f ro splash ipv6.disable=1 quiet 
splash vt.handoff=7
PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-1ubuntu18
SourcePackage: linux
Title: r dereference at 0004
UpgradeStatus: Upgraded to precise on 2012-02-19 (11 days ago)
dmi.bios.date: 08/27/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.07
dmi.board.name: CathedralPeak
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.07:bd08/27/2008:svnAcer:pnAspire5735:pvr0100:rvnAcer:rnCathedralPeak:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5735
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-kerneloops i386 kernel-oops precise

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

Title:
  r dereference at 0004

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

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


[Bug 944425] Re: r dereference at 00000004

2012-03-01 Thread bilal el moussaoui
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944425

Title:
  r dereference at 0004

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

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


[Bug 944427] [NEW] Mouse grab when moving active window comes unstuck.

2012-03-01 Thread Shanekpiper
Public bug reported:

When moving application windows around the desktop the mouse grab comes
unstuck and sits above the grab area.  This is rather annoying as the
mouse then needs to be moved back onto the grab area to be moved again.

** Affects: 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/944427

Title:
  Mouse grab when moving active window comes unstuck.

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

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


[Bug 877778] Re: Minimized window contents blank or invisible in window spread

2012-03-01 Thread Petko Ditchev
I'd add that the expected behaviour is that minimized windows are not
shown .

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

Title:
  Minimized window contents blank or invisible in window spread

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

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


[Bug 944419] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 849414 ***
https://bugs.launchpad.net/bugs/849414

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #849414, 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/944419/+attachment/2799089/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944419/+attachment/2799092/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944419/+attachment/2799098/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944419/+attachment/2799100/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944419/+attachment/2799101/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944419/+attachment/2799102/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944419/+attachment/2799103/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 849414
   plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

** 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/944419

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 944386] Re: Making a hard link of a 0444 permission file fails in overlayfs [Precise]

2012-03-01 Thread Gary Poster
Running apport-collect led to bug 944429

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

Title:
  Making a hard link of a 0444 permission file fails in overlayfs
  [Precise]

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

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


[Bug 933825] Re: pulseaudio crashed with SIGABRT in report_jack_state()

2012-03-01 Thread Neil Broadley
A short me too that David Henningsson's instructions in comment #16
worked perfectly on my system too. Samsung Chronos 7 series running
Precise and experiencing the exact same symptoms of this bug.

Many thanks! Hope this makes it into Precise on launch day.

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

Title:
  pulseaudio crashed with SIGABRT in report_jack_state()

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

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


[Bug 914439] Re: WOL doesn't work - Ubuntu 12.04 Daily Build 64-bit

2012-03-01 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.3 kernel[1] (Not a kernel in the daily directory).  Once you've
tested the upstream kernel, please remove the 'needs-upstream-testing'
tag(Only that one tag, please leave the other tags). This can be done by
clicking on the yellow pencil icon next to the tag located at the bottom
of the bug description and deleting the 'needs-upstream-testing' text.

If this bug is fixed by the mainline kernel, please add the following
tag 'kernel-fixed-upstream-KERNEL-VERSION'.  For example, if kernel
version 3.3-rc5 fixed the issue, the tag would be: 'kernel-fixed-
upstream-v3.3-rc5'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3-rc5-precise/


** Tags added: needs-upstream-testing

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

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

Title:
  WOL doesn't work - Ubuntu 12.04 Daily Build 64-bit

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

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


[Bug 930422] Re: [FFe][needs-packaging] rds Resara Server

2012-03-01 Thread James Page
Brendan

The initial upload was rejected for a couple of reasons; I can work on
the copyright stuff but it would be really helpful if the errant nfs
files could be removed from the rds release tarball.

Cheers

James

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

Title:
  [FFe][needs-packaging] rds Resara Server

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

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


[Bug 938104] Re: Add player controls to Unity Sound Indicator

2012-03-01 Thread Brian Murray
** Changed in: totem (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Add player controls to Unity Sound Indicator

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

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


[Bug 944415] Re: Input stops responding

2012-03-01 Thread Robert Hooker
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/938770 looks to be
the same bug given that unity --replace does fix it for him too and the
symptoms/system are the same.

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

Title:
  Input stops responding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/944415/+subscriptions

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


[Bug 943585] Re: All kernel's after 2.6.35-32-generic fail to boot

2012-03-01 Thread Joseph Salisbury
It would be great if you could run apport again with:
apport-collect 943585

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

Title:
  All kernel's after 2.6.35-32-generic fail to boot

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

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


[Bug 268734] Re: immediate shutdown after pressing shutdown button

2012-03-01 Thread Aaron Brubacher
I am on Ubuntu 11.10 x64, fully updated.
Also, I ran the logout with a stress test to slow it down and noticed the 60 
seconds change to 30 seconds, so it seems like its counting down really fast, 
although I could be wrong 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/268734

Title:
  immediate shutdown after pressing shutdown button

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

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


[Bug 944437] [NEW] Radience Theme input areas padding needed

2012-03-01 Thread Shanekpiper
Public bug reported:

There is no padding around Radiance theme text input areas,  Systems
Settings search is just one instance.  I have attached am image.

The Ambiance theme is fine.

** Affects: radiance (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/944437

Title:
  Radience Theme input areas padding needed

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

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


[Bug 944437] Re: Radience Theme input areas padding needed

2012-03-01 Thread Shanekpiper
** Attachment added: Screen Shot of System Settings Search
   
https://bugs.launchpad.net/bugs/944437/+attachment/2799219/+files/Screenshot%20at%202012-03-01%2023%3A17%3A27.png

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

Title:
  Radience Theme input areas padding needed

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

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


[Bug 944435] Re: Xorg crashed with SIGABRT in raise()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 943880 ***
https://bugs.launchpad.net/bugs/943880

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #943880, 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/944435/+attachment/2799188/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944435/+attachment/2799191/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944435/+attachment/2799201/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944435/+attachment/2799203/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944435/+attachment/2799204/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944435/+attachment/2799205/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944435/+attachment/2799206/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 943880

** 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/944435

Title:
  Xorg crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/944435/+subscriptions

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


[Bug 944434] Re: unity-applications-daemon crashed with SIGSEGV in dee_model_remove()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 939383 ***
https://bugs.launchpad.net/bugs/939383

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #939383, 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/944434/+attachment/2799178/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944434/+attachment/2799180/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944434/+attachment/2799181/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944434/+attachment/2799182/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944434/+attachment/2799183/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944434/+attachment/2799184/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944434/+attachment/2799185/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 939383

** 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/944434

Title:
  unity-applications-daemon crashed with SIGSEGV in dee_model_remove()

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

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


[Bug 930148] Re: Dodge windows is down but what about making the launcher autohide only on maximised apps ?

2012-03-01 Thread shane
It just seems natural to me that if the desktop is empty, then you may well be 
wanting to launch an app or do some work of some kind so it makes perfect sense 
for the launcher to be there, ready and waiting.
Then when you have launched your app, it moves out of the way so you can fully 
concentrate and maximize the screen space.

The autohide behaviour at the moment seems pretty iffy and
unpredictable.  I find the launcher takes more effort to show than it
should when I WANT it to show, yet when I overshoot the back button in
chromium and nudge the edge of the screen, the launcher shows instantly.

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

Title:
  Dodge windows is down but what about making the launcher autohide only
  on maximised apps ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/930148/+subscriptions

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


[Bug 944421] Re: nautilus crashed with SIGABRT in raise()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 905686 ***
https://bugs.launchpad.net/bugs/905686

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #905686, 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/944421/+attachment/2799106/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944421/+attachment/2799108/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944421/+attachment/2799110/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944421/+attachment/2799111/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944421/+attachment/2799112/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944421/+attachment/2799113/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944421/+attachment/2799114/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 905686
   nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: 
Assertion `ret != inval_id' 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/944421

Title:
  nautilus crashed with SIGABRT in raise()

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

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


[Bug 944424] [NEW] LightDM does not change wallpaper, no HUD, no video lens after upgrading to 12.04

2012-03-01 Thread Albert Kents
Public bug reported:

LightDM does not change wallpaper, no HUD, no video lens after upgrading
to 12.04

** Affects: 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/944424

Title:
  LightDM does not change wallpaper, no HUD, no video lens after
  upgrading to 12.04

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

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


[Bug 944378] Re: [FFe] Doesn't actually work python-bson

2012-03-01 Thread Andres Rodriguez
Hi Scott,

I'm sorry for uploading before obtaining FFe. I thought it was gonna get
stuck in the queue, but it seems it didn't, unless someone approved my
upload.

Cheers

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

Title:
  [FFe] Doesn't actually work python-bson

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oops-datedir-repo/+bug/944378/+subscriptions

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


[Bug 908268] Re: Suspend not work with fglrx on Lenovo IdeaPad S205

2012-03-01 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest
upstream kernel.  Would it be possible for you to open an upstream bug
report at bugzilla.kernel.org [1]?  That will allow the upstream
Developers to examine the issue, and may provide a quicker resolution to
the bug.

If you are comfortable with opening a bug upstream, It would be great if
you can report back the upstream bug number in this bug report.  That
will allow us to link this bug to the upstream report.

[1] https://wiki.ubuntu.com/Bugs/Upstream/kernel


** Changed in: linux (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/908268

Title:
  Suspend not work with fglrx on Lenovo IdeaPad S205

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

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


[Bug 944433] [NEW] BUG: unable to handle kernel NULL pointer dereference at 00000004

2012-03-01 Thread bilal el moussaoui
Public bug reported:

BUG: unable to handle kernel NULL pointer dereference at 0004

ProblemType: KernelOops
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-17-generic
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.93-0ubuntu2
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lightdm1935 F pulseaudio
  elmoussaoui  10237 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf890 irq 48'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,10250176,00100101 
HDA:11c11040,11c10001,00100200'
   Controls  : 17
   Simple ctrls  : 10
Date: Thu Mar  1 23:01:49 2012
Failure: oops
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: Acer Aspire 5735
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=494129fc-f032-4f3a-ba94-3c2a3de5af9f ro splash ipv6.disable=1 quiet 
splash vt.handoff=7
PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-1ubuntu18
SourcePackage: linux
Title: BUG: unable to handle kernel NULL pointer dereference at 0004
UpgradeStatus: Upgraded to precise on 2012-02-19 (11 days ago)
dmi.bios.date: 08/27/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.07
dmi.board.name: CathedralPeak
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.07:bd08/27/2008:svnAcer:pnAspire5735:pvr0100:rvnAcer:rnCathedralPeak:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5735
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-kerneloops i386 kernel-oops

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at 0004

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

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


[Bug 944271] Re: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2012-03-01 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.3 kernel[1] (Not a kernel in the daily directory).  Once you've
tested the upstream kernel, please remove the 'needs-upstream-testing'
tag(Only that one tag, please leave the other tags). This can be done by
clicking on the yellow pencil icon next to the tag located at the bottom
of the bug description and deleting the 'needs-upstream-testing' text.

If this bug is fixed by the mainline kernel, please add the following
tag 'kernel-fixed-upstream-KERNEL-VERSION'.  For example, if kernel
version 3.3-rc5 fixed the issue, the tag would be: 'kernel-fixed-
upstream-v3.3-rc5'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3-rc5-precise/


** Tags added: needs-upstream-testing

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

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

Title:
  iwlwifi: Microcode SW error detected.  Restarting 0x200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/944271/+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   10   >