[Bug 785052] Re: Update whois server for .*.ua zones

2011-10-21 Thread Launchpad Bug Tracker
This bug was fixed in the package whois - 5.0.11ubuntu1.1

---
whois (5.0.11ubuntu1.1) natty-proposed; urgency=low

  [ Alexandru Cucu ]
  * Updated the .ua server (from whois.net.ua to whois.ua) (LP: #785052)
- Added .net.ua (whois.net.ua)

  [ Marc Deslauriers ]
  * debian/rules: relax regex to work with SRU release
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Tue, 14 Jun 2011 09:04:41 
-0400

** Changed in: whois (Ubuntu Natty)
   Status: Fix Committed = Fix Released

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

Title:
  Update whois server for .*.ua zones

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whois/+bug/785052/+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 852349] Re: sqlite2 support

2011-10-21 Thread Ondřej Surý
Are we reiterating the please don't remove php4, I have old
applications?

If you have an old application which needs a rewrite you should stay on
LTS. You can have a API stability or the newest version of PHP5. You
cannot have both.

While I was not involved in the original decision I quite agree with it
and I'll probably merge the drop in the next Debian PHP5 build.

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

Title:
  sqlite2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/852349/+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 879286] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Duback
Public bug reported:

I am upgrading ubuntu. I Haven't used samba in quite a while and am not
certain that it ever ran on this computer. I have a mixed Gnome/K
install (started with kubuntu a long time ago) and have a lot of issues
every time I do an automatic upgrade. I am inclined to believe it is my
lack of competence rather than a bug...

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Fri Oct 21 02:34:02 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SambaClientRegression: No
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/879286/+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 879286] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Duback
-- 
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/879286

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/879286/+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 877894] Re: fuser forks and never reaps its children

2011-10-21 Thread Graham Poulter
We also found this problem: the PHP cron launches one fuser for each PHP
session file, and the process  is never reaped (remains in defunct
state)

Workaround for PHP is to remove the fuser check, which was only added
11.10 anyway.

This is the 11.10 cron job:

09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ]  [ -d
/var/lib/php5 ]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1
-type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {}
2/dev/null \; -delete

And this is the 11.04 cron job:

09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ]  [ -d
/var/lib/php5 ]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1
-type f -cmin +$(/usr/lib/php5/maxlifetime) -delete

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

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

Title:
  fuser forks and never reaps its children

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

2011-10-21 Thread Graham Poulter
My workaround is to restore the php5 cron job from 11.04, which does not
call fuser:

This is the 11.10 cron job:

09,39 * * * * root   [ -x /usr/lib/php5/maxlifetime ]  [ -d
/var/lib/php5 ]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1
-type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {}
2/dev/null \; -delete

And this is the 11.04 cron job:

09,39 * * * * root   [ -x /usr/lib/php5/maxlifetime ]  [ -d
/var/lib/php5 ]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1
-type f -cmin +$(/usr/lib/php5/maxlifetime) -delete

We think fuser was added to cater for some edge case of process not
closing the session file, but was never tested with a large number of
sessions.

I posted this solution yesterday on the thread:
http://ubuntuforums.org/showthread.php?p=11355965

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

-- 
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 876387] Re: fuser forking uncontrollably in cron job

2011-10-21 Thread Ondřej Surý
The fuser check was added to not delete still active session files (e.g.
created long time ago, but still actively used by php5 process).

-- 
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-complex-deployment-testing] Automated Complex Server Deployment Testing

2011-10-21 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Scope: Deployment and Testing of Ubuntu Server to support complex 
requirements i.e. OpenStack + others
  Coverage:
-   OpenStack
-   
+   - OpenStack
+   - Wiki + Database + Memcache + Load Balancer
+   - Networking File Systems
+   - Samba + LDAP or Kerberos Backend
+   - Backup solutions - bacula?
+   - Ruby on Rails stack
+ 
+ UDS-O - Complex Deployment Scenarios:
+ 
  
  Method: orchestra+juju AND cloud+juju
  
  james-page proposed a method for testing juju charms on juju@l.u.c - see
  https://lists.ubuntu.com/archives/juju/2011-October/000837.html
  
  Broadley this involves a new charm when can test other charms - results are 
then collated and can be reported on.
  This is then executed by a framework (TBN) which set's up the juju 
environment and services, executes the charm testing and then can execute tests 
on the deployed environment.
  I think this is the right way todo this testing - it can be used with any 
juju provider so can be applied in both physical and cloud environments.
  
  Frequency: TBC
  
  Daily Test with current development release
  
  for OpenStack:
  
  Daily Test of upstream trunk?
  
- 
  Questions/Proposals:
  [james-page] We need to verify the list of deployments and get volunteers to 
develop charms for them where gaps exist.
  
  Work Items:
  Develop juju charm testing framework to support all requirements: TODO
  Writing testing hooks for all charms which we want to test this way: TODO
  Setup OpenStack test lab: TODO
  Identify OpenStack testing requirements on the deployed service: TODO
  
- 
  
