[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-14 Thread Stefan Bader
Hm weird. I would have expected at least a rw open on the block device should 
fail, let alone a ro (since fsck probably wants to modify the fs). Though I'd 
need to check exactly what access mode mount -oro uses (maybe its some ro 
exclusive). Actually it is not really a read-only open on the block device 
(that much I know) because this still will cause changes to the superblock 
(mount time and so on) if that is possible and the block device itself is not 
read-only.
Beside that you could restrict the devices touched by looking at 
/sys/block/?/device/type which is 5 (cdrom) only for cd type devices.
The other option would be, if there is an event that mountall emits as the 
final one (done with automounting), that would be a safer time to start with 
the cloud-init, wouldn't it?

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+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 931978] [NEW] Update to version 3.6.3

2012-02-14 Thread David Weber
Public bug reported:

Version 2.6.3 includes many important crash and memory leak fixes over
2.6.1 including one CVE.

Please consider to import it into precise

http://www.samba.org/samba/history/samba-3.6.2.html
http://www.samba.org/samba/history/samba-3.6.3.html

Thanks!

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

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

Title:
  Update to version 3.6.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/931978/+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 932021] Re: service mysql start hangs forever without any messages if the configuration is broken

2012-02-14 Thread luca
-- 
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/932021

Title:
  service mysql start hangs forever without any messages if the
  configuration is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/932021/+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 932021] [NEW] service mysql start hangs forever without any messages if the configuration is broken

2012-02-14 Thread luca
Public bug reported:

I had a typo in the configuration file, and when doing service mysql
restart, the command hanged forever, without any messages at all. I
guess is related to be moved to upstart and the respawn option, in
combination with no printing any error messages at all.

To debug the problem I had to run mysqld manually to get the errors in
the console, I didn't even saw any errors in /var/log/mysql.err. Just
now I realized there is another log file in /var/log/mysql/error.log,
and I can see the errors there, but that's a little confusing.

Anyway, I think the init script shouldn't try to restart the program if
it failed too soon, and probably should print startup errors in the
console. A simple solution might be to just remove the respawn option
for now.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: mysql-server 5.1.58-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Feb 14 13:07:31 2012
PackageArchitecture: all
SourcePackage: mysql-5.1
UpgradeStatus: Upgraded to oneiric on 2011-10-20 (117 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  service mysql start hangs forever without any messages if the
  configuration is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/932021/+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 697609] Re: rndc-confgen does nothing

2012-02-14 Thread andrew667
I have the same problem in Ubuntu 10.04.3 server and Scientific Linux 6.
The solution is key -r /dev/urandom. The result is something like this:
rndc-confgen -b 512 -r /dev/urandom  /etc/rndc.conf

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

Title:
  rndc-confgen does nothing

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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server - Hadoop

2012-02-14 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Status 20122501
  
  Dev packages avaliable for hadoop, hive, pig, hbase and hadoop-zookeeper
  in http://launchpad.net/~hadoop-ubuntu/+archive/dev
  
  sudo add-apt-repository ppa:hadoop-ubuntu/dev
  
  
  
  Target versions of Hadoop components:
  
  hadoop-0.20.205.0
  hcatalog-0.2.0
  pig-0.9.0 (0.9.1)
  hbase-0.90.4
  hive-0.7.1 (? 0.8.1 is out and should be compatible with hcatalog 0.2.0)
  zookeeper-3.3.2 (3.3.4)
  
  Q: Their website indicates they will use ambari as something 
devops/juju-like. Clearly we want to use juju but have they made any ambari 
assumptions?
  A:  No idea - one to ask Matt
  
  Package naming:
  
  hadoop
  hcatalog
  pig
  hbase
  hive
  
  Packages that target partner CANNOT have the same name as packages in
  the main archive so zookeeper will be:
  
  hadoop-zookeeper
  
  This will prevent and conflicts with the zookeeper package in the main
  archive.
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): DONE
  [james-page] Package zookeeper for partner (2): DONE
  [james-page] Package hadoop for partner (2): DONE
  [james-page] Rebuild native component during package rebuild for hadoop (3): 
DONE
  Package hcatalog for partner (3): TODO
  [negronjl] Package pig for partner (2): DONE
  [james-page] Package hbase for partner (2): DONE
  [negronjl] Package hive for partner (2): DONE
  [james-page] Work out solution for JAVA_HOME detection/override (1): DONE
- Partner Archive upload and review: TODO
- [negronjl] Juju charm for zookeeper (will depend on the zookeeper package): 
TODO
+ Partner Archive upload and review: POSTPONED
+ [james-page] Juju charm for zookeeper (will depend on the zookeeper package): 
INPROGRESS
  [negronjl] Juju charm for hcatalog (will depend on the hcatalog package): TODO
  [negronjl] Juju charm for pig (will depend on the pig package): TODO
  [negronjl] Juju charm for hbase (will depend on the hbase package): TODO
  [negronjl] Juju charm for hive (will depend on the hive package): TODO
  [negronjl] Update hadoop charm for HDP packaging (will add option to select 
between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): TODO
  Test deployment and packaging: TODO
  Provide support for charming work and review packaging installs: TODO

-- 
Ubuntu Server - Hadoop
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hdp-hadoop

-- 
Ubuntu-server-bugs mailing list

[Bug 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-14 Thread Kousuke Ebihara
I've posted in php-internals list about this topic: http://marc.info/?l
=php-internalsm=132922462700684w=2

Please tell me answers to some questions.

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 811422] Re: Exploitable integer overflow on x86 in mod SetEnvIf, leading to buffer overwrite

2012-02-14 Thread Marc Deslauriers
** Also affects: apache2 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: apache2 (Ubuntu Precise)
   Importance: Low
 Assignee: Jamie Strandboge (jdstrand)
   Status: Incomplete

** Also affects: apache2 (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: apache2 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

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

** Also affects: apache2 (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: apache2 (Ubuntu Hardy)
   Status: New = Confirmed

** Changed in: apache2 (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: apache2 (Ubuntu Maverick)
   Status: New = Confirmed

** Changed in: apache2 (Ubuntu Natty)
   Status: New = Confirmed

** Changed in: apache2 (Ubuntu Oneiric)
   Status: New = Confirmed

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

** Changed in: apache2 (Ubuntu Precise)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

** Changed in: apache2 (Ubuntu Hardy)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu Lucid)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu Maverick)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu Oneiric)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu Natty)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu Hardy)
   Importance: Undecided = Low

** Changed in: apache2 (Ubuntu Lucid)
   Importance: Undecided = Low

** Changed in: apache2 (Ubuntu Maverick)
   Importance: Undecided = Low

** Changed in: apache2 (Ubuntu Oneiric)
   Importance: Undecided = Low

** Changed in: apache2 (Ubuntu Natty)
   Importance: Undecided = Low

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

Title:
  Exploitable integer overflow on x86 in mod SetEnvIf, leading to buffer
  overwrite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/811422/+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 932073] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-14 Thread sadfasdf
Public bug reported:

