[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-01 Thread Michael Steffens
Tested qemu-utils  2.0.0+dfsg-2ubuntu1.8. Successful.

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

Title:
  qemu-img convert intermittently corrupts output images

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

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


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-01 Thread Michael Steffens
** Tags removed: verification-needed
** Tags added: verification-done-trusty

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

Title:
  qemu-img convert intermittently corrupts output images

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

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


[Bug 1397836] [NEW] openstack-dashboard : Depends: python: (= 2.7.1-0ubuntu2) but it is not installable Recommends: openstack-dashboard-ubuntu-theme but it is not installed

2014-12-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

 packages have unmet dependencies:
 openstack-dashboard : Depends: python: (= 2.7.1-0ubuntu2) but it is not 
installable
   Recommends: openstack-dashboard-ubuntu-theme but it is 
not installed

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

-- 
openstack-dashboard : Depends: python: (= 2.7.1-0ubuntu2) but it is not 
installableRecommends: openstack-dashboard-ubuntu-theme 
but it is not installed
https://bugs.launchpad.net/bugs/1397836
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to horizon in Ubuntu.

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


[Bug 1397836] Re: openstack-dashboard : Depends: python: (= 2.7.1-0ubuntu2) but it is not installable Recommends: openstack-dashboard-ubuntu-theme but it is not installed

2014-12-01 Thread Julie Pichon
Looks to be packaging related, let's try and update the target project.

** Project changed: horizon = ubuntu

** Package changed: ubuntu = horizon (Ubuntu)

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

Title:
  openstack-dashboard : Depends: python: (= 2.7.1-0ubuntu2) but it is
  not installableRecommends: openstack-
  dashboard-ubuntu-theme but it is not installed

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

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


[Bug 1397893] [NEW] Undeletable volume-backed instance

2014-12-01 Thread Francois Deppierraz
Public bug reported:

nova-compute package version 1:2014.1.3-0ubuntu1.1 on Ubuntu 14.04.

Trying to delete a volume-backed instance in error state doesn't work.
Nova-compute logs the following error.

# nova delete 71a41e09-e8bc-4829-979e-1d175246da00
# tail /var/log/nova/nova-compute.log
[...]
2014-12-01 09:52:25.563 25832 AUDIT nova.compute.manager 
[req-39acd9da-518c-4804-bf30-1a38eace21bf 4474a81aca524682875658eb8064c33d 
7dbed2bcbd7541289c34ae8392acf612] [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] Terminating 
instance
2014-12-01 09:52:25.569 25832 ERROR nova.virt.libvirt.driver [-] [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] During wait destroy, instance disappeared.
2014-12-01 09:52:25.638 25832 ERROR nova.compute.manager 
[req-39acd9da-518c-4804-bf30-1a38eace21bf 4474a81aca524682875658eb8064c33d 
7dbed2bcbd7541289c34ae8392acf612] [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] Setting inst
ance vm_state to ERROR
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] Traceback (most recent call last):
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2273, in 
do_terminate_instance
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] self._delete_instance(context, 
instance, bdms, quotas)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/hooks.py, line 103, in inner
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] rv = f(*args, **kwargs)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2242, in 
_delete_instance
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] quotas.rollback()
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py, line 68, 
in __exit__
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] six.reraise(self.type_, self.value, 
self.tb)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2214, in 
_delete_instance
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] self._shutdown_instance(context, 
db_inst, bdms)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2156, in 
_shutdown_instance
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] requested_networks)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py, line 68, 
in __exit__
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] six.reraise(self.type_, self.value, 
self.tb)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2146, in 
_shutdown_instance
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] block_device_info)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 963, in 
destroy
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] destroy_disks)
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00]   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1040, in 
cleanup
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] disk_dev = 
vol['mount_device'].rpartition(/)[2]
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] AttributeError: 'NoneType' object has no 
attribute 'rpartition'
2014-12-01 09:52:25.638 25832 TRACE nova.compute.manager [instance: 
71a41e09-e8bc-4829-979e-1d175246da00] 
[...]

# nova show 71a41e09-e8bc-4829-979e-1d175246da00

[Bug 1397898] [NEW] incorrect PID in initscript

2014-12-01 Thread Jurjen Bokma
Public bug reported:

Abstract:
Puppet initscript doesn't record the correct PID. WIth this patch, it does.

Longer version:
When the Puppet agent daemon gets started, /etc/init.d/puppet records a PID in 
/var/run/puppet/${NAME}.pid, but it is the wrong one. Puppet may fork half a 
dozen times before settling on a PID. Start-stop-daemon has no way to keep 
track of such behaviour, and I know of no way to make Puppet write its own PID 
to a file. So I patched the script.
The patch isn't completely fool proof, but we ran it in production for months, 
and it's certainly better than no PID at all.

Is Ubuntu the place to offer such fixes? Or is it better to take them to
Debian, or to PuppetLabs?

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

** Patch added: Patch to make Puppet initscript find the PID of the daemon
   
https://bugs.launchpad.net/bugs/1397898/+attachment/4271933/+files/puppet-init.patch

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

Title:
  incorrect PID in initscript

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

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


[Bug 1397910] [NEW] Puppet daemon dies from SIGUSR1 if no certificate

2014-12-01 Thread Jurjen Bokma
Public bug reported:

Abstract:
When the Puppet agent daemon is unable to get a certificate, it dies on 
receiving SIGUSR1.

Longer version:
Right after boot, the Puppet agent daemon is started. It may be running before 
hostname resolution is available. If it is, Puppet is unable to receive a 
certificate. A Puppet daemon that receives SIGUSR1 should try to do a Puppet 
run immediately. But if it has no certificate, it dies instead, leaving the 
host unable to receive further configuration until the next reboot.

IMHO, Puppet should not die, but retry fetching a certificate. Barring
that, an upstart job could restart the daemon when it dies. I could
write that upstart job, but I wonder how the maintenance of such
distribution-specific config is organized, and whether to push it
upstream through Ubuntu or through PuppetLabs.

Version data:
Ubuntu Trusty
Puppet 3.4.3-1 0

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

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

Title:
  Puppet daemon dies from SIGUSR1 if no certificate

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

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


[Bug 1397898] Re: incorrect PID in initscript

2014-12-01 Thread Jurjen Bokma
Version data:
Ubuntu Trusty
Puppet 3.4.3-1 0

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

Title:
  incorrect PID in initscript

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

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


[Bug 1397932] [NEW] libpcap pcap-ng timestamp fraction calculation is wrong

2014-12-01 Thread Georg Müller
Public bug reported:

Description of problem:


Version-Release number of selected component (if applicable):
lipcap 1.6.0 and above

How reproducible:
Open a pcap-ng file with nanosecod resolution. The timestamp fractions returned 
by pcap_next_ex() will be bigger than the requested fraction (i.e. a value  
1.000.000 for microsecond resolution).


Additional info:
The problem is described in more detail in the libpcap github issue tracker:
https://github.com/the-tcpdump-group/libpcap/issues/396

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

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

Title:
  libpcap pcap-ng timestamp fraction calculation is wrong

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

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
- Work items:
+ Work items for ubuntu-15.01:
+ Charm release notes for 3 month releases, LP milestones?, notify on mainling 
lists: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
+ configuration file review and updates for deprecated options/sections etc: 
TODO
+ add percona and rabbitmq charms to stable/next process: TODO
+ Squash existing openstack charm bugs: TODO
+ Finish unit_tests and amulet coverage: TODO
+ Review and purge where possible pkg installs at runtime: TODO
+ 
+ Work items for ubuntu-15.04:
+ Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
- configuration file review and updates for deprecated options/sections etc: 
TODO
  support in ceilometer charm for multiple message brokers: TODO
- add percona and rabbitmq charms to stable/next process: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
- Move to OS style standards for Charms and OS Charm helpers: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
- Charm release notes for 3 month releases, LP milestones?, notify on mainling 
lists: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
- Squash existing openstack charm bugs: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO
- Review and purge where possible pkg installs at runtime: TODO
- Finish unit_tests and amulet coverage: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Priority: Undefined = High

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
[ASSUMPTIONS]
[RISKS]
[IN SCOPE]
[OUT OF SCOPE]
[USER ACCEPTANCE]
[RELEASE NOTE/BLOG]

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-15.01:
+ Setup openstack-charmers mailing list on lists.ubuntu.com: TODO
  Charm release notes for 3 month releases, LP milestones?, notify on mainling 
