[Bug 1439649] Re: Pacemaker unable to communicate with corosync on restart

2015-04-16 Thread James Page
** Also affects: lxc (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Pacemaker unable to communicate with corosync on restart
+ Pacemaker unable to communicate with corosync on restart under lxc

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

Title:
  Pacemaker unable to communicate with corosync on restart under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1439649/+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 1443787] Re: openstack-dashboard pkg in ubuntu14.04 install error

2015-04-16 Thread James Page
Looks like we need to bump the django-compressor version - working that
now.

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

Title:
  openstack-dashboard pkg in ubuntu14.04 install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1443787/+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 1444904] [NEW] mysql 5.6 segfault on audit plugin usage

2015-04-16 Thread Hans-Joachim Kliemeck
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - 
About Ubuntu
Ubuntu Trusty

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
5.6.19-0ubuntu0.14.04.1

a segmentation fault will occur while using the audit plugin of mariadb.
since this segmentation fault is caused by the mysql server and not by
the plugin itself, please update mysql-server-5.6 to the current release
5.6.24 or backport the mysql fix

mysql fix: 
https://github.com/mysql/mysql-server/commit/38dcb9fb00d5cb1a398977edc56fa0f454037498
issue on mariadb forum: https://mariadb.atlassian.net/browse/MDEV-7967
gdb output: http://pastebin.com/ksXT8PMZ
mysql error log: http://pastebin.com/ciGDk2KK

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

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

Title:
  mysql 5.6 segfault on audit plugin usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1444904/+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 1439649] Re: Pacemaker unable to communicate with corosync on restart under lxc

2015-04-16 Thread James Page
I've being trying to reproduce this under KVM and on hardware (no LXC)
but I'm unable to reproduce the problem, so this appears isolated to
LXC.

The pacemaker - corosync communication occurs over IPC implemented
using shared memory.  I'm wondering whether this is managing to get into
an inconsistent state.

The other thing worth noting is that in the deployment impacted, there
are multiple corosync/pacemaker clusters running on the same physical
host, but under different LXC containers.

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

Title:
  Pacemaker unable to communicate with corosync on restart under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1439649/+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 1443787] Re: openstack-dashboard pkg in ubuntu14.04 install error

2015-04-16 Thread James Page
** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: horizon (Ubuntu)
   Status: Confirmed = In Progress

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

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

Title:
  openstack-dashboard pkg in ubuntu14.04 install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1443787/+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 1444615] Re: FFE for python-tooz 0.13.1

2015-04-16 Thread James Page
** Description changed:

  Needed for OpenStack kilo rc1 for vivid.
- 
+ * All reverse-depends are OpenStack components.
+ * Tested alongside Kilo RC1 in PPA
  
  CHANGES
  ===
  
  0.13.1
  --
  
  * Switch to non-namespaced module imports
  * Add a driver feature compatibility matrix
  * Remove support for 3.3
  
  0.13.0
  --
  
  * Two locks acquired from one coord must works
  * Updated from global requirements
  * Releases locks in tests
  * Allow coordinator non-string options and use them
  * Since we use msgpack this can be more than a str
  * Updated from global requirements
  
  0.12
  
  
  * retry: fix decorator
  * file: fix typo in errno.EACCES
  
  0.11
  
  
  * Add a file based driver
  * Upgrade to hacking 0.10
  * Update sentinel support to allow multiple sentinel hosts
  * Allow to pass arguments to retry()
  * IPC simplification
  
  0.10
  
  
  * Add support for an optional redis-sentinel
  * README.rst tweaks
  * A few more documentation tweaks
  * Sync requirements to global requirements
  * Add create/join/leave group support in IPC driver
  * Add driver autogenerated docs
  * Update links + python version supported
  * zookeeper: add support for delete group
  * redis: add support for group deletion
  * tests: minor code simplification
  * memcached: add support for group deletion
  * memcached: add support for _destroy_group
  * Switch to using oslosphinx
  * Add doc on how transaction is itself retrying internally
  * Fix .gitreview after rename/transfer
  * tests: use scenarios attributes for timeout capability
  * tests: check for leave group events on dead members cleanup
  * memcached: delete stale/dead group members on get_members()
  * tests: remove check_port
  * tests: do not skip test on connection error
  
  0.9
  ---
  
  * doc: add missing new drivers
  * doc: switch examples to Zake
  * doc: add locking
  * Fix tox envlist
  * Drop Python 3.3 tests in tox
  * Allow tox with py34 and MySQL
  * Test connection error scenarios on more drivers
  * Translate psycopg2 errors/exceptions into tooz exceptions
  * Ensure 'leave_group' result gotten before further work
  * watch_leave_group not triggering callback on expired members
  * Add MySQL driver
  * Discard 'self' from '_joined_groups' if we got booted out
  * Implement non-blocking locks with PostgreSQL
  * More retry code out of memcached
  * Add a PostgreSQL driver
  * Fix gate
  * Handle when a group used to exist but no longer does
  * tox: split redis/memcached env
  * Fix memcached heartbeat on start()
  * tox: splits test scenarios
  * Add a minimum redis version check while starting
  * Make requirement on redis 2.10.x explicit
  * Try to use PSETEX when possible
  * Use hdel with many keys where supported
  * Avoid logging warnings when group deleted or member gone
  * Ensure that we correctly expire (and cleanup) redis members
  * Various fixes for locks and version compatibility
  * Move sysv_ipc deps to test-requirements
  
- 
  0.8
  ---
  
  * test: try to stop() first
  * Convert the rest of memcached driver functions to futures
  * Add a assertRaisesAny helper method
  * Allow zake to be tested
  * Add a redis driver
  * Ensure groups leaving returns are gotten
  * Raise the new OperationTimedOut when futures don't finish
  * Start to add a catch and reraise of timed out exceptions
  * Adjust the timeout to reflect the repeated retries
  * ipc: do not delete the lock if we never acquired it
  * Add home-page field
  
  0.7
  ---
  
  * Split up the requirements for py2.x and py3.x
  * ipc: Fix acquire lock loop logic
  
  0.6
  ---
  
  * Make lock blocking with no time out by default
  
  0.5
  ---
  
  * coordination: remove destroy() from the lock protocol
  * IPC: fix a potential race condition at init
  * Fix IPC driver on OS X
  * Switch to oslo.utils
  * Blacklist retrying 1.3.0
  * Use futures to make parts of the memcached driver async
  * Have examples run in the py27 environment and make them work

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

