[Bug 1538775] [NEW] multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup

2016-01-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Release: Ubuntu 14.04.3 LTS
Kernel: linux-image-3.16.0-59-generic
A clean system installed fresh today (2016-01-27)

In attempting to configure a system to boot-from-SAN and enable
multipath support I ran into an issue whereby despite the multiple paths
being detected (when running the multipath command from the CLI) the
configuration wasn't being enabled at boot. After examining /usr/share
/initramfs-tools/scripts/local-top/multipath I found the following:

verbose && log_begin_msg "Waiting for scsi storage"
{ rmmod scsi_wait_scan ; modprobe scsi_wait_scan ; rmmod scsi_wait_scan ; } 
>/dev/null 2>&1
verbose && log_end_msg

The problem appears to be that the scsi_wait_scan module doesn't  exist
and so there is no wait before the multipath scan is performed. I
managed to observe this briefly during bootup (with the script edited)
and could see it performed the scan before sda/sdb was discovered.

I also found a debian bug report indicating the module was removed a
while back (https://lists.debian.org/debian-
kernel/2012/05/msg00791.html).

After adding in an artificial delay for testing the multipath command
does what is expected and configures the paths accordingly. I'm not sure
what the correct approach is if the scsi_wait_scan module is removed.

I also found that the same local-top script doesnt have the dm-round-
robin module loaded (but it is included in the initrd by the associated
hook script), however I'm not sure if that is by design. I know I need
it for my specific use-case, but don't know if it is deliberately
excluded to prevent breakage on SAN units that don't support native
round-robin.

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

-- 
multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup
https://bugs.launchpad.net/bugs/1538775
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to multipath-tools in Ubuntu.

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


[Bug 1477198] Re: Stop doesn't work on 14.04 (start-stop-daemon --pid not supported)

2016-01-27 Thread David Britton
Confirmed broken again on a default trusty install on maas:

haproxy:
  Installed: 1.5.4-1ubuntu2.1~ubuntu14.04.1
  Candidate: 1.5.4-1ubuntu2.1~ubuntu14.04.1
  Package pin: 1.5.4-1ubuntu2.1~ubuntu14.04.1
  Version table:
 *** 1.5.4-1ubuntu2.1~ubuntu14.04.1 500
100 http://archive.ubuntu.com/ubuntu/ trusty-backports/main amd64 
Packages
100 /var/lib/dpkg/status
 1.4.24-2ubuntu0.4 500
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
 1.4.24-2 500
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

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

Title:
  Stop doesn't work on 14.04 (start-stop-daemon --pid not supported)

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

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


[Bug 1483572] Re: 2.4.0: unit test failures on powerpc

2016-01-27 Thread Dimitri John Ledkov
Hello,

The synced tags are incorrect.

* ppc64le is good (powerpc64le-linux-gnu)

The test suite failures are present on the big endian platforms:

* s390x - IBM z Systems (s390x-linux-gnu)
* powerpc - the older big endian 32 bit port (powerpc-linux-gnu)

Correct these are new for 2.4.0, the older 2.3.2 compiled successfully
on powerpc. I haven't tried to compile 2.3.2 on s390x, but can do as a
data point.

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

Title:
  2.4.0: unit test failures on powerpc

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

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


[Bug 1496210] Re: multipath-tools lacks the default settings for IBM 2810XIV storage system

2016-01-27 Thread Mathieu Trudel-Lapierre
This is already in 0.5.0; closing as Fix Released for Wily and Xenial.