- UDS-O Session Notes:
- 
- 1) Complex Deployment Testing
- 
- Alot of Ubuntu server deployments are much more than an ISO install on a
- single node; however this is pretty much the limit of the automated ISO
- testing that we currently complete.
- 
- We should aim to target some complex Ubuntu server deployment scenarios
- for regular automated testing during the release cycle.
- 
- This could be implemented either in the cloud or using virtualization;
- ensemble and cobbler+puppet might form part of the solution.
- 
- 2) Automated Boot testing
- 
- As we make changes to the boot/shutdown sequence of the server, and
- migrate init.d scripts to upstart jobs, we need some continuous
- integration testing to make sure it continues to work. We should take
- advantage of the automated testing framework to install, reboot,
- shutdown, start, remove, and repeat with all packages that are changed.
- We should also automate this testing with all of the available tasks on
- the install CDs. In addition, we should collect metrics on boot time and
- how each package affects it.
- 
- hggdh:
-  * we need to test iso install
-  * want to do a single install and create gold copy
-  * need test do-release-upgrade
- 
- High Level Test Objectives:
- -
- 
- a) Deployment Testing:
- 
- i) ISO Image Proving
- 
- RAID testing (N.B. For raid testing also see: 
https://blueprints.launchpad.net/ubuntu/+spec/foundations-o-software-raid 
and/or etherpad until blueprint updated)
- LVM testing
- Multipath and encryption
- 
- Existing ISO testing framework should deal with this.
- 
- ii) AMI Image Proving
- 
- Existing ec2 testing framework should deal with this.
+ Stuff left from UDS-O not covered in other specs
+ 
  
  b) Package Removal Testing:
  
  - install services
  - start services
  - check services
  - stop services
  - uninstall services
  - re-install same services
  - start  re-check services
  
- c) Phase 2 - Service Proving
- 
- Deployment of service and pluggable testing
- 
- Deploy through orchestra and/or ensemble - which would allow testing of
- recipes and formulas as well (+1)
- 
- Framework required for executing tests once deployment complete;
- mcollective could be used to distribute and execute tests; maybe still
- use python unittests;
- 
  d) Automated Boot Testing:
  
  Minimal install  - startup and shutdown OK
  Full install - startup and shutdown OK
  Complete upgrade and then re-test.
  
- e) Upgrade Testing:
- 
- Lucid-Maverick-Natty for example.
- 
- Need to catchup with mvo in this area - suspect some sort of gold-copy
- type setup might make sense.
- 
  f) Recovery Testing:
  
  Recovery Mode Testing:
- 
- Complex Deployment Scenarios:
- 
- Wiki + Database + Memcache + Load Balancer
- Bridging and bonding of network interfaces
- Networking File Systems
- Openstack Deployment test
- Launchpad
- Samba + LDAP or Kerberos Backend
- Backup solutions.
- Ruby on Rails stack?
- 
- Requirements:
- 
- Remote testing of services.
- 
- Possibly ask community to donate resources for optional tests

-- 
Automated Complex Server Deployment Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-complex-deployment-testing

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings 

[Bug 824874] Re: nova-objectstore goes into a tight loop and becomes unresponsive

2011-10-21 Thread Gavin B
Updating the Openstack project attributes to reflect Ubuntu 

** Changed in: nova
   Status: New = Confirmed

** Changed in: nova
   Importance: Undecided = Low

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

Title:
  nova-objectstore goes into a tight loop and becomes unresponsive

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/824874/+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 878898] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-10-21 Thread James Page
Error from log:

Not replacing deleted config file /etc/backuppc/config.pl
 * Starting backuppc...
grep: /etc/backuppc/config.pl: Datei oder Verzeichnis nicht gefunden
BackupPC cannot be started because important parameters are missing from 
config.pl.
If you just upgraded BackupPC, please update /etc/backuppc/config.pl.
invoke-rc.d: initscript backuppc, action start failed.
dpkg: Fehler beim Bearbeiten von backuppc (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/878898/+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-complex-deployment-testing] Automated Complex Server Deployment Testing

2011-10-21 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Scope: Deployment and Testing of Ubuntu Server to support complex 
requirements i.e. OpenStack + others
  Coverage:
    - OpenStack
-   - Wiki + Database + Memcache + Load Balancer
-   - Networking File Systems
-   - Samba + LDAP or Kerberos Backend
-   - Backup solutions - bacula?
-   - Ruby on Rails stack
+   - Wiki + Database + Memcache + Load Balancer
+   - Networking File Systems
+   - Samba + LDAP or Kerberos Backend
+   - Backup solutions - bacula?
+   - Ruby on Rails stack
  
  UDS-O - Complex Deployment Scenarios:
- 
  
  Method: orchestra+juju AND cloud+juju
  
  james-page proposed a method for testing juju charms on juju@l.u.c - see
  https://lists.ubuntu.com/archives/juju/2011-October/000837.html
  
- Broadley this involves a new charm when can test other charms - results are 
then collated and can be reported on.
+ This involves a new charm when can test other charms - results are then 
collated and can be reported on.
  This is then executed by a framework (TBN) which set's up the juju 
environment and services, executes the charm testing and then can execute tests 
on the deployed environment.
  I think this is the right way todo this testing - it can be used with any 
juju provider so can be applied in both physical and cloud environments.
  
- Frequency: TBC
- 
- Daily Test with current development release
- 
- for OpenStack:
- 
- Daily Test of upstream trunk?
+ Frequency: 
+  - Daily Test with current development release
+  - Triggered when key packages change in released versions of Ubuntu in 
-proposed?
  
  Questions/Proposals:
  [james-page] We need to verify the list of deployments and get volunteers to 
develop charms for them where gaps exist.
  
  Work Items:
  Develop juju charm testing framework to support all requirements: TODO
  Writing testing hooks for all charms which we want to test this way: TODO
  Setup OpenStack test lab: TODO
  Identify OpenStack testing requirements on the deployed service: TODO