I believe this occurred because I tried to install phpMyAdmin without
having mysql-server installed first.  I had assumed that the package
install would take care of all of the necessary dependencies in the
correct order.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-13.55-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic x86_64
Architecture: amd64
Date: Mon Feb 13 09:43:04 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 (20110720.1)
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-12-07 (69 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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-5.1/+bug/932073/+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 932073] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-14 Thread sadfasdf
-- 
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/932073

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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-5.1/+bug/932073/+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 923699] Re: Compiling PHP 5 fails due to missing suhosin_patch.c

2012-02-14 Thread Hakan Küçükyılmaz
Forget my last comment. For PHP 5.3.5 I used the plain sources.

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

Title:
  Compiling PHP 5 fails due to missing suhosin_patch.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/923699/+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 697609] Re: rndc-confgen does nothing

2012-02-14 Thread andrew667
** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = andrew667 (andrei-yurevich)

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

Title:
  rndc-confgen does nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/697609/+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-02-14 Thread Andres Rodriguez
Hi guys,

I'll do another clean install and test whether a see this or not.

Cheers.

-- 
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 916489] Re: grub-ipxe says B: command not found

2012-02-14 Thread James Page
Should be fixed by the latest upload:

ipxe (1.0.0+git-3.55f6c88-0ubuntu1) precise; urgency=low

  [ Marc Cluet ]
  * New upstream snapshot.
  * Added rules for automatic git branch refresh.
  * Changed rom target from allbaseroms to allroms.
- recommended behaviour by upstream, building all full roms is neither
  recommended nor a desired user experience
  * Added new target allqemu for qemu package.
- created new build target to build full rom drivers just for qemu
  package purposes
  * Cleaned lintian errors from debian package
- Removed brace extension in ipxe.install
- Updated standards to 3.9.2
- Fixed copyright file not machine readable

  [ James Page ]
  * Updated get-orig-source target to generate git snapshots inline
with upstream version numbering being used by this package. 

 -- Marc Cluet marc.cl...@ubuntu.com  Fri, 10 Feb 2012 16:21:23 +

Marking Fix Released - please re-open if this is not the case.


** Changed in: ipxe (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  grub-ipxe says B: command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916489/+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 928769] Re: nova-compute fails due to absence of policy.json

2012-02-14 Thread Adam Gandelman
policy.json is installed with all nova-* components via nova-common
package

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

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

Title:
  nova-compute fails due to absence of policy.json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928769/+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 931859] Re: chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-14 Thread Paul Belanger
** Patch added: nagios3_3.2.3.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/931859/+attachment/2738943/+files/nagios3_3.2.3.debdiff

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