Title:
  FFE for python-tooz 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tooz/+bug/1444615/+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 1444590] Re: FFE for python-oslo.versioniedobjects 0.1.1

2015-04-16 Thread James Page
** Description changed:

  * Needed for Openstack kilo rc1
+ * All reverse-depends are OpenStack components.
+ * Tested alongside Kilo RC1 in PPA
  
  0.1.1
  -
  
  * Sync from oslo-incubator
  * Properly serialize/deserialize arguments in fake indirection api
  * Allow passing serializer and indirection API objects to Fixture
  * Make serializer use the provided base class for the indirection api

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

Title:
  FFE for python-oslo.versioniedobjects 0.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.versionedobjects/+bug/1444590/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-04-16 Thread Hilario J. Montoliu (hjmf)
Tags updated to verification-done

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-04-16 Thread Hilario J. Montoliu (hjmf)
Hello Chris

Tested with utopic-proposed; both upgrade and install fix the problem



** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1444968] [NEW] Postfix init.d scripts malfunction in an unprivilleged Docker container

2015-04-16 Thread Ernestas
Public bug reported:

It would be beneficial to change 52 line in /etc/init.d/postfix from:
dir=$(ls -l /proc/$pid/exe 2/dev/null | sed 's/.* - //; 
s/\/[^\/]*$//')
to:
dir=$(cat /proc/$pid/task/$pid/cmdline 2/dev/null)

First, it's obviously shorter. Second, it would work in Docker. It does
require additional kernel capabilities for looking into /proc/$pid/exe.
By default, Docker (and I presume that the same situation is with LXC
containers as well) does not give permission to /proc/$pid/exe, but does
provide access to contents of cmdline.

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

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

Title:
  Postfix init.d scripts malfunction in an unprivilleged Docker
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1444968/+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 1439649] Re: Pacemaker unable to communicate with corosync on restart under lxc

2015-04-16 Thread Mario Splivalo
Hi, guys.

I am also actively testing to reproduce similar issue (that our customer
complained about) - I'm deploying three unit percona-cluster (each unit
in a separate LXC on separate physical machine) with three unit keystone
(both services have hacluster subodinated), but failed to reproduce it
so far - we made sure everything is set up correctly, run 'keystone
service-list' and similar, did a hard-reset via IPMI of the node where
percona-cluster VIP resides, corosync/pacemaker did their job, VIP
moved, 'keystone service-list' is happy...

I'll update here with more info as I go along.

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

Title:
  Pacemaker unable to communicate with corosync on restart under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1439649/+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 1444944] Re: package nut-client 2.7.1-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-16 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 nut in Ubuntu.
https://bugs.launchpad.net/bugs/1444944

Title:
  package nut-client 2.7.1-1ubuntu3 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/nut/+bug/1444944/+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 1444944] [NEW] package nut-client 2.7.1-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-16 Thread Andrea
Public bug reported:

This message always appears when I update the system

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nut-client 2.7.1-1ubuntu3
ProcVersionSignature: Ubuntu 3.16.0-34.45-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8.3
Architecture: amd64
Date: Thu Apr 16 12:44:19 2015
DuplicateSignature: package:nut-client:2.7.1-1ubuntu3:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-01-19 (86 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: nut
Title: package nut-client 2.7.1-1ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  package nut-client 2.7.1-1ubuntu3 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/nut/+bug/1444944/+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 1444939] [NEW] PHP ext-intl not available on cli

2015-04-16 Thread jpuxan
Public bug reported:

After installing php5-intl, the module is not available using PHP
command line interface. I would expect this to be automatically
available.

The file /etc/php5/cli/conf.d/20-intl.ini is missing and has to be
manually copied from /etc/php5/apache2/conf.d/20-intl.ini.

$ lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04

$ apt-cache policy pkgname php5-intl
php5-intl:
  Installed: 5.5.9+dfsg-1ubuntu4.7
  Candidate: 5.5.9+dfsg-1ubuntu4.7
  Version table:
 *** 5.5.9+dfsg-1ubuntu4.7 0
500 http://es.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 5.5.9+dfsg-1ubuntu4 0
500 http://es.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
N: Unable to locate package pkgname

Thanks
Jordi

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

Title:
  PHP ext-intl not available on cli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1444939/+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 1444616] Re: mysql 5.5.43, 5.6.24 security update tracking bug

2015-04-16 Thread Marc Deslauriers
** Also affects: mysql-5.6 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.6 (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.6 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.6 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.6 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

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

** Changed in: mysql-5.6 (Ubuntu Vivid)
   Status: New = Confirmed

** Changed in: mysql-5.6 (Ubuntu Vivid)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: mysql-5.5 (Ubuntu Precise)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: mysql-5.5 (Ubuntu Trusty)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

** Changed in: mysql-5.5 (Ubuntu Utopic)
   Status: New = Confirmed

** Changed in: mysql-5.5 (Ubuntu Utopic)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

Title:
  mysql 5.5.43, 5.6.24 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1444616/+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 1445036] Re: Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

2015-04-16 Thread James Clarke
** Changed in: libcgroup (Ubuntu)
 Assignee: (unassigned) = James Clarke (jrtc27)

** Changed in: libcgroup (Ubuntu)
   Status: New = In Progress

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

Title:
  Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+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 1445041] [NEW] Can HAVE_LDAP_INITIALIZE be defined by default?

2015-04-16 Thread Deric Sullivan
Public bug reported:

Hello,  I'm not sure if this is a bug or a wishlist item.