- 
  
  Stuff left from UDS-O not covered in other specs
  
  
  b) Package Removal Testing:
  
  - install services
  - start services
  - check services
  - stop services
  - uninstall services
  - re-install same services
  - start  re-check services
  
  d) Automated Boot Testing:
  
  Minimal install  - startup and shutdown OK
  Full install - startup and shutdown OK
  Complete upgrade and then re-test.
  
  f) Recovery Testing:
  
  Recovery Mode Testing:

-- 
Automated Complex Server Deployment Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-complex-deployment-testing

-- 
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 876663] [NEW] Nova starting before MySQL

2011-10-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I had a working installation of a cloud and compute node on a single
server running Ubuntu 11.04.  Everything was fine until I rebooted the
server and found that upon each reboot, the nova services were starting
prior to MySQL.  Once the server came up, MySQL was running, but nova-
compute, nova-network, nova-volume, and nova-scheduler had all failed
with messages about not able to connect to MySQL.  Could you add MySQL
to the upstart start on check to prevent this condition?  Thanks.

** Affects: horizon
 Importance: Undecided
 Status: Invalid

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

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

-- 
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-complex-deployment-testing] Automated Complex Server Deployment Testing

2011-10-21 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Scope: Deployment and Testing of Ubuntu Server to support complex 
requirements i.e. OpenStack + others
  Coverage:
    - OpenStack
    - Wiki + Database + Memcache + Load Balancer
    - Networking File Systems
    - Samba + LDAP or Kerberos Backend
    - Backup solutions - bacula?
    - Ruby on Rails stack
  
  UDS-O - Complex Deployment Scenarios:
  
  Method: orchestra+juju AND cloud+juju
  
  james-page proposed a method for testing juju charms on juju@l.u.c - see
  https://lists.ubuntu.com/archives/juju/2011-October/000837.html
  
  This involves a new charm when can test other charms - results are then 
collated and can be reported on.
  This is then executed by a framework (TBN) which set's up the juju 
environment and services, executes the charm testing and then can execute tests 
on the deployed environment.
  I think this is the right way todo this testing - it can be used with any 
juju provider so can be applied in both physical and cloud environments.
  
- Frequency: 
-  - Daily Test with current development release
-  - Triggered when key packages change in released versions of Ubuntu in 
-proposed?
+ Frequency:
+  - Daily Test with current development release
+  - Triggered when key packages change in released versions of Ubuntu in 
-proposed?
  
  Questions/Proposals:
  [james-page] We need to verify the list of deployments and get volunteers to 
develop charms for them where gaps exist.
  
  Work Items:
  Develop juju charm testing framework to support all requirements: TODO
  Writing testing hooks for all charms which we want to test this way: TODO
  Setup OpenStack test lab: TODO
  Identify OpenStack testing requirements on the deployed service: TODO
  
  Stuff left from UDS-O not covered in other specs
  
  
  b) Package Removal Testing:
  
  - install services
  - start services
  - check services
  - stop services
  - uninstall services
  - re-install same services
  - start  re-check services
  
  d) Automated Boot Testing:
  
  Minimal install  - startup and shutdown OK
  Full install - startup and shutdown OK
  Complete upgrade and then re-test.
  
  f) Recovery Testing:
  
  Recovery Mode Testing:

-- 
Automated Complex Server Deployment Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-complex-deployment-testing

-- 
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 876663] Re: Nova starting before MySQL

2011-10-21 Thread Thierry Carrez
This is actually an Ubuntu packaging issue.

** Project changed: nova = ubuntu

** Package changed: ubuntu = nova (Ubuntu)

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

Title:
  Nova starting before MySQL

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/876663/+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 876663] Re: Nova starting before MySQL

2011-10-21 Thread Thierry Carrez
Actually nova should support starting before MySQL is -- and retry if
not. Will change description to match

Could you tell us what version you're running ?

** Package changed: nova (Ubuntu) = nova

** Changed in: nova
   Status: New = Incomplete

** Summary changed:

- Nova starting before MySQL
+ Nova should be able to start before MySQL

** Description changed:

  I had a working installation of a cloud and compute node on a single
  server running Ubuntu 11.04.  Everything was fine until I rebooted the
  server and found that upon each reboot, the nova services were starting
  prior to MySQL.  Once the server came up, MySQL was running, but nova-
  compute, nova-network, nova-volume, and nova-scheduler had all failed
- with messages about not able to connect to MySQL.  Could you add MySQL
- to the upstart start on check to prevent this condition?  Thanks.
+ with messages about not able to connect to MySQL.
+ 
+ Nova should probably be able to retry until MySQL is available.

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

Title:
  Nova should be able to start before MySQL

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/876663/+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 879286] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/879286/+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 879134] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/879134/+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 878525] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/878525/+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 878456] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/878456/+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 876425] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876425/+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 877031] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877031/+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 876378] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876378/+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 876339] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876339/+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 876640] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876640/+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 876579] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed') during u

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed') during upgrade from ubuntu
  11.04 to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876579/+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 877786] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877786/+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 877653] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877653/+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 877480] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877480/+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 877798] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877798/+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 876960] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876960/+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 876849] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/876849/+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 877894] Re: fuser forks and never reaps its children

2011-10-21 Thread Dave Walker
** Changed in: php5 (Ubuntu)
   Importance: Undecided = High

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

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