Title:
  chown: cannot access `/etc/nagios3/resource.cfg': No such file or
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/931859/+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 931584] Re: Upstart should close all non-standard fds before starting a job

2012-02-14 Thread Steve Langasek
Opening a task for openldap here.  I don't really like the idea of init
of all things having to loop through a list of fds it knows nothing
about, closing them one-by-one, to clean up after nss modules.  I think
libldap needs to be better behaved, and that this socket needs to be
marked CLOEXEC when it's opened.

I defer to James on the question of whether upstart should close the fds
anyway.

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

** Changed in: openldap (Ubuntu)
   Status: New = Triaged

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

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

Title:
  Upstart should close all non-standard fds before starting a job

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/931584/+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 930430] Re: lxc-ls requires root access after deploying an LXC instance

2012-02-14 Thread Serge Hallyn
This is odd, I seem to have lost a bunch of comments - meaning I must
have added them to the wrong bug!

The gist is, this is not a bug in lxc in my opinion.  Lxc creates the
/sys/fs/cgroup/xyz/lxc directories using mkdir(2) passing 0755 as the
mode.  That mode is masked with the task's umask.  juju is running lxc-
start with a umask of 0077, rather than the usual 0022.  That is the
reason the directory gets the wrong permissions.

Lxc could go in and chmod the directories by hand, but that would be
wrong.  The umask presumably is set as it is for a reason.

In my opinion, juju should change its umask to 0022 before calling lxc-
create.

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

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

Title:
  lxc-ls requires root access after deploying an LXC instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/930430/+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 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-14 Thread James Hunt
If you would like to help with testing the fix for this bug, I've put an
updated version of Upstart (version '1.4-0ubuntu7~jh') in my upstart-
job-logging PPA:

  https://launchpad.net/~jamesodhunt/+archive/upstart-job-logging/

Please install and provide feedback.

** Changed in: upstart (Ubuntu Precise)
   Status: Triaged = In Progress

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

Title:
  Stopping ssh with a logged in user causes init to spin at 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/926468/+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 932239] [NEW] Multiple Samba security vulnerabilities

2012-02-14 Thread Terry Duncan
Public bug reported:

Please upgrade Samba to 3.4.14 or later in Manzanita

High...
CVE-2010-3069 Samba 3.0.x to 3.5.x are affected by a  buffer overrun 
vulnerability

Medium...
CVE-2011-2522
CVE-2011-2694
CVE-2011-0719 Samba 3.x before 3.3.15, 3.4.x before 3.4.12, and 3.5.x before 
3.5.7 does not perform range checks for file descriptors before use of the 
FD_SET macro
CVE-2010-1635 
CVE-2010-1642 sending specially crafted 'Session Setup AndX' requests, an
unauthenticated, remote attacker can exploit these vulnerabilities

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

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

Title:
  Multiple Samba security vulnerabilities

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/932239/+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 931978] Re: Update to version 3.6.3

2012-02-14 Thread Paolo Rotolo
** Changed in: samba (Ubuntu)
   Status: New = In Progress

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Paolo Rotolo (paolorotolo)

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

Title:
  Update to version 3.6.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/931978/+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 916489] Re: grub-ipxe says B: command not found

2012-02-14 Thread Alkis Georgopoulos
 Marking Fix Released - please re-open if this is not the case.

Confirming that it works fine now, thank you.

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

Title:
  grub-ipxe says B: command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916489/+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 931978] Re: Update to version 3.6.3

2012-02-14 Thread Paolo Rotolo
** Tags added: upgrade-software-version

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

Title:
  Update to version 3.6.3

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


[Blueprint servercloud-p-libvirt] Libvirt plans for p

2012-02-14 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  NOTE: jdstrand reviewed the svirt for lxc implementation and the code
  is already there. The main question is policy. Once it is upstream and
  the apparmor containers work is done, we can examine the driver in more
  detail and develop appropriate policy.
  
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] MIR netcf: DONE
  [jdstrand] look at svirt for lxc: DONE
  [serge-hallyn] Add needed apparmor lines to support spice: DONE
  [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: DONE
- [serge-hallyn] Complete bash completion for virsh and send upstream: TODO
- [serge-hallyn] enable netcf: TODO
+ [serge-hallyn] Complete bash completion for virsh and send upstream: DONE
+ [serge-hallyn] enable netcf: BLOCKED
  [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: TODO
  [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: TODO
  
  Notes:
  suspend-on-shutdown was removed in debian.
  openvswitch patches are still being discussed for libvirt.

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

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


[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2012-02-14 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Work Items:
  [canonical-kernel-team] investigate large xattr support patch from Ted T'so 
in ext4: TODO
  [canonical-kernel-team] potentially help push large xattr support to ext4: 
TODO
  confer with kernel-team to decide on which to recommend, ext4/xfs/btrfs: TODO
  define Ubuntu supported configurations of CEPH: TODO
  improve ceph charms: TODO
  integrate ceph charm with openstack charms: TODO
  libvirt changes needed: TODO
  MIR ceph: INPROGRESS
- [serge-hallyn] enable rbd and rados in qemu-kvm builds: TODO
+ [serge-hallyn] enable rbd and rados in qemu-kvm builds: BLOCKED
  [nijaba] correctly message technology preview for non-supported bits: TODO
  investigate apache + 100 continue support for rados S3 GW: TODO
  push nagios and collectd plugins into Ubuntu/Debian/Upstream: TODO
  setup automated build recipe against upstream source: TODO
  import upstream test suite into archive: TODO
  [sconklin] ext4/btrfs/xfs testing in QA: TODO
  
  Notes:
  No formal spec needed IMO, this is just a pile of straight forward actions.
  
   * gceph is not reasonable to be in main (upstream doesnt want to
  support)
  
  Today rbd is loaded loaded at runtime
  
   - MIR librbd and librados for qemu/kvm
    - compile qemu-kvm with ceph (rbd, rados) block device support, see:
    - https://launchpad.net/~kirkland/+archive/virt/+packages
   - MIR all of ceph for hosting ceph
   - include latest libvirt rbd support (for rbd authentication)
   - Existing Openstack Support
     - Nova since cactus can use CEPH for block
     - Diablo added glance support for CEPH for image storage
   - Dreamhost using mainline BTRFS and debian kernel for current deployment
  - Dreamhost launching at scale in a few weeks
  - CEPH is an independent business unit under Dreamhost
  - Dreamhost using fastcgi + apache for rados gateway (can use nginx, too)
  
   Dependencies:
   modfast-cgi
  Concerns;
  - Upstream makes a release every 2 weeks
  - No stable release branches upstream
  - Limited deployment outside Dreamhost
  - unencrypted over the wire
    - apps can implement security on top of it
    - IPv6 is supported
  Additional Opportunities:
  - Integrate tightly with OpenStack in packaging
  - Add support for ceph in juju openstack charms
  - BTRFS ideal, XFS also working well, ext4 missing large xattr support
  - Upstream asserts that CEPH is under heavy development (cmdline programs 
remind user at every execution)
   - in the openstack use case, for kvm, there is no need for kernel code at all
    - if we want to support xen, it would require using the block device kernel 
code for rdb
  Support Targets:
  - RBD

-- 
Preparing CEPH for main inclusion
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-ceph

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


[Blueprint servercloud-p-libvirt] Libvirt plans for p

2012-02-14 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  NOTE: jdstrand reviewed the svirt for lxc implementation and the code
  is already there. The main question is policy. Once it is upstream and
  the apparmor containers work is done, we can examine the driver in more
  detail and develop appropriate policy.
  
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] MIR netcf: DONE
  [jdstrand] look at svirt for lxc: DONE
  [serge-hallyn] Add needed apparmor lines to support spice: DONE
  [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: DONE
  [serge-hallyn] Complete bash completion for virsh and send upstream: DONE
  [serge-hallyn] enable netcf: BLOCKED
  [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: TODO
- [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: TODO
+ [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: 
INPROGRESS
  
  Notes:
  suspend-on-shutdown was removed in debian.
  openvswitch patches are still being discussed for libvirt.

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

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


[Blueprint servercloud-p-cobbler-next-steps] Cobbler Next Steps

2012-02-14 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard changed:
  Work Items:
- [gandelman-a]  Hardware detection and inventory snippet: INPROGRESS
+ [gandelman-a]  Hardware detection and inventory snippet: POSTPONED
  [zulcss]  Add hardware inventory to cobbler API: POSTPONED
  [davewalker]  Investigate whats been added what is missing on web ui: DONE
  Add generic distro support: POSTPONED
  [davewalker]  Work with Canonical Design on Web UI css and arrangement for 
brand guidelines: POSTPONED
  Fix Profile Updates (upstream?): POSTPONED
  Investigate inventory gathering and reporting (SNMP?): POSTPONED
  [racb] ARM Preseed fiel review (BOOT!): TODO
  
  == Agenda ==
  
   * Bug Fixing
   * Security Issues
   * Send patches upstream
   * What else needs to be integrated.
     * power infrastructure (NUT)?
   * ARM
   * MIR
   * Profile Updates
   * Authentication
  
  Inventory needs:
   - CPU: Cores, virt capable?
   - Storage capacity
   - Memory
   - Power management
   - Disks
   - Network devices
   - Video (e.g. GPUs), USB, Peripherals (e.g. crypto hardware)
  
   == Postponed TODO's ==
  
  Add cloud-init support to cobbler: DONE
  Add EC2 API hook to cobbler: DEPRECATED
  Add support for uboot: DONE
  Add support for other arches: DONE
  Extend cobbler API to do snapshot reporting as well: DEFERRED (Inventory)
  Add support for uboot: DONE
  Add support for other arches: DONE
  
  == TODOs ==
  Add hardware inventory to cobbler API: TODO
  Investigate whats been added what is missing on web ui: TODO
  Add generic distro support: TODO
  Work with Canonical Design on Web UI css and arrangement for brand 
guidelines: TODO
  Fix Profile Updates (upstream?):  TODO
  Investigate inventory gathering and reporting (SNMP?): TODO
  ARM Preseed fiel review (BOOT!): TODO
  
  == Session Notes ==
  
   * More snapshots.
   * Fix the theme. Create a new theme instead of patching the default one. 
(package separately)

-- 
Cobbler Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cobbler-next-steps

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


[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2012-02-14 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard changed:
  Work Items:
  [davewalker] replace install ubuntu cloud on the CD boot menu with Cloud, 
Cluster or Automated Installation: TODO
- [gandelman-a] add SSL support to cobbler-enlist: TODO
- [gandelman-a]   add auto-generation of hostname when not provided by dhcp to 
cobbler-enlist: TODO
+ [andreserl] add SSL support to cobbler-enlist: TODO
+ [andreserl] add auto-generation of hostname when not provided by dhcp to 
cobbler-enlist: TODO
  [davewalker] document use case prototype without control of DHCP/DNS: DONE
  [davewalker] document use case install with external DHCP/DNS: DONE
  [davewalker] document  use case dedicated provisioning network: DONE
  [clint-fewbar]   add strong authorization to cobbler enlist process: POSTPONED
  [davewalker]   Investigate PXE enrichment for scenario where we cannot expect 
network changes: DONE
  
  Etherpad notes from session:
  
  The current install experience for Ubuntu Cloud Infrastructure is less than 
optimal:
  - lack of discoverability
  - many steps
  - lack of clean documentation
  We need to identify what, when and how to improve this, specifically  for 
Ubuntu Cloud Infrastructure and in general for products delivers via  orchestra 
+ juju

-- 
Revisit the install experience for products delivered via orchestra + juju
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-install-experience

-- 
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 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-14 Thread Jason Conti
Testing 1.4-0ubuntu7~jh  I haven't been able to reproduce the issue
using the test code above or commenting out 'console none' in ssh.conf,
so seems to be fixed here.

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

Title:
  Stopping ssh with a logged in user causes init to spin at 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/926468/+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 932415] [NEW] Cloud-config can not add PPAs with international text in their description

2012-02-14 Thread Jason Dusek
Public bug reported:

Try:

#cloud-config
locale: en_US.UTF-8
apt_sources:
- source: 'ppa:ferramroberto/java'

This fails silently. Inserting debugging, we find the shell out to add-
apt-repository fails with:

Traceback (most recent call last):
  File /usr/bin/add-apt-repository, line 82, in module
print  %s % (ppa_info[description] or )
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 
99: ordinal not in range(128)

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: i18n

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

Title:
  Cloud-config can not add PPAs with international text in their
  description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/932415/+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 932468] Re: python-novaclient hardcodes UUID_CACHE_DIR, this should respect some env variable

2012-02-14 Thread Dave Walker
** Also affects: python-novaclient (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-novaclient (Ubuntu)
   Status: New = Triaged

** Changed in: python-novaclient (Ubuntu)
   Importance: Undecided = High

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

Title:
  python-novaclient hardcodes UUID_CACHE_DIR, this should respect some
  env variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/932468/+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


[Blueprint servercloud-p-libvirt] Libvirt plans for p

2012-02-14 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  NOTE: jdstrand reviewed the svirt for lxc implementation and the code
  is already there. The main question is policy. Once it is upstream and
  the apparmor containers work is done, we can examine the driver in more
  detail and develop appropriate policy.
  
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] MIR netcf: DONE
  [jdstrand] look at svirt for lxc: DONE
  [serge-hallyn] Add needed apparmor lines to support spice: DONE
  [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: DONE
  [serge-hallyn] Complete bash completion for virsh and send upstream: DONE
  [serge-hallyn] enable netcf: BLOCKED
  [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: TODO
- [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: 
INPROGRESS
+ [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: DONE
  
  Notes:
  suspend-on-shutdown was removed in debian.
  openvswitch patches are still being discussed for libvirt.

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

-- 
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 923593] Re: After change language sometime shift key does not release

2012-02-14 Thread Badalian Vyacheslav
Today update was fix this bug! Thanks!

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

Title:
  After change language sometime shift key does not release

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

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


[Bug 911059] Re: Intel wireless randomly drops connection

2012-02-14 Thread cacula
Just tried the kernel from #34. Same as #33 - there were no wireless networks 
displayed or available. Sorry.
Found a similiar bug @ redhat: 
https://bugzilla.redhat.com/show_bug.cgi?id=785239 Maybe related. Tried 
proposed Workaround with latest kernel (2.0-15-generic #24-Ubuntu x64):

Please create a file called /etc/modprobe.d/iwlwifi.conf with a single line
like this:

options iwlwifi 11n_disable=1

Then reboot (or modprobe -r iwlwifi ; modprobe iwlwifi as root).  Does that
at least keep the interface alive and working?

Interface was working but bug was still there

** Bug watch added: Red Hat Bugzilla #785239
   https://bugzilla.redhat.com/show_bug.cgi?id=785239

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

Title:
  Intel wireless randomly drops connection

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

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


[Bug 714862] Re: Atheros AR3011 cannot be turned up/is not recognized.

2012-02-14 Thread Anthony Wong
** Summary changed:

- Atheros AR3002 cannot be turned up/is not recognized.
+ Atheros AR3011 cannot be turned up/is not recognized.

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

Title:
  Atheros AR3011 cannot be turned up/is not recognized.

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

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


[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-14 Thread Didier Roche
Johnathan, it seems there is a cast issue in kdelibs
(/usr/include/kpluginfactory.h), can you have a look from here so that
compiz can build on armel as well?

Thanks :)

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

** Changed in: kdelibs (Ubuntu)
 Assignee: (unassigned) = Jonathan Riddell (jr)

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

Title:
  post 0.9.7 snapshot: FTBFS on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931500/+subscriptions

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


[Bug 882828] Re: The program does not start

2012-02-14 Thread Launchpad Bug Tracker
This bug was fixed in the package auto-multiple-choice - 1.0.3-1ubuntu1

---
auto-multiple-choice (1.0.3-1ubuntu1) precise; urgency=low

  * Add 40-rsvg-convert.patch: Use rsvg-convert, the old rsvg script is gone
since librsvg 2.35.
  * Package now depends on librsvg2-common. (LP: #882828)

auto-multiple-choice (1.0.3-1) unstable; urgency=low

  * upgraded to the newer upstream version.
 -- Martin Pitt martin.p...@ubuntu.com   Tue, 14 Feb 2012 08:48:00 +0100

** Changed in: auto-multiple-choice (Ubuntu)
   Status: New = Fix Released

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

Title:
  The program does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/auto-multiple-choice/+bug/882828/+subscriptions

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


[Bug 931647] Re: linux: 2.6.32-39.86 -proposed tracker

2012-02-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress = 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/931647

Title:
  linux: 2.6.32-39.86 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/931647/+subscriptions

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


[Bug 875271] Re: tmux crashed with SIGSEGV in malloc_consolidate()

2012-02-14 Thread Kai Kasurinen
** Changed in: tmux (Ubuntu)
   Status: New = Invalid

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

Title:
  tmux crashed with SIGSEGV in malloc_consolidate()

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

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


[Bug 845920] Re: Unity works very sloooooow.

2012-02-14 Thread wavesailor
HI Omer,

I have the latest updates installed via update manager  but not via the
PPA's you mentioned.  Can you elaborate more on the PPA's you suggest we
should install from?

Thanks.


** Changed in: unity
   Status: Expired = Incomplete

** Changed in: unity (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Unity works very sloow.

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

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


[Bug 550834] Re: telepathy-sofiasip crashed with signal 5 in su_root_destroy()

2012-02-14 Thread Kai Kasurinen
** Changed in: telepathy-sofiasip (Ubuntu)
   Status: New = Invalid

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

Title:
  telepathy-sofiasip crashed with signal 5 in su_root_destroy()

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

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


[Bug 448415] Re: blueman-applet crashed with TypeError in set()

2012-02-14 Thread Kai Kasurinen
** Changed in: blueman (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  blueman-applet crashed with TypeError in set()

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

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


[Bug 425169] Re: blueman-sendto crashed with GError in __init__()

2012-02-14 Thread Kai Kasurinen
** Changed in: blueman (Ubuntu)
   Status: Fix Committed = Invalid

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

Title:
  blueman-sendto crashed with GError in __init__()

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

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


[Bug 931811] Re: Trash window too wide

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = Low

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

Title:
  Trash window too wide

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

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


[Bug 931336] Re: Remmina package doesn't provide .desktop file

2012-02-14 Thread David Clayton
Just upgraded Remmina on my two 12.04 Alpha test systems and while the
0.99.9.1 package fixed another bug, there is no menu entry in Gnome 3 or
Unity.

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

Title:
  Remmina package doesn't provide .desktop file

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

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


[Bug 923242] Re: Cannot restore rhythmbox from notification area in gnome-shell after closing window

2012-02-14 Thread Bug Watch Updater
** Changed in: rhythmbox
   Importance: Unknown = Medium

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

Title:
  Cannot restore rhythmbox from notification area in gnome-shell after
  closing window

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

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


[Bug 874739] Re: The location bars can't be used on the right side of a splitted view

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   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/874739

Title:
  The location bars can't be used on the right side of a splitted view

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

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


[Bug 871801] Re: window management, alt-tab - After using 'show desktop' to minimise all windows, opening any new window also incorrectly restores all the minimised windows

2012-02-14 Thread Sam Spilsbury
** Branch linked: lp:~smspillaz/compiz-core/compiz-core.core_871801

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

Title:
  window management, alt-tab - After using 'show desktop' to minimise
  all windows, opening any new window also incorrectly restores all the
  minimised windows

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

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


[Bug 864478] Re: Window shading is broken

2012-02-14 Thread Sam Spilsbury
** Description changed:

  Shading a window results in an invisible frame and rendering artefacts.
  Also, shading doesn't happen reliably (eg, pressing the keybinding will
  not shade some windows)
  
  Testcase
  
- edit /apps/compiz-1/gwd/titlebar_action to 'shade'
+ edit /apps/gwd/titlebar_action to 'shade'
  scroll up on a window titlebar
  
  The window should not disappear

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

Title:
  Window shading is broken

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

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


[Bug 555700] Re: Erlang reltool cannot start because of missing wx library

2012-02-14 Thread Clint Byrum
Hi Adam, thanks for taking the time to file this bug report back in
2010. This is intentional, as erlang-wx relies on wxwindows, which is in
universe, and it has been decided wxwindows will not be moved to main.

Closing as Invalid. If you have additional information please feel free
to re-open the bug, or file a new one explaining what the issue is.

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

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

Title:
  Erlang reltool cannot start because of missing wx library

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

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


[Bug 529802] Re: blueman-manager crashed with KeyError in load()

2012-02-14 Thread Kai Kasurinen
** Changed in: blueman (Ubuntu)
   Status: New = Invalid

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

Title:
  blueman-manager crashed with KeyError in load()

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

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


[Bug 452603] Re: blueman-applet crashed with TypeError in save()

2012-02-14 Thread Kai Kasurinen
** Visibility changed to: Private

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

Title:
  blueman-applet crashed with TypeError in save()

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

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


[Bug 931915] [NEW] more ip addresses on single card

2012-02-14 Thread svecpetr
Public bug reported:

when you need to listen your computer on more ip (static) addresses

you must do that

sudo apt-get purge network-manager network-manager-gnome
gksu gedit /etc/network/interfaces and change contento to:

auto lo 
iface lo inet loopback 

auto eth0 
iface eth0 inet static 
address 192.168.2.5 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

auto eth0:1 
iface eth0:1 inet static 
address 192.168.2.6 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

sudo /etc/init.d/networking restart
ifconfig

 (that's works on ubuntu 11.04 and previos versions)
but at ubuntu 11.10 and 12.04 it works with error

at every boot computer writtes Waiting 60 second to network settings

and after 2 minutes computer boots well (with both IP addresses)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager (not installed)
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Feb 14 09:07:39 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  more ip addresses on single card

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

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


[Bug 931915] Re: more ip addresses on single card

2012-02-14 Thread svecpetr
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/931915

Title:
  more ip addresses on single card

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

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


[Bug 931914] [NEW] linux-ec2: version to be filled -proposed tracker

2012-02-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the version to be filled upload package. This
bug will contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-stable-Prepare-package-start:Tuesday, 14. February 2012 08:17 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 14. February 2012 08:17 UTC

** Affects: kernel-sru-workflow
 Importance: Undecided
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Undecided
 Status: Invalid

** Affects: kernel-sru-workflow/prepare-package
 Importance: Undecided
 Assignee: Stefan Bader (stefan-bader-canonical)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Undecided
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Undecided
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Undecided
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Undecided
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Undecided
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Undecided
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/upload-to-ppa
 Importance: Undecided
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Undecided
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-ec2 (Ubuntu)
 Importance: Medium
 Status: In Progress

** Affects: linux-ec2 (Ubuntu Lucid)
 Importance: Undecided
 Status: New


** Tags: kernel-release-tracking-bug lucid

** Tags added: kernel-release-tracking-bug

** Changed in: linux-ec2 (Ubuntu)
   Status: New = In Progress

** Changed in: linux-ec2 (Ubuntu)
   Importance: Undecided = Medium

** Also affects: linux-ec2 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Tags added: lucid

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/upload-to-ppa
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New = In Progress

** Changed in: kernel-sru-workflow/certification-testing
   Status: New = Invalid

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = Stefan Bader (stefan-bader-canonical)

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-updates
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: (unassigned) = Canonical Platform QA Team 
(canonical-platform-qa)

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: (unassigned) = Canonical Security Team (canonical-security)

** Changed in: kernel-sru-workflow/upload-to-ppa
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
You received this bug notification because you are a 

[Bug 931914] Derivative package tracking bug

2012-02-14 Thread Brad Figg
This tracking bug was opened to be worked from linux-2.6.32-39.86 update
(bug 931647)

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

Title:
  linux-ec2: version to be filled -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/931914/+subscriptions

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


[Bug 931913] [NEW] linux-fsl-imx51: version to be filled -proposed tracker

2012-02-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the version to be filled upload package. This
bug will contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-stable-Prepare-package-start:Tuesday, 14. February 2012 08:16 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 14. February 2012 08:16 UTC

** Affects: kernel-sru-workflow
 Importance: Undecided
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Undecided
 Status: Invalid

** Affects: kernel-sru-workflow/prepare-package
 Importance: Undecided
 Assignee: ubuntu-armel-kernel (ubuntu-armel-kernel)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Undecided
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Undecided
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Undecided
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Undecided
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Undecided
 Assignee: Ubuntu Armel Testers (ubuntu-armel-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Undecided
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/upload-to-ppa
 Importance: Undecided
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Undecided
 Assignee: ubuntu-armel-kernel (ubuntu-armel-kernel)
 Status: New

** Affects: linux-fsl-imx51 (Ubuntu)
 Importance: Medium
 Status: In Progress

** Affects: linux-fsl-imx51 (Ubuntu Lucid)
 Importance: Undecided
 Status: New


** Tags: armel kernel-release-tracking-bug lucid

** Tags added: kernel-release-tracking-bug

** Tags added: armel

** Changed in: linux-fsl-imx51 (Ubuntu)
   Status: New = In Progress

** Changed in: linux-fsl-imx51 (Ubuntu)
   Importance: Undecided = Medium

** Also affects: linux-fsl-imx51 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Tags added: lucid

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/upload-to-ppa
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New = In Progress

** Changed in: kernel-sru-workflow/certification-testing
   Status: New = Invalid

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = ubuntu-armel-kernel (ubuntu-armel-kernel)

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-updates
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: (unassigned) = Ubuntu Armel Testers (ubuntu-armel-qa)

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: (unassigned) = Canonical Security Team (canonical-security)

** Changed in: kernel-sru-workflow/upload-to-ppa
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: (unassigned) = ubuntu-armel-kernel (ubuntu-armel-kernel)

-- 
You received this bug 

[Bug 931913] Derivative package tracking bug

2012-02-14 Thread Brad Figg
This tracking bug was opened to be worked from linux-2.6.32-39.86 update
(bug 931647)

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

Title:
  linux-fsl-imx51: version to be filled -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/931913/+subscriptions

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


[Bug 931911] Re: apport-gtk crashed with SIGABRT in raise()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 901675 ***
https://bugs.launchpad.net/bugs/901675

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 #901675, 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/931911/+attachment/2737694/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931911/+attachment/2737696/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931911/+attachment/2737697/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931911/+attachment/2737698/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931911/+attachment/2737699/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931911/+attachment/2737700/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931911/+attachment/2737701/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 901675
   apport-gtk assert failure: python: ../../src/xcb_io.c:273: poll_for_event: 
Assertion `!xcb_xlib_threads_sequence_lost' 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/931911