lists: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  add percona and rabbitmq charms to stable/next process: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  Review and purge where possible pkg installs at runtime: TODO
  Neutron router HA and DVR support (= juno): TODO
  
  Work items for ubuntu-15.04:
  Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-15.01:
  Charm release notes for 3 month releases, LP milestones?, notify on mainling 
lists: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  add percona and rabbitmq charms to stable/next process: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  Review and purge where possible pkg installs at runtime: TODO
+ Neutron router HA and DVR support (= juno): TODO
  
  Work items for ubuntu-15.04:
  Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
+ Dean is a developer on a product that makes use of the OpenStack charms; he's 
able to keep introducing new features alongside charm updates every three 
months, instead of having to wait for six months.
+ 
+ James is deploying neutron and wants to try out the new HA features
+ introduced in juno; he's able to enable these in his deployment with:
+ 
+ juju set neutron-api router-ha=true distributed-virtual-router=true
+ 
+ Emma is debugging a problem with her OpenStack charm deployment; she's
+ able to easily parse the debug logs and understand what's causing her
+ problems.
+ 
  [ASSUMPTIONS]
+ 3 month release cycle is only supportable with appropriate QA (esp HA).
+ 
  [RISKS]
+ Insufficent resource to delivery scope for cycle.
+ 
  [IN SCOPE]
+ OpenStack charms + mysql, rabbitmq-server, percona-cluster, mongodb, redis
+ 
  [OUT OF SCOPE]
+ Any other charms.
+ 
  [USER ACCEPTANCE]
+ No features should land into next without a) appropriate unit tests b) amulet 
tests and c) deployer configurations for fully automated testing.
+ 
+ Features should consider HTTPS and HA requirements.
+ 
  [RELEASE NOTE/BLOG]
+ Neutron DVR/HA
+ ZeroMQ support (inc Redis)
+ Ceilometer HA + HTTPS
+ Heat HTTPS (no HA this cycle)
+ Keystone PKI support
+ HA improvements

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-15.01:
  Setup openstack-charmers mailing list on lists.ubuntu.com: TODO
- Charm release notes for 3 month releases, LP milestones?, notify on mainling 
lists: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  add percona and rabbitmq charms to stable/next process: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  Review and purge where possible pkg installs at runtime: TODO
  Neutron router HA and DVR support (= juno): TODO
+ Charm release notes for 15.01 release: TODO
  
  Work items for ubuntu-15.04:
  Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO
+ Charm release notes for 15.04 release: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
  Dean is a developer on a product that makes use of the OpenStack charms; he's 
able to keep introducing new features alongside charm updates every three 
months, instead of having to wait for six months.
  
  James is deploying neutron and wants to try out the new HA features
  introduced in juno; he's able to enable these in his deployment with:
  
- juju set neutron-api router-ha=true distributed-virtual-router=true
+ juju set neutron-api router-ha=true distributed-virtual-router=true
  
  Emma is debugging a problem with her OpenStack charm deployment; she's
  able to easily parse the debug logs and understand what's causing her
  problems.
+ 
+ Corey wants to use the OpenStack charms to deploy his current WIP on a
+ refatoring in the upstream OpenStack codebase; he's able to deploy
+ OpenStack componets from git repositories in an easy to use fashion
+ which feels very similar to devstack stack/unstack.
  
  [ASSUMPTIONS]
  3 month release cycle is only supportable with appropriate QA (esp HA).
  
  [RISKS]
  Insufficent resource to delivery scope for cycle.
  
  [IN SCOPE]
  OpenStack charms + mysql, rabbitmq-server, percona-cluster, mongodb, redis
  
  [OUT OF SCOPE]
  Any other charms.
  
  [USER ACCEPTANCE]
  No features should land into next without a) appropriate unit tests b) amulet 
tests and c) deployer configurations for fully automated testing.
  
  Features should consider HTTPS and HA requirements.
  
  [RELEASE NOTE/BLOG]
  Neutron DVR/HA
  ZeroMQ support (inc Redis)
  Ceilometer HA + HTTPS
  Heat HTTPS (no HA this cycle)
  Keystone PKI support
  HA improvements

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
  Dean is a developer on a product that makes use of the OpenStack charms; he's 
able to keep introducing new features alongside charm updates every three 
months, instead of having to wait for six months.
  
  James is deploying neutron and wants to try out the new HA features
  introduced in juno; he's able to enable these in his deployment with:
  
  juju set neutron-api router-ha=true distributed-virtual-router=true
  
  Emma is debugging a problem with her OpenStack charm deployment; she's
  able to easily parse the debug logs and understand what's causing her
  problems.
  
  Corey wants to use the OpenStack charms to deploy his current WIP on a
  refatoring in the upstream OpenStack codebase; he's able to deploy
  OpenStack componets from git repositories in an easy to use fashion
  which feels very similar to devstack stack/unstack.
  
  [ASSUMPTIONS]
  3 month release cycle is only supportable with appropriate QA (esp HA).
  
  [RISKS]
  Insufficent resource to delivery scope for cycle.
  
  [IN SCOPE]
  OpenStack charms + mysql, rabbitmq-server, percona-cluster, mongodb, redis
  
  [OUT OF SCOPE]
  Any other charms.
  
  [USER ACCEPTANCE]
  No features should land into next without a) appropriate unit tests b) amulet 
tests and c) deployer configurations for fully automated testing.
  
  Features should consider HTTPS and HA requirements.
  
  [RELEASE NOTE/BLOG]
  Neutron DVR/HA
  ZeroMQ support (inc Redis)
  Ceilometer HA + HTTPS
  Heat HTTPS (no HA this cycle)
  Keystone PKI support
  HA improvements
+ Deploy from git.

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-15.01:
  Setup openstack-charmers mailing list on lists.ubuntu.com: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  add percona and rabbitmq charms to stable/next process: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  Review and purge where possible pkg installs at runtime: TODO
  Neutron router HA and DVR support (= juno): TODO
  Charm release notes for 15.01 release: TODO
  
  Work items for ubuntu-15.04:
  Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO
+ OpenContrail charm review and landing into official charms: TODO
  Charm release notes for 15.04 release: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-15.01:
  Setup openstack-charmers mailing list on lists.ubuntu.com: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  add percona and rabbitmq charms to stable/next process: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  Review and purge where possible pkg installs at runtime: TODO
  Neutron router HA and DVR support (= juno): TODO
+ Write templates for charm-helpers for cinder and neutron backends/plugins: 
TODO
+ Review charm documentation and update as required: TODO
  Charm release notes for 15.01 release: TODO
  
  Work items for ubuntu-15.04:
  Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO
  OpenContrail charm review and landing into official charms: TODO
  Charm release notes for 15.04 release: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