** Changed in: multipath-tools (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: multipath-tools (Ubuntu Wily)
   Status: Triaged => Fix Released

** Changed in: multipath-tools (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: multipath-tools (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: multipath-tools (Ubuntu Trusty)
   Importance: Undecided => Medium

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

Title:
  multipath-tools lacks the default settings for IBM 2810XIV storage
  system

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

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


[Bug 1538775] [NEW] multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup

2016-01-27 Thread Stuart Hopkins
Public bug reported:

Release: Ubuntu 14.04.3 LTS
Kernel: linux-image-3.16.0-59-generic
A clean system installed fresh today (2016-01-27)

In attempting to configure a system to boot-from-SAN and enable
multipath support I ran into an issue whereby despite the multiple paths
being detected (when running the multipath command from the CLI) the
configuration wasn't being enabled at boot. After examining /usr/share
/initramfs-tools/scripts/local-top/multipath I found the following:

verbose && log_begin_msg "Waiting for scsi storage"
{ rmmod scsi_wait_scan ; modprobe scsi_wait_scan ; rmmod scsi_wait_scan ; } 
>/dev/null 2>&1
verbose && log_end_msg

The problem appears to be that the scsi_wait_scan module doesn't  exist
and so there is no wait before the multipath scan is performed. I
managed to observe this briefly during bootup (with the script edited)
and could see it performed the scan before sda/sdb was discovered.

I also found a debian bug report indicating the module was removed a
while back (https://lists.debian.org/debian-
kernel/2012/05/msg00791.html).

After adding in an artificial delay for testing the multipath command
does what is expected and configures the paths accordingly. I'm not sure
what the correct approach is if the scsi_wait_scan module is removed.

I also found that the same local-top script doesnt have the dm-round-
robin module loaded (but it is included in the initrd by the associated
hook script), however I'm not sure if that is by design. I know I need
it for my specific use-case, but don't know if it is deliberately
excluded to prevent breakage on SAN units that don't support native
round-robin.

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

** Project changed: saucy-backports => multipath-tools (Ubuntu)

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

Title:
  multipath-tools-boot relies on scsi_wait_scan module, fails multipath
  setup

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

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


[Bug 1356012] Re: maas incorrectly overmanages DNS reverse zones

2016-01-27 Thread LaMont Jones
** Branch linked: lp:~lamont/maas/rfc2317-small-subnet-rdns

** Changed in: maas/trunk
   Status: Fix Released => In Progress

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

Title:
  maas incorrectly overmanages DNS reverse zones

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

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


[Bug 1483572] Re: 2.4.0: unit test failures on powerpc

2016-01-27 Thread bugproxy
** Tags added: architecture-ppc64le bugnameltc-136174 severity-low
targetmilestone-inin1510

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

Title:
  2.4.0: unit test failures on powerpc

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

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


[Bug 1522346] Re: Please merge nut 2.7.2-4 (main) from debian (unstable)

2016-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nut - 2.7.2-4ubuntu1

---
nut (2.7.2-4ubuntu1) xenial; urgency=low

  * Merge with Debian; remaining changes (LP: #1522346) :
- debian/control:
  + remove Build-Depends on libpowerman0-dev
  + remove nut-powerman-pdu
- debian/nut-powerman-pdu.{install,manpages}: dropped for now
- debian/{nut-cgi,nut-server}.postinst: add nut to the group
  unconditonally, for compatibility with UPSes connected by serial port.
- debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
  debian/rules: Install apport hooks for all top-level nut packages.
- Patch libtool.m4 and configure to support ppc64le.
- Disable systemd unit; it does not check nut.conf whether nut is
  configured, and thus fails to start (and the package install).  The
  init.d script works well enough for the time being.
- debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
  + 5 seconds to shut down, instead of expecting it to be shut down
immediately after sending the killall.
  + Additional indication on how to run tests for oneiric, precise to
vivid and wily+
- debian/patches/0006-ups-conf-reorder.patch: Move maxretry setting
  above Examples section.
- debian/tests/control : Fix dep8 test failures:
   + Drop python-unit from dep8 dependencies since the python-test
 package has now been removed. The unittest module has shipped with
 Python since 2.1.
   + Add dep8 test dependency on python, since Python 2 is required and
 is not necessarily installed by default any more.

   * Dropped changes:
 - Fix linking libupsclient : Superseded upstream
 - debian/patches/backport-fix-lp753661.patch: extraneous end-of-line now
   fixed differently upstream.
 - debian/rules: Use udev version for Ubuntu; delta no longer needed as
   both versions are earlier than the earliest supported udev in Ubuntu.

  [ Steve Langasek ]
  * debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
unconditional, since adduser is guaranteed to be idempotent.

 -- Louis Bouchard   Thu, 03 Dec 2015
12:37:13 +0100

** Changed in: nut (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Please merge nut 2.7.2-4 (main) from debian (unstable)

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

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


[Bug 1488056] Re: Rejected send message, 10 matched rules; type="method_return", sender=":1.84"

2016-01-27 Thread axonic
Also affecting Kubuntu 16.04 (kubuntu 15.10+dist-upgrade)


dbus[] [system] Rejected send message, 10 matched rules; type="method_return", 
sender=":1.47" (uid=0 pid=2075 comm="/usr/sbin/dnsmasq --no-resolv 
--keep-in-foreground") interface="(unset)" member="(unset)" error 
name="(unset)" requested_reply="0" destination=":1.2" (uid=0 pid=846 
comm="/usr/sbin/NetworkManager --no-daemon ")

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

Title:
  Rejected send message, 10 matched rules; type="method_return",
  sender=":1.84"

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

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


[Bug 1538902] [NEW] package openvpn 2.3.7-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-27 Thread sathesh kumar
Public bug reported:

error

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: openvpn 2.3.7-1ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Thu Jan 28 11:26:25 2016
DuplicateSignature: package:openvpn:2.3.7-1ubuntu1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-01-20 (7 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: openvpn
Title: package openvpn 2.3.7-1ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package wily

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

Title:
  package openvpn 2.3.7-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1535951] Re: Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)

2016-01-27 Thread Simon Déziel
The attached logcheck rules should cover all the normal logs generated
by Strongswan using the stock default config. If Debian integrates this
ruleset, bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787156
could be closed.

** Bug watch added: Debian Bug tracker #787156
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787156

** Attachment added: "Refreshed logcheck rules"
   
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+attachment/4558011/+files/strongswan.logcheck

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

Title:
  Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)

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

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


[Bug 1538882] [NEW] virt-aa-helper restricts arm64 QEMU_EFI.fd binary

2016-01-27 Thread Ali
Public bug reported:

Attempting to use libvirt to start a VM on arm64 with the installed path
of the qemu-efi package fails

$ /usr/lib/libvirt/virt-aa-helper -c  -u 
libvirt-b9da2c01-cbd0-4ede-a026-f9f35ff5e9ba < template.xml
virt-aa-helper: error: /usr/share/qemu-efi/QEMU_EFI.fd
virt-aa-helper: error: skipped restricted file
virt-aa-helper: error: invalid VM definition

This is because /usr/share/ is a restricted path in virt-aa-helper.c and
an exception isn't made in restricted_rw for /usr/share/qemu-efi like it
is for other firmware images like /usr/share/ovmf/


Also, although I haven't directly run into it  
/etc/apparmor.d/abstractions/libvirt-qemu should probably have entries for 
aarch64 as well to match the x86 counterparts:
/usr/lib/aarch64-linux-gnu/qemu/block-curl.so rm,
 /usr/lib/aarch64-linux-gnu/qemu/block-rbd.so rm,

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

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

Title:
  virt-aa-helper restricts arm64 QEMU_EFI.fd binary

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

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


[Bug 1538902] Re: package openvpn 2.3.7-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-27 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 openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1538902

Title:
  package openvpn 2.3.7-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1248054] Re: [SRU] dlm package installation fails

2016-01-27 Thread Mathew Hodson
** Changed in: dlm (Ubuntu Trusty)
   Importance: Undecided => High

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

** Changed in: dlm (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: dlm (Ubuntu Trusty)
   Status: New => Triaged

** Changed in: dlm (Ubuntu Wily)
   Status: New => Triaged

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

Title:
  [SRU] dlm package installation fails

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

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


[Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-27 Thread Mathew Hodson
** Changed in: libnl3 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libnl3 (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: libnl3 (Ubuntu Trusty)
   Status: New => Triaged

** Tags added: patch

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

Title:
  libnl: fail to bind() netlink sockets

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

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


[Bug 1538773] [NEW] Default WoL settings override BIOS and cause battery drain while powered off.

2016-01-27 Thread blackomegax
Public bug reported:

Similar issue and same fix as : http://akuederle.com/fix-battery-drain/

Wake on lan is disabled in BIOS yet Ubuntu default shutdown forces it
enabled, causing unintended battery drain while powered off

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: ethtool 1:3.16-1
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jan 27 17:11:08 2016
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4
 libgcc1 1:5.2.1-22ubuntu2
InstallationDate: Installed on 2016-01-20 (7 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ethtool
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

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

Title:
  Default WoL settings override BIOS and cause battery drain while
  powered off.

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

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


[Bug 1505839] Re: Unable to install from text mode interface

2016-01-27 Thread Thiago Martins
Hope to see this fixed for 16.04! Happy hacking guys!   :-D

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

Title:
  Unable to install from text mode interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1505839/+subscriptions

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


[Bug 1538773] Re: Default WoL settings override BIOS and cause battery drain while powered off.

2016-01-27 Thread Ben Hutchings
** Package changed: ethtool (Ubuntu) => linux (Ubuntu)

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

Title:
  Default WoL settings override BIOS and cause battery drain while
  powered off.

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

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


[Bug 1356012] Re: maas incorrectly overmanages DNS reverse zones

2016-01-27 Thread LaMont Jones
This will also entail adding a field to Subnet (default=True, changable
via the api, but we won't clutter the web UI with it) to also be
authoritative for the parent /24 zone and generate glue for the
/{25..30} rfc2317 zone.

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

Title:
  maas incorrectly overmanages DNS reverse zones

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

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


[Bug 1483572] Comment bridged from LTC Bugzilla

2016-01-27 Thread bugproxy
--- Comment From cha...@us.ibm.com 2016-01-27 19:25 EDT---
Hello,

The openvswitch package previously existed in Trusty so is the problem
reported something new to version 2.4.0?

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

Title:
  2.4.0: unit test failures on powerpc

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

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


[Bug 1522422] Re: Update to php 7.0

2016-01-27 Thread MintyStark
My team has been running Ondřej's PPA for PHP 7 for the last month.
We run it on Ubuntu 14.04 with nginx 1.8 using WordPress.  So far there has not 
been any issues with it.
My team, boss, and especially our Clients have been so happy to have things run 
much faster.
Thanks Ondřej 

At this point we can not go back.  We are fully invested with PHP7.
Even the community around us is jumping right in.  We are seeing blog posts, 
info-graphics, benchmark stats, etc all being passed around.

We use AWS Opsworks with Chef to configure our servers.
So Option 2 is ideal for us as it would require less configuration with Chef.

Honestly, we probably will not jump on 16.04 for awhile unless it has PHP7 by 
default.
So having php7 on 16.04 would encourage us to adopt 16.04 a lot sooner.
Which would mean the sooner we would write blogs about it, etc to help promote 
the movement to PHP7 and Ubuntu 16.04

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

Title:
  Update to php 7.0

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

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


[Bug 1538165] Re: Security Issues Impacting NGINX: 1.8.x, 1.9.x

2016-01-27 Thread Thomas Ward
The following are upstream changeset links, in order of application:

1.9.x:
http://hg.nginx.org/nginx/rev/81d44cd4044e
http://hg.nginx.org/nginx/rev/7316c57e4fe7
http://hg.nginx.org/nginx/rev/978e79b95c9f
http://hg.nginx.org/nginx/rev/a5767988c022
http://hg.nginx.org/nginx/rev/497d0cff8ace
http://hg.nginx.org/nginx/rev/ff9b32c0e141


1.8.x:
http://hg.nginx.org/nginx/rev/c36482d0a79f
http://hg.nginx.org/nginx/rev/f63dd04c1580
http://hg.nginx.org/nginx/rev/838946300825
http://hg.nginx.org/nginx/rev/5557bf31e25d

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

Title:
  Security Issues Impacting NGINX: 1.8.x, 1.9.x

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

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


[Bug 1538165] Re: Security Issues Impacting NGINX: 1.8.x, 1.9.x

2016-01-27 Thread Thomas Ward
The following are upstream changeset links, in order of application:

1.9.x:
http://hg.nginx.org/nginx/rev/81d44cd4044e
http://hg.nginx.org/nginx/rev/7316c57e4fe7
http://hg.nginx.org/nginx/rev/978e79b95c9f
http://hg.nginx.org/nginx/rev/a5767988c022
http://hg.nginx.org/nginx/rev/497d0cff8ace
http://hg.nginx.org/nginx/rev/ff9b32c0e141

1.8.x:
http://hg.nginx.org/nginx/rev/c36482d0a79f
http://hg.nginx.org/nginx/rev/f63dd04c1580
http://hg.nginx.org/nginx/rev/838946300825
http://hg.nginx.org/nginx/rev/5557bf31e25d
http://hg.nginx.org/nginx/rev/dac6eda40475
http://hg.nginx.org/nginx/rev/93d70d87914c

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

Title:
  Security Issues Impacting NGINX: 1.8.x, 1.9.x

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

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


[Bug 1483572] Re: 2.4.0: unit test failures on powerpc

2016-01-27 Thread Dimitri John Ledkov
ditto on s390x.

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

Title:
  2.4.0: unit test failures on powerpc

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

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


[Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-27 Thread Nicolas Dichtel
Ryan, do you know when the ubuntu-14.04 will have the new libnl3
package?

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

Title:
  libnl: fail to bind() netlink sockets

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

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


[Bug 1538165] Re: Security Issues Impacting NGINX: 1.8.x, 1.9.x

2016-01-27 Thread Thomas Ward
** Changed in: nginx (Ubuntu Wily)
 Assignee: Thomas Ward (teward) => (unassigned)

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

Title:
  Security Issues Impacting NGINX: 1.8.x, 1.9.x

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

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


[Bug 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.7-1ubuntu4.9

---
apache2 (2.4.7-1ubuntu4.9) trusty; urgency=medium

  * Force disablereuse on for mod_proxy_wstunnel. Fixes "Unable to connect to:
ws://:/MAAS/ws" errors with maas, and other proxy applications.
https://bz.apache.org/bugzilla/show_bug.cgi?id=55890
(LP: #1484696).

 -- Dave Chiluk   Wed, 13 Jan 2016 15:34:51 -0600

** Changed in: apache2 (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 apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1484696

Title:
  Unable to connect to: ws://:/MAAS/ws

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

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


[Bug 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-27 Thread Chris J Arges
** Changed in: apache2 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Unable to connect to: ws://:/MAAS/ws

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

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


[Bug 1484696] Update Released

2016-01-27 Thread Chris J Arges
The verification of the Stable Release Update for apache2 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 apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1484696

Title:
  Unable to connect to: ws://:/MAAS/ws

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

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


[Bug 1538600] [NEW] package mysql-server-5.5 5.5.46-0ubuntu0.14.04.2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 2

2016-01-27 Thread Юрий
Public bug reported:

-

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.5 5.5.46-0ubuntu0.14.04.2
ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10
Uname: Linux 3.19.0-47-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Wed Jan 27 12:47:30 2016
DuplicateSignature: package:mysql-server-5.5:5.5.46-0ubuntu0.14.04.2:subprocess 
new pre-removal script returned error exit status 2
ErrorMessage: subprocess new pre-removal script returned error exit status 2
InstallationDate: Installed on 2015-09-12 (137 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d..keepme: 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['kinoinfo', 'debian-5.5.flag', 'mysql_upgrade_info', 
'ib_logfile0', 'ib_logfile1', 'sexshop_v2', 'ibdata1', 'sexshop_v1', 'kinoaf', 
'performance_schema', 'mysql', 'liberty4ever']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.19.0-47-generic 
root=UUID=7f097edc-2b94-49fb-8087-479ac0247a4e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.10
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.46-0ubuntu0.14.04.2 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

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

Title:
  package mysql-server-5.5 5.5.46-0ubuntu0.14.04.2 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 2

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

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


[Bug 1538622] [NEW] package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/innochecksum.1.gz', which is also in package mysql-serve

2016-01-27 Thread Vineet Kulkarni
Public bug reported:

M not a technical person...

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1
ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10
Uname: Linux 3.19.0-47-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Wed Jan 27 21:15:25 2016
DuplicateSignature: 
package:mysql-server-5.6:5.6.27-2+deb.sury.org~trusty+1:trying to overwrite 
'/usr/share/man/man1/innochecksum.1.gz', which is also in package 
mysql-server-core-5.6 5.6.27-2+deb.sury.org~trusty+1
ErrorMessage: trying to overwrite '/usr/share/man/man1/innochecksum.1.gz', 
which is also in package mysql-server-core-5.6 5.6.27-2+deb.sury.org~trusty+1
InstallationDate: Installed on 2016-01-16 (10 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'ibdata1', 'ib_logfile0', 
'performance_schema', 'debian-5.5.flag', 'auto.cnf', 'ib_logfile1', 
'mysql_upgrade_info', 'debian-5.6.flag']
ProcCmdline: BOOT_IMAGE=/vmlinuz-3.19.0-47-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.10
SourcePackage: mysql-5.6
Title: package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1 failed to 
install/upgrade: trying to overwrite '/usr/share/man/man1/innochecksum.1.gz', 
which is also in package mysql-server-core-5.6 5.6.27-2+deb.sury.org~trusty+1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict 
third-party-packages trusty

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

Title:
  package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/man/man1/innochecksum.1.gz', which is also in package
  mysql-server-core-5.6 5.6.27-2+deb.sury.org~trusty+1

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

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


[Bug 1538622] Re: package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/innochecksum.1.gz', which is also in package mysql-server-

2016-01-27 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 mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1538622

Title:
  package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/man/man1/innochecksum.1.gz', which is also in package
  mysql-server-core-5.6 5.6.27-2+deb.sury.org~trusty+1

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

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


[Bug 1369465] Re: nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-01-27 Thread Bryan Quigley
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  nova resize doesn't resize(extend) rbd disk files when using rbd disk
  backend

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

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


[Bug 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-27 Thread Dave Chiluk
** Changed in: apache2 (Ubuntu)
   Status: Fix Released => Invalid

** Changed in: apache2 (Ubuntu Trusty)
Milestone: None => trusty-updates

** Changed in: apache2 (Ubuntu)
Milestone: trusty-updates => None

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

** Changed in: apache2 (Ubuntu Trusty)
 Assignee: (unassigned) => Dave Chiluk (chiluk)

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

Title:
  Unable to connect to: ws://:/MAAS/ws

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

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


[Bug 1477198] Re: Stop doesn't work on 14.04 (start-stop-daemon --pid not supported)

2016-01-27 Thread James Page
David/Florian

Are you seeing the use of haproxy in backports in an OpenStack charm
deployment?  I can see one specific configuration option (prefer-ipv6)
that would cause backports to be used, but in normal deployments the
version in 14.04 should be used.

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

Title:
  Stop doesn't work on 14.04 (start-stop-daemon --pid not supported)

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

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


[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2016-01-27 Thread Jeff Anttila
Any ETA on a port to Debian-ARM?

Currently using Linux version 4.1.15+   (dc4@dc4-XPS13-9333) (gcc
version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650
- Linaro GCC 2014.03) ) #830 Tue Dec 15 16:58:28 GMT 2015

Thanks.

Jeff Anttila

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

Title:
  PHP5 session clean cron job causes OOM

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

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


[Bug 1477198] Re: Stop doesn't work on 14.04 (start-stop-daemon --pid not supported)

2016-01-27 Thread James Page
A fresh backport needs to be requested to resolve this in the backports
package.

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

Title:
  Stop doesn't work on 14.04 (start-stop-daemon --pid not supported)

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

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


[Bug 1538660] Re: package ssh-askpass-gnome 1:6.9p1-2ubuntu0.1 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2016-01-27 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 openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1538660

Title:
  package ssh-askpass-gnome 1:6.9p1-2ubuntu0.1 failed to
  install/upgrade: problèmes de dépendances - laissé non configuré

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

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


[Bug 1538660] [NEW] package ssh-askpass-gnome 1:6.9p1-2ubuntu0.1 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2016-01-27 Thread jcalepee
Public bug reported:

At the open of session

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: ssh-askpass-gnome 1:6.9p1-2ubuntu0.1
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Tue Jan 26 16:09:06 2016
DuplicateSignature: package:ssh-askpass-gnome:1:6.9p1-2ubuntu0.1:problèmes de 
dépendances - laissé non configuré
ErrorMessage: problèmes de dépendances - laissé non configuré
InstallationDate: Installed on 2015-03-27 (306 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: openssh
Title: package ssh-askpass-gnome 1:6.9p1-2ubuntu0.1 failed to install/upgrade: 
problèmes de dépendances - laissé non configuré
UpgradeStatus: Upgraded to wily on 2015-10-23 (96 days ago)

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


** Tags: amd64 apport-package wily

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

Title:
  package ssh-askpass-gnome 1:6.9p1-2ubuntu0.1 failed to
  install/upgrade: problèmes de dépendances - laissé non configuré

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

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


[Bug 1248054] Re: dlm package installation fails

2016-01-27 Thread Billy Olsen
** Changed in: dlm (Ubuntu)
 Assignee: (unassigned) => Billy Olsen (billy-olsen)

** Description changed:

+ [Problem]
+ dlm fails to install, per the following.
+ 
  Install process output:
  --
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
-   libcfg6 libcmap4 libcorosync-common4 libcpg4 libdlm3 libdlmcontrol3 libqb0 
libquorum5
+   libcfg6 libcmap4 libcorosync-common4 libcpg4 libdlm3 libdlmcontrol3 libqb0 
libquorum5
  The following NEW packages will be installed:
-   dlm libcfg6 libcmap4 libcorosync-common4 libcpg4 libdlm3 libdlmcontrol3 
libqb0 libquorum5
+   dlm libcfg6 libcmap4 libcorosync-common4 libcpg4 libdlm3 libdlmcontrol3 
libqb0 libquorum5
  0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
  Need to get 213 kB of archives.
  After this operation, 1,622 kB of additional disk space will be used.
  Do you want to continue [Y/n]? y
  Get:1 http://us.archive.ubuntu.com/ubuntu/ saucy/main libcorosync-common4 
amd64 2.3.0-1ubuntu4 [7,278 B]
- Get:2 http://us.archive.ubuntu.com/ubuntu/ saucy/main libqb0 amd64 
0.16.0.real-1ubuntu2 [66.5 kB]
- Get:3 http://us.archive.ubuntu.com/ubuntu/ saucy/main libcfg6 amd64 
2.3.0-1ubuntu4 [8,600 B]
- Get:4 http://us.archive.ubuntu.com/ubuntu/ saucy/main libcmap4 amd64 
2.3.0-1ubuntu4 [11.1 kB]
- Get:5 http://us.archive.ubuntu.com/ubuntu/ saucy/main libcpg4 amd64 
2.3.0-1ubuntu4 [11.3 kB]
- Get:6 http://us.archive.ubuntu.com/ubuntu/ saucy/main libdlm3 amd64 
4.0.1-0ubuntu1 [15.1 kB]
- Get:7 http://us.archive.ubuntu.com/ubuntu/ saucy/main libdlmcontrol3 amd64 
4.0.1-0ubuntu1 [9,490 B]
- Get:8 http://us.archive.ubuntu.com/ubuntu/ saucy/main libquorum5 amd64 
2.3.0-1ubuntu4 [7,228 B]
- Get:9 http://us.archive.ubuntu.com/ubuntu/ saucy/universe dlm amd64 
4.0.1-0ubuntu1 [76.2 kB]
- Fetched 213 kB in 20s (10.4 kB/s)
- Selecting previously unselected package libcorosync-common4.
- (Reading database ... 56184 files and directories currently installed.)
- Unpacking libcorosync-common4 (from 
.../libcorosync-common4_2.3.0-1ubuntu4_amd64.deb) ...
- Selecting previously unselected package libqb0.
- Unpacking libqb0 (from .../libqb0_0.16.0.real-1ubuntu2_amd64.deb) ...
- Selecting previously unselected package libcfg6.
- Unpacking libcfg6 (from .../libcfg6_2.3.0-1ubuntu4_amd64.deb) ...
- Selecting previously unselected package libcmap4.
- Unpacking libcmap4 (from .../libcmap4_2.3.0-1ubuntu4_amd64.deb) ...
- Selecting previously unselected package libcpg4.
- Unpacking libcpg4 (from .../libcpg4_2.3.0-1ubuntu4_amd64.deb) ...
- Selecting previously unselected package libdlm3.
- Unpacking libdlm3 (from .../libdlm3_4.0.1-0ubuntu1_amd64.deb) ...
- Selecting previously unselected package libdlmcontrol3.
- Unpacking libdlmcontrol3 (from .../libdlmcontrol3_4.0.1-0ubuntu1_amd64.deb) 
...
- Selecting previously unselected package libquorum5.
- Unpacking libquorum5 (from .../libquorum5_2.3.0-1ubuntu4_amd64.deb) ...
- Selecting previously unselected package dlm.
- Unpacking dlm (from .../dlm_4.0.1-0ubuntu1_amd64.deb) ...
- Processing triggers for man-db ...
- Processing triggers for ureadahead ...
- ureadahead will be reprofiled on next reboot
- Setting up libcorosync-common4 (2.3.0-1ubuntu4) ...
- Setting up libqb0 (0.16.0.real-1ubuntu2) ...
- Setting up libcfg6 (2.3.0-1ubuntu4) ...
- Setting up libcmap4 (2.3.0-1ubuntu4) ...
- Setting up libcpg4 (2.3.0-1ubuntu4) ...
- Setting up libdlm3 (4.0.1-0ubuntu1) ...
+ Get:2 http://us.archive.ubuntu.com/ubuntu/ saucy/main libqb0 amd64 
+ ...
+ ...
  Setting up libdlmcontrol3 (4.0.1-0ubuntu1) ...
  Setting up libquorum5 (2.3.0-1ubuntu4) ...
  Setting up dlm (4.0.1-0ubuntu1) ...
  /etc/init.d/dlm: 22: .: Can't open /etc/rc.d/init.d/functions
  invoke-rc.d: initscript dlm, action "start" failed.
  dpkg: error processing dlm (--configure):
-  subprocess installed post-installation script returned error exit status 2
+  subprocess installed post-installation script returned error exit status 2
  No apport report written because MaxReports is reached already
-   Processing 
triggers for libc-bin ...
+   Processing 
triggers for libc-bin ...
  Processing triggers for ureadahead ...
  Errors were encountered while processing:
-  dlm
+  dlm
  E: Sub-process /usr/bin/dpkg returned an error code (1)
+ 
+ [Test Case]
+ 
+  * Install dlm package
+  * - Note fails to install
+ 
+ [Regression Potential]
+ 
+  * None, already broken, though there is risk of other bugs in the
+ 
+ [Other Info]
+ 
+  * This is a change to the debian provided init script for clvm. Upstream
+debian still has the redhat-cluster package which contains the cman
+tool, as such this change is applicable to Ubuntu only since the
+redhat clustering suite is not available.

-- 
You received this bug notification because you are a member of Ubuntu

[Bug 1248054] Re: dlm package installation fails

2016-01-27 Thread Billy Olsen
** Patch added: "trusty patch"
   
https://bugs.launchpad.net/ubuntu/+source/dlm/+bug/1248054/+attachment/4557736/+files/lp1248054_trusty.debdiff

** Summary changed:

- dlm package installation fails
+ [SRU] dlm package installation fails

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

Title:
  [SRU] dlm package installation fails

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

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


[Bug 1248054] Re: [SRU] dlm package installation fails

2016-01-27 Thread Chris J Arges
** Also affects: dlm (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: dlm (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] dlm package installation fails

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

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


[Bug 1248054] Re: dlm package installation fails

2016-01-27 Thread Billy Olsen
** Patch added: "xenial patch"
   
https://bugs.launchpad.net/ubuntu/+source/dlm/+bug/1248054/+attachment/4557734/+files/lp1248054_xenial.debdiff

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

Title:
  [SRU] dlm package installation fails

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

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


[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2016-01-27 Thread sam tygier
1.1.0-2 version looks good a week later, so i'll mark this fix committed

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

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

Title:
  Runaway irqbalance consuming CPU and Memory

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

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


[Bug 1538677] [NEW] Please merge 1.9.10-1 (main) from Debian Unstable (main)

2016-01-27 Thread Thomas Ward
Public bug reported:

Please merge nginx 1.9.10-1 from Debian into Ubuntu.

--

This is the second part of a coordinated release to Xenial of Debian's
nginx 1.9.10 package.

Due to the security fixes implemented in 1.9.10, that version of nginx
was direct-uploaded to Ubuntu as it was already prepared and ready to
go, while a merge of Debian's 1.9.10-1 was not yet ready.

Coordinating with nginx in Debian, and the Ubuntu Security Team, it was
OK'd to get the security fixes in first, then update the package to get
in the additional Debian change of dropping the Python dependency on
nginx-common via a merge.

The merge delta has not, unfortunately, decreased in size.

** Affects: nginx (Ubuntu)
 Importance: Wishlist
 Assignee: Thomas Ward (teward)
 Status: In Progress


** Tags: xenial

** Description changed:

  Please merge nginx 1.9.10-1 from Debian into Ubuntu.
  
  --
  
  This is the second part of a coordinated release to Xenial of Debian's
- nginx 1.9.10 package.  Due to the security impact, 1.9.10 was direct-
- uploaded to Ubuntu for expediency, as 1.9.10-0ubuntu1.  Coordinating
- with nginx in Debian, it was decided to get the security fix in now,
- then update the package to get in the additional Debian change of
- dropping the Python dependency.
+ nginx 1.9.10 package.
  
- This is necessary to remain in sync with Debian, while making sure we
- keep track of additional changes done there here in Ubuntu.
+ Due to the security fixes implemented in 1.9.10, that version of nginx
+ was direct-uploaded to Ubuntu as it was already prepared and ready to
+ go, while a merge of Debian's 1.9.10-1 was not yet ready.
+ 
+ Coordinating with nginx in Debian, and the Ubuntu Security Team, it was
+ OK'd to get the security fixes in first, then update the package to get
+ in the additional Debian change of dropping the Python dependency on
+ nginx-common via a merge.
  
  The merge delta has not, unfortunately, decreased in size.

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

Title:
  Please merge 1.9.10-1 (main) from Debian Unstable (main)

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

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


[Bug 1497309] Fix included in openstack/neutron 7.0.2

2016-01-27 Thread Doug Hellmann
This issue was fixed in the openstack/neutron 7.0.2 release.

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

Title:
  l3-agent unable to parse output from ip netns list (iproute2 >= 4.0)

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

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


[Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-27 Thread Ryan Harper
Nicolas,

Thanks for the ping.  I'm looking for a sponsor to review the update.
If approved, then it'll get uploaded and continue through the SRU
process.

Thanks again for following up 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/1511735

Title:
  libnl: fail to bind() netlink sockets

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

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


[Bug 1248054] Re: dlm package installation fails

2016-01-27 Thread Billy Olsen
** Patch added: "wily patch"
   
https://bugs.launchpad.net/ubuntu/+source/dlm/+bug/1248054/+attachment/4557735/+files/lp1248054_wily.debdiff

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

Title:
  [SRU] dlm package installation fails

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

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


[Bug 1480513] Re: nginx-common should not depend on python

2016-01-27 Thread Thomas Ward
** Changed in: nginx (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  nginx-common should not depend on python

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

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


[Bug 1538677] Re: Please merge 1.9.10-1 (main) from Debian Unstable (main)

2016-01-27 Thread Thomas Ward
** Changed in: nginx (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Please merge 1.9.10-1 (main) from Debian Unstable (main)

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

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


[Bug 1480513] Re: nginx-common should not depend on python

2016-01-27 Thread Thomas Ward
** Changed in: nginx (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  nginx-common should not depend on python

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

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


[Bug 1503034] Re: Autofs 5.1.1-1ubuntu2 crashes with segfault on startup

2016-01-27 Thread Brian Murray
I've uploaded this to the wily -proposed queue for review by the SRU
team.

** Changed in: autofs (Ubuntu Wily)
   Status: Triaged => In Progress

** Changed in: autofs (Ubuntu Wily)
 Assignee: (unassigned) => Brian Murray (brian-murray)

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

Title:
  Autofs 5.1.1-1ubuntu2 crashes with segfault on startup

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

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-01-27 Thread Thomas Ward
Blueprint changed by Thomas Ward:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [nacc] logwatch merge and cleanup: INPROGRESS
  [smoser] openiscsi merge: TODO
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
- [teward] Merge nginx 1.9.10 (extra Debian changes not already included): TODO
+ [teward] Merge nginx 1.9.10 (extra Debian changes not already included): 
INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
  [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1537252] Re: Xenial Server daily ISO boot in text mode interface isn't working - kind of loop

2016-01-27 Thread Robie Basak
*** This bug is a duplicate of bug 1505839 ***
https://bugs.launchpad.net/bugs/1505839

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

** Changed in: syslinux (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: syslinux (Ubuntu)
Milestone: None => ubuntu-16.04

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

Title:
  Xenial Server daily ISO boot in text mode interface isn't working -
  kind of loop

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

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


[Bug 1537252] [NEW] Xenial Server daily ISO boot in text mode interface isn't working - kind of loop

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

Guys,

 It is not possible to use the textmode with latest Xenial ISO...


 Steps to reproduce:

 1- Download it:

 cd ~ ; wget http://cdimage.ubuntu.com/ubuntu-server/daily/current
/xenial-server-amd64.iso;

 2- Boot it by running: kvm -cdrom ~/xenial-server-amd64.iso -m 1024 ;

 3- Wait for first screen, the one you choose your language, then, hit
ESC;

 4- Press ESC again, to leave graphical boot menu;

 5- Hit "OK" button, to enter text interface;

 6- At "boot:" prompt, type something...

 7- Hit ENTER;

 8- BOOM! It goes back to graphical boot menu! Where it should
accepted the commands you typed on step 6...


 Ubuntu 14.04 behaves differently, it accepts the command and boot proceeds.

 This problem is specially bad for automating Ubuntu builds when using
Packer, for example, if you take a look here:

https://github.com/thasmo/packer.templates/blob/master/template/ubuntu-14.04.json

 ...at line 27, it works like a charm but, if you update this
ubuntu-14.04.json file to, lets say, "ubuntu-16.04.json", then, it
will not work!

 Because Packer "types" commands via VNC automatically, and it "hit"
ENTER in the end (line 27), which doesn't work and it goes back to
graphical boot menu... :-/

After researching a bit on this problem, I think that it is a syslinux
bug, or something around it, so, I'm opening it here...

Thanks!
Thiago

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

-- 
Xenial Server daily ISO boot in text mode interface isn't working - kind of loop
https://bugs.launchpad.net/bugs/1537252
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


[Bug 1537252] Re: Xenial Server daily ISO boot in text mode interface isn't working - kind of loop

2016-01-27 Thread Diogo Matsubara
*** This bug is a duplicate of bug 1505839 ***
https://bugs.launchpad.net/bugs/1505839

** This bug has been marked a duplicate of bug 1505839
   Unable to install from text mode interface

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

Title:
  Xenial Server daily ISO boot in text mode interface isn't working -
  kind of loop

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

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


[Bug 1505839] Re: Unable to install from text mode interface

2016-01-27 Thread Diogo Matsubara
This is still an issue on Xenial, I'm setting this to high and targeting
to 16.04 milestone as per Robie's triage of the dupe (bug 1537252)

** Changed in: debian-installer (Ubuntu)
Milestone: None => ubuntu-16.04

** Changed in: debian-installer (Ubuntu)
   Importance: Medium => High

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

Title:
  Unable to install from text mode interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1505839/+subscriptions

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


[Bug 1538677] Re: Please merge 1.9.10-1 (main) from Debian Unstable (main)

2016-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.9.10-1ubuntu1

---
nginx (1.9.10-1ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:  (LP: #1538677)
- debian/patches/ubuntu-branding.patch: add Ubuntu branding (refreshed)
- d/{control,rules,nginx-core.*}: add new binary package for main,
  nginx-core, which contains only source-tarball-included modules
  and no third-party modules.
- debian/tests/control: add nginx-core test.
- debian/control:
  - drop luajit from Build-Depends as it is in universe.
  - Remove HTTP/2 references in package descriptions, per Ubuntu
Security Team mandate to disable HTTP/2 support.
- debian/rules:
  - Disable HTTP/2 module support in all flavors, per Ubuntu Security
Team mandate.
- debian/apport/source_nginx.py: Add apport hooks for additional bug
  information gathering.
- debian/nginx-common.install: Add install rule for apport hooks.
  * Additional bugs fixed by this merge:
- nginx-common should not depend on python (LP: #1480513)

 -- Thomas Ward   Tue, 27 Jan 2016 12:52:00 -0500

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

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

Title:
  Please merge 1.9.10-1 (main) from Debian Unstable (main)

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

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


[Bug 1480513] Re: nginx-common should not depend on python

2016-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.9.10-1ubuntu1

---
nginx (1.9.10-1ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:  (LP: #1538677)
- debian/patches/ubuntu-branding.patch: add Ubuntu branding (refreshed)
- d/{control,rules,nginx-core.*}: add new binary package for main,
  nginx-core, which contains only source-tarball-included modules
  and no third-party modules.
- debian/tests/control: add nginx-core test.
- debian/control:
  - drop luajit from Build-Depends as it is in universe.
  - Remove HTTP/2 references in package descriptions, per Ubuntu
Security Team mandate to disable HTTP/2 support.
- debian/rules:
  - Disable HTTP/2 module support in all flavors, per Ubuntu Security
Team mandate.
- debian/apport/source_nginx.py: Add apport hooks for additional bug
  information gathering.
- debian/nginx-common.install: Add install rule for apport hooks.
  * Additional bugs fixed by this merge:
- nginx-common should not depend on python (LP: #1480513)

 -- Thomas Ward   Tue, 27 Jan 2016 12:52:00 -0500

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

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

Title:
  nginx-common should not depend on python

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

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


[Bug 1538764] [NEW] needs dependency on python-novaclient

2016-01-27 Thread Robert Bruce Park
Public bug reported:

This is what happens if you run juju without python-novaclient
installed:

$ juju bootstrap
Bootstrap failed, cleaning up the environment.
ERROR there was an issue examining the environment: authentication failed.

Please ensure the credentials are correct. A common mistake is
to specify the wrong tenant. Use the OpenStack "project" name
for tenant-name in your environment configuration.


Took me some fiddling to figure out I needed python-novaclient installed for 
juju to even bootstrap. The package should definitely have a dependency on 
python-novaclient so that when i install juju it brings that in.

** Affects: juju
 Importance: Undecided
 Status: New

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

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

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

Title:
  needs dependency on python-novaclient

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

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


[Bug 1538759] [NEW] When RabbitMQ cluster service restarts, other OpenStack services do not gracefully recover

2016-01-27 Thread Javier Diaz Jr
Public bug reported:

In MOS 6.1:

When RabbitMQ cluster recovers from a failure (whatever the case may be), other 
OpenStack services like the following had to be restarted as well to get our 
environment stable again:
- nova-conductor
- nova-scheduler
- nova-compute (on compute nodes)
- ceilometer-collector

As of now I believe the issue might be due to the potential disabling of
heartbeats. If heartbeats are disabled then if RabbitMQ goes down
ungracefully all nova services have no way of knowing RabbitMQ went
down. When a connection to a socket is cut off completely, the receiving
side doesn't know that the connection has dropped, so you can end up
with a half-open connection. The general solution for this in linux is
to turn on TCP_KEEPALIVES but given that RabbitMQ has the heartbeat
feature built in I think enabling this would be the way to go.

Perhaps building upon this bug would be a wise idea:
https://bugs.launchpad.net/fuel/+bug/1447559

Alternatively, I have found a solution provided by an escalations
engineer in a custom patch to a customer.

This patch  would be applied to the oslo.utils (on which oslo.messaging
depends) library on compute nodes and controllers.

File to update: /usr/lib/python2.7/dist-packages/oslo.utils/excutils.py

This could be done with going to /usr/lib/python2.7/dist-
packages/oslo.utils/ and running patch < oslo_utils2.diff

After that restart nova-compute service by running/etc/init.d/nova-
compute restart.

My proposal is that we investigate the reasoning behind the first
solution. Additionally, I think this patch should make its way to MOS
6.1 MU5 or other.

** Affects: mos
 Importance: Undecided
 Status: New


** Tags: nova oslo.messaging

** Attachment added: "oslo-patch"
   
https://bugs.launchpad.net/bugs/1538759/+attachment/4557961/+files/oslo_utils2.diff

** Description changed:

- When RabbitMQ cluster recovers from a failure (whatever the case may be), 
other OpenStack services like the following had to be restarted as well to get 
our environment stable again: 
- - nova-conductor 
- - nova-scheduler 
- - nova-compute (on compute nodes) 
+ When RabbitMQ cluster recovers from a failure (whatever the case may be), 
other OpenStack services like the following had to be restarted as well to get 
our environment stable again:
+ - nova-conductor
+ - nova-scheduler
+ - nova-compute (on compute nodes)
  - ceilometer-collector
  
  As of now I believe the issue might be due to the potential disabling of
  heartbeats. If heartbeats are disabled then if RabbitMQ goes down
  ungracefully all nova services have no way of knowing RabbitMQ went
  down. When a connection to a socket is cut off completely, the receiving
  side doesn't know that the connection has dropped, so you can end up
  with a half-open connection. The general solution for this in linux is
  to turn on TCP_KEEPALIVES but given that RabbitMQ has the heartbeat
  feature built in I think enabling this would be the way to go.
  
  Perhaps building upon this bug would be a wise idea:
  https://bugs.launchpad.net/fuel/+bug/1447559
  
  Alternatively, I have found a solution provided by an escalations
  engineer in a custom patch to a customer.
  
  This patch  would be applied to the oslo.utils (on which oslo.messaging
  depends) library on compute nodes and controllers.
  
  File to update: /usr/lib/python2.7/dist-packages/oslo.utils/excutils.py
  
  This could be done with going to /usr/lib/python2.7/dist-
  packages/oslo.utils/ and running patch < oslo_utils2.diff
  
  After that restart nova-compute service by running/etc/init.d/nova-
  compute restart.
  
- 
- My proposal is that we investigate the reasoning behind the first solution. 
Additionally, I think this patch should make its way to MOS 6.1 MU5 or other.
+ My proposal is that we investigate the reasoning behind the first
+ solution. Additionally, I think this patch should make its way to MOS
+ 6.1 MU5 or other.

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

** No longer affects: oslo.messaging (Ubuntu)

** Description changed:

+ In MOS 6.1:
+ 
  When RabbitMQ cluster recovers from a failure (whatever the case may be), 
other OpenStack services like the following had to be restarted as well to get 
our environment stable again:
  - nova-conductor
  - nova-scheduler
  - nova-compute (on compute nodes)
  - ceilometer-collector
  
  As of now I believe the issue might be due to the potential disabling of
  heartbeats. If heartbeats are disabled then if RabbitMQ goes down
  ungracefully all nova services have no way of knowing RabbitMQ went
  down. When a connection to a socket is cut off completely, the receiving
  side doesn't know that the connection has dropped, so you can end up
  with a half-open connection. The general solution for this in linux is
  to turn on TCP_KEEPALIVES but given that RabbitMQ has the heartbeat
  feature built in I think enabling this would be the way to go.
  
  

[Bug 1538495] [NEW] package mysql-server-5.6 (not installed) failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-01-27 Thread Andreas Jährig
Public bug reported:

Description:Ubuntu 14.04.3 LTS
Release:14.04

mysql-server-5.6:
  Installiert:   (keine)
  Installationskandidat: 5.6.28-0ubuntu0.14.04.1
  Versionstabelle:
 5.6.28-0ubuntu0.14.04.1 0
500 http://ftp.hosteurope.de/mirror/archive.ubuntu.com/ 
trusty-updates/universe i386 Packages
500 http://ftp.hosteurope.de/mirror/archive.ubuntu.com/ 
trusty-security/universe i386 Packages
 5.6.16-1~exp1 0
500 http://ftp.hosteurope.de/mirror/archive.ubuntu.com/ trusty/universe 
i386 Packages

I went back to mysql-server-5.5. So it isn't installed anymore right
now.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.6 (not installed)
ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
Uname: Linux 3.13.0-73-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Wed Jan 27 11:21:12 2016
DuplicateSignature: package:mysql-server-5.6:(not installed):Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2015-12-02 (55 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: mysql-5.6
Title: package mysql-server-5.6 (not installed) failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

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

Title:
  package mysql-server-5.6 (not installed) failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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


[Bug 1522422] Re: Update to php 7.0

2016-01-27 Thread bhat3
For anyone interessted in gmagick follow:
https://github.com/oerdnj/deb.sury.org/issues/239

@Nish What about further communication from the server team, can you
keep as informed over here? I think there's not so much need for much
more discussion, as the points should be clear now. BTW RedHat even
choose 5.4 for RHEL 7 which is like LTS² ;)

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

Title:
  Update to php 7.0

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

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


[Bug 1538049] Re: xenstore crashes with SIGBUS in domain_can_read()

2016-01-27 Thread Stefan Bader
Crash also happens if dom0 is restricted to a single, pinned vCPU. So I
guess it isn't an inconsistency. Only vague explanation I can think of
is that the hypervisor for some reason invalidates the mapping without
dom0(and xenstored running there) realizing.

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

Title:
  xenstore crashes with SIGBUS in domain_can_read()

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

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


[Bug 1522422] Re: Update to php 7.0

2016-01-27 Thread bhat3
Just one last practical thought on dual stack in main (option 2), that
would mean you can officially run i.e. Drupal 7 & Drupal 8 or Typo3 6 &
Typo3 7 on one server in parallel (using those sexy FPM setups i run
with up to 100 pools per server for app seperation).

So a supported and slick dual stack is a really big feature that you
can't beat with RHEL+SCL (nested stuff in /opt) cause it really shows
the excellence of Debian packaging :) And it is also nice pick up for
any marketing actions for Ubuntu as a web server plattform.

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

Title:
  Update to php 7.0

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

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


[Bug 1538495] Re: package mysql-server-5.6 (not installed) failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-01-27 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 mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1538495

Title:
  package mysql-server-5.6 (not installed) failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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


[Bug 1538198] Re: python in xenial cloud image

2016-01-27 Thread Scott Moser
Scott,
  Thanks for the quick response.  I've done some very initial and probably 
buggy blind porting of the scripts.  Do you have a way that I could test these 
things?  I'm not at all familiar enough with postfix to be able to give it any 
sane test.

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

Title:
  python in xenial cloud image

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

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


[Bug 1522346] Re: Please merge nut 2.7.2-4 (main) from debian (unstable)

2016-01-27 Thread Louis Bouchard
** Changed in: nut (Ubuntu)
 Assignee: Steve Langasek (vorlon) => Louis Bouchard (louis-bouchard)

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

Title:
  Please merge nut 2.7.2-4 (main) from debian (unstable)

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

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-01-27 Thread Louis Bouchard
Blueprint changed by Louis Bouchard:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [nacc] logwatch merge and cleanup: INPROGRESS
  [smoser] openiscsi merge: TODO
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
- [louis-bouchard] nut merge: INPROGRESS
+ [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1536930] Re: package rsync 3.1.1-3ubuntu0.15.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-27 Thread vac
In my case problem was caused by smfpd deamon installed by xerox printer driver.
I have removed smfpd as described here: http://wp.libpf.com/?p=162:

sudo /etc/init.d/smfpd stop
sudo rm /etc/init.d/smfpd
sudo rm /etc/udev/rules.d/*_smfp*.rules

It solves problem with installing/updating packages that modifies
/etc/init.d scripts (in my case it was rsync and uml-utilities)

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

Title:
  package rsync 3.1.1-3ubuntu0.15.10.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 788059] Re: squid crashed with SIGABRT in __kernel_vsyscall()

2016-01-27 Thread dino99
This version has expired long time ago, and is no more supported

** Changed in: squid (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  squid crashed with SIGABRT in __kernel_vsyscall()

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

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


[Bug 530968] Re: Please add lxc support ("ubuntu-vm-builder lxc lucid" crashed with VMBuilderUserError in get_hypervisor())

2016-01-27 Thread dino99
This version has expired long time ago, and is no more supported

** Changed in: vm-builder (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Please add lxc support ("ubuntu-vm-builder lxc lucid" crashed with
  VMBuilderUserError in get_hypervisor())

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

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


[Bug 1318721] Re: RPC timeout in all neutron agents

2016-01-27 Thread Xiang Hui
Used neutron 1:2014.1.5-0ubuntu2 and oslo.messaging 1.3.0-0ubuntu1.4
from trusty-proposed, confirmed that didn't have such problem.

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

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

Title:
  RPC timeout in all neutron agents

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

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


[Bug 795930] Re: When using function get_domain_by_name() from libvirt-php i get segmentation fault 11 and apache crashes.

2016-01-27 Thread dino99
This version has expired long time ago, and is no more supported

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

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

Title:
  When using function get_domain_by_name() from libvirt-php i get
  segmentation fault 11 and apache crashes.

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

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


[Bug 812028] Re: apache2 crashed with SIGSEGV in _zend_hash_add_or_update()

2016-01-27 Thread dino99
This version has expired long time ago, and is no more supported

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

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

Title:
  apache2 crashed with SIGSEGV in _zend_hash_add_or_update()

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

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


[Bug 1535278] Re: 0.80.11 stable point release

2016-01-27 Thread Chris J Arges
Hello James, or anyone else affected,

Accepted ceph into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ceph/0.80.11-0ubuntu1.14.04.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: ceph (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 ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1535278

Title:
  0.80.11 stable point release

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

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


[Bug 656842] Re: vmbuilder crashed with , stderr in run_cmd()

2016-01-27 Thread dino99
This version has expired long time ago, and is no more supported

** Changed in: vm-builder (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  vmbuilder crashed with , stderr in run_cmd()

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

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


[Bug 1533833] Re: unprivileged lxc containers won't start, need to put sessions into "pids" cgroup controller

2016-01-27 Thread Chris J Arges
Hello Bas, or anyone else affected,

Accepted systemd into wily-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/systemd/225-1ubuntu9.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: systemd (Ubuntu Wily)
   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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1533833

Title:
  unprivileged lxc containers won't start, need to put sessions into
  "pids"  cgroup controller

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

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