Title:
  apport-gtk crashed with SIGABRT in raise()

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

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


[Bug 931647] Packages are ready for -proposed

2012-02-14 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

Derivative packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-fsl-imx51 - bug 931913
linux-ec2 - bug 931914

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 2.6.32-39.86 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 13. February 2012 19:54 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Monday, 13. February 2012 19:54 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Tuesday, 14. February 2012 08:19 UTC
+ kernel-stable-Promote-to-proposed-start:Tuesday, 14. February 2012 08:19 UTC
+ kernel-stable-phase-changed:Tuesday, 14. February 2012 08:19 UTC

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

Title:
  linux: 2.6.32-39.86 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/931647/+subscriptions

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


[Bug 931036] Re: dhcpcd before 5.2.12 allows remote attackers to execute arbitrary commands via shell metacharacters in a hostname obtained from a DHCP message.

2012-02-14 Thread Zubin Mithra
My apologies, the patch I had attached were from another testing
directory I had and not the final one. Please find attached the correct
defdiff file.

As part of testing :-
= I tried building the deb file debuild
= installing it dpkg -i debfile 
=I tried running the it as sudo dhcpcd eth0 and the machine gets configured 
with an ip address.

I did not have a PoC in my possession, so I could not try it out.

Hope this helps, cheers!

