[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2012-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.20-0ubuntu1

---
mysql-5.5 (5.5.20-0ubuntu1) precise; urgency=low

  * New upstream release.
  * d/mysql-server-5.5.mysql.upstart: Fix stop on to make sure mysql is
fully stopped before shutdown commences. (LP: #688541) Also simplify
start on as it is redundant.
  * d/control: Depend on upstart version which has apparmor profile load
script to prevent failure on upgrade from lucid to precise.
(LP: #907465)
  * d/apparmor-profile: need to allow /run since that is the true path
of /var/run files. (LP: #917542)
  * d/control: mysql-server-5.5 has files in it that used to be owned
by libmysqlclient-dev, so it must break/replace it. (LP: #912487)
  * d/rules, d/control: 5.5.20 Fixes segfault on tests with gcc 4.6,
change compiler back to system default.
  * d/rules: Turn off embedded libedit/readline.(Closes: #659566)
 -- Clint Byrum cl...@ubuntu.com   Tue, 14 Feb 2012 23:59:22 -0800

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: Invalid = Fix Released

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

Title:
  race condition on shutdown (leads to corrupted fs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/688541/+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 820691] Re: mysql will be stopped, but not started again, on transition from runlevel 1 to 2

2012-02-15 Thread Clint Byrum
The upstart job for mysql-server-5.5 in precise does

start on runlevel [2345]

Marking Fix Released.

** Changed in: mysql-5.5 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  mysql will be stopped, but not started again, on transition from
  runlevel 1 to 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/820691/+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 893926] Re: Contains traces of UEC

2012-02-15 Thread Benjamin Kerensa
@octavian do you have an update on the progress of this?

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

Title:
  Contains traces of UEC

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

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


[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-15 Thread James Hunt
@Jason: thanks for the feedback.

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

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

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

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


[Bug 932468] Re: python-novaclient hardcodes UUID_CACHE_DIR, this should respect some env variable

2012-02-15 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/4190

** Changed in: nova
   Status: New = In Progress

** Changed in: nova
 Assignee: (unassigned) = Dave Walker (davewalker)

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

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

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

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


[Bug 931584] Re: Upstart should close all non-standard fds before starting a job

2012-02-15 Thread James Hunt
I agree with Steve here: Upstart is careful to set CLOEXEC on all the
fds it has control over, so I would much prefer this be fixed at source.

A temporary work-around for jobs that are affected by this issue is to
add the following code at the top of all appropriate script sections -
remember that all script and exec sections run as different processes so
if you have a pre-start and a script section, the code below should be
added to the top of *both* those sections:

script
  # close unexpectedly open fds
  # The 'readlink' ensures we don't try to close the fd we're using to read the 
/proc/self/fd directory.
  for fd in /proc/self/fd/*
  do
fd=$(basename $fd)
case $fd in
  0|1|2) ;;
  *) readlink $fd  eval exec $fd- || :;;
esac
  done

  #  do something useful here 

end script

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

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

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

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


[Bug 932681] [NEW] package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-02-15 Thread Bhavanishankar
Public bug reported:

while login to the system am getting error

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libapache2-mod-php5 5.3.2-1ubuntu4.14
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Feb 15 14:37:46 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 139
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139

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


** Tags: apport-package i386 lucid

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

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/932681/+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 932681] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-02-15 Thread Bhavanishankar
-- 
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/932681

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/932681/+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 932680] [NEW] package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-02-15 Thread Bhavanishankar
Public bug reported:

while login to the system am getting error

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libapache2-mod-php5 5.3.2-1ubuntu4.14
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Feb 15 14:37:46 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 139
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139

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


** Tags: apport-package i386 lucid

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

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/932680/+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 932680] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-02-15 Thread Bhavanishankar
-- 
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/932680

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/932680/+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 932680] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-02-15 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that a package failed to install due to a segmentation fault in
application being used by the package installation process.
Unfortunately, this bug report isn't very useful in its current state
and a crash report would be much more useful.  Could you try recreating
this issue by enabling apport to catch the crash report 'sudo service
apport start force_start=1' and then trying to install the same package
again?  This process will create a new bug report so I am marking this
one as Invalid.  Thanks again for helping out!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: package-install-segfault

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

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

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/932680/+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 932681] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-02-15 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that a package failed to install due to a segmentation fault in
application being used by the package installation process.
Unfortunately, this bug report isn't very useful in its current state
and a crash report would be much more useful.  Could you try recreating
this issue by enabling apport to catch the crash report 'sudo service
apport start force_start=1' and then trying to install the same package
again?  This process will create a new bug report so I am marking this
one as Invalid.  Thanks again for helping out!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: package-install-segfault

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

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

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.14 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/932681/+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 912355] Re: euca-allocate-address is not acepting any parameters

2012-02-15 Thread Dave Walker
Thanks for the feedback, marking Invalid.

Thanks.

** Changed in: euca2ools
   Status: New = Invalid

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

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

Title:
  euca-allocate-address is not acepting any parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/912355/+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 610987] Re: euca-describe-availability-zones output is a hint, not totally accurate - and should be documented

2012-02-15 Thread Dave Walker
** Changed in: euca2ools (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  euca-describe-availability-zones output is a hint, not totally
  accurate - and should be documented

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/610987/+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 676167] Re: Hairpin NAT on CC disabled - EC2 inconsistency

2012-02-15 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

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

Title:
  Hairpin NAT on CC disabled - EC2 inconsistency

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676167/+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 608623] Re: euca-revoke removes the wrong group authorization

2012-02-15 Thread Dave Walker
Marking euca2ools task incomplete pending an update.

Thanks.

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

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

Title:
  euca-revoke removes the wrong group authorization

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/608623/+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 556763] Re: Debconf eucalyptus/authorized-keys/* preseeds are not supported by eucalyptus-common

2012-02-15 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

** Changed in: eucalyptus (Ubuntu Maverick)
 Assignee: Dave Walker (davewalker) = (unassigned)

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

Title:
  Debconf eucalyptus/authorized-keys/* preseeds are not supported by
  eucalyptus-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/556763/+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 658023] Re: registration token computed incorrectly

2012-02-15 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

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

Title:
  registration token computed incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/658023/+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 601087] Re: wsdl_generator downloads wrong file for eucalyptus-src-deps.tar.gz

2012-02-15 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

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

Title:
  wsdl_generator downloads wrong file for eucalyptus-src-deps.tar.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/601087/+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 628145] Re: Eucalyptus does not understand IPv6

2012-02-15 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

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

Title:
  Eucalyptus does not understand IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/628145/+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 629878] Re: /etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf

2012-02-15 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

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

Title:
  /etc/init/eucalyptus.conf not in sync with
  /etc/eucalyptus/eucalyptus.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/629878/+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-system-management] Server System Management for ARM

2012-02-15 Thread Brian Fromme
Blueprint changed by Brian Fromme:

Whiteboard changed:
-  WE NEED HARDWARE!!
+ WE NEED HARDWARE!!
  
   *  IPMI
  
   ipmi tool / openipmi - do we need support for both?
    * Yes, but in terms of priority, OpenIPMI is higher
  [jason-hobbs 11/11/03 - What is driving OpenIPMI being a higher priority? Is 
there some demand from some end users or other applications for OpenIPMI over 
ipmitool? From a quick look, cobbler and nagios support ipmitool, but I'm not 
sure they support OpenIPMI's ipmicmd.  Maybe OpenIPMI here is referring to the 
kernel driver that gives access to a local BMC?]
  
   No DMI - Intel only for PCI - not available on ARM?
  DMI consumers:
    Landscape - serial number
    libvirt requires DMI
    monit
    Facter?
    SNMP
    lshw
    Any others?
  
  DMI emulation will be out of scope for Precise.
  IPMI consumers:
    Orchestra
    Cobbler
    Nagios
    SNMP
   Cluster stack / STONITH
    Any others?
  
-  * Upstart job for running serial login on correct serial port ttyS0 + ttyAMA 
(linaro builds have auto serial console)
-* http://comments.gmane.org/gmane.linux.linaro.devel/7939
-  * Calxeda to verify that OpenIPMI works on current hardware so this can be 
verified as early as possible in this cycle.
+  * Upstart job for running serial login on correct serial port ttyS0 + ttyAMA 
(linaro builds have auto serial console)
+    * http://comments.gmane.org/gmane.linux.linaro.devel/7939
+  * Calxeda to verify that OpenIPMI works on current hardware so this can be 
verified as early as possible in this cycle.
  
  All of this is dependent on hardware.
  
  Work Items:
- Conclude OpenIPMI vs. ipmitool or alternatives decision: TODO
+ Conclude OpenIPMI vs. ipmitool or alternatives decision: POSTPONED
  Test OpenIPMI on ARM: BLOCKED
- Investigate serial number DMI alternative mechanism on ARM: TODO
- Upstart job for running serial login on correct serial port: TODO
- Investigate DMI/IPMI consumer Landscape: TODO
- Investigate DMI/IPMI consumer libvirt: TODO
- Investigate DMI/IPMI consumer monit: TODO
- Investigate DMI/IPMI consumer Facter: TODO
- Investigate DMI/IPMI consumer snmpd: TODO
- Investigate DMI/IPMI consumer lshw: TODO
- Investigate DMI/IPMI consumer orchestra: TODO
- Investigate DMI/IPMI consumer cobbler: TODO
- Investigate DMI/IPMI consumer nagios: TODO
- Investigate DMI/IPMI consumer Cluster stack / STONITH: TODO
+ Investigate serial number DMI alternative mechanism on ARM: POSTPONED
+ Upstart job for running serial login on correct serial port: POSTPONED
+ Investigate DMI/IPMI consumer Landscape: POSTPONED
+ Investigate DMI/IPMI consumer libvirt: POSTPONED
+ Investigate DMI/IPMI consumer monit: POSTPONED
+ Investigate DMI/IPMI consumer Facter: POSTPONED
+ Investigate DMI/IPMI consumer snmpd: POSTPONED
+ Investigate DMI/IPMI consumer lshw: POSTPONED
+ Investigate DMI/IPMI consumer orchestra: POSTPONED
+ Investigate DMI/IPMI consumer cobbler: POSTPONED
+ Investigate DMI/IPMI consumer nagios: POSTPONED
+ Investigate DMI/IPMI consumer Cluster stack / STONITH: POSTPONED

-- 
Server System Management for ARM
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-system-management

-- 
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 932787] Re: nova-compute: euca-get-console-output returns no data

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

** Changed in: nova (Ubuntu)
   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/932787

Title:
  nova-compute: euca-get-console-output returns no data

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

2012-02-15 Thread Horacio Guastavino
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/932788

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.10 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-dfsg-5.1/+bug/932788/+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 932788] [NEW] package mysql-server-5.1 5.1.41-3ubuntu12.10 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-02-15 Thread Horacio Guastavino
Public bug reported:

no se termina de instalar el servidor MySql y aunque en ocasiones se ha
podido instalar, no inicia

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.10
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Feb 15 10:22:05 2012
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ib_logfile0', 'mysql', 'ib_logfile1', 'ibdata1', 
'debian-5.1.flag']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.10 failed to install/upgrade: 
el subproceso instalado el script post-installation devolvió el código de 
salida de error 1

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


** Tags: apport-package i386 lucid ubuntu-une

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.10 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-dfsg-5.1/+bug/932788/+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 932787] [NEW] nova-compute: euca-get-console-output returns no data

2012-02-15 Thread Andrew Glen-Young
Public bug reported:

I have recently upgraded from Oneiric to Precise and noticed that 'euca-
get-console-output instance' no longer returns data.

Some investigation reveals that there may be a regression where the
libvirt template is set to log to a log file, but nova-compute is
reading a fifo. Comparing an Oneirc template against a Precise template
seems to confirm the difference.

Could you please fix the template so that libvirt will log to a fifo?

Instances that have been created seem to behave correctly, but only
their console output is unavailable.

Some investigations:


$ grep -c fifo /usr/share/pyshared/nova/virt/libvirt.xml.template 
0

$ grep log /usr/share/pyshared/nova/virt/libvirt.xml.template
source path='${basepath}/console.log'/

$ dpkg-query --show nova-compute
nova-compute2012.1~e4~20120210.12574-0ubuntu1

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: 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/932787

Title:
  nova-compute: euca-get-console-output returns no data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/932787/+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 932795] [NEW] update to boto 2.2.2

2012-02-15 Thread Scott Moser
Public bug reported:

there were several issues found soon after boto release of 2.2.1, and
2.2.2 was quickly released as a bug fix release.

https://github.com/boto/boto/downloads

we should get that for ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-boto 2.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-12.20-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Wed Feb 15 09:36:06 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-boto
UpgradeStatus: Upgraded to precise on 2011-11-07 (100 days ago)

** Affects: python-boto (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  update to boto 2.2.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/932795/+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 932795] Re: update to boto 2.2.2

2012-02-15 Thread Scott Moser
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/932795

Title:
  update to boto 2.2.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/932795/+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 932795] Re: update to boto 2.2.2

2012-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package python-boto - 2.2.2-0ubuntu1

---
python-boto (2.2.2-0ubuntu1) precise; urgency=low

  * New upstream release (LP: #932795)
  * update debian/watch to point to github downloads instead of google code
 -- Scott Moser smo...@ubuntu.com   Wed, 15 Feb 2012 10:17:06 -0500

** Changed in: python-boto (Ubuntu)
   Status: New = Fix Released

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

Title:
  update to boto 2.2.2

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

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


[Bug 931859] Re: chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-15 Thread Marc Deslauriers
Thanks for the debdiff.

Seems to me removing all the permission setting in the postinst is the
wrong way to fix this. How are those permissions going to get setup?

How about doing something like this instead?

test -f $en/resource.cfg  setperm root nagios 0640 $en/resource.cfg

NACK on the debdiff.

I am unsubscribing ubuntu-sponsors. Please re-subscribe the group once
you've submitted an updated debdiff.

Thanks!

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

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

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

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


[Bug 931859] Re: chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-15 Thread Paul Belanger
The issue is the file permission being changed are not part of this
package.  In fact, they are already handled in the
nagios3-common.postinst script.

It should be noted this is the same fix that upstream has chosen[1] to
use.

[1] http://anonscm.debian.org/gitweb/?p=pkg-nagios/pkg-
nagios3.git;a=blobdiff;f=debian/nagios3-cgi.postinst;h=6bf16f841aceeac04841067406e5f3d15f5fcbd6;hp=3dcea97c06739ef788be65e2e60bda48cff44bdf;hb=54e3dffab607f9ff9f4e08ae7e6ccd378efa9d49;hpb=45b3eb939649e8c867d155f81a09ece56b345afb

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

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

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

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


[Bug 912355] Re: euca-allocate-address is not acepting any parameters

2012-02-15 Thread Anne Gentle
** Also affects: openstack-manuals
   Importance: Undecided
   Status: New

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

Title:
  euca-allocate-address is not acepting any parameters

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

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


[Bug 931859] Re: chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-15 Thread Marc Deslauriers
Ah! that makes sense. Thanks for the new information.

ACK on the debdiff. The only change I will do before uploading is
changing the version to 3.2.3-3ubuntu1 since we now have a Ubuntu delta.

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

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

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

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

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


[Bug 931859] Re: chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-15 Thread Paul Belanger
** Patch added: 3.2.3-3ubuntu1 version
   
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/931859/+attachment/2742661/+files/nagios3_3.2.3ubuntu1.debdiff

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

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

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

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


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

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

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

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

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


[Bug 931859] Re: chown: cannot access `/etc/nagios3/resource.cfg': No such file or directory

2012-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios3 - 3.2.3-3ubuntu1

---
nagios3 (3.2.3-3ubuntu1) precise; urgency=low

  * Don't fix permissions in cgi postinst (LP: #931859)
 -- Paul Belanger paul.belan...@polybeacon.com   Tue, 14 Feb 2012 11:54:34 
-0500

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

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

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

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

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


[Bug 884177] Re: fancontrol should have debconf prompt to run pwmconfig

2012-02-15 Thread userdce
In precise:

sudo fancontrol
Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file

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

Title:
  fancontrol should have debconf prompt to run pwmconfig

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 699737] Re: automount[1275]: syntax error in nsswitch config near [ syntax error ]

2012-02-15 Thread Andres Mujica
*** This bug is a duplicate of bug 488696 ***
https://bugs.launchpad.net/bugs/488696

** This bug has been marked a duplicate of bug 488696
   syntax error in nsswitch config near [ syntax error ]

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

Title:
  automount[1275]: syntax error in nsswitch config near [ syntax error ]

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

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


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

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

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

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

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


[Bug 932991] [NEW] nova-api reporting missing images after upgrade

2012-02-15 Thread Andrew Glen-Young
Public bug reported:

After upgrading Openstack from the packaged version in Oneiric to the
packaged version in Precise I have found that some images are being
reported as missing, but not all.

I am using nova-api, glance and swift with deprecated_auth.

Please let me know if you need any further information?


Software versions:

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu precise (development branch)

$ dpkg-query --show nova-*
nova-api2012.1~e4~20120210.12574-0ubuntu1
nova-common 2012.1~e4~20120210.12574-0ubuntu1
nova-doc2012.1~e4~20120210.12574-0ubuntu1
nova-network2012.1~e4~20120210.12574-0ubuntu1
nova-objectstore2012.1~e4~20120210.12574-0ubuntu1
nova-scheduler  2012.1~e4~20120210.12574-0ubuntu1


Swift reports the image exists:

$ swift -A https://localhost/auth/v1.0 -U glance:glance -K $KEY stat glance 
$((0xd1))
   Account: AUTH_glance
 Container: glance
Object: 209
  Content Type: text/plain
Content Length: 13
 Last Modified: Wed, 12 Oct 2011 19:41:42 GMT
  ETag: b9886512afafc0d1598bc7874bccf4b1
 Accept-Ranges: bytes
  Vary: Accept-Encoding

glance db shows that it exists:

sqlite select * from images where location like '%/209';
c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066||1476395008|active|1|swift+https://glance:glance:XX@127.0.0.1/auth/v1.0//glance/209|2011-10-12
 19:41:25.082058|2011-10-12 
19:49:06.521850||0|ami|ami|b9886512afafc0d1598bc7874bccf4b1||0|0|0

glance client:

$ glance show c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066
URI: http://0.0.0.0:9292/v1/images/c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066
Id: c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066
Public: Yes
Protected: No
Name: None
Status: active
Size: 1476395008
Disk format: ami
Container format: ami
Minimum Ram Required (MB): 0
Minimum Disk Required (GB): 0
Property 'image_location': 
xx-cloud-images/ubuntu-lucid-10.04-amd64-server-20110930.man
Property 'image_state': available
Property 'kernel_id': 158
Property 'min_ram': 0
Property 'ramdisk_id': 159
Property 'owner': None
Property 'architecture': x86_64
Property 'min_disk': 0
Property 'project_id': xx_project

euca2ools reports the image doesn't exist:

$ euca-describe-images ami-00d1
ImageNotFound: Image ami-00d1 could not be found.

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

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

Title:
  nova-api reporting missing images after upgrade

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

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


[Bug 932415] Re: Cloud-config can not add PPAs with international text in their description

2012-02-15 Thread Scott Moser
Jason,
 I just ran this on a precise (alpha-2) instance, and it seems to have gone 
fine:

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

$ cat /etc/apt/sources.list.d/ferramroberto-java-precise.list
deb http://ppa.launchpad.net/ferramroberto/java/ubuntu precise main
deb-src http://ppa.launchpad.net/ferramroberto/java/ubuntu precise main

That ppa does not have precise packages at the moment.

Has the ppa maybe been modified to work around this ?
What release/ami did you use ?

** Changed in: cloud-init (Ubuntu)
   Status: New = Incomplete

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

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

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

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


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

2012-02-15 Thread Scott Moser
I believe this is fixed in cloud-init revision 515
http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/515

Note, we could also restrict the device type searched by checking
/sys/block/devname/device/type as stefan suggested.

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

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

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

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


[Bug 933073] Re: keystone-client tests fail on RHEL

2012-02-15 Thread Ken Thomas
Just noticed that this went under Ubuntu python-keystoneclient and it
should have been under keystone instead. Marking as invalid and will
reopen in the right place.

** Changed in: python-keystoneclient (Ubuntu)
   Status: New = Invalid

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

Title:
  keystone-client tests fail on RHEL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/933073/+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 932787] Re: nova-compute: euca-get-console-output returns no data

2012-02-15 Thread Adam Gandelman
Hey Andrew, thanks for reporting.   It seems there was an error when
forward-porting the FIFO console log patch from oneiric to
precise/essex.  I believe Chuck is the process of refreshing it and
fixing it, so it the newer version of the patch will include the changes
required to get a proper libvirt template.

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

Title:
  nova-compute: euca-get-console-output returns no data

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

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


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

2012-02-15 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

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

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

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


[Bug 925513] Re: plymouth should not run in container

2012-02-15 Thread Michael Adam
Hi,

plymouth running in the container prevents me from using
the container at all, it kills my X instead:

I created a 11.10 container with the following lxc-create command on
freshly installed 11.10:

sudo lxc-create -n ubuntu1 -f ./ubuntu1-template.conf -t ubuntu --
--release=oneiric --path=/data/lxc/ubuntu1

here ubuntu1-template.conf contains this:

~
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = virbr0
~

(virbr0 being the bridge created by libvirt)

Now when I later start the container with sudo lxc-start -n ubuntu1
(after sudo lxc-create -n ubuntu1 -f /data/lxc/ubuntu1/config), then
there is no output but after a couple of seconds, my X session is killed
placing me in the login manager.

When I do lxc-ps -n ubuntu1, I see only plymouthd is running except for
init.

After disabling plymouth in the container by
mv /etc/init/plymouth.conf /etc/init/plymouth.conf.gone,
I was able to start the container successfully.

So maybe plymouth should really be disabled in the container.

Cheers - Michael

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

Title:
  plymouth should not run in container

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

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


[Bug 932468] Re: python-novaclient hardcodes UUID_CACHE_DIR, this should respect some env variable

2012-02-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/4190
Committed: 
http://github.com/openstack/python-novaclient/commit/1ee77c7fe314e015d14d9d5444fc21e84227bc47
Submitter: Jenkins
Branch:master

commit 1ee77c7fe314e015d14d9d5444fc21e84227bc47
Author: Dave Walker (Daviey) dave.wal...@canonical.com
Date:   Wed Feb 15 11:22:05 2012 +

Allow UUID_CACHE_DIR overriding via env variable.

This is declared as NOVACLIENT_UUID_CACHE_DIR.
Resolves bug 932468 , defaulting to previous behaviour.
Added myself to AUTHORS

Change-Id: I154500517d7c882a4a090588a95f4b3bfee70595


** Changed in: nova
   Status: In Progress = Fix Committed

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

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

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

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


[Bug 930444] Re: keystone-manage: error: argument command: invalid choice: 'db' from postinst

2012-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone -
2012.1~e4~20120203.1574-0ubuntu3

---
keystone (2012.1~e4~20120203.1574-0ubuntu3) precise; urgency=low

  * Update db sync to sync_database in postinst. (LP: #930444)
 -- Martin Pool m...@canonical.com   Thu, 16 Feb 2012 00:24:34 +0200

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

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

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

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

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


[Bug 925513] Re: plymouth should not run in container

2012-02-15 Thread Steve Langasek
I understand how plymouth currently running in the container might cause
problems.  My doubt is that disabling plymouth in the container is the
right fix.

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

Title:
  plymouth should not run in container

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

2012-02-15 Thread Serge Hallyn
@Michael,

your problem with X crashing is actually due to your using the '--path'
option.  Please don't use that.  It is only meant to be specified by
lxc-create to the template.  We've specifically removed --path from the
help output because it does the wrong thing when used by hand and is
dangerous.

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

Title:
  plymouth should not run in container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925513/+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 928608] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade: subproses skrip post-installation terpasang menghasilkan kesalahan status keluaran: 1

2012-02-15 Thread Serge Hallyn
** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade:
  subproses skrip post-installation terpasang menghasilkan kesalahan
  status keluaran: 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/928608/+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 928147] Re: package mysql-server-5.1 5.1.41-3ubuntu12.10 failed to install/upgrade: EOF on stdin at conffile prompt

2012-02-15 Thread Serge Hallyn
** Changed in: mysql-dfsg-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-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/928147

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.10 failed to
  install/upgrade: EOF on stdin at conffile prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/928147/+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 932991] [NEW] nova-api reporting missing images after upgrade

2012-02-15 Thread Andrew Glen-Young
On Wed 15-02-2012 19:02 ›, Andrew Glen-Young wrote:
 
 glance client:
 
 $ glance show c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066
 URI: http://0.0.0.0:9292/v1/images/c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066
 Id: c9d4eed5-2ecc-4fa5-9ae1-0da4a0f0c066
 Public: Yes
 Protected: No
 Name: None
 Status: active
 Size: 1476395008
 Disk format: ami
 Container format: ami
 Minimum Ram Required (MB): 0
 Minimum Disk Required (GB): 0
 Property 'image_location': 
 xx-cloud-images/ubuntu-lucid-10.04-amd64-server-20110930.man
 Property 'image_state': available
 Property 'kernel_id': 158
 Property 'min_ram': 0
 Property 'ramdisk_id': 159
 Property 'owner': None
 Property 'architecture': x86_64
 Property 'min_disk': 0
 Property 'project_id': xx_project
 

A quick update.

It looks like the 'kernel_id' and 'ramdisk_id' properties for the image were
not updated to use UUIDs. Once we updated these IDs to the correct UUIDs for
the relevant images, euca-describe-images seems to work.

This workaround is non-optimal for someone upgrading their Openstack
cluster.

-- 
Regards.
Andrew Glen-Young

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

Title:
  nova-api reporting missing images after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/932991/+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 932991] Re: nova-api reporting missing images after upgrade

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

** Changed in: nova (Ubuntu)
   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/932991

Title:
  nova-api reporting missing images after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/932991/+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 930266] Re: Add samba4 ntp signing socket to ntpd apparmor profile

2012-02-15 Thread Serge Hallyn
** Changed in: ntp (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Add samba4 ntp signing socket to ntpd apparmor profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/930266/+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 929827] Re: KDC (krb5-kdc-ldap) and kadmin.local segfault in libkdb5.so.5.0.

2012-02-15 Thread Serge Hallyn
** Changed in: krb5 (Ubuntu)
   Importance: Undecided = High

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

Title:
  KDC (krb5-kdc-ldap) and kadmin.local segfault in libkdb5.so.5.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/929827/+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 929827] Re: Missing krbPrincipalKey attributes cause segfaults in libkdb5 with LDAP backend

2012-02-15 Thread Jason B. Alonso
** Summary changed:

- KDC (krb5-kdc-ldap) and kadmin.local segfault in libkdb5.so.5.0.
+ Missing krbPrincipalKey attributes cause segfaults in libkdb5 with LDAP 
backend

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

Title:
  Missing krbPrincipalKey attributes cause segfaults in libkdb5 with
  LDAP backend

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

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


[Bug 931229] Re: lxc containers do not retain configured ip on container reboot

2012-02-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~serge-hallyn/ubuntu/precise/lxc/merge-utlemming-
and-more

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

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

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

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


[Bug 930525] Re: lxc-destroy should remove symlink from /etc/lxc/auto/ if it exists

2012-02-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~serge-hallyn/ubuntu/precise/lxc/merge-utlemming-
and-more

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

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

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

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