[Bug 876387] Re: fuser forking uncontrollably in cron job

2012-02-13 Thread Ondřej Surý
Could you please do:

apt-cache policy psmisc

Just to be sure you are running correct version?

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 931342] [NEW] XSLTProcessor::transformToXml(): runtime error

2012-02-13 Thread Rafal Skucha
Public bug reported:

After upgrading to php5-xsl 5.3.6-13ubuntu3.5 I'm getting 
PHP Warning:  XSLTProcessor::transformToXml(): runtime error 
and 
PHP Warning:  XSLTProcessor::transformToXml(): xsltDocumentElem: write rights 
for /var/www/x.php denied in /var/www/y.php on line 

Everything works fine after downgrading plus all file access permissions
are fine.

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


** Tags: php5-xsl

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

Title:
  XSLTProcessor::transformToXml(): runtime error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/931342/+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 931342] Re: USN-1358-1 missing NEWS entry about XSLT write operations disabled by default

2012-02-13 Thread Ondřej Surý
i.e. it's a feature (and there's nothing wrong), but it wasn't properly
announced in the USN.

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

Title:
  USN-1358-1 missing NEWS entry about XSLT write operations disabled by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/931342/+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 931342] Re: XSLTProcessor::transformToXml(): runtime error

2012-02-13 Thread Ondřej Surý
http://www.ubuntu.com/usn/usn-1358-1/

It was discovered that PHP did not properly enforce libxslt security
settings. This could allow a remote attacker to create arbitrary
files via a crafted XSLT stylesheet that uses the libxslt output
extension. (CVE-2012-0057)

I think Steve missed adding few notes to debian/NEWS (from Debian
security update):

  * The following new directives were added as part of security fixes:
- max_input_vars - specifies how many GET/POST/COOKIE input variables
  may be accepted.  Default value is set to 1000.
- xsl.security_prefs - define forbidden operations within XSLT
  stylesheets.  Write operations are now disabled by default.


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2012-0057

** Summary changed:

- XSLTProcessor::transformToXml(): runtime error
+ USN-1358-1 missing NEWS entry about XSLT write operations disabled by default

** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

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

Title:
  USN-1358-1 missing NEWS entry about XSLT write operations disabled by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/931342/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-13 Thread Martin Klerx
The PHP-version in Hardy Heron (8.04) also has the same behaviour.
(version 5.2.4-2ubuntu5.22) This broke some of the websites hosted on my
severs that relied on magic_quotes_gpc detection with
ini_get('magic_quotes_gpc') . This always returns 0 now, even when
magic_quotes_gpc switchec On in php.ini or .htaccess.

-- 
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 903901] Re: [Lucid] backport fix for ITS#6458

2012-02-13 Thread Peter Matulis
Verified on my side.  Thanks.

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

Title:
  [Lucid] backport fix for ITS#6458

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/903901/+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 909828] Re: Tomcat needs update to prevent hash function DoS attack

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.24-2ubuntu1.10

---
tomcat6 (6.0.24-2ubuntu1.10) lucid-security; urgency=low

  * SECURITY UPDATE: denial of service via hash collision and incorrect
handling of large numbers of parameters and parameter values
(LP: #909828)
- debian/patches/0019-CVE-2012-0022.patch: refactor parameter handling
  code in conf/web.xml,
  java/org/apache/catalina/connector/Connector.java,
  java/org/apache/catalina/connector/mbeans-descriptors.xml,
  java/org/apache/catalina/connector/Request.java,
  java/org/apache/catalina/filters/FailedRequestFilter.java,
  java/org/apache/catalina/Globals.java,
  java/org/apache/coyote/Request.java,
  java/org/apache/tomcat/util/buf/B2CConverter.java,
  java/org/apache/tomcat/util/buf/ByteChunk.java,
  java/org/apache/tomcat/util/buf/MessageBytes.java,
  java/org/apache/tomcat/util/buf/StringCache.java,
  java/org/apache/tomcat/util/http/LocalStrings.properties,
  java/org/apache/tomcat/util/http/Parameters.java,
  webapps/docs/config/ajp.xml,
  webapps/docs/config/http.xml.
- CVE-2011-4858
- CVE-2012-0022
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 25 Jan 2012 14:35:46 
-0500

** Changed in: tomcat6 (Ubuntu Lucid)
   Status: Confirmed = Fix Released

** Changed in: tomcat6 (Ubuntu Maverick)
   Status: Confirmed = Fix Released

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

Title:
  Tomcat needs update to prevent hash function DoS attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/909828/+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 909828] Re: Tomcat needs update to prevent hash function DoS attack

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.28-2ubuntu1.6

---
tomcat6 (6.0.28-2ubuntu1.6) maverick-security; urgency=low

  * SECURITY UPDATE: denial of service via hash collision and incorrect
handling of large numbers of parameters and parameter values
(LP: #909828)
- debian/patches/0019-CVE-2012-0022.patch: refactor parameter handling
  code in conf/web.xml,
  java/org/apache/catalina/connector/Connector.java,
  java/org/apache/catalina/connector/mbeans-descriptors.xml,
  java/org/apache/catalina/connector/Request.java,
  java/org/apache/catalina/filters/FailedRequestFilter.java,
  java/org/apache/catalina/Globals.java,
  java/org/apache/coyote/Request.java,
  java/org/apache/tomcat/util/buf/B2CConverter.java,
  java/org/apache/tomcat/util/buf/ByteChunk.java,
  java/org/apache/tomcat/util/buf/MessageBytes.java,
  java/org/apache/tomcat/util/buf/StringCache.java,
  java/org/apache/tomcat/util/http/LocalStrings.properties,
  java/org/apache/tomcat/util/http/Parameters.java,
  webapps/docs/config/ajp.xml,
  webapps/docs/config/http.xml.
- CVE-2011-4858
- CVE-2012-0022
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 25 Jan 2012 14:09:00 
-0500

** Changed in: tomcat6 (Ubuntu Natty)
   Status: Confirmed = Fix Released

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

Title:
  Tomcat needs update to prevent hash function DoS attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/909828/+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 909828] Re: Tomcat needs update to prevent hash function DoS attack

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.32-5ubuntu1.2

---
tomcat6 (6.0.32-5ubuntu1.2) oneiric-security; urgency=low

  * SECURITY UPDATE: cross-request information leakage