** Patch added: dhcpcd_3.2.3-7ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/dhcpcd/+bug/931036/+attachment/2737711/+files/dhcpcd_3.2.3-7ubuntu1.debdiff

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

Title:
  dhcpcd before 5.2.12 allows remote attackers to execute arbitrary
  commands via shell metacharacters in a hostname obtained from a DHCP
  message.

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

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


[Bug 931912] [NEW] PCI/internal sound card not detected

2012-02-14 Thread Manuel Trujillo
Public bug reported:

Problem with 12.04 Precise Pangolin x86_64 platform. After update the
system to 14th February 2012, at 9 AM Europe/Spain hour, all is working
fine except the sound system. No alsa modules is loaded, no sound.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.24+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
Uname: Linux 3.2.0-15-generic x86_64
AlsaDevices:
 total 0
 crw-rw---T+ 1 root audio 116,  1 feb 14 08:53 seq
 crw-rw---T+ 1 root audio 116, 33 feb 14 08:53 timer
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices: aplay: device_list:242: no soundcards found...
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
ArecordDevices: arecord: device_list:242: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Tue Feb 14 09:02:52 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120201.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/20/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0N5KHN
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd11/20/2010:svnDellInc.:pnLatitudeE6510:pvr0001:rvnDellInc.:rn0N5KHN:rvrA03:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6510
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  PCI/internal sound card not detected

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

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