I'm having issues upon bootup with a service daemon freezing (ntpd in
this case).  I think the problem would go away (not necessarily fixed
but no longer seen at least) if libnss-ldap was built with
HAVE_LDAP_INITIALIZE defined (in config.h.in).  Since OpenLDAP libraries
are a depneds for libnss-ldap, and since OpenLDAP has
ldap_initialize() (and ldap_init() while we're at it), then why not
activate these features by default?


I can provide lots of information about my particular problem symptoms with 
ntpd if needed.

# lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04
#
# apt-cache policy libnss-ldap
libnss-ldap:
  Installed: 264-2.2ubuntu4.14.04.1
  Candidate: 264-2.2ubuntu4.14.04.1
  Version table:
 *** 264-2.2ubuntu4.14.04.1 0
500 http://my_apt_server/staging/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 264-2.2ubuntu4 0
500 http://my_apt_server/staging/ubuntu/ trusty/main amd64 Packages
# 

What I expected to happen:
No connection be made to an LDAP server due to a call to initgroups() by a 
process whose uid/username is listed in nss_initgroups_ignoreusers in the 
/etc/ldap.conf file.

What happened instead:
It seems that a connection is made anyways.


Thank you,
Deric Sullivan

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Can HAVE_LDAP_INITIALIZE be defined by default?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1445041/+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 1257186] [NEW] memory leakage messages (no talloc stackframe)

2015-04-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

This message appears a lot as of a recent update to samba (Trusty
development branch):

no talloc stackframe at ../source3/param/loadparm.c:4831, leaking memory

From this upstream bug report, I am lead to believe the issue is in
libpam-smbpass, but I don't really know for sure.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728666

I am filing this bug report mainly so that I can refer to it on the
testing tracker as an issue, while still setting the test case to pass.
Note that other than the error message itself, I am not aware of any bad
side effect.

doug@v32-serv04:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04
Codename:   trusty

** Affects: samba
 Importance: Medium
 Status: Fix Released

** Affects: samba (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: samba (Ubuntu Trusty)
 Importance: High
 Status: Confirmed

** Affects: samba (Debian)
 Importance: Unknown
 Status: New


** Tags: iso-testing patch trusty
-- 
memory leakage messages (no talloc stackframe)
https://bugs.launchpad.net/bugs/1257186
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
Ubuntu-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 1444037] Re: juju-core 1.22.1 is not packaged in Ubuntu

2015-04-16 Thread Curtis Hovey
** Description changed:

  We're now in a position to have 1.22.1 enter trusty-proposed and vivid-
  proposed, but it should not land in trusty or vivid until upstream
  passes QA on our proposed binaries, published the tools in their stable
  simplestream and announces the release for general production use.
  
  [SRU Information]
  
  juju-core has a stable release exception in
  https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions,
  including for major version updates.
  
  [Development Fix]
  
  Upload of new upstream release with packaging review. [strikov] will
  remove the block-proposed tag when verification has passed, and then
  this update should migrate to vivid.
  
  [Stable Fix]
  
  Full backport of new upstream release.
  
  [Pre-QA tasks]
  
  [strikov] Upload to the development release (vivid-proposed): TODO
  [strikov] Upload to the current LTS release (trusty-proposed): TODO
  
  [QA Status]
  
  Since there are multiple verifications required, they are listed here as
  a work item whiteboard status type thing rather than try and track them
  in a single tag. Please do not mark verification-done or remove block-
  proposed until all following items have passed. If any of these items
  fail, this bug should be marked verification-failed immediately.
  
- [sinzui] Upsteam QA test against Vivid: TODO
+ [sinzui] Upsteam QA test against Vivid: DONE
  [sinzui] Upstream QA test against Trusty: TODO
  [sinzui] Upstream release process complete: TODO
  
  Manual tests required:
  
  [sinzui] Test juju-quickstart against vivid-proposed: TODO
  [sinzui] Test juju-quickstart against trusty-proposed: TODO
  
  The following stakeholders have expressed an interest in performing
  their own tests and we will wait for a (timely) acknowledgement from
  them before removing the -proposed blocks. If you also have an interest
  in testing new Juju releases before they land in an SRU, then please
  comment in this bug.
  
  Landscape team QA: TODO

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

Title:
  juju-core 1.22.1 is not packaged in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1444037/+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 1445079] Re: package php5-common 5.5.9+dfsg-1ubuntu4.7 failed to install/upgrade: package php5-common is already installed and configured

2015-04-16 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 php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1445079

Title:
  package php5-common 5.5.9+dfsg-1ubuntu4.7 failed to install/upgrade:
  package php5-common is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1445079/+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 1444037] Re: juju-core 1.22.1 is not packaged in Ubuntu

2015-04-16 Thread Curtis Hovey
Ubuntu juju 1.22.1 on vivid is compatible with 1.22.x from upstream
Juju. It is suitable deploying and maintaining environments in public
and private clouds. Juju is compatible with the versions of quickstart
(and deployer) provide by Ubuntu main and proposed.

Note that 1.22.1 does not support systemd, so the case of using local-
provider for testing and charm development is not supported.

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

Title:
  juju-core 1.22.1 is not packaged in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1444037/+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 1444615] Re: FFE for python-tooz 0.13.1

2015-04-16 Thread Scott Kitterman
Ack.  Approved thanks to jamespage's rdepends analysis.

** Changed in: python-tooz (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  FFE for python-tooz 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tooz/+bug/1444615/+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 1445036] Re: Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

2015-04-16 Thread James Clarke
** Patch added: debdiff: libcgroup_0.38-1ubuntu2 to libcgroup_0.41-6ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+attachment/4377359/+files/ubuntu.diff

** Changed in: libcgroup (Ubuntu)
 Assignee: James Clarke (jrtc27) = (unassigned)

** Changed in: libcgroup (Ubuntu)
   Status: In Progress = Confirmed

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

Title:
  Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+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 1445036] Re: Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

2015-04-16 Thread James Clarke
** Patch added: debdiff: libcgroup_0.41-6 to libcgroup_0.41-6ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+attachment/4377355/+files/debian.diff

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