[ASSUMPTIONS]
[RISKS]
[IN SCOPE]
[OUT OF SCOPE]
[USER ACCEPTANCE]
[RELEASE NOTE/BLOG]

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
+ Work items for ubuntu-14.12:
+ Kilo beta-1 release - vivid and cloud-archive: TODO
+ 
  Work items:
  Open up Openstack for vivid: DONE
  Updated python-keystoneclient to 0.11.2: DONE
  Updated python-eventlet to 0.15.2: DONE
  Updated stevedore to 1.1.0: DONE
  Updated python-ceilometerclient to 1.0.12: DONE
  Updated python-cinderclient to 1.1.1: DONE
  Updated python-heatclient to 0.2.12: DONE
  Updated python-novaclient to 2.20.0: DONE
  Updated python-ironicclient to 0.3.1: DONE
  Updated python-neturonclient to 2.3.9: DONE
  Updated python-swiftclient to 2.3.1: DONE
  Updated python-glance-store to 0.1.9: DONE
  Updated python-oslo.db to 1.1.0: DONE
  Updated python-saharaclient to 0.7.5: DONE
  Packaged oslo.serialization for Openstack: DONE
  Write MIR for oslo.serialization: TODO
  Packaged oslo.concurrency for Openstack: INPROGRESS
  Write MIR for oslo.concurrency: TODO
  Merged python-boto 2.34.0-2ubuntu: DONE
  Updated python-oslo.vmware to 0.7.0: DONE
  Updated python-glanceclient to 0.14.2: DONE
  updated python-hacking to 0.9.3: DONE

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Priority: Undefined = High

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Drafting

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
+ Work items for ubuntu-14.10:
+ [zulcss] Update all ubuntu-server-dev branches for new release (VCS in 
d/control): DONE
+ Upload to development release as soon as open: TODO
+ [zulcss] Create package build configurations for new releases in 
ubuntu-openstack-testing and push into the lab: DONE
+ [zulcss] Move the previous release to stable branches into the lab: DONE
+ [james-page] Update cloud-archive-utils to support kilo (specifically 
common.py and sbuild-ca + link): DONE
+ [james-page] Update cloud-archive-utils on test-01 to new version: DONE
+ [james-page] Setup backport-o-matic: DONE
+ 
  Work items for ubuntu-14.12:
+ Milestone version review for any new or updated package dependencies AND tool 
runtime dependencies: TODO
+ Raise any new MIR’s for new dependencies: TODO
  Kilo beta-1 release - vivid and cloud-archive: TODO
  
  Work items:
  Open up Openstack for vivid: DONE
  Updated python-keystoneclient to 0.11.2: DONE
  Updated python-eventlet to 0.15.2: DONE
  Updated stevedore to 1.1.0: DONE
  Updated python-ceilometerclient to 1.0.12: DONE
  Updated python-cinderclient to 1.1.1: DONE
  Updated python-heatclient to 0.2.12: DONE
  Updated python-novaclient to 2.20.0: DONE
  Updated python-ironicclient to 0.3.1: DONE
  Updated python-neturonclient to 2.3.9: DONE
  Updated python-swiftclient to 2.3.1: DONE
  Updated python-glance-store to 0.1.9: DONE
  Updated python-oslo.db to 1.1.0: DONE
  Updated python-saharaclient to 0.7.5: DONE
  Packaged oslo.serialization for Openstack: DONE
  Write MIR for oslo.serialization: TODO
  Packaged oslo.concurrency for Openstack: INPROGRESS
  Write MIR for oslo.concurrency: TODO
  Merged python-boto 2.34.0-2ubuntu: DONE
  Updated python-oslo.vmware to 0.7.0: DONE
  Updated python-glanceclient to 0.14.2: DONE
  updated python-hacking to 0.9.3: DONE

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.10:
  [zulcss] Update all ubuntu-server-dev branches for new release (VCS in 
d/control): DONE
  Upload to development release as soon as open: TODO
  [zulcss] Create package build configurations for new releases in 
ubuntu-openstack-testing and push into the lab: DONE
  [zulcss] Move the previous release to stable branches into the lab: DONE
  [james-page] Update cloud-archive-utils to support kilo (specifically 
common.py and sbuild-ca + link): DONE
  [james-page] Update cloud-archive-utils on test-01 to new version: DONE
  [james-page] Setup backport-o-matic: DONE
  
  Work items for ubuntu-14.12:
- Milestone version review for any new or updated package dependencies AND tool 
runtime dependencies: TODO
- Raise any new MIR’s for new dependencies: TODO
- Kilo beta-1 release - vivid and cloud-archive: TODO
+ Kilo-1 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
+ Raise any new MIR’s for new dependencies for kilo-2: TODO
+ Kilo-1 release - vivid and cloud-archive: TODO
+ Notify openstack/openstack-dev ML on release of kilo-1: TODO
+ 
+ Work items for ubuntu-15.02:
+ Kilo-2 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
+ Raise any new MIR’s for new dependencies for kilo-2: TODO
+ Kilo-2 release - vivid and cloud-archive: TODO
+ Notify openstack/openstack-dev ML on release of kilo-2: TODO
+ 
+ Work items for ubuntu-15.03:
+ Kilo-3 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
+ Raise any new MIR’s for new dependencies for kilo-3: TODO
+ Kilo-3 release - vivid and cloud-archive: TODO
+ Notify openstack/openstack-dev ML on release of kilo-3: TODO
  
  Work items:
  Open up Openstack for vivid: DONE
  Updated python-keystoneclient to 0.11.2: DONE
  Updated python-eventlet to 0.15.2: DONE
  Updated stevedore to 1.1.0: DONE
  Updated python-ceilometerclient to 1.0.12: DONE
  Updated python-cinderclient to 1.1.1: DONE
  Updated python-heatclient to 0.2.12: DONE
  Updated python-novaclient to 2.20.0: DONE
  Updated python-ironicclient to 0.3.1: DONE
  Updated python-neturonclient to 2.3.9: DONE
  Updated python-swiftclient to 2.3.1: DONE
  Updated python-glance-store to 0.1.9: DONE
  Updated python-oslo.db to 1.1.0: DONE
  Updated python-saharaclient to 0.7.5: DONE
  Packaged oslo.serialization for Openstack: DONE
  Write MIR for oslo.serialization: TODO
  Packaged oslo.concurrency for Openstack: INPROGRESS
  Write MIR for oslo.concurrency: TODO
  Merged python-boto 2.34.0-2ubuntu: DONE
  Updated python-oslo.vmware to 0.7.0: DONE
  Updated python-glanceclient to 0.14.2: DONE
  updated python-hacking to 0.9.3: DONE

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.10:
  [zulcss] Update all ubuntu-server-dev branches for new release (VCS in 
d/control): DONE
  Upload to development release as soon as open: TODO
  [zulcss] Create package build configurations for new releases in 
ubuntu-openstack-testing and push into the lab: DONE
  [zulcss] Move the previous release to stable branches into the lab: DONE
  [james-page] Update cloud-archive-utils to support kilo (specifically 
common.py and sbuild-ca + link): DONE
  [james-page] Update cloud-archive-utils on test-01 to new version: DONE
  [james-page] Setup backport-o-matic: DONE
  
  Work items for ubuntu-14.12:
  Kilo-1 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-2: TODO
  Kilo-1 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-1: TODO
+ Notify release and SRU teams that OpenStack releases +1 week after Ubuntu and 
get agreement for SRU activity: TODO
  
  Work items for ubuntu-15.02:
  Kilo-2 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-2: TODO
  Kilo-2 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-2: TODO
  
  Work items for ubuntu-15.03:
  Kilo-3 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-3: TODO
  Kilo-3 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-3: TODO
+ 
+ Work items for ubuntu-15.04:
+ Kilo release - vivid and cloud-archive: TODO
+ Notify openstack/openstack-dev ML on release of kilo release: TODO
  
  Work items:
  Open up Openstack for vivid: DONE
  Updated python-keystoneclient to 0.11.2: DONE
  Updated python-eventlet to 0.15.2: DONE
  Updated stevedore to 1.1.0: DONE
  Updated python-ceilometerclient to 1.0.12: DONE
  Updated python-cinderclient to 1.1.1: DONE
  Updated python-heatclient to 0.2.12: DONE
  Updated python-novaclient to 2.20.0: DONE
  Updated python-ironicclient to 0.3.1: DONE
  Updated python-neturonclient to 2.3.9: DONE
  Updated python-swiftclient to 2.3.1: DONE
  Updated python-glance-store to 0.1.9: DONE
  Updated python-oslo.db to 1.1.0: DONE
  Updated python-saharaclient to 0.7.5: DONE
  Packaged oslo.serialization for Openstack: DONE
  Write MIR for oslo.serialization: TODO
  Packaged oslo.concurrency for Openstack: INPROGRESS
  Write MIR for oslo.concurrency: TODO
  Merged python-boto 2.34.0-2ubuntu: DONE
  Updated python-oslo.vmware to 0.7.0: DONE
  Updated python-glanceclient to 0.14.2: DONE
  updated python-hacking to 0.9.3: DONE

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-15.01:
  Setup openstack-charmers mailing list on lists.ubuntu.com: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  add percona and rabbitmq charms to stable/next process: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  Review and purge where possible pkg installs at runtime: TODO
  Neutron router HA and DVR support (= juno): TODO
  Write templates for charm-helpers for cinder and neutron backends/plugins: 