- debian/patches/0016-CVE-2011-3375.patch: ensure that the request and
  response objects are recycled after being re-populated in
  java/org/apache/catalina/connector/CoyoteAdapter.java,
  java/org/apache/coyote/ajp/AjpAprProcessor.java,
  java/org/apache/coyote/ajp/AjpProcessor.java,
  java/org/apache/coyote/http11/Http11AprProcessor.java,
  java/org/apache/coyote/http11/Http11NioProcessor.java,
  java/org/apache/coyote/http11/Http11Processor.java.
- CVE-2011-3375
  * SECURITY UPDATE: denial of service via hash collision and incorrect
handling of large numbers of parameters and parameter values
(LP: #909828)
- debian/patches/0017-CVE-2012-0022.patch: refactor parameter handling
  code in conf/web.xml,
  java/org/apache/catalina/connector/Connector.java,
  java/org/apache/catalina/connector/mbeans-descriptors.xml,
  java/org/apache/catalina/connector/Request.java,
  java/org/apache/catalina/filters/FilterBase.java,
  java/org/apache/catalina/filters/FailedRequestFilter.java,
  java/org/apache/catalina/Globals.java,
  java/org/apache/coyote/Request.java,
  java/org/apache/tomcat/util/buf/B2CConverter.java,
  java/org/apache/tomcat/util/buf/ByteChunk.java,
  java/org/apache/tomcat/util/buf/MessageBytes.java,
  java/org/apache/tomcat/util/buf/StringCache.java,
  java/org/apache/tomcat/util/http/LocalStrings.properties,
  java/org/apache/tomcat/util/http/Parameters.java,
  webapps/docs/config/ajp.xml,
  webapps/docs/config/filter.xml,
  webapps/docs/config/http.xml.
- CVE-2011-4858
- CVE-2012-0022
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 25 Jan 2012 09:00:23 
-0500

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

Title:
  Tomcat needs update to prevent hash function DoS attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/909828/+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 909828] Re: Tomcat needs update to prevent hash function DoS attack

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.28-10ubuntu2.3

---
tomcat6 (6.0.28-10ubuntu2.3) natty-security; urgency=low

  * SECURITY UPDATE: denial of service via hash collision and incorrect
handling of large numbers of parameters and parameter values
(LP: #909828)
- debian/patches/0019-CVE-2012-0022.patch: refactor parameter handling
  code in conf/web.xml,
  java/org/apache/catalina/connector/Connector.java,
  java/org/apache/catalina/connector/mbeans-descriptors.xml,
  java/org/apache/catalina/connector/Request.java,
  java/org/apache/catalina/filters/FailedRequestFilter.java,
  java/org/apache/catalina/Globals.java,
  java/org/apache/coyote/Request.java,
  java/org/apache/tomcat/util/buf/B2CConverter.java,
  java/org/apache/tomcat/util/buf/ByteChunk.java,
  java/org/apache/tomcat/util/buf/MessageBytes.java,
  java/org/apache/tomcat/util/buf/StringCache.java,
  java/org/apache/tomcat/util/http/LocalStrings.properties,
  java/org/apache/tomcat/util/http/Parameters.java,
  webapps/docs/config/ajp.xml,
  webapps/docs/config/http.xml.
- CVE-2011-4858
- CVE-2012-0022
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 25 Jan 2012 13:42:23 
-0500

** Changed in: tomcat6 (Ubuntu Oneiric)
   Status: Confirmed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3375

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

Title:
  Tomcat needs update to prevent hash function DoS attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/909828/+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-13 Thread James Hunt
** Also affects: upstart
   Importance: Undecided
   Status: New

** Changed in: upstart
 Assignee: (unassigned) = James Hunt (jamesodhunt)

** Changed in: upstart
   Importance: Undecided = High

** Changed in: upstart
   Status: New = Fix Committed

-- 
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 903901] Re: [Lucid] backport fix for ITS#6458

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.21-0ubuntu5.7

---
openldap (2.4.21-0ubuntu5.7) lucid-proposed; urgency=low

  * Fix replication when attr has no matching rule (LP: #903901):
- debian/patches/fix-syncrepl-when-attr-has-no-matching-rule.patch:
  backport fix from upstream
- debian/patches/fix-syncrepl-when-attr-has-no-matching-rule-test.patch:
  backport test from upstream
 -- Robie Basak robie.ba...@ubuntu.com   Wed, 14 Dec 2011 14:05:18 +

** Changed in: openldap (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  [Lucid] backport fix for ITS#6458

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/903901/+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 903901] Re: [Lucid] backport fix for ITS#6458

2012-02-13 Thread Martin Pitt
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [Lucid] backport fix for ITS#6458

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/903901/+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 931448] Re: package quota 3.17-6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-02-13 Thread carlos yu
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quota in Ubuntu.
https://bugs.launchpad.net/bugs/931448

Title:
  package quota 3.17-6 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/quota/+bug/931448/+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 931448] [NEW] package quota 3.17-6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-02-13 Thread carlos yu
Public bug reported:

sometime after installing zentyal;

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: quota 3.17-6
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic i686
NonfreeKernelModules: fglrx wl
Architecture: i386
Date: Sun Feb 12 18:52:13 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: quota
Title: package quota 3.17-6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 2

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


** Tags: apport-package i386 lucid

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

Title:
  package quota 3.17-6 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/quota/+bug/931448/+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 930444] Re: keystone-manage: error: argument command: invalid choice: 'db' from postinst

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

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

Title:
  keystone-manage: error: argument command: invalid choice: 'db' from
  postinst

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930444/+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-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~jamesodhunt/ubuntu/precise/upstart/fix-for-
bug-926468

-- 
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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-13 Thread Ondřej Surý
Well, it affects all versions which got that security report (i.e. all
supported).

As far as I understand this bug, the magic_quotes are actually set to
the correct value, it's just the ini_get() which reports wrong value.

-- 
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 922954] Re: keystone has a missing dep on python-prettytable

2012-02-13 Thread Chuck Short
This was fixed in the last upload.

** Changed in: keystone (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  keystone has a missing dep on python-prettytable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/922954/+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 925611] Re: Please merge 1.3.0-1 from debian unstable

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 1.4.0-1ubuntu1