Title:
  Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+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 1312976] Re: Make NFS client/server work under systemd

2015-04-16 Thread Bug Watch Updater
** Changed in: apparmor (Debian)
   Status: Unknown = New

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

Title:
  Make NFS client/server work under systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1312976/+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 1444037] Re: juju-core 1.22.1 is not packaged in Ubuntu

2015-04-16 Thread Curtis Hovey
** Description changed:

  We're now in a position to have 1.22.1 enter trusty-proposed and vivid-
  proposed, but it should not land in trusty or vivid until upstream
  passes QA on our proposed binaries, published the tools in their stable
  simplestream and announces the release for general production use.
  
  [SRU Information]
  
  juju-core has a stable release exception in
  https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions,
  including for major version updates.
  
  [Development Fix]
  
  Upload of new upstream release with packaging review. [strikov] will
  remove the block-proposed tag when verification has passed, and then
  this update should migrate to vivid.
  
  [Stable Fix]
  
  Full backport of new upstream release.
  
  [Pre-QA tasks]
  
  [strikov] Upload to the development release (vivid-proposed): TODO
  [strikov] Upload to the current LTS release (trusty-proposed): TODO
  
  [QA Status]
  
  Since there are multiple verifications required, they are listed here as
  a work item whiteboard status type thing rather than try and track them
  in a single tag. Please do not mark verification-done or remove block-
  proposed until all following items have passed. If any of these items
  fail, this bug should be marked verification-failed immediately.
  
  [sinzui] Upsteam QA test against Vivid: DONE
  [sinzui] Upstream QA test against Trusty: TODO
  [sinzui] Upstream release process complete: TODO
  
  Manual tests required:
  
- [sinzui] Test juju-quickstart against vivid-proposed: TODO
+ [sinzui] Test juju-quickstart against vivid-proposed: DONE
  [sinzui] Test juju-quickstart against trusty-proposed: TODO
  
  The following stakeholders have expressed an interest in performing
  their own tests and we will wait for a (timely) acknowledgement from
  them before removing the -proposed blocks. If you also have an interest
  in testing new Juju releases before they land in an SRU, then please
  comment in this bug.
  
  Landscape team QA: TODO

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

Title:
  juju-core 1.22.1 is not packaged in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1444037/+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 1445084] [NEW] neutron-dhcp-agent send 0x03 dhcp flag to a client

2015-04-16 Thread Michael Kazakov
Public bug reported:

If the client is a virtial host with Window introduced in the AD domain. The 
client does not send dns updates on AD server because neutron-dhcp-agent sends 
0x03 dhcp flag in response. 
Client request:

Option: (81) Client Fully Qualified Domain Name
Length: 23
Flags: 0x00
  = Reserved flags: 0x00
 0... = Server DDNS: Some server updates
 ..0. = Server overrides: No override
 ...0 = Server: Client
A-RR result: 0
PTR-RR result: 0
Client name: dnstest.local

Server respose:

Option: (81) Client Fully Qualified Domain Name
Length: 30
Flags: 0x03
  = Reserved flags: 0x00
 0... = Server DDNS: Some server updates
 .0.. = Encoding: ASCII encoding
 ..1. = Server overrides: Override
 ...1 = Server: Server
A-RR result: 255
PTR-RR result: 255
Client name: host-172-25-43-40.local

Because of this windows host does not send update dns requests on AD
server and after certain time out server remove client hostname from DNS
zone.

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

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

Title:
  neutron-dhcp-agent send 0x03 dhcp flag to a client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1445084/+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 1445079] [NEW] package php5-common 5.5.9+dfsg-1ubuntu4.7 failed to install/upgrade: package php5-common is already installed and configured

2015-04-16 Thread Onesimus Situngkir
Public bug reported:

package php5-common 5.5.9+dfsg-1ubuntu4.7 failed to install/upgrade:
package php5-common is already installed and configured

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: php5-common 5.5.9+dfsg-1ubuntu4.7
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
AptdaemonVersion: 1.1.1-1ubuntu5.1
Architecture: amd64
Date: Thu Apr 16 21:59:56 2015
DuplicateSignature: package:php5-common:5.5.9+dfsg-1ubuntu4.7:package 
php5-common is already installed and configured
ErrorMessage: package php5-common is already installed and configured
InstallationDate: Installed on 2015-04-16 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: php5
Title: package php5-common 5.5.9+dfsg-1ubuntu4.7 failed to install/upgrade: 
package php5-common is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package trusty

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

Title:
  package php5-common 5.5.9+dfsg-1ubuntu4.7 failed to install/upgrade:
  package php5-common is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1445079/+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 1444037] Re: juju-core 1.22.1 is not packaged in Ubuntu

2015-04-16 Thread Oleg Strikov
Removing 'block-proposed' flag to allow juju 1.22.1 to go into Vivid.

** Description changed:

  We're now in a position to have 1.22.1 enter trusty-proposed and vivid-
  proposed, but it should not land in trusty or vivid until upstream
  passes QA on our proposed binaries, published the tools in their stable
  simplestream and announces the release for general production use.
  
  [SRU Information]
  
  juju-core has a stable release exception in
  https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions,
  including for major version updates.
  
  [Development Fix]
  
  Upload of new upstream release with packaging review. [strikov] will
  remove the block-proposed tag when verification has passed, and then
  this update should migrate to vivid.
  
  [Stable Fix]
  
  Full backport of new upstream release.
  
  [Pre-QA tasks]
  