TODO
  Review charm documentation and update as required: TODO
+ Support for OpenStack Kilo release: TODO
  Charm release notes for 15.01 release: TODO
  
  Work items for ubuntu-15.04:
  Move to OS style standards for Charms and OS Charm helpers: TODO
  openstack-zmq redis support: TODO
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO
  OpenContrail charm review and landing into official charms: TODO
  Charm release notes for 15.04 release: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.10:
  [zulcss] Update all ubuntu-server-dev branches for new release (VCS in 
d/control): DONE
  Upload to development release as soon as open: TODO
  [zulcss] Create package build configurations for new releases in 
ubuntu-openstack-testing and push into the lab: DONE
  [zulcss] Move the previous release to stable branches into the lab: DONE
  [james-page] Update cloud-archive-utils to support kilo (specifically 
common.py and sbuild-ca + link): DONE
  [james-page] Update cloud-archive-utils on test-01 to new version: DONE
  [james-page] Setup backport-o-matic: DONE
  
  Work items for ubuntu-14.12:
  Kilo-1 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-2: TODO
  Kilo-1 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-1: TODO
  Notify release and SRU teams that OpenStack releases +1 week after Ubuntu and 
get agreement for SRU activity: TODO
  
  Work items for ubuntu-15.02:
+ Review and rationalize openstack-dashboard packaging: TODO
  Kilo-2 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-2: TODO
  Kilo-2 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-2: TODO
  
  Work items for ubuntu-15.03:
  Kilo-3 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-3: TODO
  Kilo-3 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-3: TODO
  
  Work items for ubuntu-15.04:
  Kilo release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo release: TODO
  
  Work items:
  Open up Openstack for vivid: DONE
  Updated python-keystoneclient to 0.11.2: DONE
  Updated python-eventlet to 0.15.2: DONE
  Updated stevedore to 1.1.0: DONE
  Updated python-ceilometerclient to 1.0.12: DONE
  Updated python-cinderclient to 1.1.1: DONE
  Updated python-heatclient to 0.2.12: DONE
  Updated python-novaclient to 2.20.0: DONE
  Updated python-ironicclient to 0.3.1: DONE
  Updated python-neturonclient to 2.3.9: DONE
  Updated python-swiftclient to 2.3.1: DONE
  Updated python-glance-store to 0.1.9: DONE
  Updated python-oslo.db to 1.1.0: DONE
  Updated python-saharaclient to 0.7.5: DONE
  Packaged oslo.serialization for Openstack: DONE
  Write MIR for oslo.serialization: TODO
  Packaged oslo.concurrency for Openstack: INPROGRESS
  Write MIR for oslo.concurrency: TODO
  Merged python-boto 2.34.0-2ubuntu: DONE
  Updated python-oslo.vmware to 0.7.0: DONE
  Updated python-glanceclient to 0.14.2: DONE
  updated python-hacking to 0.9.3: DONE

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Bug 1381450] Re: [MIR] conntrack, libnetfilter-queue, libnetfilter-cttimeout, libnetfilter-cthelper

2014-12-01 Thread James Page
** Changed in: conntrack (Ubuntu)
Milestone: None = ubuntu-15.02

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

Title:
  [MIR] conntrack, libnetfilter-queue, libnetfilter-cttimeout,
  libnetfilter-cthelper

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

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
+ Martin likes to test the waters prior to the release of OpenStack; he's able 
to deploy OpenStack Kilo on Ubuntu 14.04 from the first milestone release in 
December, allowing him to test and de-risk his upgrade upon Kilo release.
+ 
+ Chuck wants to try out new OpenStack integrated projects; he's able to
+ install those from the main Ubuntu archive on Vivid and from the Cloud
+ Archive on Ubuntu 14.04.
+ 
  [ASSUMPTIONS]
+ Sahara, Trove and Ironic will remain in Ubuntu universe for this release but 
will be included in the Cloud Archive for Kilo.
+ 
  [RISKS]
+ OpenStack Kilo release is a week after 15.04; we need to watch this carefully 
and prove we are testing all RC's between 15.04 release and Kilo release.
+ 
  [IN SCOPE]
+ OpenStack Kilo and all integrated release projects.
+ 
  [OUT OF SCOPE]
+ Any incubator projects unless otherwise specified.
+ 
  [USER ACCEPTANCE]
+ OpenStack Kilo deployable on Ubuntu 15.04 and 14.04 from kilo-1 onwards.
+ 
  [RELEASE NOTE/BLOG]
+ Ubuntu 15.04 includes the OpenStack Kilo release... (insert normal nice words 
from previous release notes).

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Blueprint servercloud-v-openstack-kilo] OpenStack Kilo for Ubuntu Vivid

2014-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.10:
  [zulcss] Update all ubuntu-server-dev branches for new release (VCS in 
d/control): DONE
  Upload to development release as soon as open: TODO
  [zulcss] Create package build configurations for new releases in 
ubuntu-openstack-testing and push into the lab: DONE
  [zulcss] Move the previous release to stable branches into the lab: DONE
  [james-page] Update cloud-archive-utils to support kilo (specifically 
common.py and sbuild-ca + link): DONE
  [james-page] Update cloud-archive-utils on test-01 to new version: DONE
  [james-page] Setup backport-o-matic: DONE
  
  Work items for ubuntu-14.12:
  Kilo-1 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-2: TODO
  Kilo-1 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-1: TODO
  Notify release and SRU teams that OpenStack releases +1 week after Ubuntu and 
get agreement for SRU activity: TODO
+ Packaging for sahara: TODO
+ Packaging review for trove: TODO
+ Packaging review for ironic: TODO
  
  Work items for ubuntu-15.02:
  Review and rationalize openstack-dashboard packaging: TODO
  Kilo-2 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-2: TODO
  Kilo-2 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-2: TODO
  
  Work items for ubuntu-15.03:
  Kilo-3 milestone version review for any new or updated package dependencies 
AND tool runtime dependencies: TODO
  Raise any new MIR’s for new dependencies for kilo-3: TODO
  Kilo-3 release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo-3: TODO
  
  Work items for ubuntu-15.04:
  Kilo release - vivid and cloud-archive: TODO
  Notify openstack/openstack-dev ML on release of kilo release: TODO
  
  Work items:
  Open up Openstack for vivid: DONE
  Updated python-keystoneclient to 0.11.2: DONE
  Updated python-eventlet to 0.15.2: DONE
  Updated stevedore to 1.1.0: DONE
  Updated python-ceilometerclient to 1.0.12: DONE
  Updated python-cinderclient to 1.1.1: DONE
  Updated python-heatclient to 0.2.12: DONE
  Updated python-novaclient to 2.20.0: DONE
  Updated python-ironicclient to 0.3.1: DONE
  Updated python-neturonclient to 2.3.9: DONE
  Updated python-swiftclient to 2.3.1: DONE
  Updated python-glance-store to 0.1.9: DONE
  Updated python-oslo.db to 1.1.0: DONE
  Updated python-saharaclient to 0.7.5: DONE
  Packaged oslo.serialization for Openstack: DONE
  Write MIR for oslo.serialization: TODO
  Packaged oslo.concurrency for Openstack: INPROGRESS
  Write MIR for oslo.concurrency: TODO
  Merged python-boto 2.34.0-2ubuntu: DONE
  Updated python-oslo.vmware to 0.7.0: DONE
  Updated python-glanceclient to 0.14.2: DONE
  updated python-hacking to 0.9.3: DONE

-- 
OpenStack Kilo for Ubuntu Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

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


[Bug 583216] Re: inet_protocols can't be preseeded

2014-12-01 Thread Seyeong Kim
** Patch added: utopic_postfix_protocol_preseed.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+attachment/4272041/+files/utopic_postfix_protocol_preseed.debdiff

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