---
openvswitch (1.4.0-1ubuntu1) precise; urgency=low

  * Merged from debian unstable (LP: #925611), remaining changes are:
* debian/control: Recommend openvswitch-datapath-dkms.
  (LP: #894754)
 -- Chuck Short zul...@ubuntu.com   Mon, 13 Feb 2012 09:41:54 -0500

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

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

Title:
  Please merge 1.3.0-1 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/925611/+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 931229] Re: lxc containers do not retain configured ip on container reboot

2012-02-13 Thread Serge Hallyn
Thanks for reporting this bug.  If you check ifconfig you'll notice the
hwaddr also changes.  You can specify an hwaddr in the config file with

lxc.network.hwaddr=16:73:40:b3:ef:f5

Should we simply auto-generate an hwaddr (if none is specified in the
optional user-provided config file)?

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

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Low

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

Title:
  lxc containers do not retain configured ip on container reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931229/+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 931220] Re: lxc.conf upstart job fails to spawn containers at boot time

2012-02-13 Thread Serge Hallyn
Interesting, I didn't get this in my original testing of the upstart
job.

Do you know which file is open?  (ls -l /proc/pid-of-lxc-start/fd
should show it)

The lxc.conf upstart job could, I suppose, explicitly close all fds
under 1024, but in my opinion this is simply a bug in upstart.  It
should not start jobs with open fds.  SELinux would prevent jobs from
starting too.

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

Title:
  lxc.conf upstart job fails to spawn containers at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931220/+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 931220] Re: lxc.conf upstart job fails to spawn containers at boot time

2012-02-13 Thread Serge Hallyn
Note that I still can't reproduce this here.

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

Title:
  lxc.conf upstart job fails to spawn containers at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931220/+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 931229] Re: lxc containers do not retain configured ip on container reboot

2012-02-13 Thread Ben Howard
Yes, I would think that we shoudl auto-generate the hwaddr. With out
one, it is kind of pointless. I'll submit a patch against LXC here.

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

Title:
  lxc containers do not retain configured ip on container reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931229/+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-13 Thread Serge Hallyn
Thanks, Jamie, I will try to reproduce with your recipe.

-- 
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 930430] Re: lxc-ls requires root access after deploying an LXC instance

2012-02-13 Thread Serge Hallyn
@Jamie,

to help me gauge priority - is this in any way blocking you?  If not I'll
mark it as low priority since sudo is a workaround  :)

-- 
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 930285] Re: lxc hpsa driver

2012-02-13 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: Incomplete = New

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 914392] Re: LXC local provider does not respect 'series' (only installs oneiric)

2012-02-13 Thread Kapil Thangavelu
** Changed in: juju
   Status: In Progress = Fix Released

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

Title:
  LXC local provider does not respect 'series' (only installs oneiric)

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/914392/+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 930255] Re: Keystone's precise dbconfig uses incorrect case for roles.

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

** Branch linked: lp:~ubuntu-server-dev/keystone/debian-merge

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

Title:
  Keystone's precise dbconfig uses incorrect case for roles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930255/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.14

---
php5 (5.3.2-1ubuntu4.14) lucid-security; urgency=low

  * debian/patches/php5-CVE-2012-0831-regression.patch: fix
magic_quotes_gpc ini setting regression introduced by patch for
CVE-2012-0831. Thanks to Ondřej Surý for the patch. (LP: #930115)
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 10 Feb 2012 15:07:08 -0800

** Changed in: php5 (Ubuntu Lucid)
   Status: In Progress = Fix Released

-- 
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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.4-2ubuntu5.23

---
php5 (5.2.4-2ubuntu5.23) hardy-security; urgency=low

  * debian/patches/php5-CVE-2012-0831-regression.patch: fix
magic_quotes_gpc ini setting regression introduced by patch for
CVE-2012-0831. Thanks to Ondřej Surý for the patch. (LP: #930115)
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 10 Feb 2012 15:34:36 -0800

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

-- 
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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-13 Thread Stefan Bader
Hm, when I look at /etc/init/cloud-init-local.conf and */cloud-init.conf
they seem to say start on mounted MOUNTPOINT=/. So I'd somehow expect
mountall to be finished with / at that point. Still the output of cloud-
init and mountall seem to intermix often. As if they are executed around
the same time...

-- 
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 930285] Re: lxc hpsa driver

2012-02-13 Thread Serge Hallyn
The hpsa error messages start showing up 10 seconds after boot, so I
don't think this is related to  lxc.

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

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

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/930285/+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 930525] Re: lxc-destroy should remove symlink from /etc/lxc/auto/ if it exists

2012-02-13 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: New = Confirmed

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Low

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

Title:
  lxc-destroy should remove symlink from /etc/lxc/auto/ if it exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930525/+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-13 Thread Jamie Strandboge
This is not blocking me.

-- 
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 930285] Re: lxc hpsa driver

2012-02-13 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/930285/+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 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-02-13 Thread Chris J Arges
** Changed in: mysql-5.1 (Ubuntu Lucid)
 Assignee: (unassigned) = Chris J Arges (christopherarges)

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

Title:
  MySQL daemon keeps dying and restarting when using ssl connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+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-13 Thread Serge Hallyn
** Changed in: juju (Ubuntu)
   Status: New = Confirmed

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

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

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

-- 
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 931220] Re: lxc.conf upstart job fails to spawn containers at boot time

2012-02-13 Thread Stéphane Graber
Assigning to Serge at his request ;)

The issue was tracked down to be an inherited fd likely from libldap
passed to libnss-ldap then passed to libnss and eventually to upstart.
This socket isn't marked as CLOEXEC so all processes inherit it.

I'll file a separate bug against upstart to have all the fds closed
before running the jobs, for now though we think it'd be good to have a
close-all-fds option in lxc, possibly making it the default for -d so we
can use it to workaround these issues.

** Changed in: upstart (Ubuntu)
   Status: New = Invalid

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Summary changed:

- lxc.conf upstart job fails to spawn containers at boot time
+ lxc-start should get a close-all-fds option to avoid weird issues

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

Title:
  lxc-start should get a close-all-fds option to avoid weird issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931220/+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 931220] Re: lxc-start should get a close-all-fds option to avoid weird issues

2012-02-13 Thread Stéphane Graber
The upstart bug is now being tracked in bug 931584

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

Title:
  lxc-start should get a close-all-fds option to avoid weird issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931220/+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-13 Thread Serge Hallyn
If I  first
   lxc-create -t ubuntu -n oneiric
   lxc-start -n oneiric
   (and then shut that down)

and then do juju bootstrap and deploy, it goes fine.  It seems like juju
is chmod'ing the lxc cgroup directories, but I don't see where (or why).

-- 
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 925122] Re: container's udevadm trigger --add affects the host

2012-02-13 Thread Serge Hallyn
My guess is that juju is setting umask somewhere?  The mode passed to
mkdir(2) is 'd with the task's umask.  The code in lxc definately
passes 0755 as the mode.  We could patch lxc to do an explicit chmod
after the fact, but that seems like the wrong thing to do.  The umask -
ideally - was set as it was for a reason.

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