[Bug 930554] Re: RDP sessions to Windows machines crash after login

2012-02-14 Thread David Clayton
Yes, it is fixed in the new 0.9.99.1 release, now all we need is a menu
item (another bug report).

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

Title:
  RDP sessions to Windows machines crash after login

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

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


[Bug 931912] Re: PCI/internal sound card not detected

2012-02-14 Thread Manuel Trujillo
** Attachment added: Dmesg of the laptop with the sound problem.
   
https://bugs.launchpad.net/bugs/931912/+attachment/2737702/+files/dmesg_alsa_problem.log.gz

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

Title:
  PCI/internal sound card not detected

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

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


[Bug 931919] [NEW] package samba4 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-14 Thread Jasper Kums
Public bug reported:

While doing a release upgrade from 11.04 to 11.10

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba4 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-13.54-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Tue Feb 14 08:04:22 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
SourcePackage: samba4
Title: package samba4 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
UpgradeStatus: Upgraded to oneiric on 2012-02-14 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba4 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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

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


[Bug 931919] Re: package samba4 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-14 Thread Jasper Kums
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/931919

Title:
  package samba4 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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

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


[Bug 918307] Re: Declares that it requires the test dependencies, but doesn't depend on them, breaking other python code

2012-02-14 Thread Michael Vogt
I can confirm this as well.

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

Title:
  Declares that it requires the test dependencies, but doesn't depend on
  them, breaking other python code

To manage notifications about this bug go to:
https://bugs.launchpad.net/lazr.restfulclient/+bug/918307/+subscriptions

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


[Bug 837212] Re: Black screen after resuming from standby

2012-02-14 Thread Pablo Catalina
Same ISSUE with the latest driver of ati (11.11). When I resume from
suspend I only view the mouse pointer and 1 can switch to terminals and
restart gdm. More info:

* gnome classic
* Ubuntu 11.10 installed from CD - fresh install updated (not upgraded from 
11.04).

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

Title:
  Black screen after resuming from standby

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

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


[Bug 837212] Re: Black screen after resuming from standby

2012-02-14 Thread Pablo Catalina
Sorry: The versions oof ati driver:
amd-driver-installer-12-1-x86.x86_64.run - that create:

/usr/local/src/fglrx_8.930-0ubuntu1_amd64.deb 
/usr/local/src/fglrx-amdcccle_8.930-0ubuntu1_amd64.deb  
/usr/local/src/fglrx-dev_8.930-0ubuntu1_amd64.deb

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

Title:
  Black screen after resuming from standby

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

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


[Bug 807326] Re: package erlang-base 1:13.b.3-dfsg-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-02-14 Thread Clint Byrum
Hi John, thanks for taking the time to file this bug report.

Searching for services which depend on erlang and should be
started.../usr/bin/sort: 1: Syntax error: word unexpected (expecting
))

This is fairly odd, as there are other errors:

/usr/bin/dirname: 1: Syntax error: word unexpected (expecting ))
E: /usr/share/initramfs-tools/hooks/fixrtc failed with return 2.

I wonder if perhaps your filesystem has something odd going on. ls -l 
/usr/bin/dirname /usr/bin/sort should show something like this:
$ ls -l /usr/bin/dirname /usr/bin/sort
-rwxr-xr-x 1 root root  31152 Nov 20 09:42 /usr/bin/dirname
-rwxr-xr-x 1 root root 105728 Nov 20 09:42 /usr/bin/sort

So perhaps reinstall your 'coreutils' package.

Marking Incomplete.


** Changed in: erlang (Ubuntu)
   Status: New = Incomplete

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

Title:
  package erlang-base 1:13.b.3-dfsg-2ubuntu3 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/erlang/+bug/807326/+subscriptions

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


[Bug 931912] Re: PCI/internal sound card not detected

2012-02-14 Thread Manuel Trujillo
Solved adding this at the end of the line for

GRUB_CMDLINE_LINUX_DEFAULT

in the /etc/default/grub file:

pci=use_crs


Regards.

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

Title:
  PCI/internal sound card not detected

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

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


[Bug 226819] Re: Find does not find for me. Gives 0 results for all searches.