** Changed in: postfix (Ubuntu)
 Assignee: (unassigned) = Seyeong Kim (xtrusia)

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

Title:
  inet_protocols can't be preseeded

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

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


[Bug 583216] Re: inet_protocols can't be preseeded

2014-12-01 Thread Seyeong Kim
** Description changed:

+ [SRU justification]
+ 
+ [Impact]
+ 
+ * Can't preseed postfix postfix/protocols   select  all
+ 
+ [Test Case]
+ 
  Binary package hint: postfix
  
  Ubuntu 10.4
  
  postfix:
-   Installed: 2.7.0-1
-   Candidate: 2.7.0-1
-   Version table:
-  *** 2.7.0-1 0
- 500 http://nl2.archive.ubuntu.com/ubuntu/ lucid/main Packages
- 100 /var/lib/dpkg/status
+   Installed: 2.7.0-1
+   Candidate: 2.7.0-1
+   Version table:
+  *** 2.7.0-1 0
+ 500 http://nl2.archive.ubuntu.com/ubuntu/ lucid/main Packages
+ 100 /var/lib/dpkg/status
  
  We run a dualstack network, and i want to set inet_protocols to all on a
  10.4 server when installing postfix. The server is already installed (no
  preseed during installation due to installation method).
  
  I have set:
  
  postfix postfix/protocols   select  all
  
  But the inet_protocols is never set. I have tried different places in
  the config, and different settings (ipv4/ipv6/all).
  
- 
  Output install:
  
  setting myhostname: webserver.hostname.tld
  setting alias maps
  setting alias database
  changing /etc/mailname to webserver.hostname.tld
  setting myorigin
  setting destinations: webserver.hostname.tld, localhost
- setting relayhost: 
+ setting relayhost:
  setting mynetworks: 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
  setting mailbox_size_limit: 0
  setting recipient_delimiter: +
  setting inet_interfaces: all
  WARNING: /etc/aliases exists, but does not have a root alias.
  
  Postfix is now set up with a default configuration.
+ 
+ Thanks for the help!
+ Jasper Wonnink
+ 
+ [Regression Potential]
+ 
+ [Other Info]
  
  My preseed config:
  
  postfix postfix/root_addressstring
  postfix postfix/rfc1035_violation   boolean false
  postfix postfix/mydomain_warningboolean
  postfix postfix/mynetworks  string  127.0.0.0/8 [:::127.0.0.0]/104 
[::1]/128
  postfix postfix/mailnamestring   webserver.hostname.tld
  postfix postfix/tlsmgr_upgrade_warning  boolean
  postfix postfix/recipient_delim string  +
  postfix postfix/main_mailer_typeselect  Internet Site
  postfix postfix/destinationsstring   webserver.hostname.tld, localhost
  postfix postfix/retry_upgrade_warning   boolean
  # Install postfix despite an unsupported kernel?
  postfix postfix/kernel_version_warning  boolean
  postfix postfix/mailbox_limit   string  0
- postfix postfix/relayhost   string  
+ postfix postfix/relayhost   string
  postfix postfix/procmailboolean false
  postfix postfix/protocols   select  all
  postfix postfix/chattr  boolean false
- 
- 
- Thanks for the help!
- Jasper Wonnink

** Patch added: vivid_postfix_protocol_preseed.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+attachment/4272040/+files/vivid_postfix_protocol_preseed.debdiff

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

Title:
  inet_protocols can't be preseeded

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

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


[Bug 1397898] Re: incorrect PID in initscript

2014-12-01 Thread Ubuntu Foundations Team Bug Bot
The attachment Patch to make Puppet initscript find the PID of the
daemon seems to be a patch.  If it isn't, please remove the patch
flag from the attachment, remove the patch tag, and if you are a
member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  incorrect PID in initscript

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

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


[Bug 1397991] [NEW] package php5-common 5.5.9+dfsg-1ubuntu4.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-12-01 Thread mahyar lotfi
Public bug reported:

ubuntu 14.04.1 i686
5.5.9+dfsg-1ubuntu4.5

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: php5-common 5.5.9+dfsg-1ubuntu4.5
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
Date: Mon Dec  1 00:26:37 2014
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-11-20 (11 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 (20140722.2)
SourcePackage: php5
Title: package php5-common 5.5.9+dfsg-1ubuntu4.5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 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/1397991

Title:
  package php5-common 5.5.9+dfsg-1ubuntu4.5 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/php5/+bug/1397991/+subscriptions

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


[Bug 1398001] [NEW] package clamav 0.98.5+dfsg-0ubuntu0.14.10.1 failed to install/upgrade: beroendeproblem - lämnar okonfigurerad

2014-12-01 Thread rolfc
Public bug reported:

It appear after login

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: clamav 0.98.5+dfsg-0ubuntu0.14.10.1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Fri Nov 28 07:55:41 2014
ErrorMessage: beroendeproblem - lämnar okonfigurerad
InstallationDate: Installed on 2010-10-06 (1517 days ago)
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
ProcCmdline: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic 
root=UUID=65386267-5d94-4eee-adde-5d096c07a122 ro quiet splash vt.handoff=7
SourcePackage: clamav
Title: package clamav 0.98.5+dfsg-0ubuntu0.14.10.1 failed to install/upgrade: 
beroendeproblem - lämnar okonfigurerad
UpgradeStatus: Upgraded to utopic on 2014-04-24 (221 days ago)
modified.conffile..etc.apparmor.d.usr.sbin.clamd: [deleted]
modified.conffile..etc.init.d.clamav.daemon: [deleted]
modified.conffile..etc.logcheck.ignore.d.paranoid.clamav.daemon: [deleted]
modified.conffile..etc.logcheck.ignore.d.server.clamav.daemon: [deleted]

** Affects: clamav (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 clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1398001

Title:
  package clamav 0.98.5+dfsg-0ubuntu0.14.10.1 failed to install/upgrade:
  beroendeproblem - lämnar okonfigurerad

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

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


[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-12-01 Thread Olli Ries
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided = Critical

** Changed in: canonical-devices-system-image
   Status: New = Confirmed

** Changed in: canonical-devices-system-image
Milestone: None = r1

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

Title:
  [TOPBLOCKER] UI randomly freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1377332/+subscriptions

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


[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2014-12-01 Thread Nicolas Ferre
Confirmed for 14.04 LTS.

Solved by modifying /etc/init/tftpd-hpa.conf

with:
start on (filesystem and net-device-up IFACE!=lo)

Cf: http://upstart.ubuntu.com/cookbook/#start-on

Beware, there is a bug in report #1 attachement: 
modified.conffile..etc.init.tftpd.hpa.conf.txt
There is a syntax error in start on runlevel (filesystem and net-device-up 
IFACE!=lo)

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

Title:
  tftpd-hpa doesn't start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1342580/+subscriptions

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-12-01 Thread Ryan Harper
can we confirm what filesystems and options are enabled when reproducing
(ie, ext4 +extent mapping)[1] ?  Bug 1368815 sounds very much like this.
If the reproducing systems have ext4 extents mapping enabled, one could
create an ext4 fs without extent mapping[2] and see if this still
reproduces.

If it is related to the ext4 extents, the rate of memory pressure and
speed of the underlying device would determine whether or not the file
ends up being corrupt which might explain the difficulty of reproducing.

1. % sudo tune2fs -l /dev/disk/by-id/dm-name-kriek--vg-root  | grep -i features
Filesystem features:  has_journal ext_attr resize_inode dir_index filetype 
needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg 
dir_nlink extra_isize
2. mke2fs -t ext4 -O ^extent /dev/device

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1347020] Re: systemd does not boot in a container

2014-12-01 Thread Martin Pitt
** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: lxc (Ubuntu)
Milestone: None = ubuntu-15.01

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

Title:
  systemd does not boot in a container

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

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


[Bug 1396318] Re: Cannot read text in region selection box

2014-12-01 Thread Chris Johnston
** Changed in: horizon (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Cannot read text in region selection box

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

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


[Bug 1394327] Re: unmapping of persistent grants in qemu

2014-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.1+dfsg-7ubuntu2

---
qemu (2.1+dfsg-7ubuntu2) vivid; urgency=low

  * d/p/upstream-xen_disk-fix-unmapping-of-persistent-grants.patch:
Cherry-pick of qemu-upstream patch to fix issues with persistent
grants and the PV backend (Qdisk) (LP: #1394327).
 -- Stefan Bader stefan.ba...@canonical.com   Fri, 28 Nov 2014 13:14:37 +0100

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

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

Title:
  unmapping of persistent grants in qemu

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

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


[Bug 1339434] Re: Samba4 get stuck after a server reboot, if IPv6 is enabled.

2014-12-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Samba4 get stuck after a server reboot, if IPv6 is enabled.

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

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-12-01 Thread Chris J Arges
Ryan,

The host's root filesystem is ext3/LVM (per Jamie's original
configuration):

sudo tune2fs -l /dev/disk/by-id/dm-name-ubuntu--vg-root | grep -i features
Filesystem features:  has_journal ext_attr resize_inode dir_index filetype 
needs_recovery sparse_super large_file

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1398068] [NEW] /sbin/cgmanager:alloc.c:315: Assertion failed in nih_free: ptr != NULL

2014-12-01 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding cgmanager.  This problem was most recently seen with version
0.33-2, the problem page at
https://errors.ubuntu.com/problem/9d8b1bc865eba0604b89ca1f7a24f0a1a0186290
contains more details.

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


** Tags: vivid

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

Title:
  /sbin/cgmanager:alloc.c:315: Assertion failed in nih_free: ptr != NULL

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

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-12-01 Thread Jamie Strandboge
Actually, for me it is just ext3 without LVM.
$ sudo tune2fs -l /dev/sda3 | grep -i features
Filesystem features:  has_journal ext_attr resize_inode dir_index filetype 
needs_recovery sparse_super large_file

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1386394] Re: SRU: catch 14.04 up with curtin trunk features

2014-12-01 Thread Andres Rodriguez
We have tested the new version of curtin and things work as expected.
Marking verification-done

** 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 curtin in Ubuntu.
https://bugs.launchpad.net/bugs/1386394

Title:
  SRU: catch 14.04 up with curtin trunk features

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

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


[Bug 1328521] Re: curtin hook does not execute /opt/curtin/finalize

2014-12-01 Thread Andres Rodriguez
We have tested this and confirm it works as expected, marking
verification-done

** 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 curtin in Ubuntu.
https://bugs.launchpad.net/bugs/1328521

Title:
  curtin hook does not execute /opt/curtin/finalize

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

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


[Bug 1373137] Re: need to run update-grub when grub-install

2014-12-01 Thread Andres Rodriguez
We have tested this, and we can confirm that this issue has been
resolved.

** 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 curtin in Ubuntu.
https://bugs.launchpad.net/bugs/1373137

Title:
  need to run update-grub when grub-install

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

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


[Bug 1397898] Re: incorrect PID in initscript

2014-12-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

 Is Ubuntu the place to offer such fixes?

It should go to Debian in the first instance, assuming that Debian is
also affected - in Ubuntu, we try to keep the packaging in sync with
Debian.

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

** Tags added: needs-upstream-report

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

Title:
  incorrect PID in initscript

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

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


[Bug 1397910] Re: Puppet daemon dies from SIGUSR1 if no certificate

2014-12-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

 It may be running before hostname resolution is available.

Then isn't something else broken that causes puppet to be started before
hostname resolution is available? What is on your system that causes
hostname resolution to not be available? Can we fix that instead?

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

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

Title:
  Puppet daemon dies from SIGUSR1 if no certificate

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

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


Re: [Bug 1397910] Re: Puppet daemon dies from SIGUSR1 if no certificate

2014-12-01 Thread Jurjen Bokma
On 12/01/2014 06:49 PM, Robie Basak wrote:
 Then isn't something else broken that causes puppet to be started before
 hostname resolution is available? What is on your system that causes
 hostname resolution to not be available? Can we fix that instead?
 
Perhaps we can. Puppet runs from a SystemV init script, which does
require named.
But even a running named is no guarantee that resolution succeeds. So
still, the Puppet daemon shouldn't give up just because it doesn't
immediately succeed, IMHO. That's not robust enough.

If I write an upstart job, do I upload it to Debian or to PuppetLabs?

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

Title:
  Puppet daemon dies from SIGUSR1 if no certificate

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

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


[Bug 1358835] Re: numa_node_of_cpu() returns warning when cpu_index 79

2014-12-01 Thread Breno Leitão
** Changed in: numactl (Ubuntu)
   Status: New = Confirmed

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1397666] Re: sshd does not properly initialize libgcrypt

2014-12-01 Thread Robie Basak
Thank you for taking the time to file this bug and helping to make
Ubuntu better.

I cannot reproduce this on Trusty. Additionally, I don't see that the
openssh-server or openssh-client binary packages pull in gcrypt at all.
Are you sure this isn't some PAM module that uses gcrypt that ssh is
simply calling due to its configuration? This would explain sudo as
well.

Please could you post steps to reproduce this bug on a fresh 14.04
installation and then change the bug status back to New?

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

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

Title:
  sshd does not properly initialize libgcrypt

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

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


Re: [Bug 1397898] Re: incorrect PID in initscript

2014-12-01 Thread Jurjen Bokma
 It should go to Debian in the first instance, assuming that Debian is
Ok. Then it'll have to wait until I can confirm that Debian is affected
as well.

Thanks!

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

Title:
  incorrect PID in initscript

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

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


[Bug 1358835] new libnuma.so with fix

2014-12-01 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: new libnuma.so with fix
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4272323/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1396362] Re: Support UID and GID specification in user and group definitions

2014-12-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Sounds like this is a wishlist item that needs to go upstream in the
first instance.

** Package changed: cloud-init (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/1396362

Title:
  Support UID and GID specification in user and group definitions

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

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


[Bug 1358835] libnuma.so.1 sum 55709

2014-12-01 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: libnuma.so.1 sum 55709
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4272324/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1397250] Re: SIGPIPE not caught in do_atfork_child()

2014-12-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Has this patch gone upstream at all, please? We'd prefer to not have to
maintain patches indefinitely.

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1397250/+subscriptions

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


[Bug 1396210] Re: Backporting the mysql_no_login plugin to 5.6

2014-12-01 Thread Robie Basak
Thanks Norvald. I've subscribed the SRU team to this bug for their
attention. Since this type of request is quite unusual we don't really
have an existing process for it, so please chase this up with me if you
don't get a response soon and I can follow up.

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

Title:
  Backporting the mysql_no_login plugin to 5.6

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

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


[Bug 1396318] Re: Cannot read text in region selection box

2014-12-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~cjohnston/ubuntu/trusty/horizon/1396318

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

Title:
  Cannot read text in region selection box

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

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


[Bug 1358835] new libnuma.so with fix

2014-12-01 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: new libnuma.so with fix
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4272325/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1358835] libnuma.so.1 sum 55709

2014-12-01 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: libnuma.so.1 sum 55709
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4272326/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1364442] Re: udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

2014-12-01 Thread Breno Leitão
** Patch added: libmlx4_add_ROCE_IP_based_addressing_support_for_UD_QPs.patch
   
https://bugs.launchpad.net/ubuntu/+source/libibverbs/+bug/1364442/+attachment/4272330/+files/libmlx4_add_ROCE_IP_based_addressing_support_for_UD_QPs.patch

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

Title:
  udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

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

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


[Bug 1364442] Re: udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

2014-12-01 Thread Breno Leitão
** Patch added: libmlx4_add_ibv_query_port_caching_support.patch
   
https://bugs.launchpad.net/ubuntu/+source/libibverbs/+bug/1364442/+attachment/4272329/+files/libmlx4_add_ibv_query_port_caching_support.patch

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

Title:
  udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

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

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


[Bug 1364442] Re: udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

2014-12-01 Thread Breno Leitão
** Patch added: 
libibverbs-neighbour_lookup_for_RoCE_UD_QPs_ETH_L2_resoluti.patch
   