Title:
  fuser forks and never reaps its children

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/877894/+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 874339] Re: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-21 Thread Dave Walker
Setting up slapd (2.4.23-6ubuntu6) ...
  Omitting slapd configuration as requested.
 * No configuration file was found for slapd at 
/etc/ldap/slapd.conf.
invoke-rc.d: initscript slapd, action start failed.
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1

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

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

Title:
  package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/874339/+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 873543] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-21 Thread Dave Walker
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: subprocess new post-removal script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/873543/+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 875135] Re: package samba-common-bin 2:3.4.7~dfsg-1ubuntu3.8 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2011-10-21 Thread Dave Walker
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package samba-common-bin 2:3.4.7~dfsg-1ubuntu3.8 failed to
  install/upgrade: problemas de dependência - deixando desconfigurado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875135/+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 874775] Re: package php5-cgi 5.3.6-13ubuntu3.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 10

2011-10-21 Thread Dave Walker
Setting up php5-cli (5.3.6-13ubuntu3.1) ...
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 18370 
package 'virtualbox':
 error in Version string '1.6.4-33808_Ubuntu_hardy': invalid character in 
revision number
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 18371 
package 'virtualbox':
 error in Config-Version string '1.6.4-33808_Ubuntu_hardy': invalid character 
in revision number
dpkg-query: error: parsing file '/var/lib/dpkg/status' near line 7 package 
'ttf-freefont':
 field name `%A' must be followed by colon
dpkg: error processing php5-cli (--configure):
 subprocess installed post-installation script returned error exit status 10
  Setting up 
libsnmp-base

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

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

Title:
  package php5-cgi 5.3.6-13ubuntu3.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/874775/+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 875855] Re: package libmysqlclient16 (not installed) failed to install/upgrade: ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-10-21 Thread Dave Walker
Suspected -
Gtk-Message **: Failed to load module gail-gnome at 
/usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97.
WARNING **: Couldn't connect to accessibility bus: Empty address '' at 
/usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97.
Gtk-Message **: Failed to load module gail-gnome at 
/usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103.
WARNING **: Couldn't connect to accessibility bus: Empty address '' at 
/usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103.
Done.

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package libmysqlclient16 (not installed) failed to install/upgrade:
  ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/875855/+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 875485] Re: package dovecot-common 1:1.2.15-3ubuntu2.1 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attempting configurati

2011-10-21 Thread Dave Walker
dpkg: error processing dovecot-common (--configure):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting configuration.

Checking for services that may need to be restarted...Checking init scripts...
WARNING: init script for dovecot not found.
Restarting services possibly affected by the upgrade:
  saslauthd: stopping...
  saslauthd: stopping...starting...
...

dpkg: error processing 
/var/cache/apt/archives/dovecot-common_1%3a2.0.13-1ubuntu3_amd64.deb (--unpack):
 subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/dovecot not found.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100

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

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

Title:
  package dovecot-common 1:1.2.15-3ubuntu2.1 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/875485/+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 875395] Re: After upgrading to 11.10 bacula exhausts sql errors

2011-10-21 Thread Dave Walker
** Changed in: bacula (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  After upgrading to 11.10 bacula exhausts sql errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/875395/+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 875191] Re: package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-10-21 Thread Dave Walker
Above translated:

problem solved
===

Indeed the problem occurred when performing an installation on a USB
pendrive. The solution (it was pure chance) were as follows:

- Install aptitude (sudo aptitude install apt-get)
- Then I installed the mysql-server with aptitude (sudo aptitude install 
mysql-server)
- I got the error message mentioned above
- Restart the computer
- Mysql-client installed with aptitude (sudo aptitude mysql-client)
- During the installation process there were some warnings and end of the 
process as the problem was corrected and all-wheel correctly.
- Then I installed apache, php5, php5-mysql and phpmyadmin and everything works 
fine.

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/875191/+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 877150] Re: postfix debconf instructions typo

2011-10-21 Thread Dave Walker
** Changed in: postfix (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  postfix debconf instructions typo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/877150/+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 877520] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-21 Thread Dave Walker
Please can you confirm if you are using btrfs, as there are multiple
references to potential issues:

2011-10-18 15:00:34,206 WARNING unexpected target md5sum, skipping: 
'/usr/bin/pycompile'
2011-10-18 15:00:34,236 DEBUG killing update-notifier
2011-10-18 15:00:34,252 DEBUG killing kblueplugd kbluetooth4
2011-10-18 15:00:34,264 DEBUG killing gnome-screensaver
2011-10-18 15:00:34,286 DEBUG quirks: running oneiricStartUpgrade
2011-10-18 15:00:34,286 DEBUG oneiric StartUpgrade quirks
2011-10-18 15:00:34,357 ERROR failed to check btrfs support
Traceback (most recent call last):
  File /tmp/update-manager-bhwgBB/DistUpgradeController.py, line 1006, in 
_is_apt_btrfs_snapshot_supported
apt_btrfs = apt_btrfs_snapshot.AptBtrfsSnapshot()
  File /tmp/update-manager-bhwgBB/apt_btrfs_snapshot.py, line 85, in __init__
self.fstab = Fstab(fstab)
  File /tmp/update-manager-bhwgBB/apt_btrfs_snapshot.py, line 53, in __init__
entry = FstabEntry.from_line(line)
  File /tmp/update-manager-bhwgBB/apt_btrfs_snapshot.py, line 31, in from_line
return FstabEntry(*line.partition(#)[0].split())
TypeError: __init__() takes at least 5 arguments (2 given)

thanks.

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

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

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: subprocess new post-removal script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877520/+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 878877] Re: package tomcat6-docs 6.0.24-2ubuntu1.7 failed to install/upgrade: error writing to 'standard output': No such file or directory just after a fresh install

2011-10-21 Thread Dave Walker
** Changed in: tomcat6 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package tomcat6-docs 6.0.24-2ubuntu1.7 failed to install/upgrade:
  error writing to 'standard output': No such file or directory just
  after a fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/878877/+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 878780] Re: package mysql-server-5.1 5.1.49-1ubuntu8 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2011-10-21 Thread Dave Walker
2011-10-19 22:06:47,029 INFO cache.commit()
2011-10-19 22:06:47,029 DEBUG failed to SystemUnLock() (E:Not locked) 
2011-10-19 22:18:52,104 ERROR got an error from dpkg for pkg: 
'/var/cache/apt/archives/mysql-server-5.1_5.1.49-1ubuntu8_i386.deb': 
'subprocess new pre-installation script returned error exit status 1'
2011-10-19 22:18:52,104 DEBUG running apport_pkgfailure() mysql-server-5.1: 
subprocess new pre-installation script returned error exit status 1

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package mysql-server-5.1 5.1.49-1ubuntu8 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/878780/+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 878361] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-10-21 Thread Dave Walker
Translated log:

Unpacking mysql-server-5.1 (from 
.../mysql-server-5.1_5.1.54-1ubuntu4_amd64.deb) ...
egrep: / etc / mysql /: No such file or such
Treatment of deferred shares (triggers) for ureadahead ...
ureadahead Will Be reprofiled on next reboot
Treatment of deferred shares (triggers) for man-db ...
Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...

Configuration file / etc / init / mysql.conf
 == File on system created by you or a script.
 == File also in package provided by the package.
   What do you do? Your options are:
Y or I: install the package maintainer's
N or O: keep your currently installed version
  D: show the differences between versions
  Z: background this process to examine the situation
 The default keep your current version.
*** Mysql.conf (Y / I / N / O / D / Z) [default = N]? Y
Installing the new version of config file / etc / init / mysql.conf ...
7:25:31 p.m. 111 019 [Note] Plugin 'FEDERATED' is disabled.
7:25:31 p.m. 111 019 InnoDB: Initializing buffer pool size = 8.0M
7:25:31 p.m. 111 019 InnoDB: Completed initialization of buffer pool
7:25:31 p.m. 111 019 InnoDB: Started; log sequence number 0 44233
7:25:31 p.m. 111 019 InnoDB: Starting shutdown ...
7:25:37 p.m. 111 019 InnoDB: Shutdown completed; log sequence number 0 44233
start: Job failed to start
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.1 (- configure):
 subprocess post-installation script returned error exit status 1

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/878361/+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 878215] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2011-10-21 Thread Dave Walker
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/878215/+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 877882] Re: shared folder

2011-10-21 Thread Dave Walker
Thanks for the bug report, unfortunately this lacks the detail for it to
be triaged.  Please can you add more detail.

Thanks.

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

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

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

Title:
  shared folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877882/+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 878898] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-10-21 Thread Dave Walker
** Changed in: backuppc (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/878898/+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 878877] Re: package tomcat6-docs 6.0.24-2ubuntu1.7 failed to install/upgrade: error writing to 'standard output': No such file or directory just after a fresh install

2011-10-21 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I think that this is some sort of package management bug and may be
transitory.  It looks similar to bug 837525 even though its for a
different release.

Please try completing the installation be running the following command:

  sudo apt-get -f install

Hopefully this should complete your installation.


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

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

Title:
  package tomcat6-docs 6.0.24-2ubuntu1.7 failed to install/upgrade:
  error writing to 'standard output': No such file or directory just
  after a fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/878877/+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 670289] Re: Laptop won't shut down with rabbitmq running

2011-10-21 Thread Sergio de Carvalho
I'm having this problem for a long time on 11.04. Upgraded to 11.10 and
am still having the same issue. Tested on a fresh installation of 11.10
and had the same behaviour, i.e. shutdown brings me back to login
screen.

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

Title:
  Laptop won't shut down with rabbitmq running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/670289/+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 878597] Re: rabbitmq-server fails to uninstall

2011-10-21 Thread Dave Walker
** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = Medium

** Changed in: rabbitmq-server (Ubuntu)
Milestone: None = precise-alpha-1

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

Title:
  rabbitmq-server fails to uninstall

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/878597/+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 873691] Re: samba upgrade to Kubuntu 11.10 failed

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 877852 ***
https://bugs.launchpad.net/bugs/877852

** This bug has been marked a duplicate of bug 877852
   samba failed to install when updating from ubuntu 11.04 to 11.10

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

Title:
  samba upgrade to Kubuntu 11.10 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/873691/+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 871746] Re: *** stack smashing detected ***: ./chkutmp terminated

2011-10-21 Thread Dave Walker
*** This bug is a duplicate of bug 623144 ***
https://bugs.launchpad.net/bugs/623144

** This bug has been marked a duplicate of bug 623144
   chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

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

Title:
  *** stack smashing detected ***: ./chkutmp terminated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/871746/+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 623144] Re: chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

2011-10-21 Thread Dave Walker
** Also affects: chkrootkit (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

Title:
  chkutmp assert failure: *** stack smashing detected ***: ./chkutmp
  terminated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/623144/+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 852349] Re: sqlite2 support

2011-10-21 Thread Stefan Großmann
As far as I can see from the official PHP5 documentation, sqlite2
support is enabled by default:

The SQLite extension is enabled by default as of PHP 5.
http://www.php.net/manual/en/sqlite.requirements.php

As of PHP 5 this extension is enabled by default, so simply do not disable it 
and it'll be available.
http://www.php.net/manual/en/sqlite.setup.php

So in my opinion the conclusion You can have a API stability or the
newest version of PHP5. You cannot have both is inaccurate since
SQLite2 is by default *part of* the newest version of PHP5. For the
newer SQLite3 there is a separate package php5-sqlite3, so what for
should the package php5-sqlite be if not for SQLite2 support?

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

Title:
  sqlite2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/852349/+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 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2011-10-21 Thread Thierry Carrez
Agreed, the parameter seems to be there only to limit the number of nbds
Nova will arbitrarily try to grab... and in no way to increase the
number the system can handle.

** Changed in: nova
   Importance: Undecided = Medium

** Changed in: nova
   Status: New = Confirmed

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

Title:
  nova-compute-lxc limited by available nbd devices to 16 instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861504/+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 612082] Re: optparser attribute missing in cli.py (warning-message-printing fail when --part is given a nonexistent file)

2011-10-21 Thread Dave Walker
** Changed in: vm-builder (Ubuntu)
   Status: New = Triaged

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

Title:
  optparser attribute missing in cli.py (warning-message-printing fail
  when --part is given a nonexistent file)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/612082/+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 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-21 Thread Dave Walker
hggdh2, can you confirm the ssh path that is being undertaken.. is ssh
being tunnelled over nc?

Thanks.

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

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

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+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 300965] Re: updatedb.mlocate crashes the machine, when the backupcc-pool becomes huge

2011-10-21 Thread Dave Walker
Correct path is:
mlocate: /etc/updatedb.conf

Marking backuppc task Invalid and raising an mlocate bug task.

Thanks.

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

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

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

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

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

Title:
  updatedb.mlocate crashes the machine, when the backupcc-pool becomes
  huge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/300965/+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 549022] Re: NC publication job should support specific IP

2011-10-21 Thread Dave Walker
I cannot see this issue being resolved, the -publication mechanism
is/has gone away with a focus on service orchestration rather than
discovery.

If anybody does want to tackle this issue, please feel free to re-open.
However, the -publication services are still in the eucalyptus package
for legacy, rather than intentional reasons.

Thanks.

** Changed in: eucalyptus (Ubuntu)
   Status: New = Won't Fix

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

Title:
  NC publication job should support specific IP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/549022/+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 745603] Re: Please add socat-opensslcompress patch

2011-10-21 Thread Dave Walker
Thanks for the bug report.

I am quite apprehensive of carrying this patch until it's at least
merged with upstream trunk.  Do you know the status of this?

Thanks.

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

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

Title:
  Please add socat-opensslcompress patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/745603/+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 875818] Re: dnsmasq sync introduced new non-main depends, causing dep-wait

2011-10-21 Thread Dave Walker
** Changed in: libnetfilter-conntrack (Ubuntu)
 Assignee: (unassigned) = Jeremy Bicha (jbicha)

** Changed in: libnetfilter-conntrack (Ubuntu)
Milestone: None = precise-alpha-1

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

Title:
  dnsmasq sync introduced new non-main depends, causing dep-wait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875818/+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 877520] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-21 Thread Paulo Matos
Nope, I don't use btrfs. Use ext4fs. Until now I didn't even know what
btrfs was so unless ubuntu by default uses it for something, I am not
using it.

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: subprocess new post-removal script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/877520/+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 840386] Re: Update munin to bugfix release 1.4.6

2011-10-21 Thread Marc Deslauriers
1.4.6 is now in Precise. I'm closing this bug.

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

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

Title:
  Update munin to bugfix release 1.4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/840386/+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 810270] Re: AppArmor profiles need updates for /var/run → /run and /var/lock → /run/lock and /dev/shm → /run/shm

2011-10-21 Thread Jamie Strandboge
Jurgen, this sounds like you may have not accepted the changes to
/etc/apparmor.d/usr.sbin.mysqld on upgrade. Please look in
/etc/apparmor.d/ for *dpkg* files and merge the changes. If this is not
the case, please file a new bug with 'ubuntu-bug mysql-5.1'. Thanks

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

Title:
  AppArmor profiles need updates for /var/run → /run and /var/lock →
  /run/lock and /dev/shm → /run/shm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/810270/+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 879460] [NEW] package postfix 2.8.5-2~build1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 75

2011-10-21 Thread krypto_est
Public bug reported:

It happened while I upgraded my system.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: postfix 2.8.5-2~build1
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Fri Oct 21 16:52:13 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 75
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release i386 (20110426)
SourcePackage: postfix
Title: package postfix 2.8.5-2~build1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 75
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package postfix 2.8.5-2~build1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/879460/+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 879460] Re: package postfix 2.8.5-2~build1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 75

2011-10-21 Thread krypto_est
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/879460

Title:
  package postfix 2.8.5-2~build1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/879460/+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-arm-server-performance] Server Storage and Workloads Performance-to-Power Consumption Testing

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Drafter: (none) = Robie Basak

-- 
Server Storage and Workloads Performance-to-Power Consumption Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-server-performance

-- 
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-arm-server-performance] Server Storage and Workloads Performance-to-Power Consumption Testing

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = High

-- 
Server Storage and Workloads Performance-to-Power Consumption Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-server-performance

-- 
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-arm-storage-testing] ARM Server Storage Testing

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Drafter: (none) = Craig Magina

-- 
ARM Server Storage Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-storage-testing

-- 
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-arm-storage-testing] ARM Server Storage Testing

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = High

-- 
ARM Server Storage Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-storage-testing

-- 
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-cfjuju] Configuration Management for Juju

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Medium = Low

-- 
Configuration Management for Juju
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cfjuju

-- 
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 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-21 Thread C de-Avillez
Yes, it is. Before trying it I have to start a SSH session to batuan
(the gateway to the machines). Batuan itself is proxied thru yet another
proxy. All of them run via nc.

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

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+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 879521] [NEW] package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-21 Thread dwan
Public bug reported:

Failed to install

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: squid 2.7.STABLE9-4ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
ApportVersion: 1.23-0ubuntu3
AptOrdering: squid: Configure
Architecture: i386
Date: Fri Oct 21 23:47:31 2011
DpkgHistoryLog: Start-Date: 2011-10-21  23:47:30
DpkgTerminalLog:
 Setting up squid (2.7.STABLE9-4ubuntu4) ...
 chown: invalid user: `proxy\r:proxy\r'
 dpkg: error processing squid (--configure):
  subprocess installed post-installation script returned error exit status 1