2012-02-14 Thread Bug Watch Updater
** Changed in: evince
   Status: Unknown = New

** Changed in: evince
   Importance: Unknown = Wishlist

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

Title:
  Find does not find for me. Gives 0 results for all searches.

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

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


[Bug 931923] Re: nm-applet crashed with SIGABRT in raise()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 908380 ***
https://bugs.launchpad.net/bugs/908380

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 #908380, 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/931923/+attachment/2737739/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737741/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737750/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737751/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737752/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737753/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737754/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 908380
   nm-applet crashed with SIGABRT in g_assertion_message()

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

Title:
  nm-applet crashed with SIGABRT in raise()

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

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


[Bug 931916] Re: unity-applications-daemon crashed with SIGSEGV in dee_model_get_position()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 917193 ***
https://bugs.launchpad.net/bugs/917193

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 #917193, 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/931916/+attachment/2737712/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931916/+attachment/2737714/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931916/+attachment/2737715/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931916/+attachment/2737716/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931916/+attachment/2737717/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931916/+attachment/2737718/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931916/+attachment/2737719/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 917193
   unity-applications-daemon crashed with SIGSEGV in node_get_pos()

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

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

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

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


[Bug 931914] Re: linux-ec2: version to be filled -proposed tracker

2012-02-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 14. February 2012 08:17 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Tuesday, 14. February 2012 08:17 UTC
+ kernel-stable-Certification-testing-end:Tuesday, 14. February 2012 08:33 UTC

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

Title:
  linux-ec2: version to be filled -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/931914/+subscriptions

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


[Bug 931913] Re: linux-fsl-imx51: version to be filled -proposed tracker

2012-02-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 14. February 2012 08:16 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Tuesday, 14. February 2012 08:16 UTC
+ kernel-stable-Certification-testing-end:Tuesday, 14. February 2012 08:33 UTC

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

Title:
  linux-fsl-imx51: version to be filled -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/931913/+subscriptions

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