https://bugs.launchpad.net/ubuntu/+source/libibverbs/+bug/1364442/+attachment/4272328/+files/libibverbs-neighbour_lookup_for_RoCE_UD_QPs_ETH_L2_resoluti.patch

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

Title:
  udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

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

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


[Bug 1364442] Re: udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

2014-12-01 Thread Breno Leitão
** Patch added: libibverbs-add_ibv_port_cap_flags.patch
   
https://bugs.launchpad.net/ubuntu/+source/libibverbs/+bug/1364442/+attachment/4272327/+files/libibverbs-add_ibv_port_cap_flags.patch

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

Title:
  udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

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

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


[Bug 1397910] Re: Puppet daemon dies from SIGUSR1 if no certificate

2014-12-01 Thread Robie Basak
What is it trying to look up? Itself, or something else? I'd expect a
self-lookup to always succeed.

If for some reason it does need to hit the network in the typical case,
then I agree that a timeout may make sense. In this case, I suggest
going to upstream to implement proper retry functionality, rather than
trying to work around it in an init script.

 If I write an upstart job, do I upload it to Debian or to PuppetLabs?

Debian I guess, though they might be interested in hearing upstream's
view on this first.

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

Title:
  Puppet daemon dies from SIGUSR1 if no certificate

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

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


[Bug 1358835] new libnuma.so with fix

2014-12-01 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: new libnuma.so with fix
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4272331/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1358835] libnuma.so.1 sum 55709

2014-12-01 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: libnuma.so.1 sum 55709
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4272332/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

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

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


[Bug 1395098] [NEW] [Utopic] OpenLDAP version is outdated

2014-12-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

Debian unstable has openldap at version 2.4.40 but the version in the
latest stable Ubuntu release (14.10) is 2.4.31 (released upstream in
April 2012).  A lot of bugs have been fixed since then [1].

Please put version 2.4.40 into the next release of Ubuntu (15.04).

[1]: http://www.openldap.org/software/release/changes.html

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: upgrade-software-version
-- 
[Utopic] OpenLDAP version is outdated
https://bugs.launchpad.net/bugs/1395098
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 1395098] Re: [Utopic] OpenLDAP version is outdated

2014-12-01 Thread Robie Basak
** Tags added: upgrade-software-version

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

Title:
  [Utopic] OpenLDAP version is outdated

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

-- 
Ubuntu-server-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] Re: charm-tools installs juju-0.7

2014-12-01 Thread Mathew Hodson
** Branch unlinked: lp:ubuntu/saucy/charm-tools

-- 
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 1368030] Re: nova-manage command when executed by non-root user, should give authorization error instead of low level database error

2014-12-01 Thread Neetu Jain
not seeing the error

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

Title:
  nova-manage command when executed by non-root user, should give
  authorization error instead of low level database error

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

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


Re: [Bug 1397910] Re: Puppet daemon dies from SIGUSR1 if no certificate

2014-12-01 Thread Jurjen Bokma
On 12/01/2014 07:31 PM, Robie Basak wrote:
 What is it trying to look up? Itself, or something else? I'd expect a
 self-lookup to always succeed.
It tries to look up the Puppet server, to fetch a certificate from.
Maybe it also tries to look up itself. But that would succeed, indeed.

 If for some reason it does need to hit the network in the typical case,
 then I agree that a timeout may make sense. In this case, I suggest
 going to upstream to implement proper retry functionality, rather than
 trying to work around it in an init script.
Agreed. Doing so. Perhaps better close this bug, then.

 If I write an upstart job, do I upload it to Debian or to PuppetLabs?
 
 Debian I guess, though they might be interested in hearing upstream's
 view on this first.
That's why I'm asking there, too. But I do have to try with their newer
versions.

Thank you for your time!

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

Title:
  Puppet daemon dies from SIGUSR1 if no certificate

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

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


[Bug 1370199] Re: qemu upstart job should create /dev/kvm in a container

2014-12-01 Thread Ryan Harper
With the updated 2.0.0+dfsg-2ubuntu1.8  package in trusty/proposed, the
test-case still fails as written.

After upgrading qemu-kvm, qemu-system-common qemu-system-x86 from
trusty/proposed, no /dev/kvm exists even though /etc/init/qemu-kvm.conf
includes the updated script to write it out.  This is because the qemu-
kvm upstart job is running.

To get the updated conf to run, one must also run:

sudo stop qemu-kvm; sudo start qemu-kvm

After running the above command with the new package, the contain does
have a /dev/kvm entry.

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

Title:
  qemu upstart job should create /dev/kvm in a container

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

-- 
Ubuntu-server-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] Re: memory leakage messages (no talloc stackframe)

2014-12-01 Thread Andrew Berry
I'm using netatalk as well, and this bug was causing
/run/samba/gencache_notrans.tdb to grow to several hundred MB until /run
was out of space. According to tdbtool the database itself was basically
empty, but it was still taking up disk even after a repack. Disabling
the module with pam-auth-update looks to have fixed the problem.

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

Title:
  memory leakage messages (no talloc stackframe)

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

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


[Bug 1397250] Re: SIGPIPE not caught in do_atfork_child()

2014-12-01 Thread Bryan Quigley
AFAICT it seems this has been fixed upstream for libnss-ldap 266
(http://bugzilla.padl.com/show_bug.cgi?id=414)

and then the project died?  (it hasn't done an update since 2010.

** Bug watch added: PADL Bugzilla #414
   http://bugzilla.padl.com/show_bug.cgi?id=414

** Bug watch added: PADL Bugzilla #159
   http://bugzilla.padl.com/show_bug.cgi?id=159

** Also affects: nss-ldap via
   http://bugzilla.padl.com/show_bug.cgi?id=159
   Importance: Unknown
   Status: Unknown

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nss-ldap/+bug/1397250/+subscriptions

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-12-01 Thread Chris J Arges
Attached is a reproducer for this issue, here is what needs to be done to setup 
the reproducer:
1) The host machine's filesystem needs to be ext3
2) Install a VM (via virsh) and use a qcow2 disk
3) Ensure you can ssh without a password and the VM has bonnie++ installed
4) Adjust the variables in the script before running
5) Run the script a couple of times

While this doesn't reproduce 100% of the time, I can usually get a
failure within 1-3 trials. However executing this on a ext4 host
filesystem I've been unable to reproduce this issue.

** Attachment added: lp1292234-repro.sh
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+attachment/4272431/+files/lp1292234-repro.sh

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-12-01 Thread Chris J Arges
Also I've been able to reproduce this with the latest master in qemu,
and even with the latest daily 3.18-rcX kernel on the host.

** Also affects: qemu
   Importance: Undecided
   Status: New

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1364442] Re: udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

2014-12-01 Thread Ubuntu Foundations Team Bug Bot
The attachment libibverbs-add_ibv_port_cap_flags.patch seems to be a
patch.  If it isn't, please remove the patch flag from the attachment,
remove the patch tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  udaddy is failing to get address handle in Ubuntu 14.10 (Mellanox)

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

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


[Bug 1381768] Fix proposed to keystone (feature/hierarchical-multitenancy)

2014-12-01 Thread OpenStack Infra
Fix proposed to branch: feature/hierarchical-multitenancy
Review: https://review.openstack.org/138182

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

Title:
  AttributeError: 'module' object has no attribute
  'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

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

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


Re: [Bug 1397910] [NEW] Puppet daemon dies from SIGUSR1 if no certificate

2014-12-01 Thread Stig Sandbeck Mathisen
Jurjen Bokma j.bo...@rug.nl writes:

 Right after boot, the Puppet agent daemon is started. It may be
 running before hostname resolution is available. If it is, Puppet is
 unable to receive a certificate. A Puppet daemon that receives SIGUSR1
 should try to do a Puppet run immediately. But if it has no
 certificate, it dies instead, leaving the host unable to receive
 further configuration until the next reboot.

 IMHO, Puppet should not die, but retry fetching a certificate. Barring
 that, an upstart job could restart the daemon when it dies. I could
 write that upstart job, but I wonder how the maintenance of such
 distribution-specific config is organized, and whether to push it
 upstream through Ubuntu or through PuppetLabs.

