[Bug 1218463] Re: pinger crashed with SIGSEGV in __tzfile_compute()

2014-10-20 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1214806 ***
https://bugs.launchpad.net/bugs/1214806

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: squid3 (Ubuntu)
   Status: New => Confirmed

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

Title:
  pinger crashed with SIGSEGV in __tzfile_compute()

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

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


[Bug 1362393] Re: default my.cnf has deprecated option key_buffer

2014-10-20 Thread Richardson Lima
141020 22:38:49 [Warning] Using unique option prefix key_buffer instead
of key_buffer_size is deprecated and will be removed in a future
release. Please use the full name instead.

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

Title:
  default my.cnf has deprecated option key_buffer

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

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


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Robie Basak
Thank you for the patch!

Unfortunately using rsync's internal zlib violates policy section 4.13
(see in particular footnote 31 for rationale):
http://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ch-
source.html#s-embeddedfiles

For example: if a security vulnerability were found in zlib, then the
security team expects to be able to fix it once in the archive. If we
used rsync's internal zlib, then it would escape being fixed, and this
would be dangerous.

However, from the changelog I see the Debian does the same thing:

  * revert to using included zlib as there have been numerous reports of failed
transfers when using -z with the separate zlib.

So perhaps we need to make an exception in this case.

To update Trusty, we need to follow the SRU procedure documented here:
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure and submit the
patch for sponsoring as described in the link from there. Please could
you see how far you can get with this?

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

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

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

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


[Bug 1383502] [NEW] Tag Catalog Support For Metadata Definitions

2014-10-20 Thread Wayne
Public bug reported:

A challenge with using OpenStack is discovering, sharing, and correlating 
tags across services and different types of resources. We believe this  
affects both end users and administrators.

A catalog of possible tags that can be used to help ensure tag name consistency 
across users, resource types, and services. So, when a user goes to apply a tag 
on a resource, they will be able to either create new tags or choose from tags  
that have been used elsewhere in the system on different types of resources.

The following DB schema is the initial suggested schema. We will improve and 
take comments during code review. Constraints not shown for readability.
CREATE TABLE `metadef_tags` ( 
`id`  int(11) NOT NULL AUTO_INCREMENT, 
`namespace_id`  int(11) NOT NULL, 
`name`   varchar(80) NOT NULL, 
`created_at` timestamp NOT NULL, 
`updated_at`   timestamp
)

CREATE TABLE `metadef_tag_parents` ( 
`child_tag_id`   int(11) NOT NULL, 
`parent_tag_id`   int(11) NOT NULL  
)

** Affects: glance (Ubuntu)
 Importance: Undecided
 Assignee: Wayne (wayne-okuma)
 Status: New

** Changed in: glance (Ubuntu)
 Assignee: (unassigned) => Wayne (wayne-okuma)

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

Title:
  Tag Catalog Support For Metadata Definitions

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

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


[Bug 1383470] [NEW] scp does not work (fails at 'Sending command scp -v -t')

2014-10-20 Thread Robin Smith
Public bug reported:

Following the last update of Ubuntu 14.02, scp (in the default system) has 
ceased working. It hangs after authentication at the point where it wold start 
an interactive session.  I've verified that the problem is in my system: scp 
still works at the target machine and scp won't work on my machine to various 
hosts.  Output below.
rasmith@rasmith-Lemur-Ultra:~$ scp -v testfil apacentral.org:
Executing: program /usr/bin/ssh host apacentral.org, user (unspecified), 
command scp -v -t .
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/rasmith/.ssh/config
debug1: /home/rasmith/.ssh/config line 17: Applying options for *
debug1: /home/rasmith/.ssh/config line 20: Deprecated option 
"rhostsauthentication"
debug1: /home/rasmith/.ssh/config line 25: Deprecated option "fallbacktorsh"
debug1: /home/rasmith/.ssh/config line 26: Deprecated option "usersh"
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to apacentral.org [65.19.130.61] port 22.
debug1: Connection established.
debug1: could not open key file '/etc/ssh/ssh_host_key': No such file or 
directory
debug1: could not open key file '/etc/ssh/ssh_host_dsa_key': Permission denied
debug1: could not open key file '/etc/ssh/ssh_host_ecdsa_key': Permission denied
debug1: could not open key file '/etc/ssh/ssh_host_rsa_key': Permission denied
debug1: could not open key file '/etc/ssh/ssh_host_ed25519_key': No such file 
or directory
debug1: could not open key file '/etc/ssh/ssh_host_dsa_key': Permission denied
debug1: could not open key file '/etc/ssh/ssh_host_ecdsa_key': Permission denied
debug1: could not open key file '/etc/ssh/ssh_host_rsa_key': Permission denied
debug1: could not open key file '/etc/ssh/ssh_host_ed25519_key': No such file 
or directory
debug1: identity file /home/rasmith/.ssh/identity type 0
debug1: identity file /home/rasmith/.ssh/identity-cert type -1
debug1: Remote protocol version 2.0, remote software version 
OpenSSH_6.4_hpn13v11 FreeBSD-2013
debug1: match: OpenSSH_6.4_hpn13v11 FreeBSD-2013 pat OpenSSH* compat 
0x0400
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-...@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-...@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: RSA 61:40:9f:26:85:d2:57:34:f9:52:7b:c3:47:9d:7a:ae
debug1: Host 'apacentral.org' is known and matches the RSA host key.
debug1: Found key in /home/rasmith/.ssh/known_hosts:26
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering DSA public key: rasm...@aristotle.tamu.edu
debug1: Server accepts key: pkalg ssh-dss blen 433
debug1: Authentication succeeded (publickey).
Authenticated to apacentral.org ([65.19.130.61]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: scp -v -t .

(at this point, the command hangs more or less indefinitely until killed
with Ctrl-C)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ssh 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Oct 20 15:25:14 2014
InstallationDate: Installed on 2012-10-18 (732 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
PackageArchitecture: all
SourcePackage: openssh
UpgradeStatus: Upgraded to trusty on 2014-05-02 (170 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  scp does not work (fails at 'Sending command scp -v -t')

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

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


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Ubuntu Foundations Team Bug Bot
The attachment "Use rsync's internal zlib" 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 rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

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

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


[Bug 1379201] Re: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.3: openvswitch kernel module failed to build [error: too many arguments to function ‘ip_select_ident’]

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 1.4.6-0ubuntu1.12.04.4

---
openvswitch (1.4.6-0ubuntu1.12.04.4) precise; urgency=medium

  * Update: d/p/0010-datapath_ip_select_ident_fix.patch:
Fix stable kernel changes to ip_select_ident. (LP: #1379201)
 -- Chris J ArgesFri, 10 Oct 2014 14:31:19 -0500

** Changed in: openvswitch (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.3: openvswitch kernel
  module failed to build [error: too many arguments to function
  ‘ip_select_ident’]

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

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


[Bug 1379201] Update Released

2014-10-20 Thread Chris J Arges
The verification of the Stable Release Update for openvswitch has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.3: openvswitch kernel
  module failed to build [error: too many arguments to function
  ‘ip_select_ident’]

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

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


[Bug 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-updates/horizon

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

Title:
  ubuntu-theme sets incorrect background/text color

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

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


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Charles Peters II
Attached is a patch which seems to fix the bug for Ubuntu Trusty or
14.04.

Please test the package from my PPA and confirm it works OK.
https://launchpad.net/~cp/+archive/ubuntu/bug-fixes/+packages

The easy way to install it:
sudo add-apt-repository ppa:cp/bug-fixes
sudo apt-get update
sudo apt-get upgrade


Changelog

rsync (3.1.0-2ubuntu0.2) trusty; urgency=medium

  * Use included zlib as transfers failed when using -z with the separate zlib.
(LP: #11300367)
- debian/rules: Add -Izlib to CPPFLAGS and change .configure to use
  -with-included-zlib=yes
- debian/control: Remove Build-Depends zlib1g-dev


My testing shows transfers with the -z option are working, but the real test 
will be when my backups run late tonight. ;)

** Patch added: "Use rsync's internal zlib"
   
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+attachment/4240742/+files/rsync-trusty-zlib-internal.diff

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

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.3-0ubuntu1

---
nova (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Liam Young ]
  * d/p/cells-json-store.patch: Fix issue with nova-cells failing when using
JSON file to store cell information (LP: #1314677).

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (a058646) (LP: #1377136):
- [1a95c95] Adds tests for Hyper-V VM Utils
- [bb47d55] Removes unnecessary instructions in test_hypervapi
- [4f41d37] Fixes a Hyper-V list_instances localization issue
- [9015410] Adds list_instance_uuids to the Hyper-V driver
- [3371ad8] Add _wrap_db_error() support to Session.commit()
- [dfb0e0f] Neutron: Atomic update of instance info cache
- [bce481c] Ensure info cache updates don't overwhelm cells
- [f58d95c] Sync process and str utils from oslo
- [4e6371b] remove test_multiprocess_api
- [7e09173] Fixes Hyper-V agent force_hyperv_utils_v1 flag issue
- [7523ab4] Fix attaching config drive issue on Hyper-V when migrate 
instances
- [74e0ba7] Fix live-migration failure in FC multipath case
- [b61aa4d] libvirt: Save device_path in connection_info when booting from 
volume
- [f93b8ee] Made unassigned networks visible in flat networking
- [82cc3be] Do not fail cell's instance deletion, if it's missing info_cache
- [d72c0a4] Fixes Hyper-V boot from volume root device issue
- [0d3dad7] Fixes Hyper-V resize down exception
- [5d5970a] db: Add @_retry_on_deadlock to service_update()
- [9596f52] Add Hyper-V driver in the "compute_driver" option description
- [4a8d6ca] Block sqlalchemy migrate 0.9.2 as it breaks all of nova
- [311ab57] Move the error check for "brctl addif"
- [df09c2a] Fix rootwrap for non openstack.org iqn's
- [1613cd99] Fix instance boot when Ceph is used for ephemeral storage
- [4bc680f] Make floatingip-ip-delete atomic with neutron
- [0d69163] Fix race condition with vif plugging in finish migrate
- [520aa4c] libvirt: Use VIR_DOMAIN_AFFECT_LIVE for paused instances
- [3c34e37] add repr for event objects
- [1b7ab22] make lifecycle event logs more clear
- [e1d6e18] Catch missing Glance image attrs with None
- [b591389] Update block_device_info to contain swap and ephemeral disks
- [2155188] Adds get_instance_disk_info to compute drivers
- [87f842d] Fixes Hyper-V vm state issue
- [1106ef2] Fix expected error details from jsonschema
- [e5e6bc7] Include next link when default limit is reached
- [526853e] Fix FloatingIP.save() passing FixedIP object to sqlalchemy
- [4e1e217] Read deleted instances during lifecycle events
- [d8b9ba5] Add a retry_on_deadlock to reservations_expire
- [b53adea] Add expire reservations in backport position.
- [e874ee2] Fixes Hyper-V SCSI slot selection
- [471e644] VMware: do not cache image when root_gb is 0
- [825cfe4] Fix _parse_datetime in simple tenant usage extension
- [073ee06] Avoid traceback logs from simple tenant usage extension
- [9447203] replace NovaException with VirtualInterfaceCreate when neutron 
fails
- [6b7cb1a] libvirt: convert cpu features attribute from list to a set
- [7ca83e8] Delete image when backup operation failed on snapshot step
- [82a13b3] VM in rescue state must have a restricted set of actions
- [e7d2087] shelve doesn't work on nova-cells environment
- [aeb71a8] libvirt: return the correct instance path while cleanup_resize
- [cce6d22] Fix nova image-show with queued image
- [aff80d5] _translate_from_glance() can cause an unnecessary HTTP request
- [a058646] Loosen import_exceptions to cover all of gettextutils
  * d/p/libvirt-convert-cpu-features-attribute-from-list-to-.patch: Dropped.
Code has been fixed upstream.
  * d/p/libvirt-Handle-unsupported-host-capabilities.patch: Rebased.
 -- Chuck ShortMon, 06 Oct 2014 09:24:45 -0400

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1314677] Re: nova-cells fails when using JSON file to store cell information

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.3-0ubuntu1

---
nova (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Liam Young ]
  * d/p/cells-json-store.patch: Fix issue with nova-cells failing when using
JSON file to store cell information (LP: #1314677).

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (a058646) (LP: #1377136):
- [1a95c95] Adds tests for Hyper-V VM Utils
- [bb47d55] Removes unnecessary instructions in test_hypervapi
- [4f41d37] Fixes a Hyper-V list_instances localization issue
- [9015410] Adds list_instance_uuids to the Hyper-V driver
- [3371ad8] Add _wrap_db_error() support to Session.commit()
- [dfb0e0f] Neutron: Atomic update of instance info cache
- [bce481c] Ensure info cache updates don't overwhelm cells
- [f58d95c] Sync process and str utils from oslo
- [4e6371b] remove test_multiprocess_api
- [7e09173] Fixes Hyper-V agent force_hyperv_utils_v1 flag issue
- [7523ab4] Fix attaching config drive issue on Hyper-V when migrate 
instances
- [74e0ba7] Fix live-migration failure in FC multipath case
- [b61aa4d] libvirt: Save device_path in connection_info when booting from 
volume
- [f93b8ee] Made unassigned networks visible in flat networking
- [82cc3be] Do not fail cell's instance deletion, if it's missing info_cache
- [d72c0a4] Fixes Hyper-V boot from volume root device issue
- [0d3dad7] Fixes Hyper-V resize down exception
- [5d5970a] db: Add @_retry_on_deadlock to service_update()
- [9596f52] Add Hyper-V driver in the "compute_driver" option description
- [4a8d6ca] Block sqlalchemy migrate 0.9.2 as it breaks all of nova
- [311ab57] Move the error check for "brctl addif"
- [df09c2a] Fix rootwrap for non openstack.org iqn's
- [1613cd99] Fix instance boot when Ceph is used for ephemeral storage
- [4bc680f] Make floatingip-ip-delete atomic with neutron
- [0d69163] Fix race condition with vif plugging in finish migrate
- [520aa4c] libvirt: Use VIR_DOMAIN_AFFECT_LIVE for paused instances
- [3c34e37] add repr for event objects
- [1b7ab22] make lifecycle event logs more clear
- [e1d6e18] Catch missing Glance image attrs with None
- [b591389] Update block_device_info to contain swap and ephemeral disks
- [2155188] Adds get_instance_disk_info to compute drivers
- [87f842d] Fixes Hyper-V vm state issue
- [1106ef2] Fix expected error details from jsonschema
- [e5e6bc7] Include next link when default limit is reached
- [526853e] Fix FloatingIP.save() passing FixedIP object to sqlalchemy
- [4e1e217] Read deleted instances during lifecycle events
- [d8b9ba5] Add a retry_on_deadlock to reservations_expire
- [b53adea] Add expire reservations in backport position.
- [e874ee2] Fixes Hyper-V SCSI slot selection
- [471e644] VMware: do not cache image when root_gb is 0
- [825cfe4] Fix _parse_datetime in simple tenant usage extension
- [073ee06] Avoid traceback logs from simple tenant usage extension
- [9447203] replace NovaException with VirtualInterfaceCreate when neutron 
fails
- [6b7cb1a] libvirt: convert cpu features attribute from list to a set
- [7ca83e8] Delete image when backup operation failed on snapshot step
- [82a13b3] VM in rescue state must have a restricted set of actions
- [e7d2087] shelve doesn't work on nova-cells environment
- [aeb71a8] libvirt: return the correct instance path while cleanup_resize
- [cce6d22] Fix nova image-show with queued image
- [aff80d5] _translate_from_glance() can cause an unnecessary HTTP request
- [a058646] Loosen import_exceptions to cover all of gettextutils
  * d/p/libvirt-convert-cpu-features-attribute-from-list-to-.patch: Dropped.
Code has been fixed upstream.
  * d/p/libvirt-Handle-unsupported-host-capabilities.patch: Rebased.
 -- Chuck ShortMon, 06 Oct 2014 09:24:45 -0400

** Changed in: nova (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  nova-cells fails when using JSON file to store cell information

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.1.3-0ubuntu2

---
keystone (1:2014.1.3-0ubuntu2) trusty; urgency=medium

  [ Edward Hope-Morley ]
  * Added python-ldap as install dep (LP: #1364854)
 -- Chuck ShortFri, 10 Oct 2014 12:54:47 -0400

** Changed in: nova (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package heat - 2014.1.3-0ubuntu1

---
heat (2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (986563e) (LP: #1377136):
- [3cebf6d] Handle NotFoundException when deleting alarm
- [c1c48e2] Support multiple heatclient versions for SD
- [986563e] Set python hash seed to 0 in tox.ini
  * d/p/fix-requirements.patch: Rebased.
 -- Chuck ShortMon, 06 Oct 2014 09:55:35 -0400

** Changed in: keystone (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.1.3-0ubuntu1

---
neutron (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (4a0210e) (LP: #1377136):
- [3a30d19] Deletes floating ip related connection states
- [dd4b77f] Forbid regular users to reset admin-only attrs to default values
- [dc2c893] Add delete operations for the ODL MechanismDriver
- [b51e2c7] Add missing ml2 plugin to migration 1fcfc149aca4
- [a17a500] Don't convert numeric protocol values to int
- [3a85946] NSX: Optionally not enforce nat rule match length check
- [645f984] Don't spawn metadata-proxy for non-isolated nets
- [b464d89] Big Switch: Check for 'id' in port before lookup
- [3116ffa] use TRUE in SQL for boolean var
- [3520e66] call security_groups_member_updated in port_update
- [50e1534] Don't allow user to set firewall rule with port and no protocol
- [0061533] BSN: Add context to backend request for debugging
- [6de6d61] Improve ODL ML2 Exception Handling
- [2a4153d] Send network name and uuid to subnet create
- [b5e3c9a] BSN: Allow concurrent reads to consistency DB
- [b201432] Big Switch: Retry on 503 errors from backend
- [f6c47ee] NSX: log request body to NSX as debug
- [97d622a] Fix metadata agent's auth info caching
- [255df45] NSX: Correct allowed_address_pair return value on create_port
- [5bea041] Neutron should not use the neutronclient utils module for 
import_class
- [d5314e2] Cisco N1kv plugin to send subtype on network profile creation
- [f32d1ce] Pass object to policy when finding fields to strip
- [8b5f6be] Call policy.init() once per API request
- [9a6d811] Perform policy checks only once on list responses
- [c48db90] Datacenter moid should not be tuple
- [161d465] Allow unsharing a network used as gateway/floatingip
- [9574a2f] Add support for router scheduling in Cisco N1kv Plugin
- [6f54565] Fix func job hook script permission problems
- [ea43103] Add hook scripts for the functional infra job
- [8161cb7] Fixes Hyper-V agent issue on Hyper-V 2008 R2
- [8e99cfd] Fixes Hyper-V issue due to ML2 RPC versioning
- [69f9121] Ensure ip6tables are used only if ipv6 is enabled in kernel
- [399b809] Remove explicit dependency on amqplib
- [a872143] Clear entries in Cisco N1KV specific tables on rollback
- [ad82fad] Verify ML2 type driver exists before calling del
- [af2cc98] Big Switch: Only update hash header on success
- [b1e5eec] Ignore variable column widths in ovsdb functional tests
- [4a0210e] VMWare: don't notify on disassociate_floatingips()
 -- Chuck ShortMon, 06 Oct 2014 09:15:06 -0400

** Changed in: heat (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 1:2014.1.3-0ubuntu1

---
cinder (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (360705a) (LP: #1377136):
- [7eef596] Refuse invalid qcow2 backing files
- [8f7823d] Fixes terminate_connection live migration issue
- [db5a25d] NetApp NFS: Do not reference dst_img_local before assignment
- [ec249ee] Sync latest process and str utils from oslo
- [d3b1102] Fix KeyError exception in NetApp CDOT iscsi driver volume 
create.
- [1604b49] Don't clear _mounted_shares list in remoteFS while updating
- [da5c3e6] Update cinder.conf.sample
- [8178590] Block sqlalchemy-migrate 0.9.2
- [5863f52] Mock glance client object in version unit tests
- [03573a0] VMware: Disable suds caching
- [c282636] Honor volume:get policy
- [da65d08] Prevent tenant viewing volumes owned by another
- [5f88296] Fix performance issues with brocade zone driver.
- [36406c9] Cache snapshots in request for extension
- [ce35e7a] volume_image_metadata missing from volume list
- [69ade10] Add retry_on_deadlock to db update methods
- [3b4d5b0] Add fix for reservation index to icehouse
- [360705a] vmware: Force chunked transfer for upload-to-image
  * d/p/fix-requirements.patch: Rebased.
 -- Chuck ShortFri, 03 Oct 2014 15:32:56 -0400

** Changed in: neutron (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2014.1.3-0ubuntu1

---
horizon (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Chris Johnston ]
  * Fix Ubuntu theme dropdown and confirmation button (LP: #1308651).

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (dc8e46f) (LP: #1377136):
- [ba524b0] template to rely on the the "id" attribute
- [ad2d428] Rename add_error methods: Django 1.7 conflict
- [8dfe113] Replace Ceilometer ClientException with HTTPException
- [f5e1ff4] Add missing "load url from future" in a container template
- [839c53d] Add OS_REGION_NAME to openrc
- [737fe40] Set the correct min_disk size when creating volume from image
- [a8eeed9] Allow forms to disable autofill in all browsers
- [e32a00d] Fix endpoint error when running keystone on apache
- [faac9e7] Not able to delete a pseudo-folder via horizon
- [b6d6e15] Set python hash seed to 0 in tox.ini
- [ba908ae] Fix XSS issue with the unordered_list filter
- [9a5894b] Long container names no longer break the page
- [c9cb128] TEMPLATE_DIRS must be a tuple
- [95dcdae] Proper port for LBaaS members
- [dc8e46f] Use default_project_id as user project for keystone v3
 -- Chuck ShortMon, 06 Oct 2014 09:00:21 -0400

** Changed in: cinder (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package glance - 1:2014.1.3-0ubuntu1

---
glance (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (01ebe84) (LP: #1377136):
- [f43b1c2] Block sqlalchemy-migrate 0.9.2
- [d0453ae] Check on schemes not stores
- [bba31d0] Fix collection order issues and unit test failures
- [31a4d18] Enforce image_size_cap on v2 upload
- [fcc9379] Fix image killed after deletion
- [01ebe84] Set python hash seed to 0 in tox.ini
 -- Chuck ShortMon, 06 Oct 2014 08:49:14 -0400

** Changed in: glance (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

** Changed in: horizon (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1308651] Update Released

2014-10-20 Thread Chris J Arges
The verification of the Stable Release Update for horizon has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  ubuntu-theme sets incorrect background/text color

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

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


[Bug 1314677] Update Released

2014-10-20 Thread Chris J Arges
The verification of the Stable Release Update for nova has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  nova-cells fails when using JSON file to store cell information

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

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


[Bug 1364854] Re: python-ldap is needed as a dependency of keystone

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.1.3-0ubuntu2

---
keystone (1:2014.1.3-0ubuntu2) trusty; urgency=medium

  [ Edward Hope-Morley ]
  * Added python-ldap as install dep (LP: #1364854)
 -- Chuck ShortFri, 10 Oct 2014 12:54:47 -0400

** Changed in: keystone (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  python-ldap is needed as a dependency of keystone

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

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


[Bug 1364854] Update Released

2014-10-20 Thread Chris J Arges
The verification of the Stable Release Update for keystone has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  python-ldap is needed as a dependency of keystone

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

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


[Bug 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2014.1.3-0ubuntu1

---
horizon (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Chris Johnston ]
  * Fix Ubuntu theme dropdown and confirmation button (LP: #1308651).

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (dc8e46f) (LP: #1377136):
- [ba524b0] template to rely on the the "id" attribute
- [ad2d428] Rename add_error methods: Django 1.7 conflict
- [8dfe113] Replace Ceilometer ClientException with HTTPException
- [f5e1ff4] Add missing "load url from future" in a container template
- [839c53d] Add OS_REGION_NAME to openrc
- [737fe40] Set the correct min_disk size when creating volume from image
- [a8eeed9] Allow forms to disable autofill in all browsers
- [e32a00d] Fix endpoint error when running keystone on apache
- [faac9e7] Not able to delete a pseudo-folder via horizon
- [b6d6e15] Set python hash seed to 0 in tox.ini
- [ba908ae] Fix XSS issue with the unordered_list filter
- [9a5894b] Long container names no longer break the page
- [c9cb128] TEMPLATE_DIRS must be a tuple
- [95dcdae] Proper port for LBaaS members
- [dc8e46f] Use default_project_id as user project for keystone v3
 -- Chuck ShortMon, 06 Oct 2014 09:00:21 -0400

** Changed in: horizon (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  ubuntu-theme sets incorrect background/text color

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

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


[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1.3-0ubuntu1

---
ceilometer (2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (4e2c1cd) (LP: #1377136):
- [ccd6b98] VMware: Support secret host_password option
- [7ff220f] Fix tests with testtools>=0.9.39
- [014c41e] update default_log_levels set by ceilometer
- [0ba75c8] fix statistics query in postgres
- [4e2c1cd] fix StringIO errors in unit test
  * d/p/fix-requirements.patch: Rebased.
 -- Chuck ShortFri, 03 Oct 2014 15:21:02 -0400

** Changed in: ceilometer (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1377136] Update Released

2014-10-20 Thread Chris J Arges
The verification of the Stable Release Update for ceilometer has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] icehouse 2014.1.3 point release

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

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


[Bug 1374568] Re: network boot doesn't work (need newer slof.bin)

2014-10-20 Thread Scott Moser
Verfied this seems to work for me 
$ dpkg-query --show qemu-slof
qemu-slof   20140630+dfsg-1ubuntu1


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

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

Title:
  network boot doesn't work (need newer slof.bin)

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

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


[Bug 1383369] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-10-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312855 ***
https://bugs.launchpad.net/bugs/1312855

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


** This bug has been marked a duplicate of bug 1312855
   no symptom - open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel 
module failed to build [error: implicit declaration of function 
'create_proc_entry']

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1383369/+subscriptions

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


[Bug 1315501] Re: cloud-init does not use interfaces.d in trusty

2014-10-20 Thread Pradeep Chandrasekar
Any workaround or ETA please?

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

Title:
  cloud-init does not use interfaces.d in trusty

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

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


[Bug 1346538] Re: maas-dns fails to install due to missing config file for bind9

2014-10-20 Thread Adam Stokes
Potentional fix attached as an MP along with reproducer steps. I've
bumped the importance to get further attention on this.

Thank you,
Adam

** Changed in: maas (Ubuntu)
   Importance: Undecided => High

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

Title:
  maas-dns fails to install due to missing config file for bind9

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

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


[Bug 1383415] [NEW] Incorrect use of SSL options

2014-10-20 Thread Marc Deslauriers
*** This bug is a security vulnerability ***

Public security bug reported:

The following commit is incorrect:

https://github.com/apache/spamassassin/commit/87caaa37615318eaa8940a5c6f3d6065cedd86d1

This makes spamassassin use SSLv3 by default, and does _not_ do what is
documented:

"The default, B, is the most flexible, accepting a SSLv3 or
higher hello handshake, then negotiating use of SSLv3 or TLSv1
protocol if the client can accept it."

** Affects: spamassassin
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: SpamAssassin Bugzilla #7093
   http://issues.apache.org/SpamAssassin/show_bug.cgi?id=7093

** Also affects: spamassassin via
   http://issues.apache.org/SpamAssassin/show_bug.cgi?id=7093
   Importance: Unknown
   Status: Unknown

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

Title:
  Incorrect use of SSL options

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

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


[Bug 1346538] Re: maas-dns fails to install due to missing config file for bind9

2014-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~mikemc/maas/packaging-fix-1346538

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

Title:
  maas-dns fails to install due to missing config file for bind9

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

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


[Bug 1362481] Re: openldap upgrade fails. chwon of olcDbDirectory, /var/lib/ldap not empty and missing backup of suffix

2014-10-20 Thread Bug Watch Updater
** Changed in: openldap (Debian)
   Status: Fix Committed => Fix Released

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

Title:
  openldap upgrade fails. chwon of olcDbDirectory, /var/lib/ldap not
  empty and missing backup of suffix

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

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


[Bug 1381537] Re: Dovecot version in precise too old to switch off SSLv3 protocol for "poodle" fix

2014-10-20 Thread Roger Cornelius
Thanks for the clarification.

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

Title:
  Dovecot version in precise  too old to switch off SSLv3 protocol for
  "poodle" fix

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

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


[Bug 1346538] Re: maas-dns fails to install due to missing config file for bind9

2014-10-20 Thread Andres Rodriguez
Can you please provide an step-by-step on how to reproduce this bug?

Thanks

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

Title:
  maas-dns fails to install due to missing config file for bind9

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

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


[Bug 1383379] Re: nginx default config has SSLv3 enabled, makes sites using default config options vulnerable to POODLE

2014-10-20 Thread Thomas Ward
** Description changed:

  The included `default` config file contains a commented-out section for
  SSL.
  
  That SSL section has the SSLv3 parameter provided for `ssl_protocols`.
  This means that systems are vulnerable to SSLv3 and the POODLE
  vulnerability.
  
  Can we remove that from the default section, even though it's commented
  out, so users don't use the insecure SSLv3 protocol anymore?
  
  --
  
  In the PPAs, this affects all versions of the package in both Stable and
  Mainline.
  
  In Ubuntu, this affects the Precise, Trusty, and Utopic versions of the
  package.
+ 
+ This change was already made in Debian Unstable.

** Description changed:

  The included `default` config file contains a commented-out section for
  SSL.
  
  That SSL section has the SSLv3 parameter provided for `ssl_protocols`.
  This means that systems are vulnerable to SSLv3 and the POODLE
  vulnerability.
  
  Can we remove that from the default section, even though it's commented
  out, so users don't use the insecure SSLv3 protocol anymore?
  
  --
  
- In the PPAs, this affects all versions of the package in both Stable and
- Mainline.
+ NGINX Project:
+ In the PPAs, this affects all versions of the package in both Stable and 
Mainline.
+ 
+ --
+ 
+ Ubuntu Project:
  
  In Ubuntu, this affects the Precise, Trusty, and Utopic versions of the
  package.
  
- This change was already made in Debian Unstable.
+ This change was already made/committed in Debian Unstable.

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

** Changed in: nginx
 Assignee: (unassigned) => Thomas Ward (teward)

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

Title:
  nginx default config has SSLv3 enabled, makes sites using default
  config options vulnerable to POODLE

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

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


[Bug 1383136] Re: empty password could succeed if passdb static was used

2014-10-20 Thread Seth Arnold
** Information type changed from Private Security to Public Security

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

Title:
  empty password could succeed if passdb static was used

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

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


[Bug 1383369] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-10-20 Thread so
Public bug reported:

I think I install the vmware-tools with the right methods,but it wasn't
install well as expected.Some faults,warnings,incompatible and anonymous
problems occur suddenly,and i don't konw why.When it comes to open-vm-
tools,things become worse.When i 'sudo install update' at
terminal,something can't update.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.13.0-32-generic
Date: Mon Oct 20 23:49:02 2014
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Assignee: so (liuguang797)
 Status: Incomplete


** Tags: apport-package i386 precise

** Changed in: open-vm-tools (Ubuntu)
   Status: New => Incomplete

** Changed in: open-vm-tools (Ubuntu)
 Assignee: (unassigned) => so (liuguang797)

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1383369/+subscriptions

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


[Bug 1318378] Re: rsyslog starts dropping connections in large environments

2014-10-20 Thread Curtis Hovey
** Tags added: rsyslog

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

Title:
  rsyslog starts dropping connections in large environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1318378/+subscriptions

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


[Bug 1383369] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-10-20 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1383369/+subscriptions

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


[Bug 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-10-20 Thread Nobuto MURATA
landed into utopic-proposed.
https://launchpad.net/ubuntu/+source/maas/1.7.0~beta7+bzr3266-0ubuntu1

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

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

Title:
  /var/log/maas/rsyslog has incorrect permission

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

-- 
Ubuntu-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 1381537] Re: Dovecot version in precise too old to switch off SSLv3 protocol for "poodle" fix

2014-10-20 Thread Simon Déziel
On 10/20/2014 11:18 AM, Roger Cornelius wrote:
> According to https://www.digitalocean.com/community/tutorials/how-to-
> protect-your-server-against-the-poodle-sslv3-vulnerability, SSLv3  can
> be switched off in 2.0.19 by adding "!SSLv3" to the ssl_cipher_list
> config option.  Is that not correct?

Doing so will drop support for TLS 1.0 and 1.1 too (leaving 1.2 only).
This is explained by the fact that all the ciphers defined by SSLv3 are
also shared by TLS 1.0 and 1.1 so removing them only leaves those added
by TLS 1.2.

$ openssl ciphers -v 'ALL:!LOW:!SSLv2:!EXP:!aNULL' | wc -l
77
$ openssl ciphers -v 'ALL:!LOW:!SSLv2:!EXP:!aNULL:!SSLv3' | wc -l
28

This is generally not advisable because many email clients do not
support TLS 1.2. The article should be fixed.

Simon

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

Title:
  Dovecot version in precise  too old to switch off SSLv3 protocol for
  "poodle" fix

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

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


[Bug 1381537] Re: Dovecot version in precise too old to switch off SSLv3 protocol for "poodle" fix

2014-10-20 Thread Benjamin Greiner
It is not correct. Adding !SSLv3 to the cipher list removes the set of
*ciphers* specified in the SSLv3 cipher suite [1], which would also
disable ciphers listed in other suites. It has no effect on the
*protocols* used.

[1] http://www.openssl.org/docs/apps/ciphers.html

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

Title:
  Dovecot version in precise  too old to switch off SSLv3 protocol for
  "poodle" fix

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

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


[Bug 1381537] Re: Dovecot version in precise too old to switch off SSLv3 protocol for "poodle" fix

2014-10-20 Thread Roger Cornelius
According to https://www.digitalocean.com/community/tutorials/how-to-
protect-your-server-against-the-poodle-sslv3-vulnerability, SSLv3  can
be switched off in 2.0.19 by adding "!SSLv3" to the ssl_cipher_list
config option.  Is that not correct?

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

Title:
  Dovecot version in precise  too old to switch off SSLv3 protocol for
  "poodle" fix

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

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


[Bug 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/maas

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

Title:
  /var/log/maas/rsyslog has incorrect permission

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

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


[Bug 1365130] Re: django-admin prints spurious messages to stdout, breaking scripts

2014-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/maas

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

Title:
  django-admin prints spurious messages to stdout, breaking scripts

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

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


[Bug 1147696] Re: Spamassassin crashes on one particular mail message

2014-10-20 Thread tom
** Changed in: spamassassin (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Spamassassin crashes on one particular mail message

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

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


[Bug 1383332] Re: maas-cluster-controller is uninstallable on non-Intel architectures

2014-10-20 Thread Colin Watson
We found that syslinux-common has been reverted to Architecture: all in
unstable, so I'm going to cherry-pick that change.

** Package changed: maas (Ubuntu) => syslinux (Ubuntu)

** Changed in: syslinux (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

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

Title:
  maas-cluster-controller is uninstallable on non-Intel architectures

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

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


[Bug 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-10-20 Thread Adam Collard
So it seems that I was actually hitting bug 1383329 - because there is
no entry in /etc/hosts anymore (fine) juju bootstrap is relying on DNS,
which was flaky (as per bug).

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

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

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

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


[Bug 1383332] [NEW] maas-cluster-controller is uninstallable on non-Intel architectures

2014-10-20 Thread Robie Basak
Public bug reported:

[Impact]

maas-cluster-controller cannot be installed on a non-Intel system at
all. So, for example, a ppc64el cluster cannot be managed by a MAAS that
is running on ppc64el.

If we drop the dependency on syslinux-common for non-Intel
architectures, then this would work around the uninstallability problem.
But I think the consequence would be that MAAS running on a non-Intel
architecture will no longer be able to boot any Intel nodes. This would
be less bad, but still not good. Additionally, I don't think this would
lead to any kind of sensible error message. The UI would appear to
permit it, and it would fail.

[Details]

The following packages have unmet dependencies.
 maas-cluster-controller : Depends: syslinux-common but it is not installable

The relevant dependency is:

syslinux-dev | syslinux-common (<< 3:6.00~pre4+dfsg-5), syslinux-common

Version: 1.7.0~beta1+bzr2781-0ubuntu1 in Utopic.

maas-cluster-controller is "Architecture: all".

syslinux-common is "Architecture: amd64 i386" since 3:6.03~pre18+dfsg-1.

This is a regression caused by a change to the syslinux package that
landed in Utopic on 1 July.

Since we're beyond final freeze now, fixing this in syslinux without
risking regression is difficult. Any proposed solution that involves
changing syslinux packaging needs to be approved by the release team
first.

15:17  To me, the multiarch solution seems the best, and maybe
least regression risk for this point in the cycle I guess.

15:18  Assuming that change would be acceptable to the release
team.

15:18  I'm afraid not

15:19  It would be non-trivially complex, potentially affect a
bunch of other stuff, and it would be a lot of work to make our checks
understand multiarch.

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

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

Title:
  maas-cluster-controller is uninstallable on non-Intel architectures

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

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


[Bug 1382842] Re: SRU breaks pacemaker in 14.04

2014-10-20 Thread Brian Murray
** Also affects: pacemaker (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: pacemaker (Ubuntu Trusty)
   Importance: Undecided => High

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

Title:
  SRU breaks pacemaker in 14.04

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

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


[Bug 1103353] Re: Invalid GnuTLS cipher suite strings causes libldap to crash

2014-10-20 Thread Bug Watch Updater
** Changed in: openldap (Debian)
   Status: Confirmed => Fix Released

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

Title:
  Invalid GnuTLS cipher suite strings causes libldap to crash

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

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


[Bug 1067779] Re: missing pam_loginuid.so breaks getlogin()

2014-10-20 Thread Christian Kastner
3.0pl1-124.1ubuntu1 contains a fix for this.

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

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

Title:
  missing pam_loginuid.so breaks getlogin()

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

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


[Bug 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-10-20 Thread Adam Collard
Just did another bootstrap and it went without issue. Continuing to
investigate...

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

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

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

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


[Bug 1382842] Re: Security update breaks pacemaker in 14.04

2014-10-20 Thread Robie Basak
Thanks Ante. Though this is a regular update, not a security one.

** Summary changed:

- Security update breaks pacemaker in 14.04
+ SRU breaks pacemaker in 14.04

** Tags added: regression-update

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

Title:
  SRU breaks pacemaker in 14.04

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

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


[Bug 924105] Re: integer out of range errors for fact_values

2014-10-20 Thread Alexander List
This happened again today.

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

Title:
  integer out of range errors for fact_values

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

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


[Bug 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-10-20 Thread Adam Collard
I believe this fix in MAAS to be wrong :/

If we look in /etc/hosts after this fix landed there is no entry for the
node's name

http://paste.ubuntu.com/8600284/

This breaks juju bootstrap:

http://paste.ubuntu.com/8600331/

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

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

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

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


[Bug 87455] Re: No Ubuntu statusmap icon

2014-10-20 Thread Thomas Hotz
The package nagios-images has also version 0.8 in trusty. I'm marking
this bug as fixed.

** Changed in: nagios-images (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  No Ubuntu statusmap icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-images/+bug/87455/+subscriptions

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


[Bug 1381410] Re: [SRU] 0.80.7 stable update

2014-10-20 Thread James Page
Sorry - not quite sure where I got 0.86 from...

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

Title:
  [SRU] 0.80.7 stable update

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

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