Title:
  container's udevadm trigger --add affects the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925122/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-13 Thread Steve Beattie
Yes, as Ondřej said, all supported releases were affected and the issue
was that ini_get('magic_quotes_gpc') was returning the wrong value,
magic_quotes_gpc would still get set correctly. Also,
get_magic_quotes_gpc() returned the correct value, too.

Fixes for all releases have gone out as
http://www.ubuntu.com/usn/usn-1358-2/. Thanks for your patience.

-- 
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 925122] Re: container's udevadm trigger --add affects the host

2012-02-13 Thread Serge Hallyn
In my opinion, the fix here is for juju to set its umask to 0022 before
calling lxc-start

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

Title:
  container's udevadm trigger --add affects the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925122/+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 925122] Re: container's udevadm trigger --add affects the host

2012-02-13 Thread Serge Hallyn
(please feel free to re-mark confirmed for lxc if you disagree :)

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

Title:
  container's udevadm trigger --add affects the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925122/+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 612958] Re: Please convert winbind init script to upstart.

2012-02-13 Thread Betibeteka Beranduetxea
Yeah, I will be happy if something like this makes in precise.

On my systems winbind tries to connect before there is any connection
up. This is specially true if connection is via wlan, even if network
manager's sets connection as system-wide and available to all users.

On a 11.04 system, winbind puts a message in /var/log/syslog 4 seconds
before wlan0 is connected. Solved by adding sleep 10 at first lines of
/etc/init.d/winbind

And I think the long delay before you can log in is caused by gdm's
starting too fast, as this blog explains:
http://davidmburke.com/2010/09/16/linux-and-active-directory-round-2/

Both problems will be solved by making winbind an upstart job, and I
think it's a shame that  it still remains untouched.

It's true that ligthdm.conf has solved this problem at least in 12.04,
(I have not tested 11.10) but still we need some way to make sure there
is a network connection up and running before winbind's start.

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

Title:
  Please convert winbind init script to upstart.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/612958/+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 925122] Re: container's udevadm trigger --add affects the host

2012-02-13 Thread Serge Hallyn
wrapping lxc-start confirms umask is 0077 when lxc-start is called
through juju.

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

Title:
  container's udevadm trigger --add affects the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925122/+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-13 Thread Steve Beattie
Hakan, note that the php source package includes a quilt series of
patches to be applied in the debian/patches/ directory. This includes
the php-suhosin patch which adds the file that make is reporting
missing. You may wish to read the Quilt for Debian Maintainers page at
http://pkg-perl.alioth.debian.org/howto/quilt.html to understand how to
work with them.

** Changed in: php5 (Ubuntu)
   Status: New = Invalid

-- 
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 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-02-13 Thread Chris J Arges
** Description changed:

+ [Impact]
+ After running thousands of mysql queries on lucid, the mysql daemon 
terminates with status 1. This can impact anybody doing a large number of 
transactions on a system.
+ 
+ [Development Fix]
+ Backporting mysql from maverick (5.1.49) to lucid solves the issue. An effort 
was made to backport specific patches from maverick to lucid, but the issue was 
unable to be resolved.
+ 
+ [Stable Fix]
+ In order to fix this bug, a backport is requested from maverick to lucid.
+ 
+ [Test Case]
+ 1. Install Lucid + updates + LAMP stack
+ 2. Configure MySQL + SSL
+ 3. Create SSL certificates and configure the mysql client and server to use 
the certificates: 
http://dev.mysql.com/doc/refman/5.1/en/secure-create-certs.html
+ 
+ Add ssl options to /etc/mysql/my.cnf on the Server:
+ In the section [mysql] add:
+ ssl-ca=/etc/mysql/ca-cert.pem
+ ssl-cert=/etc/mysql/server-cert.pem
+ ssl-key=/etc/mysql/server-key.pem
+ 
+ On the client:
+ In the section [client] add:
+ ssl-ca=/etc/mysql/ca-cert.pem
+ ssl-cert=/etc/mysql/client-cert.pem
+ ssl-key=/etc/mysql/client-key.pem
+ 
+ 4. Test the SSL connection using mysql command line:
+ # mysql --ssl -p
+ 
+ show variables like “%ssl%” (value should be “YES” for “have_openssl”)
+ 
+ \s (output should include “SSL: Cipher in use is”)
+ 
+ 5. Force the mysql user account for the database driven website to use SSL:
+ update user set ssl_type=’X509’ where user=’USERNAME’; flush privileges;
+ 
+ 6. Bang the server using ab with a client script like the one below
+ 
+ ab
+ 
+ lborda@bordalnx:~/dev$ cat bb.php
+ ?php
+ error_reporting(E_ALL);
+ ini_set(display_errors, 1);
+ $obj = mysqli_init();
+ mysqli_options($obj, MYSQLI_OPT_CONNECT_TIMEOUT, 5);
+ mysqli_ssl_set( $obj,
+ '/etc/mysql/client-key.pem',
+ '/etc/mysql/client-cert.pem',
+ '/etc/mysql/ca-cert.pem',
+ NULL,
+ NULL);
+ 
+ $link = mysqli_real_connect($obj, '10.153.107.215', 'root', 'ubuntu', 
'drupal1');
+ if (!$link)
+ {
+ die('br /br /Connect Error (' . mysqli_connect_errno() . ') 
'.mysqli_connect_error());
+ }
+ 
+ echo 'Success... ' . mysqli_get_host_info($obj) . \n;
+ 
+ $obj-close();
+ ?
+ 
+ [Regression Potential]
+ There is potential since this is a backport.
+ 
+ --
+ 
  On a server dedicated as a MySQL database server, MySQL keeps randomly 
terminating with status 1 (from /var/log/daemon.log) and then immediately 
starting again.
  MySQL-Server version 5.1.49 seems to include the fix as per this bug entry: 
http://bugs.mysql.com/bug.php?id=34236
  
  Here are some timestamps from daemon.log from when Mysql terminated:
  Jul 4 12:53:28 lightning init: mysql main process (9796) terminated with 
status 1
  Jul 4 22:28:31 lightning init: mysql main process (8123) terminated with 
status 1
  Jul 5 04:03:13 lightning init: mysql main process (20731) terminated with 
status 1
  
  MySQL Error logs describe the following stack trace. probably due to the use 
of yaSSL when configuring mysql to use ssl.
  http://bugs.mysql.com/bug.php?id=34236
  
  *** PS: The server uses SSL connections through MySQL ***
  
  110721 11:17:02 - mysqld got signal 11 ;
  
  key_buffer_size=524288000
  read_buffer_size=131072
  max_used_connections=13
  max_threads=151
  threads_connected=2
  It is possible that mysqld could use up to
  key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 842111 K
  bytes of memory
  Hope that's ok; if not, decrease some variables in the equation.
  
  thd: 0x7f1d3406c780
  Attempting backtrace. You can use the following information to find out
  where mysqld died. If you see no messages after this, something went
  terribly wrong...
  stack_bottom = 0x7f1d3be68e58 thread_stack 0x3
  /usr/sbin/mysqld(my_print_stacktrace+0x29) [0x7f1d64bb51a9]
  /usr/sbin/mysqld(handle_segfault+0x404) [0x7f1d648c2884]
  /lib/libpthread.so.0(+0xf8f0) [0x7f1d641338f0]
  /usr/sbin/mysqld(yaSSL::SSL_SESSION::GetBornOn() const+0) [0x7f1d64bf1170]
  /usr/sbin/mysqld(yaSSL::Sessions::Flush()+0x35) [0x7f1d64bf28e5]
  /usr/sbin/mysqld(yaSSL::sendFinished(yaSSL::SSL, yaSSL::ConnectionEnd, 
yaSSL::BufferOutput)+0x5f0) [0x7f1d64bff1d0]
  /usr/sbin/mysqld(yaSSL_accept+0x114) [0x7f1d64be5194]
  /usr/sbin/mysqld(+0x636f60) [0x7f1d64b99f60]
  /usr/sbin/mysqld(+0x369ad6) [0x7f1d648ccad6]
  /usr/sbin/mysqld(handle_one_connection+0x135) [0x7f1d648cd545]
  /lib/libpthread.so.0(+0x69ca) [0x7f1d6412a9ca]
  /lib/libc.so.6(clone+0x6d) [0x7f1d62c6070d]
  Trying to get some variables.
  Some pointers may be invalid and cause the dump to abort...
  thd-query at (nil) is an invalid pointer
  thd-thread_id=42360
  thd-killed=NOT_KILLED
  The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  information that should help you find out what is causing the crash.
  110721 11:17:02 [Note] Plugin 'FEDERATED' is disabled.
  InnoDB: The log sequence number in ibdata files does not match
  InnoDB: 

[Bug 927519] Re: makedev fails to upgrade in lxc container with error 'Device or resource busy'

2012-02-13 Thread Stéphane Graber
** Changed in: makedev (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/927519

Title:
  makedev fails to upgrade in lxc container with error 'Device or
  resource busy'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/927519/+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 931660] Re: package rabbitmq-server 2.6.1-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

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

Title:
  package rabbitmq-server 2.6.1-1ubuntu4 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/rabbitmq-server/+bug/931660/+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 931660] [NEW] package rabbitmq-server 2.6.1-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-13 Thread Shanekpiper
Public bug reported:

Every time I run an update the rabbitmq fails

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: rabbitmq-server 2.6.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
Uname: Linux 3.2.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Fri Feb 10 18:13:55 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: rabbitmq-server
Title: package rabbitmq-server 2.6.1-1ubuntu4 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to precise on 2012-02-13 (0 days ago)

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package rabbitmq-server 2.6.1-1ubuntu4 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/rabbitmq-server/+bug/931660/+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 880968] Re: ureadahead should not run in containers