- [strikov] Upload to the development release (vivid-proposed): TODO
+ [strikov] Upload to the development release (vivid-proposed): DONE
  [strikov] Upload to the current LTS release (trusty-proposed): TODO
  
  [QA Status]
  
  Since there are multiple verifications required, they are listed here as
  a work item whiteboard status type thing rather than try and track them
  in a single tag. Please do not mark verification-done or remove block-
  proposed until all following items have passed. If any of these items
  fail, this bug should be marked verification-failed immediately.
  
  [sinzui] Upsteam QA test against Vivid: DONE
  [sinzui] Upstream QA test against Trusty: TODO
  [sinzui] Upstream release process complete: TODO
  
  Manual tests required:
  
  [sinzui] Test juju-quickstart against vivid-proposed: DONE
  [sinzui] Test juju-quickstart against trusty-proposed: TODO
  
  The following stakeholders have expressed an interest in performing
  their own tests and we will wait for a (timely) acknowledgement from
  them before removing the -proposed blocks. If you also have an interest
  in testing new Juju releases before they land in an SRU, then please
  comment in this bug.
  
  Landscape team QA: TODO

** Tags removed: block-proposed

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

Title:
  juju-core 1.22.1 is not packaged in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1444037/+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 888434] Re: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

2015-04-16 Thread Ken Sharp
** Description changed:

  As of 11.10, 55NetworkManager calls the already non-existing sleep and
  wake methods on org.freedesktop.NetworkManager. It should call instead
- the Sleep (not capital 'S') method with a boolean argument:
+ the Sleep (note the capital 'S') method with a boolean argument:
  
  dbus_send ... ... org.freedesktop.NetworkManager.Sleep boolean:true
  
  for suspending, and false for resuming.
  
  Attached the fixed file.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pm-utils 1.4.1-8ubuntu1 [modified: 
usr/lib/pm-utils/sleep.d/55NetworkManager]
  ProcVersionSignature: Ubuntu 3.0.0-12.20~ppa1-generic-tuxonice 3.0.4
  Uname: Linux 3.0.0-12-generic-tuxonice x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Thu Nov 10 08:32:17 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=en_US:en
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: pm-utils
  UpgradeStatus: Upgraded to oneiric on 2011-10-30 (11 days ago)

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

Title:
  /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/888434/+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 1444037] Re: juju-core 1.22.1 is not packaged in Ubuntu

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package juju-core - 1.22.1-0ubuntu1

---
juju-core (1.22.1-0ubuntu1) vivid; urgency=medium

  * New upstream bugfix release (LP: #1444037).
  * Autopkgtests were changed to switch back to upstart before running their
workload. This is needed because juju  1.23 doesn't support systemd.
  * d/patches/fix-detect-new-release.patch: Removed because applied upstream.
  * d/copyright: Updated to reflect changes in the codebase.
 -- Oleg Strikov oleg.stri...@canonical.com   Tue, 14 Apr 2015 14:11:54 +

** Changed in: juju-core (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  juju-core 1.22.1 is not packaged in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1444037/+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 1439481] Re: gnome-terminal icon display in unity://running-apps instead of byobu icon

2015-04-16 Thread Mitsuya Shibata
It seems that fixed in gnome-terminal 3.14.2-0ubuntu3.

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

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

Title:
  gnome-terminal icon display in unity://running-apps instead of byobu
  icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1439481/+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 1312976] Re: Make NFS client/server work under systemd

2015-04-16 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #782700
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782700

** Also affects: apparmor (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782700
   Importance: Unknown
   Status: Unknown

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

Title:
  Make NFS client/server work under systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1312976/+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 1445036] [NEW] Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

2015-04-16 Thread James Clarke
Public bug reported:

Debian testing (Jessie at time of writing) has had libcgroup 0.41-6 for
a while, but Ubuntu is still stuck with 0.38.

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

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

Title:
  Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+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 1444607] Re: FFE for python-stevedore 1.3.0

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package stevedore - 1.3.0-0ubuntu1

---
stevedore (1.3.0-0ubuntu1) vivid; urgency=medium

  * New upstream release. (LP: #1444607)
 -- Chuck Short zul...@ubuntu.com   Tue, 07 Apr 2015 15:15:41 -0400

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

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

Title:
  FFE for python-stevedore 1.3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stevedore/+bug/1444607/+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 1444548] Re: [FFE] python-cliff 1.10.1

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-cliff - 1.10.1-0ubuntu1

---
python-cliff (1.10.1-0ubuntu1) vivid; urgency=medium

  * New upstream release. (LP: #1444548)
 -- Chuck Short zul...@ubuntu.com   Fri, 10 Apr 2015 08:46:15 -0400

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

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

Title:
  [FFE] python-cliff 1.10.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cliff/+bug/1444548/+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 1445143] [NEW] fail to process user-data with cloud-config-archive

2015-04-16 Thread Scott Moser
Public bug reported:

launching an instance with this user-data causes the stack trace further below
#cloud-config-archive:
 - content: |
 #cloud-config
 chpasswd: {expire: false}
 manage_etc_hosts: true
 password: ubuntu


Apr 16 17:20:29 ubuntu [CLOUDINIT] util.py[DEBUG]: Consuming user data 
failed!#012Traceback (most recent call last):
File /usr/bin/cloud-init, line 280, in main_init
init.consume_data(PER_ALWAYS)
  File /usr/lib/python3/dist-packages/cloudinit/stages.py, line 496, in 
consume_data
self._consume_userdata(frequency)
  File /usr/lib/python3/dist-packages/cloudinit/stages.py, line 566, in 
_consume_userdata
self._do_handlers(user_data_msg, c_handlers_list, frequency)
  File /usr/lib/python3/dist-packages/cloudinit/stages.py, line 489, in 
_do_handlers
walk_handlers(excluded)
  File /usr/lib/python3/dist-packages/cloudinit/stages.py, line 472, in 
walk_handlers
handlers.walk(data_msg, handlers.walker_callback, data=part_data)
  File /usr/lib/python3/dist-packages/cloudinit/handlers/__init__.py, line 
248, in walk
payload = util.fully_decoded_payload(part)
  File /usr/lib/python3/dist-packages/cloudinit/util.py, line 126, in 