The init scripts, upstart jobs, systemd services, and whatever someone
will think of next to start a service, is handled by the distribution
packaging. The puppet packages in Ubuntu trusty, utopic and vivid are
unmodified from the ones in Debian.

I will gladly add upstart jobs for the various puppet services to the
Debian packaging. If you would like to contribute some of them, please
attach them to this Launchpad bug, or to a Debian BTS bug.

Using respawn does sounds like a workaround in this case, though. I'd
say that puppet agent dying on SIGUSR1 in some phase of startup is a
bug.

I did a few searches at the upstream bug tracker
(https://tickets.puppetlabs.com/browse/PUP), but could not find any bug
filed for it, open or closed.

-- 
Stig Sandbeck Mathisen

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

Title:
  Puppet daemon dies from SIGUSR1 if no certificate

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

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


[Bug 1396318] Re: Cannot read text in region selection box

2014-12-01 Thread Corey Bryant
Note the additional setup that's required to recreate this when
deploying from the openstack charms.  See
https://bugs.launchpad.net/charms/+source/openstack-
dashboard/+bug/1398186.

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

Title:
  Cannot read text in region selection box

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

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


[Bug 1396318] Re: Cannot read text in region selection box

2014-12-01 Thread Corey Bryant
Screenshot of fixed drop down box.

** Attachment added: Screenshot from 2014-12-01 16:39:08.png
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+attachment/4272473/+files/Screenshot%20from%202014-12-01%2016%3A39%3A08.png

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

Title:
  Cannot read text in region selection box

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

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


Re: [Bug 1397898] [NEW] incorrect PID in initscript

2014-12-01 Thread Stig Sandbeck Mathisen
Jurjen Bokma j.bo...@rug.nl writes:

 ** Patch added: Patch to make Puppet initscript find the PID of the daemon

 https://bugs.launchpad.net/bugs/1397898/+attachment/4271933/+files/puppet-init.patch

That's a delightfully evil hack. Will using an upstart job work instead,
or do you need to keep track of the PID there, as well (something for
post-start, then)?

-- 
Stig Sandbeck Mathisen

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

Title:
  incorrect PID in initscript

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

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


[Bug 1397666] Re: sshd does not properly initialize libgcrypt

2014-12-01 Thread Pieter H
thanks for the quick response... well.. it is sort of a clean trusty
install. but.. with the first things being installed are kerberos and
some pam modules ;-) Your remark about the pam module makes sense.

in short.. I installed the debug symbols of packages that interested me.
Installed dbg and setup sshd on a different port. started a new ssh
session, started the debugger and attached it to the process serving my
new session. added a breakpoint on global_init and logged in with the
session.. the breakpoint was hit ;-)

below the backtrace.  so I guess I found the module responsible for
this.. unfortunately I was not able to find any debug packages for
libpam-ccreds (version 10-6)... so how to continue.. is there any way I
can get the debug symbols for this package and narrow down to the
functions being involved? or is this information below enough?

#0  global_init () at global.c:100
#1  0x7f6e26a991b1 in _gcry_global_is_operational () at global.c:169
#2  0x7f6e26a97c31 in gcry_md_open (h=0x7fffd2ab1d08, algo=2, flags=0) at 
visibility.c:771
#3  0x7f6e26d0fa3e in ?? () from /lib/security/pam_ccreds.so
#4  0x7f6e26d0fced in pam_cc_store_credentials () from 
/lib/security/pam_ccreds.so
#5  0x7f6e26d10989 in ?? () from /lib/security/pam_ccreds.so
#6  0x7f6e26d10f80 in pam_sm_authenticate () from 
/lib/security/pam_ccreds.so
#7  0x7f6e2abdcdff in ?? () from /lib/x86_64-linux-gnu/libpam.so.0
#8  0x7f6e2abdc64d in pam_authenticate () from 
/lib/x86_64-linux-gnu/libpam.so.0
#9  0x7f6e2b24ad76 in ?? ()
#10 0x7f6e2b2296eb in ?? ()
#11 0x7f6e2b23dc2a in ?? ()
#12 0x7f6e2b240b91 in ?? ()
#13 0x7f6e2b241a94 in ?? ()
#14 0x7f6e2b226ae3 in ?? ()

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

Title:
  sshd does not properly initialize libgcrypt

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

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


[Bug 1369460] Re: test_nasties() fails with built-in datetime module

2014-12-01 Thread Ben Nemec
** Changed in: oslo.serialization
   Status: Fix Committed = Fix Released

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

Title:
  test_nasties() fails with built-in datetime module

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.serialization/+bug/1369460/+subscriptions

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


[Bug 1397666] Re: sshd does not properly initialize libgcrypt

2014-12-01 Thread Pieter H
*** This bug is a duplicate of bug 869166 ***
https://bugs.launchpad.net/bugs/869166

** This bug has been marked a duplicate of bug 869166
   Libpam-ccreds does not properly initiate libgcrypt

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

Title:
  sshd does not properly initialize libgcrypt

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

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


[Bug 1397898] Re: incorrect PID in initscript

2014-12-01 Thread Matthaus Owens
The puppet agent writes its own pidfile, to $vardir/run/agent.pid
depending on what is in puppet.conf. If you are seeing problems with
that, I would encourage you to open a bug upstream.

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

Title:
  incorrect PID in initscript

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

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


[Bug 1397898] Re: incorrect PID in initscript

2014-12-01 Thread Matthaus Owens
Sorry, I should have said pidfile is written to $rundir/agent.pid.
$rundir defaults to $vardir/run if not specified in puppet.conf.

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

Title:
  incorrect PID in initscript

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

-- 
Ubuntu-server-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] Re: memory leakage messages (no talloc stackframe)

2014-12-01 Thread Gerald Drouillard
Disabling the module with pam-auth-update makes the problem go away for
me.  If I re-enable the problem comes back.

This should be a HIGH priority bug.

The problem will occur after a successful su command.

Running with all the available patches available today.

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

Title:
  memory leakage messages (no talloc stackframe)

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

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


[Bug 1381768] Change abandoned on keystone (feature/hierarchical-multitenancy)

2014-12-01 Thread OpenStack Infra
Change abandoned by Morgan Fainberg (morgan.fainb...@gmail.com) on branch: 
feature/hierarchical-multitenancy
Review: https://review.openstack.org/138182

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

Title:
  AttributeError: 'module' object has no attribute
  'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

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

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


[Bug 1397250] Re: SIGPIPE not caught in do_atfork_child()

2014-12-01 Thread Bug Watch Updater
** Changed in: nss-ldap
   Status: Unknown = Fix Released

** Changed in: nss-ldap
   Importance: Unknown = Medium

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nss-ldap/+bug/1397250/+subscriptions

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


[Bug 1397706] Re: Argument perl_version isn't numeric in numeric

2014-12-01 Thread Stephen Warren
This also affects Lucid, and I would guess Precise. I can't quite tell
how to add extra releases in to the list above.

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

Title:
  Argument perl_version isn't numeric in numeric

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

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


[Bug 1395832] Re: example certificates expiry

2014-12-01 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: New = Fix Released

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

Title:
  example certificates expiry

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

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


[Bug 1268072] Re: byobu color prompt doesn't work correctly

2014-12-01 Thread Kashyap Kopparam
I could reproduce this problem with ubuntu 14.04 cloud image. This is
one annoying bug.

** Changed in: byobu (Ubuntu)
   Status: Expired = Confirmed

** Changed in: byobu
   Status: Incomplete = Confirmed

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

Title:
  byobu color prompt doesn't work correctly

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

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


[Bug 1397706] Re: Argument perl_version isn't numeric in numeric

2014-12-01 Thread Kees Cook
** Also affects: spamassassin (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: spamassassin (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

Title:
  Argument perl_version isn't numeric in numeric

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

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


[Bug 1397558] Re: please merge tcpdump from debian

2014-12-01 Thread LocutusOfBorg
** Information type changed from Private Security to Public Security

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

Title:
  please merge tcpdump from debian

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

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


  1   2   3   4   5   6   7   8   9   10   >