[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-14 Thread Stefan Bader
Hm weird. I would have expected at least a rw open on the block device should 
fail, let alone a ro (since fsck probably wants to modify the fs). Though I'd 
need to check exactly what access mode mount -oro uses (maybe its some ro 
exclusive). Actually it is not really a read-only open on the block device 
(that much I know) because this still will cause changes to the superblock 
(mount time and so on) if that is possible and the block device itself is not 
read-only.
Beside that you could restrict the devices touched by looking at 
/sys/block/?/device/type which is 5 (cdrom) only for cd type devices.
The other option would be, if there is an event that mountall emits as the 
final one (done with automounting), that would be a safer time to start with 
the cloud-init, wouldn't it?

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

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

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


[Bug 822063] Re: Nautilus two pane view, unfocused pane can't be accessed by mouse click

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Invalid

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

Title:
  Nautilus two pane view, unfocused pane can't be accessed by mouse
  click

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

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



[Bug 931931] [NEW] libfreerdp-plugins-standard is uninstallable on Ubuntu images due to banned libavcodec

2012-02-14 Thread Martin Pitt
Public bug reported:

We recently replaced rdesktop and vinagre with FreeRDP and Remmina.
However, remmina-plugin-rdp Depends: libfreerdp-plugins-standard, and
freerdp-x11 recommends it. libfreerdp-plugins-standard depends on
libavcodec53 which is banned from installation images due to potential
patent infringements.

So we either need to drop the depends/recommends on libfreerdp-plugins-
standard, or find a way to make this not depend on libavcodec, by either
split things out further, or disabling some features, or using
gstreamer.

I'll revert the seed change for now, until this is resolved.

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

** Affects: freerdp (Ubuntu Precise)
 Importance: Undecided
 Status: New

** Also affects: freerdp (Ubuntu Precise)
   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/931931

Title:
  libfreerdp-plugins-standard is uninstallable on Ubuntu images due to
  banned libavcodec

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

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


[Bug 931930] Re: Notifications don’t fade out well in Unity 2d

2012-02-14 Thread Aleksandr Chepurnoy
** Attachment added: Small video with this bug
   https://bugs.launchpad.net/bugs/931930/+attachment/2737797/+files/out-3.ogv

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

Title:
  Notifications don’t fade out well in Unity 2d

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

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

[Bug 931930] Re: Notifications don’t fade out well in Unity 2d

2012-02-14 Thread Aleksandr Chepurnoy
Please check video in attachment

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

Title:
  Notifications don’t fade out well in Unity 2d

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

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

[Bug 931930] [NEW] Notifications don’t fade out well in Unity 2d

2012-02-14 Thread Aleksandr Chepurnoy
Public bug reported:

Default Ubuntu notifications don’t feda out well on Unity 2D
When you slowly mouse-over the notification following happens:
1. It slowly fades out
2. It blurs
3. It fades in again

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu3.2
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Feb 14 10:28:31 2012
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi oneiric running-unity

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

Title:
  Notifications don’t fade out well in Unity 2d

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

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

[Bug 931929] [NEW] root on RAID:0 fails to boot

2012-02-14 Thread quequotion
Public bug reported:

Once again booting from RAID is broken.

There were similar bugs in Jaunty, Karmic, and Lucid.
I don't recall encountering this error in Natty.
It was definetly not present in Oneiric.

Steps to reproduce:
1. Upgrade to Precise (fresh install not tested, but likely has the same 
problem)
2. Reboot
3. Observe failure to find root and drop to busybox

initramfs is not loading dmraid and therefore fails to boot.

To work around this, when given the busybox prompt enter:

dmraid -ay

and verify that your raid devices are initialized, thn enter:

exit

and booting should continue.

** Affects: initramfs-tools
 Importance: Undecided
 Status: New

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: busybox dmraid initramfs-tools precise raid

** Also affects: initramfs-tools
   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/931929

Title:
  root on RAID:0 fails to boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/931929/+subscriptions

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


[Bug 931927] [NEW] unity has stolen all my super shortcuts

2012-02-14 Thread Vincent Ladeuil
Public bug reported:

Since I upgraded afew minutes ago, all the shortcuts I defined in compiz
'commands' are lost as well as the ones I defined in 'wall', in short,
all of them.

Instead I get the 'Keyboard shorcuts' help screen, ironic, but not
helpful :-/

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.2.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
Uname: Linux 3.2.0-15-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  290.10  Wed Nov 16 17:39:29 
PST 2011
 GCC version:  gcc version 4.6.2 (Ubuntu/Linaro 4.6.2-12ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,place,shift,imgpng,commands,regex,grid,ring,vpswitch,compiztoolbox,session,unitymtgrabhandles,mousepoll,move,snap,resize,gnomecompat,wall,resizeinfo,animation,expo,ezoom,workarounds,fade,scale,unityshell]
CompositorRunning: compiz
Date: Tue Feb 14 09:25:08 2012
DistUpgraded: Log time: 2012-01-23 15:49:17.472988
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 nvidia-173, 173.14.30, 3.2.0-15-generic, x86_64: installed
 nvidia-current, 290.10, 3.2.0-15-generic, x86_64: installed
 vboxhost, 4.1.8, 3.2.0-15-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64+mac (20110427.1)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-15-generic 
root=UUID=9e03ea1c-298d-4b96-9870-4db1fe183774 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-02-13 (1 days ago)
XorgConf:
 Section Device
Identifier  Default Device
Option  NoLogoTrue
 EndSection
dmi.bios.date: 12/05/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1003
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P6T DELUXE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1003:bd12/05/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu5
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu3
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-1ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise regression 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/931927

Title:
  unity has stolen all my super shortcuts

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

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


[Bug 931927] Re: unity has stolen all my super shortcuts

2012-02-14 Thread Vincent Ladeuil
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/931927

Title:
  unity has stolen all my super shortcuts

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

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


[Bug 931927] Re: unity has stolen all my super shortcuts

2012-02-14 Thread Vincent Ladeuil
Moreover, even the short cuts documented in the said help screen don't
work either: ShiftSuper + W, Shift Cursor keys

Control Tab does nothing either

I can't navigate between my workspaces nor windows anymore...

Help !

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

Title:
  unity has stolen all my super shortcuts

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

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


[Bug 682788] Re: Global menu is not ergonomical on large screens

2012-02-14 Thread TomasHnyk
Jack: that is bug 783240 . I hope someone has a look at it.

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

Title:
  Global menu is not ergonomical on large screens

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

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


[Bug 673925] Re: [MIR] freerdp

2012-02-14 Thread Martin Pitt
FYI, I need to revert the seed change for putting this into the desktop
seed for now, due to bug 931931. Any ideas how to solve this are
appreciated.

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

Title:
  [MIR] freerdp

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

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


[Bug 893483] Re: emphaty connects to msn but does not show onlineoffline accounts

2012-02-14 Thread Nicolas Schirrer
I seem to be having the same issue, with empathy 3.3.5, for a week now : msn 
account connects properly but I don't see any connected contacts and I don't 
appear online. 
Please find attached the debug menu for empathy. 

** Attachment added: mission-control-14-02-12_09-43-31.log
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/893483/+attachment/2737816/+files/mission-control-14-02-12_09-43-31.log

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

Title:
  emphaty connects to msn but does not show onlineoffline accounts

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

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


[Bug 775570] Re: akregator dies frequently at 0 read messages

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

** Changed in: kdepim (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/775570

Title:
  akregator dies frequently at 0 read messages

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

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


[Bug 847001] Re: Adjusting display brightness is very slow on Dell E5410 with Natty.

2012-02-14 Thread Sparhawk
I have this too, with Ubuntu 11.10 on a Dell XPS 17 L702X. I'm running 
Bumblebee for the graphics driver.
What is *very* odd is that the brightness keys are very slow if I use the 
internal keyboard, but they work immediately if I use my external keyboard (a 
wired Apple aluminium keyboard).

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

Title:
  Adjusting display brightness is very slow on Dell E5410 with Natty.

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

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


[Bug 931932] Re: synaptic crashed with SIGSEGV

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 930657 ***
https://bugs.launchpad.net/bugs/930657

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 #930657, 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/931932/+attachment/2737805/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931932/+attachment/2737808/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931932/+attachment/2737811/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931932/+attachment/2737812/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931932/+attachment/2737813/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931932/+attachment/2737814/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931932/+attachment/2737815/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 930657
   synaptic crashed with SIGSEGV

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

Title:
  synaptic crashed with SIGSEGV

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

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


Re: [Bug 930112] Re: [MIR] oxygen-gtk3

2012-02-14 Thread Philip Muškovac
Am 13.02.2012 22:43, schrieb Michael Terry:
 Sure, seems fine.  Out of curiousity, is this working its way into
 Debian too?

 ** Changed in: oxygen-gtk3 (Ubuntu)
 Status: New =  Fix Committed


Yes, I've prepared it for debian and filed the ITP, it just needs a 
sponsor now.

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

Title:
  [MIR] oxygen-gtk3

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

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


[Bug 926923] Re: udev occasionally goes into infinite loop

2012-02-14 Thread Andy Whitcroft
So this is being triggered by a drive which takes removable media.  It
is hard to tell the exact event order due to the way they are processed
these days.  I would therefore first like to confirm that these events
arn't being reciprically triggered by udev responses.  Could you wrap up
the two *_id commands so they delay before probing.  So we can see if
this is a kernel udev bounce, or if the kernel is spewing events.  Also
can you get an strace of a probe so i can see exactly what it does to
your drive.

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

Title:
  udev occasionally goes into infinite loop

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

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


[Bug 924857] Re: I try to see the list of msn contacts, apparently connected but not shown.

2012-02-14 Thread Nicolas Schirrer
Probably a duplicate of bug #893483

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

Title:
  I try to see the list of msn contacts, apparently connected but not
  shown.

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

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


[Bug 924413] Re: When Universal Access text size is large, Unity Dash may space icons such that some of them are off the edge of the desktop

2012-02-14 Thread Silas S. Brown
** Attachment added: Screen shot of the problem
   
https://bugs.launchpad.net/unity/+bug/924413/+attachment/2737804/+files/screenshot.png

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

Title:
  When Universal Access text size is large, Unity Dash may space icons
  such that some of them are off the edge of the desktop

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

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


[Bug 924413] Re: When Universal Access text size is large, Unity Dash may space icons such that some of them are off the edge of the desktop

2012-02-14 Thread Silas S. Brown
The above screenshot was taken by doing sleep 30 ; xwd -screen and
then calling up the Dash.  As you can see Dash did not manage to fit
itself within the available screen space.  This was on an eeePC with
fonts set to large.

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

Title:
  When Universal Access text size is large, Unity Dash may space icons
  such that some of them are off the edge of the desktop

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

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


[Bug 931936] [NEW] Update to version 0.206

2012-02-14 Thread Maarten Bezemer
Public bug reported:

Debian provides version 0.206 of pbuilder, upgrading to this version
should fix bug #788768

** Affects: pbuilder (Ubuntu)
 Importance: Undecided
 Status: In Progress


** Tags: needs-packaging

** Changed in: pbuilder (Ubuntu)
   Status: New = 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/931936

Title:
  Update to version 0.206

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

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


[Bug 931936] Re: Update to version 0.206

2012-02-14 Thread Maarten Bezemer
I will attempt a package upgrade

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

Title:
  Update to version 0.206

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

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


[Bug 931935] [NEW] ubuntu alternate 20120214 failed to install: libfreerdp-plugins-standard : Depends: libavcodec53 (= 4:0.8-1~) but it is not installable

2012-02-14 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 931931 ***
https://bugs.launchpad.net/bugs/931931

Public bug reported:

Ubuntu Alternate 20120214 Failed to install
https://jenkins.qa.ubuntu.com/job/precise-alternate-amd64_default/346/

The following packages have unmet dependencies:
libfreerdp-plugins-standard : Depends: libavcodec53 (= 4:0.8-1~) but it is not 
installable or
libavcodec-extra-53 (= 4:0.8-1~) but 
it is not installable

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libfreerdp-plugins-standard 1.0.1-1
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
Uname: Linux 3.2.0-15-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Tue Feb 14 09:47:28 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: freerdp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing precise qa-daily-testing

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

Title:
  ubuntu alternate 20120214 failed to install: libfreerdp-plugins-
  standard : Depends: libavcodec53 (= 4:0.8-1~) but it is not
  installable

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