fully_decoded_payload
return cte_payload.decode(charset, errors='surrogateescape')
TypeError: decode() argument 1 must be str, not Charset

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: cloud-init 0.7.7~bzr1088-0ubuntu3 [modified: 
usr/lib/python3/dist-packages/cloudinit/util.py]
ProcVersionSignature: User Name 3.19.0-14.14-generic 3.19.3
Uname: Linux 3.19.0-14-generic x86_64
ApportVersion: 2.17.1-0ubuntu1
Architecture: amd64
Date: Thu Apr 16 17:48:07 2015
Ec2AMI: ami-02ed
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-init (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: amd64 apport-bug ec2-images vivid

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

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = High

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

Title:
  fail to process user-data with cloud-config-archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1445143/+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 1445036] Re: Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

2015-04-16 Thread James Clarke
** Patch removed: debdiff: libcgroup_0.41-6 to libcgroup_0.41-6ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+attachment/4377355/+files/debian.diff

** Patch added: debdiff: libcgroup_0.41-6 to libcgroup_0.41-6ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+attachment/4377664/+files/debian.diff

** Patch removed: debdiff: libcgroup_0.38-1ubuntu2 to libcgroup_0.41-6ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+attachment/4377359/+files/ubuntu.diff

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

Title:
  Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+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 1432666] Re: [FFe] New upstream release 1.8.0

2015-04-16 Thread Andres Rodriguez
** Description changed:

  We would like to request an Standing Feature Freeze exception for MAAS
- 1.8.
+ 1.8b3. This release includes:
  
  MAAS 1.8 brings the following features:
-  - New WebUI
-  - Networking Devices Support
-  - Support for Juju LXC containers
-  - Dropping apache2 as a running dependency
-  - Better config file management
-  - Better storage Management
+  - New WebUI
+  - Networking Devices Support
+  - Support for Juju LXC containers
+  - Dropping apache2 as a running dependency
+  - Better config file management
+  - Better storage Management

** Description changed:

  We would like to request an Standing Feature Freeze exception for MAAS
  1.8b3. This release includes:
  
  MAAS 1.8 brings the following features:
-  - New WebUI
-  - Networking Devices Support
-  - Support for Juju LXC containers
-  - Dropping apache2 as a running dependency
-  - Better config file management
-  - Better storage Management
+  - New WebUI: This includes a completely new redesigned webui.
+  - Networking Devices Support: This includes support for third party machiens 
in MAAS so they dont take IP address from MAAS managed ranges, which can cause 
serious issues.
+  - Support for Juju LXC containers: Allows containers to be registered as 
special types of devices.
+  - Dropping apache2 as a running dependency: Completely drop the usage of 
aapache2 in favor of twisted.
+  - Better storage Management: Ensure that disk are recognized individually 
and management appropriately.
+  - Support for systemd: Systemd support for both MAAS daemons and internals 
when writing systemd units on commissioning images.

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

Title:
  [FFe] New upstream release 1.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1432666/+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 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2015-04-16 Thread Pablo Piaggio
This affects me.

14.04 trying to connect through ssh to 12.04. Both 64bits.

It stops at the the line: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY

Please help.

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

Title:
  ssh fails to connect to VPN host - hangs at 'expecting
  SSH2_MSG_KEX_ECDH_REPLY'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1254085/+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 1444590] Re: FFE for python-oslo.versioniedobjects 0.1.1

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.versionedobjects -
0.1.1-0ubuntu1

---
python-oslo.versionedobjects (0.1.1-0ubuntu1) vivid; urgency=medium

  * New upstream release. (LP: #1444590)
 -- Chuck Short zul...@ubuntu.com   Tue, 07 Apr 2015 12:27:33 -0400

** Changed in: python-oslo.versionedobjects (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE for python-oslo.versioniedobjects 0.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.versionedobjects/+bug/1444590/+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 1393190] Re: package mysql-server-5.6 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-16 Thread Alberto Salvia Novella
** Changed in: mysql-5.6 (Ubuntu)
   Importance: Undecided = High

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

Title:
  package mysql-server-5.6 (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1393190/+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 1444556] Re: FFE for python-oslo.db 1.7.1

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.db - 1.7.1-0ubuntu1

---
python-oslo.db (1.7.1-0ubuntu1) vivid; urgency=medium

  * New upstream release (LP: #1444556):
- debian/control: Update requirements.
- debian/patches/fix-requirements.patch: Dropped no longer needed.
 -- Chuck Short zul...@ubuntu.com   Thu, 09 Apr 2015 10:33:57 -0400

** Changed in: python-oslo.db (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE for python-oslo.db 1.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.db/+bug/1444556/+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 1444597] Re: FFE for python-keystonemiddleware 1.5.0

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-keystonemiddleware -
1.5.0-0ubuntu1

---
python-keystonemiddleware (1.5.0-0ubuntu1) vivid; urgency=medium

  * New upstream release. (LP: #1444597)
  * debian/control: Update dependencies.
 -- Chuck Short zul...@ubuntu.com   Tue, 07 Apr 2015 12:20:09 -0400

** Changed in: python-keystonemiddleware (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  FFE for python-keystonemiddleware 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystonemiddleware/+bug/1444597/+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 1444615] Re: FFE for python-tooz 0.13.1

2015-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/python-tooz

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

Title:
  FFE for python-tooz 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tooz/+bug/1444615/+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 1445143] Re: fail to process user-data with cloud-config-archive

2015-04-16 Thread Scott Moser
fixed in revno 1091

** Changed in: cloud-init
   Importance: Undecided = High

** Changed in: cloud-init
   Status: New = Fix Committed

** Also affects: cloud-init (Ubuntu Vivid)
   Importance: High
   Status: Confirmed

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

Title:
  fail to process user-data with cloud-config-archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1445143/+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 1445143] Re: fail to process user-data with cloud-config-archive

2015-04-16 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/1445143

Title:
  fail to process user-data with cloud-config-archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1445143/+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 1445143] Re: fail to process user-data with cloud-config-archive

2015-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/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/1445143

Title:
  fail to process user-data with cloud-config-archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1445143/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Trusty that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Precise that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Trusty that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Trusty that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Precise that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Precise that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Trusty that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1182905] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of charm-tools in the proposed pocket of Precise that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  charm-tools installs juju-0.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/charm-tools/+bug/1182905/+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 1417775] Re: remove dkms binary package from openvswitch