2012-02-13 Thread Stéphane Graber
Fix commited to the packaging branch, however this requires the new
upstart which hasn't finished building on armel, armhf and powerpc, so I
won't be uploading it just yet.

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

** Changed in: ureadahead (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: ureadahead (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

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

Title:
  ureadahead should not run in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/880968/+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 925122] Re: container's udevadm trigger --add affects the host

2012-02-13 Thread Stéphane Graber
I applied the change to our packaging branch for udev but didn't upload
yet as the new upstart failed to build on armel, armhf and powerpc.

Uploading the change with the current upstart would most likely break if
not slow down the boot.

** Changed in: udev (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: udev (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

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

Title:
  container's udevadm trigger --add affects the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925122/+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 880968] Re: ureadahead should not run in containers

2012-02-13 Thread Stéphane Graber
Actually just reverted as it'd break ureadahead entirely as ureadahead
starts so early that it's run before container-detect.

** Changed in: ureadahead (Ubuntu)
   Status: Fix Committed = Won't Fix

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

Title:
  ureadahead should not run in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/880968/+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 880968] Re: ureadahead should not run in containers

2012-02-13 Thread Stéphane Graber
As discussed with Serge on IRC, actually going with won't fix.
As far as I can tell, ureadahead is actually doing what it should and this bug 
was a problem when lxc was waiting for all processes to go away on shutdown. 
With the new kernel, this is no longer the case, so this change shouldn't be 
needed anymore.

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

Title:
  ureadahead should not run in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/880968/+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 931220] Re: lxc-start should get a close-all-fds option to avoid weird issues

2012-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu25

---
lxc (0.7.5-3ubuntu25) precise; urgency=low

  * 0042-close-fds.patch: add a new --close-all-fds option.  Normally if
lxc-start is started with an open fd, it exits with failiure.  With
this option specified, the fds will be closed and startup will continue.
--daemon now implies --close-all-fds.  (LP: #931220)
 -- Serge Hallyn serge.hal...@ubuntu.com   Mon, 13 Feb 2012 14:03:25 -0600

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

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

Title:
  lxc-start should get a close-all-fds option to avoid weird issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/931220/+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 242313] Re: TLS_CACERTDIR not supported in gnutls

2012-02-13 Thread Nathan Stratton Treadway
As mentioned earlier in this bug report, the TLS_CACERTDIR configuration 
directive stopped working when the openldap packages were linked to the GNUTLS 
library.  (At least in the Lucid version, the ldap.conf man page specifcially 
mentions this issue:
   TLS_CACERTDIR path
  Specifies  the path of a directory that contains Certifi‐
  cate Authority certificates in separate individual files.
  The TLS_CACERT is always used before TLS_CACERTDIR.  This
  parameter is ignored with GNUtls.
)

However, it's worth mentioning that when the Debian/Ubuntu ca-
certificates package (or more specificially, the update-ca-certficates
script) uses the user's enabled certificate configuration choices to
populate the /etc/ssl/certs directory, it also creates a single file,
/etc/ssl/certs/ca-certificates.crt, containing all of the trusted
certificates that it has processed.

So, if one is trying to just use the standard system-wide list of trusted 
certificates, changing the old config line from
  TLS_CACERTDIR /etc/ssl/certs
into 
  TLS_CACERT /etc/ssl/certs/ca-certificates.crt
should work as desired (with GNUTLS).

(It should be possible to do the same thing in /etc/ldap.conf for the
libpam-ldap/libpam-nss packages -- or in /etc/nslcd.conf for the nscld
package -- though it seems like you have to spell it TLS_CACERTFILE
instead of TLS_CACERT there.)


Nathan

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

Title:
  TLS_CACERTDIR not supported in gnutls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/242313/+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 876387] Re: fuser forking uncontrollably in cron job

