[Bug 1436723] Re: Regression: Nested LXC is broken on Vivid

2015-06-25 Thread Vincent Ladeuil
@Chris: Thanks !

I had to implement a different scheme not using nested containers but
still requiring lxc-1.1.2.

I'll give nested containers another shot asap.

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

Title:
  Regression: Nested LXC is broken on Vivid

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

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


[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Jorge Niedbalski
@brian-murray,

Corrected the patch addressing your comment. Thanks.

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

Title:
  [sru] Init file does not respect the LSB spec.

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

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


[Bug 1468879] Re: Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Brian Murray
** Also affects: haproxy (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  Haproxy doesn't checks for configuration on start/reload

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

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


[Bug 1463844] Re: Missing logrotate configuration for vpn_agent and metering_agent

2015-06-25 Thread Brian Murray
For Trusty this was part of another upload.

+neutron (1:2014.1.5-0ubuntu1) trusty; urgency=medium
+
+  * Resynchronize with stable/icehouse (877df58) (LP: #1467533):
+- [cae7108] Fix enable_snat column migration for Postgres + SQLite
+- [61571b4] Persist DHCP leases to a local database
+- [fba8d9b] Process port IP requests before subnet requests
+- [43fe809] Don't resync on DHCP agent setup failure
+- [91cc867] Deal with PEP-0476 certificate chaining checking
+- [877df58] Ignore http_proxy while connecting to test WSGI server
+
+ -- Corey Bryant   Mon, 22 Jun 2015 10:14:52 -0400
+
+neutron (1:2014.1.4-0ubuntu3) trusty; urgency=medium
+
+  *  d/*.logrotate,neutron-common.logrotate: Backport from vivid,
+ Move to single logrotate configuration. (LP: #1463844).
+
+ -- Jorge Niedbalski   Wed, 10 Jun 2015 11:09:20 -0300

** Changed in: neutron (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  Missing logrotate configuration for vpn_agent and metering_agent

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

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


[Bug 1468103] Re: rc.local runs earlier than cloud-init.service

2015-06-25 Thread Martin Pitt
 Independent of cloud-init, things in rc.local should be run as the
last thing in boot.

So now we have last thing except cloud-init :-) There are other
services which order themselves after it, like getty@, plymouth-quit and
others, to avoid disturbing init.d/rc.local scripts with allocated VTs
or plymouth going away. This was more or less the same case with
upstart.

But nevertheless it should run at least after the init.d scripts (and
their unit counterparts), to maintain backwards compatibility with that.
This still isn't robust (if you need to run after something it's always
correct to actually declare it), but might help in some situations.

** Project changed: hundredpapercuts = systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  rc.local runs earlier than cloud-init.service

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

-- 
Ubuntu-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 1467716] Re: gem install fetches packages from unencrypted HTTP URL

2015-06-25 Thread Simon Déziel
On 06/23/2015 05:36 AM, Robie Basak wrote:
 I know that years ago gem install was horribly insecure, but I believe
 this has been improved upstream? So is this a bug in Ubuntu's packaging,
 or is it that it is fixed in a newer upstream (and/or Ubuntu) release,
 or is what you're reporting still a problem upstream?

I'm unsure about where the problem originate. I've only tested this on
Ubuntu Trusty.

 I'll also note that using unencrypted HTTP isn't necessarily insecure.
 Cryptographic verification can be done using digital signatures outside
 the transport protocol (for example apt does this), which is arguably
 more secure because it protects data at rest as well as in transit. For
 example, even if an apt mirror is compromised the signatures and thus
 package contents cannot be since the apt repository private signing keys
 aren't held on any mirror.

You are right. In this specific case, the files are not
cryptographically signed as shown when asking for signature validation [1]:

# gem install bundler -P HighSecurity
Fetching: bundler-1.10.5.gem (100%)
ERROR:  While executing gem ... (Gem::Exception)
Unsigned gem


 Finally, HTTPS doesn't necessarily protect privacy for software
 repositories either, as any attacker who could compromise your HTTP
 download can also observe the size and timing of your HTTPS downloads
 and thus often be able to guess what packages you downloaded from a
 repository that is already public.

 So it would be useful if you could please clarify exactly what you mean
 by insecure, 

I must admit that saying that HTTP is insecure is overly broad. My
main concern was MITM attacks. I agree with you that HTTPS alone isn't a
silver bullet but it would still be an improvement security-wise.

 and what needs to be fixed in Ubuntu as opposed to what
 is available in a newer release and what needs fixing upstream.


Having gem always use the HTTPS URL to rubygems.org would be sufficient
to at least prevent MITM attacks. A quick look at the upstream git tree
showed that they use the HTTPS scheme to reach rubygems.org.

Regards,
Simon


1: http://guides.rubygems.org/security/#using-gems

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

Title:
  gem install fetches packages from unencrypted HTTP URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/1467716/+subscriptions

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


[Bug 1468742] [NEW] whois returns exit 1 for certain tlds

2015-06-25 Thread Guus Houtzager
Public bug reported:

Hi,

Really strange. The whois binary on precise shows the information it should for 
.org domains, but the binary exits with exit 1. If I use the trusty whois 
binary on the same server, it works just fine (exits with exit 0). Tried on 
several Precise systems, but they all show the same behavior. I've observed it 
doing this for these tlds:
.org
.bz

$ lsb_release -rd
Description:Ubuntu 12.04.5 LTS
Release:12.04

$ dpkg -l whois
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  whois  5.0.15ubuntu2  intelligent WHOIS client

Any idea what's going on? Thanks!

Guus

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

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

Title:
  whois returns exit 1 for certain tlds

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

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


[Bug 1449975] Re: Outstanding low priority security bugs in the tomcat7 packages

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat7 - 7.0.52-1ubuntu0.3

---
tomcat7 (7.0.52-1ubuntu0.3) trusty-security; urgency=medium

  * SECURITY UPDATE: arbitrary file disclosure via XML parser
(LP: #1449975)
- debian/patches/CVE-2014-0119.patch: add defensive coding and ensure
  TLD parser obtained from cache has correct value of blockExternal in
  java/org/apache/catalina/security/SecurityClassLoad.java,
  java/org/apache/catalina/servlets/DefaultServlet.java,
  java/org/apache/catalina/startup/TldConfig.java,
  java/org/apache/jasper/compiler/JspDocumentParser.java,
  java/org/apache/jasper/xmlparser/ParserUtils.java,
  java/org/apache/tomcat/util/security/PrivilegedGetTccl.java,
  java/org/apache/tomcat/util/security/PrivilegedSetTccl.java.
- CVE-2014-0119
  * SECURITY UPDATE: HTTP request smuggling or denial of service via
streaming with malformed chunked transfer encoding (LP: #1449975)
- debian/patches/CVE-2014-0227.patch: add error flag and improve i18n
  in java/org/apache/coyote/http11/filters/ChunkedInputFilter.java,
  java/org/apache/coyote/http11/filters/LocalStrings.properties.
- CVE-2014-0227
  * SECURITY UPDATE: denial of service via aborted upload attempts
(LP: #1449975)
- debian/patches/CVE-2014-0230.patch: limit amount of data in
  java/org/apache/coyote/http11/AbstractHttp11Processor.java,
  java/org/apache/coyote/http11/AbstractHttp11Protocol.java,
  java/org/apache/coyote/http11/Http11AprProcessor.java,
  java/org/apache/coyote/http11/Http11AprProtocol.java,
  java/org/apache/coyote/http11/Http11NioProcessor.java,
  java/org/apache/coyote/http11/Http11NioProtocol.java,
  java/org/apache/coyote/http11/Http11Processor.java,
  java/org/apache/coyote/http11/Http11Protocol.java,
  java/org/apache/coyote/http11/filters/ChunkedInputFilter.java,
  java/org/apache/coyote/http11/filters/IdentityInputFilter.java,
  java/org/apache/coyote/http11/filters/LocalStrings.properties,
  test/org/apache/catalina/core/TestSwallowAbortedUploads.java,
  webapps/docs/config/http.xml.
- CVE-2014-0230
  * SECURITY UPDATE: SecurityManager bypass via Expression Language
- debian/patches/CVE-2014-7810.patch: handle classes that may not be
  accessible but have accessible interfaces in
  java/javax/el/BeanELResolver.java, remove unnecessary code in
  java/org/apache/jasper/runtime/PageContextImpl.java,
  java/org/apache/jasper/security/SecurityClassLoad.java.
- CVE-2014-7810
  * Replace expired ssl certs and use TLS to fix tests causing FTBFS:
- debian/patches/0022-use-tls-in-ssl-unit-tests.patch
- debian/patches/0023-replace-expired-ssl-certificates.patch
- debian/source/include-binaries

 -- Marc Deslauriers marc.deslauri...@ubuntu.com  Fri, 19 Jun 2015
12:30:21 -0400

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

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

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

Title:
  Outstanding low priority security bugs in the tomcat7 packages

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

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


[Bug 1461276] Re: off-by-one in LDIF length

2015-06-25 Thread Kartik Subbarao
Any response on this?

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

Title:
  off-by-one in LDIF length

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

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


[Bug 1468742] Re: whois returns exit 1 for certain tlds

2015-06-25 Thread Guus Houtzager
Update: I spoke a little too soon: the Trusty binary works fine for .org
domains, but for .bz domains it also returns exit 1.

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

Title:
  whois returns exit 1 for certain tlds

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

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


[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Jorge Niedbalski
** Patch removed: Trusty Patch
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1462495/+attachment/4411678/+files/fix-lp-1462495-trusty.patch

** Patch added: Trusty Patch
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1462495/+attachment/4420534/+files/fix-lp-1462495-trusty.patch

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

Title:
  [sru] Init file does not respect the LSB spec.

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

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


[Bug 1468879] Re: Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Jorge Niedbalski
** Changed in: haproxy (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: haproxy (Ubuntu Trusty)
 Assignee: (unassigned) = Jorge Niedbalski (niedbalski)

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

Title:
  Haproxy doesn't checks for configuration on start/reload

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

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


[Bug 1463844] Re: Missing logrotate configuration for vpn_agent and metering_agent

2015-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/neutron

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

Title:
  Missing logrotate configuration for vpn_agent and metering_agent

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

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


[Bug 1468879] [NEW] Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Jorge Niedbalski
Public bug reported:

[Environment]

Trusty 14.04.2

[Description]

Configuration is not tested before service start or reload

[Suggested Fix]

Backport current check_haproxy_config function from utopic+.

** Affects: haproxy (Ubuntu)
 Importance: Undecided
 Status: Fix Released

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

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

Title:
  Haproxy doesn't checks for configuration on start/reload

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

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


[Bug 1468897] [NEW] multipath creates binding for Removable(USB) drives

2015-06-25 Thread Mike Rushton
Public bug reported:

On a system with a multipath configuration, multipath bindings are being
created for removable(USB) drives rendering them inaccessible as normal
removable drives.

in this case, the usb drive is detected as /dev/sdi:

# lsblk|grep -A2 sdi
sdi8:128  1  14.7G  0 disk  
├─sdi1 8:129  1  14.7G  0 part  
└─mpath4 (dm-9)  252:90  14.7G  0 mpath 
  └─mpath4-part1 (dm-10) 252:10   0  14.7G  0 part  

# cat /etc/multipath/bindings 
# This file was created by curtin while installing the system.
mpath0 1IBM IPR-0   5EC25980
# End of content generated by curtin.
# Everything below is maintained by multipath subsystem.
mpath1 1IBM IPR-0   5EC25960
mpath2 1IBM IPR-0   5EC25940
mpath3 1IBM IPR-0   5EC25920
mpath4 1ADATA   USB Flash Drive 

Upon trying to format /dev/sdi1:

# mkfs.ext4 /dev/sdi1
mke2fs 1.42.9 (4-Feb-2014)
/dev/sdi1 is apparently in use by the system; will not make a filesystem here!

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: multipath-tools 0.4.9-3ubuntu7.2
ProcVersionSignature: User Name 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic ppc64le
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: ppc64el
Date: Thu Jun 25 20:44:13 2015
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: multipath-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: multipath-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug ppc64el trusty uec-images

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

Title:
  multipath creates binding for Removable(USB) drives

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

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


[Bug 1033096] Re: request to have sha2 module in contrib included in package

2015-06-25 Thread Ryan Tandy
The slapd package in wily now provides the pw-sha2 module.

** Changed in: openldap (Ubuntu)
   Status: Triaged = 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/1033096

Title:
  request to have sha2 module in contrib included in package

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

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


[Bug 667597] Re: conf.d directory not a configuration directory

2015-06-25 Thread Ryan Tandy
** Bug watch added: Debian Bug tracker #626911
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626911

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

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

Title:
  conf.d directory not a configuration directory

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

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


[Bug 1468897] Re: multipath creates binding for Removable(USB) drives

2015-06-25 Thread Mike Rushton
After following this post: https://www.redhat.com/archives/dm-
devel/2008-September/msg00235.html

I have prepended the following to /lib/udev/rules.d/95-multipath.rules:

#Weed out the linear map.
KERNEL==dm-*, PROGRAM==/sbin/dmsetup table -j %M -m %m, RESULT==*linear*, 
OPTIONS=last_rule

# And block devices that come from usb:
ACTION==add, KERNEL==sd*, SUBSYSTEM==usb, OPTIONS=last_rule


This prevents /dev/sdi from showing up under lsblk completely and is now 
missing as a block device completely:

$ ls /dev/sdi*
ls: cannot access /dev/sdi*: No such file or directory

I think this is some progress, but not working as intended yet.

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

Title:
  multipath creates binding for Removable(USB) drives

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

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


[Bug 680358] Re: ldapadd -W with -w password parameter causes assertion failure

2015-06-25 Thread Ryan Tandy
This was reported upstream as ITS#6849, and fixed in OpenLDAP 2.4.25.

** Changed in: openldap (Ubuntu)
   Status: Triaged = 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/680358

Title:
  ldapadd -W with -w password parameter causes assertion failure

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

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


[Bug 1468103] Re: rc.local runs earlier than cloud-init.service

2015-06-25 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New = Confirmed

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

** Changed in: hundredpapercuts
   Importance: Undecided = High

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

Title:
  rc.local runs earlier than cloud-init.service

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

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


[Bug 1468804] [NEW] mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Public bug reported:

This is a huge problem.

After several iterations of - service mysql {start|stop|restart} - the
mysql service becomes broken + unrecoverable.

The problem becomes - service mysql stop - hangs forever, upon
attempting...

 exec systemctl stop mysql.service

What's required then is one of these...

 mysqladmin -uroot -p shutdown
 pkill mysqld

Neither of these is acceptable.

The biggest problem is this breakage also breaks reboots.

The reboot sequence depends on services doing what's expected, so when
systemctl stop mysql.service hangs, reboot hangs too.

Because of the lunacy of the entire systemctl subsystem, sshd is
correctly killed off while msqld hangs.

At this point, there's no way to ssh into system + a power recycle must
be done to complete a reboot sequence.

/bin/systemctl is an executable with no apparent way to debug it's
logic.

Please update this bug with details about how to debug /bin/systemctl +
I'll post output.

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

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  dnsmasq fails to start in lxc-net

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

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


[Bug 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Christopher Townsend
I'm hitting this too.  When the lxcbr0 device is not available, my
unpriv'd containers will not start due to not being able to set up the
network.

If I just touch /etc/dnsmasq.conf, then it all works as expected.

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

Title:
  dnsmasq fails to start in lxc-net

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

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


[Bug 1464165] Re: [MIR] python-os-client-config, appdirs

2015-06-25 Thread Adam Conrad
Both promoted to main.

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

** Changed in: python-os-client-config (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-os-client-config, appdirs

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

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


[Bug 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  dnsmasq fails to start in lxc-net

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:

1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

Instead of several iterations please can you describe exactly how to
reproduce the problem on a fresh Ubuntu machine?

You've also not said anything about Ubuntu release or version numbers,
and you've filed this bug against mysql-dfsg-5.1. MySQL 5.1 never
shipped in a release that also shipped systemd. Please reassign to the
correct package (maybe mysql-5.6) and then execute the following
command, as it will automatically gather debugging information, in a
terminal:

apport-collect 1468804

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

Once you've fixed this bug reporting issues, please change the bug
status back to New.

Thanks!

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

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1467611] Re: unprivileged lxc containers broken

2015-06-25 Thread Serge Hallyn
The cgmanager log shows:

Invalid path /run/cgmanager/fs/none,name=systemd/system.slice/lsh-
server.service/lxc/asterisk

How are you logged in when you try to start the container?

To start an unprivileged container, you must be logged into a regular
user session, so /proc/self/cgroup should look something like:


10:memory:/user.slice/user-1000.slice/session-c2.scope
9:perf_event:/user.slice/user-1000.slice/session-c2.scope
8:cpu,cpuacct:/user.slice/user-1000.slice/session-c2.scope
7:cpuset:/user.slice/user-1000.slice/session-c2.scope
6:net_cls,net_prio:/user.slice/user-1000.slice/session-c2.scope
5:blkio:/user.slice/user-1000.slice/session-c2.scope
4:hugetlb:/user.slice/user-1000.slice/session-c2.scope
3:devices:/user.slice/user-1000.slice/session-c2.scope
2:freezer:/user.slice/user-1000.slice/session-c2.scope
1:name=systemd:/user.slice/user-1000.slice/session-c2.scope

Instead you seem to be in /system.slice/lsh-server.service, which
you do not own.  So as an unprivileged user you cannot create
new cgroups for yourself, which is why lxc is failing.


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

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

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

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

Title:
  unprivileged lxc containers broken

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

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


[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-06-25 Thread Serge Hallyn
It's on my list, but since the fix in w involved moving some files
between packages, it's a 'scary SRU which will require a bunch of
testing (and time).

I'm still not sure whether it is better to take the whole proper fix
from w into v, or whether to just fix up the sysvinit script in v to do
what is needed.

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

Title:
  Hugepage and KSM not configured correctly under systemd

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Redneckery to allow reboots till this bug fixed don't work because
apparently systemctl is seriously brain dead.

So the normal shut magic won't work...

echo 'mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf shutdown'  
/etc/rc6.d/K00-msyql-stop
chmod +x /etc/rc6.d/K00-msyql-stop

Will update when I determine a workaround.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Changing the /etc/rc{016}.d/K01mysql scripts to do mysqladmin shutdown
doesn't work, because inotifywait shows these files are never touched at
shutdown.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
dirwatch /etc | grep OPEN | egrep 'init.d|rc' shows that shutdown
scripts are no longer run sensibly either.

The K01mysql script never runs, so likely there's some other shutdown
script with a dependency which is touching mysql + hanging before the
K01mysql runs.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Nothing related shows up in /var/log/syslog at reboot either...

Jun 25 12:03:54 fine systemd[1]: Deactivating swap /dev/sdb3...
Jun 25 12:03:54 fine systemd[1]: Starting Unattended Upgrades...
Jun 25 12:03:54 fine systemd[1]: Deactivating swap /dev/sda3...
Jun 25 12:03:54 fine systemd[1]: Stopped Setup Virtual Console.
Jun 25 12:03:54 fine systemd[1]: Stopping Setup Virtual Console...
Jun 25 12:03:54 fine systemd[1]: Stopped target Timers.
Jun 25 12:03:54 fine systemd[1]: Stopping Timers.
Jun 25 12:03:54 fine systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 25 12:03:54 fine systemd[1]: Stopping Daily Cleanup of Temporary 
Directories.
Jun 25 12:03:54 fine systemd[1]: Stopping Authenticate and Authorize Users to 
Run Privileged Tasks...
Jun 25 12:03:54 fine systemd[1]: Stopped target Graphical Interface.
Jun 25 12:03:54 fine systemd[1]: Stopping Graphical Interface.
Jun 25 12:03:54 fine systemd[1]: Stopped target Multi-User System.
Jun 25 12:03:54 fine systemd[1]: Stopping Multi-User System.
Jun 25 12:03:54 fine systemd[1]: Stopping Login Service...
Jun 25 12:03:54 fine systemd[1]: Stopping Regular background program processing 
daemon...
Jun 25 12:03:54 fine systemd[1]: Stopping LSB: Cleans up any mess left by 
0dns-up...
Jun 25 12:03:54 fine systemd[1]: Stopped target Login Prompts.
Jun 25 12:03:54 fine systemd[1]: Stopping Login Prompts.
Jun 25 12:03:54 fine systemd[1]: Stopping Getty on tty1...
Jun 25 12:03:54 fine systemd[1]: Stopping LSB: disk temperature monitoring 
daemon...
Jun 25 12:03:54 fine systemd[1]: Stopping Fail2Ban Service...
Jun 25 12:03:54 fine rsyslogd: [origin software=rsyslogd swVersion=7.4.4 
x-pid=1027 x-info=http://www.rsyslog.com;] exiting on signal 15.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Using inotifywait, reboot sequence is very odd...

ovhfine# inotifywait -mr -e OPEN /etc | egrep 'init.d|rc'
Setting up watches.  Beware: since -r was given, this may take a while!
Watches established.
/etc/init.d/ OPEN rng-tools
/etc/init.d/ OPEN rng-tools
/etc/init.d/ OPEN ntp
/etc/init.d/ OPEN ntp
/etc/init.d/ OPEN hddtemp
/etc/init.d/ OPEN hddtemp
/etc/init.d/ OPEN apport
/etc/init.d/ OPEN apport
/etc/init.d/ OPEN grub-common
/etc/init.d/ OPEN grub-common
/etc/default/ OPEN rcS
/etc/init.d/ OPEN mdadm
/etc/init.d/ OPEN mdadm
/etc/init.d/ OPEN preload
/etc/init.d/ OPEN preload
/etc/init.d/ OPEN ondemand
/etc/init.d/ OPEN ondemand
/etc/default/ OPEN rcS
/etc/init.d/ OPEN sysstat
/etc/init.d/ OPEN sysstat
/etc/init.d/ OPEN apache2
/etc/init.d/ OPEN apache2
/etc/default/ OPEN rcS
/etc/init.d/ OPEN rollerd
/etc/init.d/ OPEN rollerd
/etc/default/ OPEN rcS
/etc/init.d/ OPEN dns-clean
/etc/init.d/ OPEN dns-clean
/etc/default/ OPEN rcS
/etc/init.d/ OPEN irqbalance
/etc/init.d/ OPEN irqbalance
/etc/apt/apt.conf.d/ OPEN 20archive

Notice the mysql shutdown script is never accessed. Looking at the
apache2 shutdown script, there seems to be no connection which might
interfere with mysql.

Placing mysqladmin shutdown in /etc/init.d/apache2 fails to allow reboot
either.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
This doesn't work either...

echo 'mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf shutdown' 
/etc/init.d/mysql-hard-stop

ln -s /etc/init.d/mysql-hard-stop /etc/rc0.d/K01-aaa-mysql-hard-stop
ln -s /etc/init.d/mysql-hard-stop /etc/rc6.d/K01-aaa-mysql-hard-stop

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1468103] Re: rc.local runs earlier than cloud-init.service

2015-06-25 Thread Scott Moser
Martin,

I dont think your suggestion is correct solution.  Independent of cloud-
init, things in rc.local should be run as the last thing in boot.
rc.local came from a simpler time. sysvinit ran rc.local as the last
thing, and that was that last thing that would run.

Many people will do:
 a.) install Ubuntu
 b.) add some script to /usr/local/bin
 c.) add /usr/local/bin/myscript to /etc/rc.local
and expect that their script will run at the end of boot

It may be simplistic, but it is extremely useful and many users expect
that functionality.

Breaking this expectation and functionality is not helpful.  upstart
successfully maintained a useful resemblance to the original rc.local
functionality.  I personally would expect systemd to also.

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

Title:
  rc.local runs earlier than cloud-init.service

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

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


[Bug 1263181] Re: curtin discovers HP /dev/cciss/c0d0 incorrectly

2015-06-25 Thread Timo
Thanks a lot, Curtin package (bzr221) from vivid-proposed works for me.
Lucky I just stumbled across this issue right after this patch was merged.

Cheers!

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

Title:
  curtin discovers HP /dev/cciss/c0d0 incorrectly

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
apport-collect 1468804 does not seem to work correctly on headless
(server) systems.

Gets into some infinite loop with lynx or whatever tool is running.

ovhfine# uname -a
Linux fine.bizcooker.com 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
ovhfine# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid
ovhfine# dpkg -l | egrep ^mysql
ovhfine# dpkg -l | egrep mysql
ii  libdbd-mysql-perl   4.028-2
amd64Perl5 database interface to the MySQL database
ii  libmysqlclient-dev  5.6.24-0ubuntu2
amd64MySQL database development files
ii  libmysqlclient18:amd64  5.6.24-0ubuntu2
amd64MySQL database client library
ii  mysql-client-5.65.6.24-0ubuntu2
amd64MySQL database client binaries
ii  mysql-client-core-5.6   5.6.24-0ubuntu2
amd64MySQL database core client binaries
ii  mysql-common5.6.24-0ubuntu2
all  MySQL database common files, e.g. /etc/mysql/my.cnf
ii  mysql-server5.6.24-0ubuntu2
all  MySQL database server (metapackage depending on the latest version)
ii  mysql-server-5.65.6.24-0ubuntu2
amd64MySQL database server binaries and system database setup
ii  mysql-server-core-5.6   5.6.24-0ubuntu2
amd64MySQL database server binaries
ii  php5-mysql  5.6.4+dfsg-4ubuntu6
amd64MySQL module for php5

All packages up to date.

** Package changed: mysql-dfsg-5.1 (Ubuntu) = mysql-5.6 (Ubuntu)

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

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

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


[Bug 1466550] Re: docker lxc driver fails

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package docker.io - 1.6.2~dfsg1-1ubuntu2

---
docker.io (1.6.2~dfsg1-1ubuntu2) wily; urgency=medium

  * Add patches
- d/p/lxc.autodev-support.patch: fix bug: LP: #1466550
  Make LXC exec driver compatible with recent lxc where lxc.autodev is 
enabled
  by default.
- d/p/update-go.net-golang.org.patch: fix FTBS bug from wily

 -- Pierre-Andre MOREY pierre-andre.mo...@canonical.com  Thu, 25 Jun
2015 17:54:08 +0200

** Changed in: docker.io (Ubuntu)
   Status: New = Fix Released

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

Title:
  docker lxc driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1466550/+subscriptions

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


[Bug 1392018] Re: apparmor stops /var/run/ldapi from being read causing ldap to fail

2015-06-25 Thread Ryan Tandy
Apologies for the inconvenience. Attaching fixed (and tested) patches.

** Patch added: utopic patch v2
   
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1392018/+attachment/4420526/+files/openldap_2.4.31-1%2Bnmu2ubuntu11.2.debdiff

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

Title:
  apparmor stops /var/run/ldapi from being read causing ldap to fail

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

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


[Bug 1392018] Re: apparmor stops /var/run/ldapi from being read causing ldap to fail

2015-06-25 Thread Ryan Tandy
** Patch added: vivid patch v2
   
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1392018/+attachment/4420527/+files/openldap_2.4.31-1%2Bnmu2ubuntu12.2.debdiff

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

Title:
  apparmor stops /var/run/ldapi from being read causing ldap to fail

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

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


[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected,

Accepted haproxy into utopic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/haproxy/1.5.4-1ubuntu2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: haproxy (Ubuntu Utopic)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  [sru] Init file does not respect the LSB spec.

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

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


[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/haproxy

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

Title:
  [sru] Init file does not respect the LSB spec.

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

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


[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-06-25 Thread Dadio
Ok, can't help you there. Anyway, thanks in advance...

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

Title:
  Hugepage and KSM not configured correctly under systemd

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

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


[Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-06-25 Thread Alberto Salvia Novella
** Changed in: nss (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: firefox (Ubuntu)
   Status: Confirmed = Triaged

** No longer affects: firefox (Ubuntu)

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

Title:
  after update still vulnerable against LOGJAM

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

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


[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Brian Murray
The trusty version of this patch contains some additional changes, when
compared to the utopic patch, that don't seem related to the SRU e.g.
check_haproxy_config and some other bits

Are they all necessary to fix the bug?

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

Title:
  [sru] Init file does not respect the LSB spec.

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

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


[Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-06-25 Thread Marc Deslauriers
** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  after update still vulnerable against LOGJAM

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

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


[Bug 1467973] Re: uploadSuite.TearDownTest Fails

2015-06-25 Thread Aaron Bentley
** Also affects: mongodb (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  uploadSuite.TearDownTest Fails

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

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


[Bug 1457639] Re: qemu-img qcow2 conversion hangs on large core systems

2015-06-25 Thread William Grant
We can reproduce this naturally within a few hours on ppc64el with a
backport of vivid's qemu.

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

Title:
  qemu-img qcow2 conversion hangs on large core systems

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

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


[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected,

Accepted haproxy into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/haproxy/1.4.24-2ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: haproxy (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  [sru] Init file does not respect the LSB spec.

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

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


[Bug 1468879] Re: Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected,

Accepted haproxy into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/haproxy/1.4.24-2ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: haproxy (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Haproxy doesn't checks for configuration on start/reload

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

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


[Bug 667597] Re: conf.d directory not a configuration directory

2015-06-25 Thread Bug Watch Updater
** Changed in: openldap (Debian)
   Status: Unknown = New

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

Title:
  conf.d directory not a configuration directory

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

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


[Bug 1468293] Re: openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.2: openvswitch kernel module failed to build

2015-06-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1426994 ***
https://bugs.launchpad.net/bugs/1426994

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 1426994, 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 1426994
   openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.1: openvswitch kernel module 
failed to build [configure: error: Linux kernel in 
/lib/modules/3.13.0-46-generic/build is version 3.13.11, but version newer than 
3.12.x is not supported]

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

Title:
  openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.2: openvswitch kernel
  module failed to build

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

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


[Bug 1468984] [NEW] hash.h not packaged but required by sql_common.h

2015-06-25 Thread Stewart Smith
Public bug reported:

On Ubuntu Vivid

$ grep hash.h /usr/include/mysql/sql_common.h
#include hash.h
$ find /usr/include/mysql|grep hash
$ 

which is a problem if you're trying to compile software that includes
sql_common.h


$ dpkg -s libmysqlclient-dev
Package: libmysqlclient-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 6276
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: ppc64el
Source: mysql-5.6
Version: 5.6.24-0ubuntu2
Depends: libmysqlclient18 (= 5.6.24-0ubuntu2), zlib1g-dev
Description: MySQL database development files
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes development libraries and header files.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers 
pkg-mysql-ma...@lists.alioth.debian.org


$ dpkg -S /usr/include/mysql/sql_common.h
libmysqlclient-dev: /usr/include/mysql/sql_common.h

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

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

Title:
  hash.h not packaged but required by sql_common.h

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

-- 
Ubuntu-server-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)

2015-06-25 Thread Chad
Would someone explain the last several updates?  What is the SRU team
and what kind of review are they performing?  Finally (and possibly most
importantly), how can the status be In Progress when the ticket is
still Unassigned?

Thanks in advance!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
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/hundredpapercuts/+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 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-06-25 Thread Nathaniel W. Turner
** Tags added: regression-release

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

Title:
  Hugepage and KSM not configured correctly under systemd

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

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


[Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-06-25 Thread Baohua Yang
same problem in ubuntu 14.04

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

Title:
  Pacemaker is not started and stopped automatically with Corosync

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

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


[Bug 1448650] Re: rpc.server do not consume messages after message acknowledge failure

2015-06-25 Thread James Page
trusty and vivid patches reviewed and uploaded for SRU team review.

We're also going to need a fix for utopic, otherwise upgrades to Utopic
or Juno from the CA will regress.

** Also affects: oslo.messaging (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: oslo.messaging (Ubuntu Utopic)
   Importance: Undecided = High

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

Title:
  rpc.server do not consume messages after message acknowledge failure

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

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


[Bug 1448650] Re: rpc.server do not consume messages after message acknowledge failure

2015-06-25 Thread James Page
** Also affects: oslo.messaging (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: oslo.messaging (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: oslo.messaging (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: oslo.messaging (Ubuntu Wily)
   Status: New = Fix Released

** Changed in: oslo.messaging (Ubuntu Vivid)
   Importance: Undecided = High

** Changed in: oslo.messaging (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: oslo.messaging (Ubuntu Wily)
   Importance: Undecided = High

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

Title:
  rpc.server do not consume messages after message acknowledge failure

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

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