2015-04-16 Thread Chris J Arges
This can't be fixed since the dkms binary package is already in the
archive.

** Changed in: openvswitch (Ubuntu Utopic)
   Status: In Progress = Won't Fix

** Changed in: openvswitch (Ubuntu Utopic)
   Status: Won't Fix = Invalid

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

Title:
  remove dkms binary package from openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1417775/+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 1444608] Re: FFE for python-taskflow 0.7.1

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-taskflow - 0.7.1-0ubuntu1

---
python-taskflow (0.7.1-0ubuntu1) vivid; urgency=medium

  * New upstream release. (LP: #1444608)
  * d/p/fix-requirements.txt: Refreshed.
 -- Chuck Short zul...@ubuntu.com   Fri, 10 Apr 2015 12:01:20 -0400

** Changed in: python-taskflow (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  FFE for python-taskflow 0.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-taskflow/+bug/1444608/+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 1444594] Re: FFE for oslo.vmware 0.11.1

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.vmware - 0.11.1-0ubuntu1

---
python-oslo.vmware (0.11.1-0ubuntu1) vivid; urgency=medium

  * New upstream release (LP: #1444594)
 -- Chuck Short zul...@ubuntu.com   Fri, 10 Apr 2015 11:46:52 -0400

** Changed in: python-oslo.vmware (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  FFE for oslo.vmware 0.11.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.vmware/+bug/1444594/+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 1366868] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of seabios in the proposed pocket of Trusty that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

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

Title:
  kvm: dompmwakeup fails if domain becomes pmsuspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/1366868/+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 1445036] Re: Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

2015-04-16 Thread James Clarke
** Patch added: debdiff: libcgroup_0.38-1ubuntu2 to libcgroup_0.41-6ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+attachment/4377665/+files/ubuntu.diff

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

Title:
  Please merge libcgroup 0.41-6 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036/+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 1038139] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of haproxy in the proposed pocket of Precise that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1182905] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of charm-tools in the proposed pocket of Precise that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

** Changed in: charm-tools (Ubuntu Precise)
   Status: Fix Committed = Won't Fix

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

Title:
  charm-tools installs juju-0.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/charm-tools/+bug/1182905/+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 1366868] Proposed package removed from archive

2015-04-16 Thread Steve Langasek
The version of seabios in the proposed pocket of Trusty that was
purported to fix this bug report has been removed because the bugs that
were to be fixed by the upload were not verified in a timely (105 days)
fashion.

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

Title:
  kvm: dompmwakeup fails if domain becomes pmsuspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/1366868/+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 1445143] Re: fail to process user-data with cloud-config-archive

2015-04-16 Thread Scott Moser
** Also affects: cloud-init
   Importance: Undecided
   Status: New

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

Title:
  fail to process user-data with cloud-config-archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1445143/+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 1444590] Re: FFE for python-oslo.versioniedobjects 0.1.1

2015-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/python-oslo.versionedobjects

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

Title:
  FFE for python-oslo.versioniedobjects 0.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.versionedobjects/+bug/1444590/+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 1444615] Re: FFE for python-tooz 0.13.1

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-tooz - 0.13.1-1ubuntu1