2012-02-13 Thread Paul Beaudoin
Thank you, graham-poulter. This solved our issue. Note to other users
affected: If `ps ax | grep fuser | wc` still shows lots of zombie fuser
procs: after modifying the cron.d entry, you may need to kill the
runaway find processes. In our case we had three overlapping finds
running, which caused the number of fuser procs to rise and fall between
5000 and 16,000 long after fully disabling the cron.d entry.

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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-ceph] Preparing CEPH for main inclusion

2012-02-13 Thread Clint Byrum
Blueprint changed by Clint Byrum:

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: TODO
+ MIR ceph: INPROGRESS
  [serge-hallyn] enable rbd and rados in qemu-kvm builds: TODO
  [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


[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-02-13 Thread Chris J Arges
** Changed in: mysql-5.1 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  MySQL daemon keeps dying and restarting when using ssl connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-13 Thread Scott Moser
I think there are 2 things that could be causing this from cloud-init:
 a.) cloudinit/CloudConfig/cc_resize.py [1]
   This uses blkid, but almost certainly only passes blkid a device node that 
represents '/'.  It basically does a stat on /, gets major and minor, creates a 
device node that has the same major, minor and calls blkid on that like:
blkid -c /dev/null -sTYPE -ovalue /tmp/THATDEV
   It does this to find the filesystem type of /.

 b.) cloudinit/DataSourceOVF.py [2]
   This would run early in the boot, and possibly race with fsck.  It is trying 
to determine if each device in /dev matching '^(sr[0-9]+|hd[a-z]|xvd.*)' is a 
cdrom.  Notable in that list is 'xvd.*'.  If that a device matching that is not 
mounted, then we do a read(512) in an attempt to determine if there is media in 
the CD-ROM drive, and if *that* succeeds, it will try to mount read-only and 
look for some files, then unmount.

It seems to me that 'b' is a potential source of the issue, as either
the 'read()' or the mount, check, umount could cause the resource busy
option.

2 things that could address that:
 a.) restrict devices being checked to 'xvd[a-z]' (eliminating the possible 
mount of /dev/xvda[0-9] entirely.  This could still cause issue on other 
devices like /dev/xvdb.
 b.) mount with 'ro,noload' (per 'man mount')

I'm *guessing* that fsck is trying to open the device in read-only and
the mount in 'b' is not truely read-only.

Any thoughts on how I can essentially poll these devices looking for ovf data 
and avoid this race?
Woudl a badly timed 'read()' interfere with fsck ? (ie, if it was an open RO, 
not RW?)

One thing that would filter out this device would be to filter out non-
CD ROM devices, but I actually like the fact that the device does not
have to be a CDROM.


--
[1] 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/cloud-init/precise/view/head:/cloudinit/CloudConfig/cc_resizefs.py
[2] 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/cloud-init/precise/view/head:/cloudinit/DataSourceOVF.py

-- 
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 931859] [NEW] chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-13 Thread Paul Belanger
Public bug reported:

If you install nagios3-common, then configure the package as you see fit
(removing /etc/nagios3/resource.conf) then try to install nagios3-cgi,
the package will fail to install properly.

Adding password for user nagiosadmin
chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory
dpkg: error processing nagios3-cgi (--configure):
 subprocess installed post-installation script returned error exit status 1
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: nagios3 (Ubuntu)
 Importance: Undecided
 Assignee: Paul Belanger (pabelanger)
 Status: Confirmed

** Changed in: nagios3 (Ubuntu)
 Assignee: (unassigned) = Paul Belanger (pabelanger)

** Changed in: nagios3 (Ubuntu)
   Status: New = Confirmed

-- 
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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-13 Thread Scott Moser
Note, assuming our theory on the circumstances of the race is correct
above (that it is 'read' or mount of that device), I was unable to
reproduce with a loop device, which I thought would have caused a
similar issue:

1. truncate --size 100m /tmp/my.img
2. mkfs -F -t ext3 /tmp/my.img
3. LODEV=$(sudo losetup --show --find /tmp/my.img)
4. sudo python -c 'import time, sys; print sys.argv[1]; fp=open(sys.argv[1]); 
time.sleep(30); fp.close();' /dev/loop1  
   # inside the 30 seconds that that will have an open RO file handle, do step 5
5. sudo fsck.ext3 -f /dev/loop1  # '-f' forces fsck even if not marked dirty
   or
sudo fsck.ext3  /dev/loop1

Other things I've found:
 * using 'open(sys.argv[1],rw)' does not change anything, fsck will still 
continue.
 * changing step 4 to 'mount -o ro /dev/loop1 /mnt' *will* cause fsck.ext3 to 
complain that the filesystem is mounted and print a similar error message.

So, I'm suspecting that it is indeed the OVF code's mount -o,ro that is
causing this problem.

I'm not sure how to resolve it, other than limiting the mounts checked
to FS of iso9660 only.

-- 
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 628577] Re: connection fails: ssh_exchange_identification

2012-02-13 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  connection fails: ssh_exchange_identification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/628577/+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 497732] Re: Tar exited with error 512 () status

2012-02-13 Thread Wayne Law
Just installed 10.04 LTS on a new box and had the exact same problem.
The following seems to fix this error.

In the localhost.pl file located in /etc/backuppc change the
tarClientCmd from

$Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C $shareName'
. ' --totals';

to

$Conf{TarClientCmd} = '/usr/bin/sudo $tarPath -c -v -f - -C $shareName
--totals';

in the sudoers file located in /etc add the following

backuppc ALL = NOPASSWD: /bin/tar

I am assuming you are still using the default user backuppc and this
will allow backuppc to run sudo in the /bin/tar directory without a
password.

Seemed to work ok for me.

/Wayne

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