DuplicateSignature:
 Setting up squid (2.7.STABLE9-4ubuntu4) ...
 chown: invalid user: `proxy\r:proxy\r'
 dpkg: error processing squid (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release i386 (20110426)
SourcePackage: squid
Title: package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (0 days ago)

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


** Tags: apport-package i386 need-duplicate-check oneiric

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

Title:
  package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/879521/+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 879521] Re: package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-21 Thread dwan
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/879521

Title:
  package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/879521/+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 879521] Re: package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-21 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package squid 2.7.STABLE9-4ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/879521/+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 875001] Re: please merge libvirt 0.9.6-1 from debian wheezy

2011-10-21 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

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

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

Title:
  please merge libvirt 0.9.6-1 from debian wheezy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/875001/+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 705509] Re: /dev/kvm is owned by root:root after install on natty

2011-10-21 Thread Serge Hallyn
** Changed in: kvm (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  /dev/kvm is owned by root:root after install on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/705509/+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 868753] Re: qemu+ssh connections to a remote libvirt fail (from o to n)

2011-10-21 Thread Serge Hallyn
** Summary changed:

- qemu+ssh connections to a remote libvirt fail
+ qemu+ssh connections to a remote libvirt fail (from o to n)

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

Title:
  qemu+ssh connections to a remote libvirt fail (from o to n)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+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 870405] Re: nova-manage providing filename to default_flagfile breaks devstack

2011-10-21 Thread Scott Moser
Dave,
  I hit this when trying to use an ubuntu git branch as the source of the nova 
component for devstack.
  Because of this bug, i wasted time figuring out what was going wrong, rather 
than spending that time figuring out whether or not an issue with trunk applied 
to Ubuntu.  It is probably sufficient to have this fixed in 'P', as there will 
no doubt be other issues using devstack against a diablo release (as devstack 
will concentrate on functioning with trunk I would guess).

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

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

Title:
  nova-manage providing filename to default_flagfile breaks devstack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/870405/+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-hadoop] Ubuntu Server + Hadoop and Bigdata

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: Drafting = Discussion

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

-- 
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-hadoop] Ubuntu Server + Hadoop and Bigdata

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = High

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

-- 
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-complex-deployment-testing] Automated Complex Server Deployment Testing

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: Approved = Discussion

-- 
Automated Complex Server Deployment Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-complex-deployment-testing

-- 
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-cloud-ha] Cloud HA

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Assignee: (none) = Ubuntu Server Team

-- 
Cloud HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-ha

-- 
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-cloud-ha] Cloud HA

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = High

-- 
Cloud HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-ha

-- 
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-cloud-ha] Cloud HA

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: New = Discussion

-- 
Cloud HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-ha

-- 
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-cloud-ha] Cloud HA

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Drafter: (none) = Andres Rodriguez

-- 
Cloud HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-ha

-- 
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-powernap] PowerNap's Future

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Assignee: (none) = Ubuntu Server Team

-- 
PowerNap's Future
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-powernap

-- 
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-powernap] PowerNap's Future

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: New = Discussion

-- 
PowerNap's Future
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-powernap

-- 
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-orchestra] Orchestra Next Steps

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Drafter: (none) = Chuck Short

-- 
Orchestra Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-orchestra

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


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

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Assignee: (none) = Ubuntu Server Team

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

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


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

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: New = Discussion

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

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


[Bug 879560] [NEW] Logrotate conf file for mysql-server and my.cnf disagree

2011-10-21 Thread Jared Biel
Public bug reported:

Currently the stock my.cnf included in the package mysql-common
specifies that an error log is created at /var/log/mysql/error.log. The
logrotate conf file /etc/logrotate.d/mysql-server (part of mysql-
server-5.1) doesn't take this file into account so it can continue to
grow forever unchecked. In fact, the logrotate conf file states that
/var/log/mysql/error.log has the comment The error log is obsolete,
messages go to syslog now.. These packages are not in agreement with
each other and the result is that the error.log file can grow very large
because it's never rotated. I'm currently using Natty but this bug is
also present in the Oneric packages.

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


** Tags: logrotate mysql-server

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+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-cobbler-next-steps] Cobbler Next Steps

2011-10-21 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = High

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

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


[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2011-10-21 Thread Jared Biel
I just took a look at upstream (Debian) and the my.conf files in both
oldstable (Lenny) and stable (Squeeze) do not manually specify an error
log file. This is correct behavior as understood by the logrotate conf
file.

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+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 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2011-10-21 Thread Jared Biel
** Description changed:

- Currently the stock my.cnf included in the package mysql-common
- specifies that an error log is created at /var/log/mysql/error.log. The
- logrotate conf file /etc/logrotate.d/mysql-server (part of mysql-
- server-5.1) doesn't take this file into account so it can continue to
- grow forever unchecked. In fact, the logrotate conf file states that
- /var/log/mysql/error.log has the comment The error log is obsolete,
+ The stock my.cnf file (part of mysql-common) specifies that an error log
+ is to be created at /var/log/mysql/error.log. The logrotate conf file
+ /etc/logrotate.d/mysql-server (part of mysql-server-5.1) doesn't take
+ this file into account so it can continue to grow forever unchecked.
+ 
+ The logrotate conf file has the comment The error log is obsolete,
  messages go to syslog now.. These packages are not in agreement with
- each other and the result is that the error.log file can grow very large
- because it's never rotated. I'm currently using Natty but this bug is
- also present in the Oneric packages.
+ each other. I'm currently using Natty but this bug is also present in
+ the Oneric packages.

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+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 878597] Re: rabbitmq-server fails to uninstall

2011-10-21 Thread Dave Walker
** Changed in: rabbitmq-server (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  rabbitmq-server fails to uninstall

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/878597/+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 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2011-10-21 Thread Ben Howard
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 879560

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.


** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Incomplete

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

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

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


Re: [Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-10-21 Thread Clint Byrum
Is it possible that the new OpenSSL dropped support for your key
encryption?

Can you paste just the first 3 lines of your private key file, with the
BEGIN, Proc-Type and DEK-Info lines?

(Warning, I do not know if this will leak sensitive info, if you are
 unsure, do not paste it).

Also can you try generating a new key and see if that is able to be
used?

Excerpts from esodan's message of Thu Oct 20 15:28:11 UTC 2011:
 I have the same problem with sourceforge.net service. My machine have a
 dual boot from Federa 15 and Ubutu. On Fedora I can use ssh with no
 problems but on Ubuntu 11.10 I can't use ssh. This is my debug from ssh
 -vvv:
 
 ssh -vvv -t eso...@shell.sourceforge.net
 OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug1: Applying options for *
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to shell.sourceforge.net [216.34.181.119] port 22.
 debug1: Connection established.
 debug3: Incorrect RSA1 identifier
 debug3: Could not load /home/esodan/.ssh/id_rsa as a RSA1 public key
 debug2: key_type_from_name: unknown key type '-BEGIN'
 debug3: key_read: missing keytype
 debug2: key_type_from_name: unknown key type 'Proc-Type:'
 debug3: key_read: missing keytype
 debug2: key_type_from_name: unknown key type 'DEK-Info:'
 debug3: key_read: missing keytype
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug3: key_read: missing whitespace
 debug2: key_type_from_name: unknown key type '-END'
 debug3: key_read: missing keytype
 debug1: identity file /home/esodan/.ssh/id_rsa type 1
 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
 debug1: identity file /home/esodan/.ssh/id_rsa-cert type -1
 debug1: identity file /home/esodan/.ssh/id_dsa type -1
 debug1: identity file /home/esodan/.ssh/id_dsa-cert type -1
 debug1: identity file /home/esodan/.ssh/id_ecdsa type -1
 debug1: identity file /home/esodan/.ssh/id_ecdsa-cert type -1
 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
 debug1: match: OpenSSH_5.3 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1
 debug2: fd 3 setting O_NONBLOCK
 debug3: load_hostkeys: loading entries for host shell.sourceforge.net from 
 file /home/esodan/.ssh/known_hosts
 debug3: load_hostkeys: loaded 0 keys
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug2: kex_parse_kexinit: 
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
 debug2: kex_parse_kexinit: 
 ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa,ssh-dss
 debug2: kex_parse_kexinit: 
 aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
 debug2: kex_parse_kexinit: 
 aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
 debug2: kex_parse_kexinit: 
 hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit: 
 hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
 debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
 debug2: kex_parse_kexinit: 
 debug2: kex_parse_kexinit: 
 debug2: kex_parse_kexinit: first_kex_follows 0 
 debug2: kex_parse_kexinit: reserved 0 
 debug2: kex_parse_kexinit: 
 diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
 

Re: [Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-21 Thread Clint Byrum
Excerpts from Serge Hallyn's message of Thu Oct 20 13:40:04 UTC 2011:
 @Clint,
 
 Note that I don't see any other upstart jobs (ssh, libvirt-bin, etc)
 doing this.
 
 For cgroup-bin, just to make sure I'm understanding right, should it do
 'stop; exit 0;' if the binary is not found?

Err, are you sure ssh doesn't do it?

test -x /usr/sbin/sshd || { stop; exit 0; }


Thats the first line of the pre-start of ssh.conf. Should do a similar
thing with cgconfigparser.

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

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


  1   2   3   4   5   6   7   8   9   10   >