---
python-tooz (0.13.1-1ubuntu1) vivid; urgency=medium

  * New usptream release. (LP: #1444615)
  * debian/control: Add python-oslosphinx as a build dependency.
  * debian/patches/disable-redis.patch: Disable redis support.
 -- Chuck Short zul...@ubuntu.com   Fri, 10 Apr 2015 12:49:30 -0400

** Changed in: python-tooz (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  FFE for python-tooz 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tooz/+bug/1444615/+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 1444603] Re: FFE for python-saharaclient 1.8.0

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-saharaclient - 0.8.0-0ubuntu1

---
python-saharaclient (0.8.0-0ubuntu1) vivid; urgency=medium

  * New upstream release. (LP: #1444603)
 -- Chuck Short zul...@ubuntu.com   Tue, 07 Apr 2015 13:15:52 -0400

** Changed in: python-saharaclient (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  FFE for python-saharaclient 1.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-saharaclient/+bug/1444603/+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 1444616] Re: mysql 5.5.43, 5.6.24 security update tracking bug

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.24-0ubuntu1

---
mysql-5.6 (5.6.24-0ubuntu1) vivid; urgency=medium

  * SECURITY UPDATE: Update to 5.5.41 to fix security issues (LP: #1444616)
- http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html
- CVE-2015-0498
- CVE-2015-0499
- CVE-2015-0500
- CVE-2015-0501
- CVE-2015-0503
- CVE-2015-0505
- CVE-2015-0506
- CVE-2015-0507
- CVE-2015-0508
- CVE-2015-0511
- CVE-2015-2567
- CVE-2015-2571
  * debian/rules: fix ftbfs by building the sql directory first so the
required files are generated.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 16 Apr 2015 20:07:10 
-0400

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Title:
  mysql 5.5.43, 5.6.24 security update tracking bug

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

2015-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/mysql-5.6

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

Title:
  mysql 5.5.43, 5.6.24 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1444616/+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 1438745] Re: package clamav-daemon 0.98.6+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-04-16 Thread scott mowerson
I had already successfully upgraded mu Ubuntu 14.10 to run the new 4.0 kernel 
(rebooted nicely):
~$ uname -r
4.0.0-04-generic

So naturally, I decided to perform an early upgrade to Ubuntu 15.04:
sudo do-release-upgrade -d 

I had a few config files that I copied to prevent losing my settings while 
letting the defaults be installed with the upgrade:
~$ sudo cp /etc/rkhunter.conf /etc/rkhunter.conf.oldery 
~$ sudo cp /etc/default/netatalk /etc/default/netatalk.oldery 
~$ sudo cp /etc/netatalk/AppleVolumes.default 
/etc/netatalk/AppleVolumes.default.oldery 


When it got stuck (looping with this problem: bug/1438745).
(primary window kept trying and failing to configure clamav-daemon with some 
sort of error on line 626 unable to find or create something because 
nonexistent...)
Anywhoo, I was able to open a second terminal window.  I used the new terminal 
window to do a few commands to try to manually run dpkg clamav-daemon (but this 
failed with same error).  
Then the second window crashed along with dock and only window still active was 
the first one.
So I entered x (instead of r to recover) and was supprised to get CLI prompt.

So I decided to use apt-get to purge the clamav-daemon package and any 
associated config files:
sudo apt-get -fV purge clamav-daemon 

And Since the above recommended  auto-removing clamdscan, I followed with:
sudo apt-get -fV purge clamdscan

Once that was done, I tried to install them fresh:
sudo apt-get -fV install clamav-daemon clamdscan

And it worked with no errors!! 
But it did suggest that I install a package named daemon, so I did:
sudo apt-get -fV install daemon 

And that worked with no errors!!

So I ran update and upgrade:
sudo apt-get update
sudo apt-get upgrade 
they both ran clean...

So then I rebooted:
sudo shutdown -r

And it booted up nicely into 15.04

And it was still running with the new linux kernel: 4.0.0-04-generic
(that I had applied earlier).

I still have to restore those config file settings that were overwritten
during the upgrade:

~$ uname -r
4.0.0-04-generic

~$ sudo cp /etc/rkhunter.conf /etc/rkhunter.conf.oldery

~$ sudo cp /etc/default/netatalk /etc/default/netatalk.oldery

~$ sudo cp /etc/netatalk/AppleVolumes.default
/etc/netatalk/AppleVolumes.default.oldery

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

Title:
  package clamav-daemon 0.98.6+dfsg-1ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1438745/+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 1443973] Re: Update Ubuntu theme for kilo-final release

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2015.1~rc1-0ubuntu1

---
horizon (1:2015.1~rc1-0ubuntu1) vivid; urgency=medium

  * New upstream release candidate:
- d/openstack-dashboard.conf: Add /horizon/static alias in addition
  to /static to cover both paths to static resources.
- d/p/fix-requirements.patch: Drop, not actually used.
- d/p/*: Refresh.
  *  Update Ubuntu theme for OpenStack Kilo (LP: #1443973).
- d/theme/*: Refresh inline with new approach to theming in Kilo.
- d/openstack-dashboard-ubuntu-theme.install|links: Install
  ubuntu_theme.py directly into the openstack_dashboard source tree
  instead of symlinking, supporting easier switching of themes.
- d/openstack-dashboard{-ubuntu-theme}.postinst|postrm: Purge 'custom'
  folder prior to collecting and compressing static assets to ensure
  that theme changes are correctly detected and implemented.
 -- James Page james.p...@ubuntu.com   Thu, 16 Apr 2015 10:14:54 +0100

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

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

Title:
  Update Ubuntu theme for kilo-final release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1443973/+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 1443787] Re: openstack-dashboard pkg in ubuntu14.04 install error

2015-04-16 Thread Chris Sibbitt
Confirming that latest trusty-updates including python-
compressor_1.4-2ubuntu3~cloud0_all.deb fixed this for me

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

Title:
  openstack-dashboard pkg in ubuntu14.04 install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1443787/+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 1445143] Re: fail to process user-data with cloud-config-archive

2015-04-16 Thread Vincent Ladeuil
Building on top of the added test (test_cloud_config_archive), using the 
following breaks (the yaml can't be parsed):
message = '''#cloud-config-archive
-   content: #cloud-config\napt_update: true\napt_upgrade: true\nchpasswd:\n   
 expire:\
\ false\nmanage_etc_hosts: true\npackages:\n- bzr\n- ubuntu-desktop\n- 
avahi-daemon\n\
password: ubuntu\npower_state:\nmode: poweroff\n
'''

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

Title:
  fail to process user-data with cloud-config-archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1445143/+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 1444616] Re: mysql 5.5.43, 5.6.24 security update tracking bug

2015-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/mysql-5.6

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

Title:
  mysql 5.5.43, 5.6.24 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1444616/+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 1091602] Re: Please enhance bind9 to use forwarder addresses from resolvconf

2015-04-16 Thread scott mowerson
Hi,

I would like to add my
voice to have /etc/resolvconf/update.d/bind9 to enhance BIND 9 in the
same way the old script enhanced BIND 8.

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

Title:
  Please enhance bind9 to use forwarder addresses from resolvconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1091602/+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 1425164] Re: [SRU] Memory leaks in rados.py

2015-04-16 Thread Takashi Aosawa
Hello Chris-san and Billy-san,

Thank you for your continuous support.

I have confirmed on trusty (14.04) the package fixes the issue.

Ubuntu: 14.04 LTS
python: 2.7.5-5ubuntu3
cinder: 1:2014.1.2-0ubuntu1

** Tags added: verification-done-trusty

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

Title:
  [SRU] Memory leaks in rados.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1425164/+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 776650] Re: Build qemu-kvm with native VDE support

2015-04-16 Thread pseudonomous
I'd like to add to the discussion, that it's annoying that qemu does not
complain when you try to invoke it with an option like:

-net vde

that qemu was built without kvm support.  So a user, like myself, might
spend hours trying to figure-out what's misconfigured and preventing
qemu networking from working, when, in fact, the problem is that the
option is simply unsupported.

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

Title:
  Build qemu-kvm with native VDE support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/776650/+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 1444600] Re: FFE for python-oslo.concurrency 1.8.0

2015-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.concurrency -
1.8.0-0ubuntu1

---
python-oslo.concurrency (1.8.0-0ubuntu1) vivid; urgency=medium

  * New uptream release.  (LP: #1444600)
 -- Chuck Short zul...@ubuntu.com   Tue, 07 Apr 2015 13:11:31 -0400

** Changed in: python-oslo.concurrency (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE for python-oslo.concurrency 1.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.concurrency/+bug/1444600/+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 1443973] Re: Update Ubuntu theme for kilo-final release

2015-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/horizon

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

Title:
  Update Ubuntu theme for kilo-final release

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