Title:
  Tar exited with error 512 () status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/497732/+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 930663] Re: compiz crashed with SIGSEGV in intel_miptree_release()

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

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 #926379, 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/930663/+attachment/2731638/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/930663/+attachment/2731640/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/930663/+attachment/2731641/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/930663/+attachment/2731642/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/930663/+attachment/2731643/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/930663/+attachment/2731644/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/930663/+attachment/2731645/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in intel_miptree_release()

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

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


[Bug 930661] Re: update-manager crashed with SIGABRT in raise()

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

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 #930839, 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/930661/+attachment/2731614/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/930661/+attachment/2731616/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/930661/+attachment/2731618/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/930661/+attachment/2731619/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/930661/+attachment/2731620/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/930661/+attachment/2731621/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/930661/+attachment/2731622/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  update-manager crashed with SIGABRT in raise()

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

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


[Bug 930192] Re: [regression] Animations of large or full-screen windows skip frames (not smooth)

2012-02-13 Thread Sam Spilsbury
- if (timeDiff  100)
+ if (timeDiff  priv-optimalRedrawTime  !priv-reschedule)
  timeDiff = priv-optimalRedrawTime;

Did you ensure that the setting of priv-reschedule happens after this
if branch ?

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

Title:
  [regression] Animations of large or full-screen windows skip frames
  (not smooth)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-animation-plugin/+bug/930192/+subscriptions

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


[Bug 931194] Re: unity-window-decorator crashed with SIGABRT in raise()

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

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 #927419, 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/931194/+attachment/2734558/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931194/+attachment/2734561/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931194/+attachment/2734571/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931194/+attachment/2734573/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931194/+attachment/2734574/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931194/+attachment/2734575/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931194/+attachment/2734576/+files/ThreadStacktrace.txt

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

** Tags removed: need-amd64-retrace

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

Title:
  unity-window-decorator crashed with SIGABRT in raise()

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

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


[Bug 931176] Re: gnome-terminal crashed with SIGABRT in g_assertion_message()

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

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 #862384, 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/931176/+attachment/2734436/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931176/+attachment/2734438/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931176/+attachment/2734439/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931176/+attachment/2734440/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931176/+attachment/2734441/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931176/+attachment/2734442/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931176/+attachment/2734443/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-terminal crashed with SIGABRT in g_assertion_message()

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

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


[Bug 930163] Re: update-manager crashed with SIGABRT in raise()

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

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 #930839, 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/930163/+attachment/2729550/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/930163/+attachment/2729553/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/930163/+attachment/2729556/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/930163/+attachment/2729557/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/930163/+attachment/2729558/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/930163/+attachment/2729559/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/930163/+attachment/2729560/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  update-manager crashed with SIGABRT in raise()

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

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


[Bug 927767] Re: [Conexant CX20561 (Hermosa)] ALSA test tone not correctly played back (after most recent Maverick update)

2012-02-13 Thread Rick Spencer
** Changed in: alsa-driver (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  [Conexant CX20561 (Hermosa)] ALSA test tone not correctly played back
  (after most recent Maverick update)

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

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


[Bug 876387] Re: fuser forking uncontrollably in cron job

2012-02-13 Thread Ondřej Surý
Could you please do:

apt-cache policy psmisc

Just to be sure you are running correct version?

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

Title:
  fuser forking uncontrollably in cron job

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

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


[Bug 931287] [NEW] Sync fonts-vlgothic 20120130-1 (main) from Debian testing (main)

2012-02-13 Thread Nobuto MURATA
Public bug reported:

Please sync fonts-vlgothic 20120130-1 (main) from Debian testing (main)

Changelog entries since current precise version 2022-1:

fonts-vlgothic (20120130-1) unstable; urgency=low

  * New upstream release

 -- Hideki Yamane henr...@debian.org  Mon, 30 Jan 2012 21:37:53 +0900

fonts-vlgothic (20120129-1) unstable; urgency=low

  * New upstream release
  * debian/control
- ttf-vlgothic: set Priority: extra

 -- Hideki Yamane henr...@debian.org  Sun, 29 Jan 2012 22:28:59 +0900

** Affects: fonts-vlgothic (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync fonts-vlgothic 20120130-1 (main) from Debian testing (main)

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

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


[Bug 931287] Re: Sync fonts-vlgothic 20120130-1 (main) from Debian testing (main)

2012-02-13 Thread Nobuto MURATA
Build log on amd64.

** Attachment added: last_operation.log
   
https://bugs.launchpad.net/ubuntu/+source/fonts-vlgothic/+bug/931287/+attachment/2735105/+files/last_operation.log

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

Title:
  Sync fonts-vlgothic 20120130-1 (main) from Debian testing (main)

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

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


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

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

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/931285/+attachment/2735063/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931285/+attachment/2735065/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931285/+attachment/2735070/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931285/+attachment/2735072/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931285/+attachment/2735073/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931285/+attachment/2735074/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931285/+attachment/2735075/+files/ThreadStacktrace.txt

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

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

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 931203] Re: telepathy-idle crashed with SIGSEGV in g_io_stream_get_output_stream()

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

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 #918744, 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/931203/+attachment/2734655/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931203/+attachment/2734657/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931203/+attachment/2734658/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931203/+attachment/2734659/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931203/+attachment/2734660/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931203/+attachment/2734661/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931203/+attachment/2734662/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  telepathy-idle crashed with SIGSEGV in g_io_stream_get_output_stream()

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

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


[Bug 931198] Re: update-manager crashed with SIGABRT in raise()

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

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 #930839, 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/931198/+attachment/2734618/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931198/+attachment/2734620/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931198/+attachment/2734621/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931198/+attachment/2734622/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931198/+attachment/2734623/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931198/+attachment/2734624/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931198/+attachment/2734625/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  update-manager crashed with SIGABRT in raise()

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

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


[Bug 931196] Re: chromium-browser crashed with SIGSEGV in getaddrinfo()

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

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 #931082, 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/931196/+attachment/2734601/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931196/+attachment/2734604/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931196/+attachment/2734607/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931196/+attachment/2734608/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931196/+attachment/2734609/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931196/+attachment/2734612/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931196/+attachment/2734613/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  chromium-browser crashed with SIGSEGV in getaddrinfo()

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

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


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

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

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 #930675, 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/931195/+attachment/2734591/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931195/+attachment/2734593/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931195/+attachment/2734594/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931195/+attachment/2734595/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931195/+attachment/2734596/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931195/+attachment/2734597/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931195/+attachment/2734598/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 930675
   nautilus crashed with SIGABRT in __assert_fail_base()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGABRT in raise()

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

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


[Bug 927618] Re: Unity crashes after having had an external monitor

2012-02-13 Thread Rick Spencer
** Changed in: unity (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/927618

Title:
  Unity crashes after having had an external monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/927618/+subscriptions

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


[Bug 927603] Re: Screen doesn't completely refresh

2012-02-13 Thread Rick Spencer
** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  Screen doesn't completely refresh

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

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


[Bug 927577] Re: libreoffice tells me I've changed things in /etc I never touched

2012-02-13 Thread Rick Spencer
** Changed in: libreoffice (Ubuntu)
 Assignee: (unassigned) = Canonical Foundations Team 
(canonical-foundations)

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

Title:
  libreoffice tells me I've changed things in /etc I never touched

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

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


[Bug 927155] Re: Viewsonic VA2012w not correctly detected

2012-02-13 Thread Rick Spencer
** Changed in: xserver-xorg-video-intel (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  Viewsonic VA2012w not correctly detected

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

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


[Bug 920451] Re: Implement unity-tool for command line instrumentation and testing

2012-02-13 Thread Michal Hruby
** Changed in: libunity
   Status: Triaged = Fix Committed

** Changed in: unity
   Status: Triaged = Fix Committed

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

Title:
  Implement unity-tool for command line instrumentation and testing

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

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


[Bug 843361] Re: simple-scan crashed with SIGSEGV in g_closure_invoke()

2012-02-13 Thread vmc
Your right. Simple Scan works. It failed using Ubuntu Precise alpha 2.
Finding this bug report I was under the impression it was Simple Scan
issue. Interesting is xsane work using Ubuntu Precise.

Simple works without failure under Fedora 16.

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

Title:
  simple-scan crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 624310] Re: Large requests increase memory usage considerably

2012-02-13 Thread Rick Spencer
** Changed in: zeitgeist (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Large requests increase memory usage considerably

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

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


[Bug 931228] Re: gdb crashed with SIGABRT in internal_verror() while analyzing foreign core file in batch mode

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

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 #841693, 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/931228/+attachment/2734751/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931228/+attachment/2734753/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931228/+attachment/2734754/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931228/+attachment/2734755/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931228/+attachment/2734756/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931228/+attachment/2734757/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931228/+attachment/2734758/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 841693
   gdb crashed with SIGABRT in __kernel_vsyscall()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gdb crashed with SIGABRT in internal_verror() while analyzing foreign
  core file in batch mode

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

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


[Bug 930192] Re: [regression] Animations of large or full-screen windows skip frames (not smooth)

2012-02-13 Thread Daniel van Vugt
Oh, I see. No, but I will test that change (another day). Also, that
code is far too important to hack at this late stage. All such changes
require very careful consideration, and it's not fully fresh in my mind
still. I would hope to test it tomorrow or so.

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

Title:
  [regression] Animations of large or full-screen windows skip frames
  (not smooth)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-animation-plugin/+bug/930192/+subscriptions

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


[Bug 926022] Re: gnome-do has visible drag handles

2012-02-13 Thread Rick Spencer
** Changed in: gnome-do (Ubuntu)
   Importance: Undecided = Low

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

Title:
  gnome-do has visible drag handles

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

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


[Bug 924045] Re: Hydrogen does not appear in window list when running

2012-02-13 Thread Rick Spencer
Rodney, thanks. I'm setting it to Incomplete to reflect that you are
gathering more info. Thanks again.

** Changed in: unity (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/924045

Title:
  Hydrogen does not appear in window list when running

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

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


[Bug 923737] Re: Network manager displays multiple duplicate authorization dialogs

2012-02-13 Thread Rick Spencer
** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  Network manager displays multiple duplicate authorization dialogs

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

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


[Bug 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2012-02-13 Thread Renzo Bagnati
You can create a file named  .gtkrc-2.0  in your home directory and put
the same content reported in the bug description, i.e.:


style default-style
{
  GtkWindow::resize-grip-height = 0
  GtkWindow::resize-grip-width = 0
}

class GtkWidget style default-style


This will disable the resize grips for all applications, without the need to 
use personalized launchers.

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

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

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

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


[Bug 928232] Re: Unity panel transparent on new compiz build

2012-02-13 Thread Rick Spencer
** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Experience Team 
(canonical-dx-team)

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

Title:
  Unity panel transparent on new compiz build

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

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


[Bug 927570] Re: Bad screen redraw with nouveau driver

2012-02-13 Thread Rick Spencer
** Changed in: xserver-xorg-video-nouveau (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  Bad screen redraw with nouveau driver

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

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


[Bug 928154] Re: Can not input Chinese in the input box of HUD with iBus

2012-02-13 Thread Rick Spencer
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Experience Team 
(canonical-dx-team)

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

Title:
  Can not input Chinese in the input box of HUD with iBus

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

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


[Bug 928661] Re: Top bar corrupted, error message on screen

2012-02-13 Thread Rick Spencer
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Experience Team 
(canonical-dx-team)

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

Title:
  Top bar corrupted, error message on screen

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

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


[Bug 931290] [NEW] recent version of nm-applet leaks memory

2012-02-13 Thread Kim Nguyễn
Public bug reported:

The latest upload of network-manager-applet in Precise
(0.9.2.0+git.20120126t000800.5151959-0ubuntu1) leaks memory heavily.

1) Description: Ubuntu precise (development branch)
Release:12.04

2) Package version 0.9.2.0+git.20120126t000800.5151959-0ubuntu1
3) Memory use for the nm-applet process should stay steady overtime
(less than 20MB RSS in previous versions).
4) Memory increases quickly over time (at least 3 MB/minute, the nm-applet 
process reaches
200 MB in less than one hour, and keeps increasing).

Work-around:
reverting to version 0.9.1.90-0ubuntu6 fixes the problem (memory use for this 
version stayed
below 18 MB overnight).

Comments:
There have been various leaked reported against nm-applet, most of them due to 
a bad interaction
between nm-applet and application-indicator. The behaviour seems similar to the 
one reported
here for gnome-power-manager:
https://bugs.launchpad.net/ubuntu/+source/indicator-application/+bug/569273

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

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

Title:
  recent version of nm-applet leaks memory

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

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


[Bug 931289] Re: bzr-notify crashed with SIGSEGV in g_type_get_qdata()

2012-02-13 Thread Vincent Ladeuil
** Visibility changed to: Public

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

Title:
  bzr-notify crashed with SIGSEGV in g_type_get_qdata()

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