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

2015-12-16 Thread Nicolas Dichtel
Thank you.

Note that the last three patches are not included in libnl 3.2.26, which is the 
version of ubuntu 16.04 /Xenial 
(https://launchpad.net/ubuntu/+source/libnl3/3.2.26-1).
Should I make a new series for this version or will the libnl 3.2.27 be 
included in Xenial?

-- 
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 1523715] Please test proposed package

2015-12-16 Thread Chris J Arges
Hello Ben, or anyone else affected,

Accepted walinuxagent into trusty-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/walinuxagent/2.1.2-0ubuntu1~14.04.2
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!

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

Title:
  [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable
  AzureStack

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-12-16 Thread Ryan Beisner
With Vivid, openhpid fails to install and start @ 2.14.1-1.3ubuntu2.
This is blocking hacluster from installing on Vivid.

I believe this is due to this directive in the /etc/openhpi/openhpi.conf file:
###
## OpenHPI will not be useful unless it is configured for your system.  Once
## you have modified this file, remove or comment the following line to allow
## the OpenHPI daemon to run.  This line causes the daemon to exit immediately.
OPENHPI_UNCONFIGURED = "YES"

When I comment that line, dpkg completes and the daemon starts successfully, 
ie.:
#OPENHPI_UNCONFIGURED = "YES"

I've attached the original openhpi.conf file as placed on disk by the package, 
and here is some additional detail:
http://paste.ubuntu.com/14053827/

To reproduce:
1.  Launch a Vivid instance.
2.  apt-get install openhpid
3.  The service will fail to start and dpkg configure will fail, causing apt to 
exit nonzero.
4.  sudo service openhpid status  # confirm fail
5.  Remove OPENHPI_UNCONFIGURED = "YES" from /etc/openhpi/openhpi.conf
6.  sudo service openhpid start
7.  sudo service openhpid status  # confirm success

** Attachment added: "openhpi.conf"
   
https://bugs.launchpad.net/ubuntu/+source/openhpi/+bug/1488453/+attachment/4535835/+files/openhpi.conf

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-12-16 Thread Ryan Beisner
Checked again with 2.14.1-1.3ubuntu2.1 from vivid-proposed.  While I've
not done any functional testing against openhpid itself, apt and dpkg
now exit cleanly, whereas they did not @ ubuntu2.

ubuntu@juju-beis1-machine-3:/etc/apt/preferences.d$ apt-cache policy openhpid   


   
openhpid:
  Installed: (none)
  Candidate: 2.14.1-1.3ubuntu2
  Version table:
 2.14.1-1.3ubuntu2.1 0
400 http://archive.ubuntu.com/ubuntu/ vivid-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 2.14.1-1.3ubuntu2 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main amd64 
Packages


ubuntu@juju-beis1-machine-3:/etc/apt/preferences.d$ sudo apt-get install 
openhpid/vivid-proposed
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Selected version '2.14.1-1.3ubuntu2.1' (Ubuntu:15.04/vivid-proposed [amd64]) 
for 'openhpid'
The following NEW packages will be installed:
  openhpid
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/103 kB of archives.
After this operation, 457 kB of additional disk space will be used.
Selecting previously unselected package openhpid.
(Reading database ... 68000 files and directories currently installed.)
Preparing to unpack .../openhpid_2.14.1-1.3ubuntu2.1_amd64.deb ...
Unpacking openhpid (2.14.1-1.3ubuntu2.1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (219-7ubuntu6) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up openhpid (2.14.1-1.3ubuntu2.1) ...
ubuntu@juju-beis1-machine-3:/etc/apt/preferences.d$ echo $?
0

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

Title:
  Package postinst always fail on first install when using systemd

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

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


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

2015-12-16 Thread Ryan Harper
On Wed, Dec 16, 2015 at 11:29 AM, Nicolas Dichtel  wrote:

> Thank you.
>
> Note that the last three patches are not included in libnl 3.2.26, which
> is the version of ubuntu 16.04 /Xenial (
> https://launchpad.net/ubuntu/+source/libnl3/3.2.26-1).
>

Thank you for mentioning this.


> Should I make a new series for this version or will the libnl 3.2.27 be
> included in Xenial?
>

We should file a bug in Debian against libnl3 indicating the issue that's
still present in libnl3 3.2.26 (clearing port when fail to generate local
port) and then rebasing/attaching the 3 patches that fix the issue.

On the Ubuntu side, we can upload libnl 3.2.27 from upstream and then sync
with Debian when Unstable moves to 3.2.27.


> --
> You received this bug notification because you are a bug assignee.
> 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
>

-- 
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 1510096] Re: Please merge 1.9.6-2 (main) from Debian Unstable (main)

2015-12-16 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/1510096

Title:
  Please merge 1.9.6-2 (main) from Debian Unstable (main)

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

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

2015-12-16 Thread Ryan Harper
Tarball of the test-case used to confirm failure and fix.

** Attachment added: "lp_1511735_test.tar"
   
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735/+attachment/4535781/+files/lp_1511735_test.tar

** Description changed:

- The following upstream patches are needed in order to avoid failures
- when binding a netlink socket:
+ [Impact]
+ 
+  * Applications in Trusty using libnl-3-200 which frequently open and
+close netlink sockets can easily fail when attempting to bind the
+local socket.  The problem happens when libnl choose a port id
+already used by another application and subsequently libnl fails
+instead of trying another port id.
+
+The original bug was discovered when attempting to start a virtual
+machine under libvirt, which is a user of this library.
+ 
+  * Backporting fixes from upstream release fixes a real bug in the
+current version of the library in Trusty.  The alternative is for all
+applications to manually manage their local port allocation, or as
+upstream has accepted allowing libnl to attempt to try for other
+local ports.
+ 
+  * All patches applied are already accepted upstream and newer Ubuntu
+releases are not affected.
+ 
+ [Test Case]
+ 
+  * On a Trusty 14.04 system
+1. sudo apt-get install libnl-3-200 libnl-3-dev libnl-3-dev \
+libnl-genl-3-dev libnl-route-3-200 \
+make gcc build-essential libnl1
+2. download and unpack attachment: lp_1511735_test.tar
+3. Run testcases:
+ 
+ % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi 
+ gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
+ set manually the local port to 6975 (pid: 6974)
+ local port has been set by the libnl to 6975 (pid: 6975)
+ ERROR: genl_connect(): Object exists (local port: 6975, pid: 6975)
+ libnl FAILED
+ % python libnl3-test-rh1249158.py a b c d
+ ulimit(NOFILE) = (2048, 4096)
+ Test: PID=6978
+ TEST (a)...
+ Traceback (most recent call last):
+   File "libnl3-test-rh1249158.py", line 226, in 
+ locals()["TEST_" + arg]()
+   File "libnl3-test-rh1249158.py", line 140, in TEST_a
+ sk = nl_get_socket()
+   File "libnl3-test-rh1249158.py", line 115, in nl_get_socket
+ raise IOError(-err, _nl_geterror())
+ OSError: [Errno 6] b'Unspecific failure'
+ 
+4. After applying the updated packages:
+ 
+ % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi
+ gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
+ set manually the local port to 11295 (pid: 11294)
+ local port has been set by the libnl to 2894081055 (pid: 11295)
+ libnl OK
+ % python libnl3-test-rh1249158.py a b c d
+ ulimit(NOFILE) = (2048, 4096)
+ Test: PID=11296
+ TEST (a)...
+ ...done
+ TEST (b)...
+ ...done
+ TEST (c)...
+ ...done
+ TEST (d)...
+ ...done
+   
+ [Regression Potential] 
+ 
+  * There are quite a few high profile packages that depend on this package,
+notably libvirt and network-manager.  The complete list is here:
+ 
+# on Trusty
+ % apt-rdepends -r libnl-3-200 | head -n 33
+ libnl-3-200
+   Reverse Depends: batctl (>= 2013.4.0-2)
+   Reverse Depends: bmon (>= 1:3.1-1)
+   Reverse Depends: crda (>= 1.1.2-1ubuntu2)
+   Reverse Depends: hostapd (>= 1:2.1-0ubuntu1)
+   Reverse Depends: ipvsadm (>= 1:1.26-2ubuntu1)
+   Reverse Depends: iw (>= 3.4-1)
+   Reverse Depends: keepalived (>= 1:1.2.7-1ubuntu1)
+   Reverse Depends: kismet (>= 2013.03.R1b-3)
+   Reverse Depends: knemo (>= 0.7.6-2)
+   Reverse Depends: libfsobasics3 (>= 0.12.0-4)
+   Reverse Depends: libnetcf1 (>= 1:0.2.3-4ubuntu1)
+   Reverse Depends: libnl-3-200-dbg (= 3.2.21-1)
+   Reverse Depends: libnl-3-dev (= 3.2.21-1)
+   Reverse Depends: libnl-cli-3-200 (= 3.2.21-1)
+   Reverse Depends: libnl-genl-3-200 (= 3.2.21-1)
+   Reverse Depends: libnl-nf-3-200 (= 3.2.21-1)
+   Reverse Depends: libnl-route-3-200 (= 3.2.21-1)
+   Reverse Depends: libnl-utils (>= 3.2.21-1)
+   Reverse Depends: libnss-gw-name (>= 0.3-2)
+   Reverse Depends: libvirt-bin (>= 1.2.2-0ubuntu13)
+   Reverse Depends: libvirt0 (>= 1.2.2-0ubuntu13)
+   Reverse Depends: lowpan-test-tools (>= 0.3-1)
+   Reverse Depends: lowpan-tools (>= 0.3-1)
+   Reverse Depends: neard (>= 0.11-1)
+   Reverse Depends: neard-tools (>= 0.11-1)
+   Reverse Depends: network-manager (>= 0.9.8.8-0ubuntu7)
+   Reverse Depends: ntrack-module-libnl-0 (>= 016-1.2ubuntu2)
+   Reverse Depends: plainbox-provider-resource-generic (>= 0.3-1)
+   Reverse Depends: powertop (>= 2.5-1ubuntu1)
+   Reverse Depends: quota (>= 4.01-3)
+   Reverse Depends: sssd-common (>= 1.11.5-1ubuntu3)
+   Reverse Depends: wpasupplicant (>= 2.1-0ubuntu1)
+ 
+   
+  * This patch does 

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

2015-12-16 Thread Ryan Harper
Attaching debdiff with changes needed to resolve the bug.

** Patch added: "lp_1511735_libnl3.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735/+attachment/4535780/+files/lp_1511735_libnl3.diff

-- 
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 1473282] Re: Redhat guest hang when iotest on qemu 1:2.2+dfsg-5expubuntu9.2

2015-12-16 Thread Chris J Arges
** Changed in: qemu (Ubuntu)
 Assignee: Chris J Arges (arges) => (unassigned)

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

Title:
  Redhat guest hang when iotest on qemu 1:2.2+dfsg-5expubuntu9.2

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

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


[Bug 1525676] Re: qemu runas and sandbox option incompatible, process will hang in futex after setgid

2015-12-16 Thread Stefan Bader
Yes, it looks like that discussion is related. Though I also got the
impression that there is currently still some decision going on how
exactly to fix this. So it feels like we should wait with any fix until
this decision is made (and a fix is committed into qemu's upstream
repo)...

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

Title:
  qemu runas and sandbox option incompatible, process will hang in futex
  after setgid

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-12-16 Thread Ryan Beisner
** 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 the bug report.
https://bugs.launchpad.net/bugs/1488453

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1525662] Re: package samba-common 2:4.1.17+dfsg-4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2015-12-16 Thread Alberto Salvia Novella
** Changed in: samba (Ubuntu)
   Importance: Undecided => High

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

Title:
  package samba-common 2:4.1.17+dfsg-4ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

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


[Bug 1524069] Re: [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes

2015-12-16 Thread Serge Victor
To be honest, it's pretty annoying bug, as I am not able to install any
xenial VM :-(

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

Title:
  [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in
  raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial
  KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel
  exception]

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

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


[Bug 1523715] Re: [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable AzureStack

2015-12-16 Thread Ben Howard
SRU upload for 14.04 failed build due to dependencies on python3-pyasn1.
The requirement comes from test code for RedHat. I resubmitted a new
version that removes the RedHat testing.

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

Title:
  [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable
  AzureStack

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

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


[Bug 1515207] Re: /bin/login aborted due to pointer double free in libpam.so

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:4.1.20+dfsg-1ubuntu5

---
samba (2:4.1.20+dfsg-1ubuntu5) xenial; urgency=medium

  * Resolve small merge error in the rules

 -- Sebastien Bacher   Wed, 16 Dec 2015 12:02:12
+0100

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

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

Title:
  /bin/login aborted due to pointer double free in libpam.so

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

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


[Bug 1523715] Re: [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable AzureStack

2015-12-16 Thread Ben Howard
Verification complete; ready for release.

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

Title:
  [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable
  AzureStack

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

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


[Bug 1524069] Re: [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes

2015-12-16 Thread Mike Pontillo
@Serge, A workaround for me is to use "hypervisor default" in  virt-
manager. I'm not sure what the equivalent is in virt-install, but maybe
using --cpu=host-model-only would be a workaround?

>From the man page:

   Expose the host CPUs configuration to the guest. This enables 
the guest to take advantage of many
   of the host CPUs features (better performance), but may cause 
issues if migrating the guest to a
   host without an identical CPU.

   --cpu host-model-only
   Expose the nearest host CPU model configuration to the guest.  
It is the best CPU which can be
   used for a guest on any of the hosts.

   Use --cpu=? to see a list of all available sub options. Complete 
details at
   

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

Title:
  [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in
  raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial
  KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel
  exception]

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

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


[Bug 1371291] Re: FTBFS caused by PEP 466

2015-12-16 Thread Matthias Klose
verified that the code both works with python2.7 in trusty, and with
2.7.10 in the ubuntu-toolchain-r/ppa archive.

** 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 python-eventlet in Ubuntu.
https://bugs.launchpad.net/bugs/1371291

Title:
  FTBFS caused by PEP 466

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-eventlet/+bug/1371291/+subscriptions

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


[Bug 1445616] Re: crmsh in vivid/wily/xenial is not compatible with pacemaker

2015-12-16 Thread Shaheed Haque
What are the chances of a fix/backport to vivid et. al.? Not having
crmsh to set pacemaker up makes pacemaker and thus HA unusable...

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

Title:
  crmsh in vivid/wily/xenial is not compatible with pacemaker

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

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


[Bug 1510096] Re: Please merge 1.9.6-2 (main) from Debian Unstable (main)

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.9.6-2ubuntu1

---
nginx (1.9.6-2ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable.  Remaining changes:  (LP: #1510096)
- 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.
- debian/apport/source_nginx.py: Add apport hooks for additional bug
  information gathering.
- debian/nginx-common.install: Add install rule for apport hooks.
  * Additional changes:
* debian/rules:
  - Update nginx-core configure flags to match nginx-full config flags,
due to refreshing the nginx-core 'enabled modules' to match the
nginx-full modules (minus third-party modules)
  - Disable HTTP/2 module support in all flavors, per Ubuntu Security
Team mandate.
* debian/control:
  - Update nginx-core description to match nginx-full description of the
standard and optional HTTP modules that are enabled.
  - Remove HTTP/2 references in package descriptions, per Ubuntu
Security Team mandate to disable HTTP/2 support.

 -- Thomas Ward   Mon, 14 Dec 2015 10:34:42 -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/1510096

Title:
  Please merge 1.9.6-2 (main) from Debian Unstable (main)

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

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


[Bug 1514731] Re: OpenStack Installation Guide for Ubuntu in Installation Guide Executable not found: conntrack (filter match = conntrack)

2015-12-16 Thread Matt Kassawara
James,

I can confirm this issue as a missing dependency. The neutron Linux
bridge and Open vSwitch L2 agents and L3 agent use a library [1] that
calls conntrack for various reasons... typically security group
management. Currently, only the neutron-l3-agent package depends on
conntrack, but neither of the L2 agents depend on it. Compute nodes
usually only run the L2 agent and therefore lack conntrack.

[1]
https://github.com/openstack/neutron/blob/master/neutron/agent/linux/iptables_firewall.py

** No longer affects: openstack-manuals

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

Title:
  OpenStack Installation Guide for Ubuntu in Installation Guide
  Executable not found: conntrack (filter match = conntrack)

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

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


[Bug 1527044] [NEW] Update mutex from file to pthread

2015-12-16 Thread Daniel Axtens
Public bug reported:

The default Mutex implementation used by Ubuntu's Apache package is file
locking. (See /etc/apache2/apache2.conf) This is slower than pthreads,
especially when using mpm_prefork.

The Apache project currently warns about pthreads being potentially
dangerous.[1] However, Linux has supported robust pthreads for many
years now,[2] so it's safe for Ubuntu to move to pthreads and reap the
performance benefits.

My tests on POWER8, VM and bare-metal, PHP and static files, show
something like a 1.5% to 3.5% performance gain for a one-line config
change.

[1] https://httpd.apache.org/docs/trunk/mod/core.html#mutex
[2] See this apache bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=58744

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

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

Title:
  Update mutex from file to pthread

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

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


[Bug 1527079] [NEW] Linux agent 2.0.14 may encounter unhandled error and exit accidently with Ubuntu 12.04, 14.04.

2015-12-16 Thread Scott Zhang
Public bug reported:

In rare cases, Linux agent may encounter unhandled error and exit
accidently with current major version 2.0.14.

See more about this known issue & work around:
https://github.com/Azure/WALinuxAgent/wiki/Known-
Issues#mitigate_agent_crash

I'm here to submit this bug for tracking this known issue for Ubuntu
12.04, 14.04 in Azure.

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

** Description changed:

- If rare case, Linux agent may encounter unhandled error and exit
+ In rare cases, Linux agent may encounter unhandled error and exit
  accidently with current major version 2.0.14. Microsoft is working on
  the fix to enhance the WALA service from reliability perspective.
  
- See more about this known issue:
+ See more about this known issue & work around:
  https://github.com/Azure/WALinuxAgent/wiki/Known-
  Issues#mitigate_agent_crash
  
- 
- I'm here to submit this bug for tracking this known issue from  Ubuntu 12.04, 
14.04 in Azure.
+ I'm here to submit this bug for tracking this known issue from  Ubuntu
+ 12.04, 14.04 in Azure.

** Description changed:

  In rare cases, Linux agent may encounter unhandled error and exit
- accidently with current major version 2.0.14. Microsoft is working on
- the fix to enhance the WALA service from reliability perspective.
+ accidently with current major version 2.0.14.
  
  See more about this known issue & work around:
  https://github.com/Azure/WALinuxAgent/wiki/Known-
  Issues#mitigate_agent_crash
  
- I'm here to submit this bug for tracking this known issue from  Ubuntu
+ I'm here to submit this bug for tracking this known issue for Ubuntu
  12.04, 14.04 in Azure.

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

Title:
  Linux agent 2.0.14 may encounter unhandled error and exit accidently
  with Ubuntu 12.04, 14.04.

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package libseccomp - 2.2.3-2ubuntu3

---
libseccomp (2.2.3-2ubuntu3) xenial; urgency=low

  * debian/patches/add-x86-32bit-socket-calls.patch: add the newly
connected direct socket calls.  (LP: #1526358)

 -- Andy Whitcroft   Wed, 16 Dec 2015 14:30:17 +

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

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1526357] Re: Fix broken handling of first_kex_follows clients

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:7.1p1-4

---
openssh (1:7.1p1-4) unstable; urgency=medium

  * Backport upstream patch to unbreak connections with peers that set
first_kex_follows (LP: #1526357).

 -- Colin Watson   Tue, 15 Dec 2015 15:40:18 +

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

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

Title:
  Fix broken handling of first_kex_follows clients

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

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


[Bug 1527005] [NEW] Open vSwitch and Linux bridge agent dependencies

2015-12-16 Thread Matt Kassawara
Public bug reported:

In Liberty, the Open vSwitch and Linux bridge agents use the following
separate configuration files:

/etc/neutron/plugins/ml2/openvswitch_agent.ini
/etc/neutron/plugins/ml2/linuxbridge_agent.ini

The neutron-plugin-openvswitch-agent and neutron-plugin-linuxbridge-
agent packages depend on the neutron-plugin-ml2 package that contains
these files. However, only the neutron-server component (typically on
the controller node) actually uses the ML2 plug-in and loads ML2
configuration from the ml2_conf.ini file. Other neutron components
should not use the ml2_conf.ini file, yet the init scripts for the Open
vSwitch and Linux bridge agents load it in addition to their separate
configuration files. The neutron-plugin-openvswitch-agent and neutron-
plugin-linuxbridge-agent packages should probably include their separate
configuration files instead of the neutron-plugin-ml2 package.

Also, on a somewhat similar note, the neutron-plugin-ml2 package seems
to only contain configuration files for the ML2 plug-in. The python-
neutron package (a dependency of the neutron-common package) includes
the actual code for it which means all installations of neutron include
the ML2 plug-in even if they don't use it.

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

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

Title:
  Open vSwitch and Linux bridge agent dependencies

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

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


[Bug 1527020] [NEW] cannot build trusty ppc64el juju

2015-12-16 Thread Curtis Hovey
Public bug reported:

The juju-core package cannot be built. Go thinks it is cross-compiling.
Go install native binaries to $GOPATH/bin, and non-native binaries to
$GOPATH/bin/. The juju core packaging fails when it tries to use
the juju/jujud in bin/, and does not find it.

The last successful build was about 14 hours ago:
dpkg-buildpackage: host architecture ppc64el

Get:1 http://ports.ubuntu.com/ubuntu-ports/ trusty/main distro-info ppc64el 
0.12 [19.2 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/main libgo5 ppc64el 
4.9.1-0ubuntu1 [2,380 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/universe gccgo-4.9 
ppc64el 4.9.1-0ubuntu1 [17.3 MB]
Get:4 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe gccgo ppc64el 
4:4.9-1ubuntu6 [1,054 B]
Get:5 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/universe gccgo-go 
ppc64el 1.2.1-0ubuntu1.1 [301 kB]
...
cp $WORK/github.com/juju/juju/cmd/juju/_obj/exe/a.out 
/workspace/juju-core-1.26-alpha3/bin/juju


The next build, 2 hours ago fails:
dpkg-buildpackage: host architecture ppc64el
...
Get:1 http://ports.ubuntu.com/ubuntu-ports/ trusty/main distro-info ppc64el 
0.12 [19.2 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/main libgo5 ppc64el 
4.9.1-0ubuntu1 [2,380 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/universe gccgo-4.9 
ppc64el 4.9.1-0ubuntu1 [17.3 MB]
Get:4 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe gccgo ppc64el 
4:4.9-1ubuntu6 [1,054 B]
Get:5 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/universe gccgo-go 
ppc64el 1.2.1-0ubuntu1.2 [452 kB]
...
cp $WORK/github.com/juju/juju/cmd/juju/_obj/exe/a.out 
/workspace/juju-core-1.26-alpha3/bin/linux_ppc64/juju

We can see that gccgo-go ppc64el 1.2.1-0ubuntu1.1 -> gccgo-go ppc64el
1.2.1-0ubuntu1.2

** Affects: juju-core
 Importance: Critical
 Status: Triaged

** Affects: gccgo-go (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ppc64el regression-update

** Also affects: juju-core
   Importance: Undecided
   Status: New

** Changed in: juju-core
   Status: New => Triaged

** Changed in: juju-core
   Importance: Undecided => Critical

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

Title:
  cannot build trusty ppc64el juju

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

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


[Bug 1384931] Re: NRPE does not respect "dont_blame_nrpe" argument

2015-12-16 Thread Bug Watch Updater
** Changed in: nagios-nrpe (Debian)
   Status: Unknown => Won't Fix

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

Title:
  NRPE does not respect "dont_blame_nrpe" argument

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

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


[Bug 1523715] Re: [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable AzureStack

2015-12-16 Thread Ben Howard
After marking this verification done, additional bugs were found.
Additionally, feedback from Microsoft is that 2.1.x should be deferred
until a later date

Marked as "verification-failed-{trusty,vivid}".

"verification-done-wily" is confirmed.

** Tags removed: verification-done
** Tags added: verificatin-failed-trusty verification-done-vivid 
verification-done-wily

** Tags removed: verification-done-vivid
** Tags added: verification-failed-vivid

** Tags removed: verificatin-failed-trusty
** Tags added: verification-failed-trusty

** Changed in: walinuxagent (Ubuntu Vivid)
   Status: Fix Committed => Won't Fix

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

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

Title:
  [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable
  AzureStack

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

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


[Bug 1483093] Re: .archive.ubuntu.com is non inclusive

2015-12-16 Thread Kick In
** Changed in: squid-deb-proxy (Ubuntu)
   Status: New => Incomplete

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

Title:
  .archive.ubuntu.com is non inclusive

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

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


[Bug 1483093] Re: .archive.ubuntu.com is non inclusive

2015-12-16 Thread Kick In
Hi José,

I tried to re-create your setup for reproducing the bug.

This is what I've done using Trusty 14.04.3 for all machines:

Created a router vm that will nat all traffic and manage dns/dhcp of a
dedicated subnet for those tests.

On this subnet there is a apt-mirror setup vm with squid-deb-proxy
installed (using apache2 default setup to serve files)

The dns redirect fr.archive.ubuntu.com and archive.ubuntu.com to the
apt-mirror setup (mirror: 192.168.101.2)

I have a client vm in this subnet, with a squid-deb-proxy-client setup.
I could update and install packages both from fr.archive.ubuntu.com and
archive.ubuntu.com, while checking that it really end-up in the apt-
mirror vm, and that was the case for both targets. No 403 errors, and
using stock squid-deb-proxy mirror-dstdomain.acl file.

So I will mark it as incomplete, because I couldn't reproduce it, feel
free to re-open with more details if you think it is still relevant.

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

Title:
  .archive.ubuntu.com is non inclusive

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

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


[Bug 1235143] Re: libcommons-lang-java is incorrectly marked as a dependency of libcommons-cli-java

2015-12-16 Thread Bug Watch Updater
** Changed in: libcommons-cli-java (Debian)
   Status: New => Fix Released

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

Title:
  libcommons-lang-java is incorrectly marked as a dependency of
  libcommons-cli-java

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-cli-java/+bug/1235143/+subscriptions

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


[Bug 1497564] Re: Plugin Nagios check_smtp_send Not working with Ubuntu

2015-12-16 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You have not provided any version information in your
report. Please execute the following command only once, as it will
automatically gather debugging information, in a terminal:

apport-collect 1497564

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

Once done, please change the bug status back to New.

This will need further investigation to see if it has been fixed in a
newer upstream release, and if it has then the fix will probably need
backporting to the release that you are using. Volunteers to figure this
out and provide a patch welcome.

** Changed in: nagios-plugins (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Plugin Nagios check_smtp_send  Not working with Ubuntu

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Robie Basak
** Changed in: libseccomp (Ubuntu)
   Status: New => Triaged

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1523745] Re: package sa-compile 3.4.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 143

2015-12-16 Thread Robie Basak
*** This bug is a duplicate of bug 1518048 ***
https://bugs.launchpad.net/bugs/1518048

** This bug has been marked a duplicate of bug 1518048
   sa-compile internal compiler error

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

Title:
  package sa-compile 3.4.1-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 143

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

-- 
Ubuntu-server-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 proposed to neutron (stable/liberty)

2015-12-16 Thread OpenStack Infra
Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/258493

-- 
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 1384931] Re: NRPE does not respect "dont_blame_nrpe" argument

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

@Brian

Thank you for volunteering to look after this package in Ubuntu! Please
see https://wiki.ubuntu.com/SponsorshipProcess. Ubuntu developers work
together by consensus rather than holding individual maintainerships for
packages. So you don't specifically need permission or approval to look
after the package, you can just do it by sending patches and they will
be reviewed on an individual basis, and after creating a good track
record you can apply for permission to upload directly.

If you can help, then I'll be happy to guide you through the process.
I've subscribed to this bug so you can communicate with me here or in
IRC.

In the case of this particular issue, we try in general to not deviate
from Debian, so initially I'd look to make the change in Debian first
and then Ubuntu packaging can follow that change. From the Debian bug
linked to by Ben above, it looks like the Debian maintainer is happy for
someone to take over the package there, so it seems to me that if you
can volunteer your time then the right thing to do would be to take over
as package maintainer in Debian, bring the Ubuntu package into sync with
Debian and then anything you do with the package in Debian will
automatically reflect in Ubuntu.

If you want to introduce a change in Ubuntu specifically by deviating
from Debian, then I think that's fine providing that 0) it's the right
thing for the Ubuntu project (ie. we have consensus, see point number
2); 1) you are prepared to look after it on an ongoing basis, which I
think you've volunteered to do; and 2) in this case since it is a
security issue I'd like the Ubuntu Security Team to be the final arbiter
of the appropriateness of this particular change.

If given the above you still volunteer, then please let me know and we
can ask the security team to review this for my point number 2 above.

Thanks!

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

Title:
  NRPE does not respect "dont_blame_nrpe" argument

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

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


[Bug 1384931] Re: NRPE does not respect "dont_blame_nrpe" argument

2015-12-16 Thread Robie Basak
Since the default position of Ubuntu is to follow Debian, I'll set this
to Won't Fix for now. However if Brian (or anyone else) can take this on
then this could change, subject to the details above.

** Changed in: nagios-nrpe (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  NRPE does not respect "dont_blame_nrpe" argument

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

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


[Bug 1522678] Re: package postfix 2.11.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2015-12-16 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Since we use this bug tracker to track bugs in Ubuntu, rather than
configuration problems, I'm marking this bug as Invalid. This helps us
to focus on fixing bugs in Ubuntu.

If you believe that this is really a bug, then you may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


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

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

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

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

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


[Bug 1522678] Re: package postfix 2.11.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2015-12-16 Thread Robie Basak
>From log:

Setting up postfix (2.11.0-1ubuntu1) ...
/var/lib/dpkg/info/postfix.postinst: 297: [: RG: unexpected operator

Postfix configuration was not changed.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: invalid character 32(decimal): RG Linux
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: RG Linux
dpkg: error processing package postfix (--configure):
 subprocess installed post-installation script returned error exit status 75

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

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

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

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


[Bug 1509816] Re: Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init 1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing init

2015-12-16 Thread Martin Pitt
*** This bug is a duplicate of bug 1032823 ***
https://bugs.launchpad.net/bugs/1032823

** This bug has been marked a duplicate of bug 1032823
   package libdevmapper-event1.02.1 2:1.02.48-4ubuntu7.1 failed to 
install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

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

Title:
  Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init
  1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not
  installing init

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

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


[Bug 1519557] Re: update-alternatives: error: no alternatives for my.cnf

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

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

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

Title:
  update-alternatives: error: no alternatives for my.cnf

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

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


[Bug 1525482] Re: configure-symlinks: Filen eller katalogen finns inte

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

Can you translate "/var/lib/dpkg/info/mysql-server-5.6.postinst: rad 95:
/usr/share/mysql-common/configure-symlinks: Filen eller katalogen finns
inte" to English for me please? Google Translate didn't seem to give me
a full sentence. Is this the same as bug 1519557 "update-alternatives:
error: no alternatives for my.cnf"?

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

Title:
  configure-symlinks: Filen eller katalogen finns inte

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

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


[Bug 1524343] Re: package mysql-server-5.6 5.6.27-0 subprocess installed post-installation script returned error exit status 2

2015-12-16 Thread Robie Basak
>From apport report:

modified.conffile..etc.mysql.debian.start: [deleted]
modified.conffile..etc.mysql.mysql.cnf: [deleted]
modified.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: [deleted]
modified.conffile..etc.mysql.mysql.conf.d.mysqld.safe.syslog.cnf: [deleted]

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

Title:
  package mysql-server-5.6 5.6.27-0 subprocess installed post-
  installation script returned error exit status 2

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

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


[Bug 1384931] Re: NRPE does not respect "dont_blame_nrpe" argument

2015-12-16 Thread Robie Basak
** Also affects: nagios-nrpe (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756479
   Importance: Unknown
   Status: Unknown

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

Title:
  NRPE does not respect "dont_blame_nrpe" argument

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

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


[Bug 1516141] Re: package mysql-common 5.6.27-0ubuntu1 failed to install/upgrade: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 2

2015-12-16 Thread Robie Basak
*** This bug is a duplicate of bug 1519557 ***
https://bugs.launchpad.net/bugs/1519557

** This bug has been marked a duplicate of bug 1519557
   update-alternatives: error: no alternatives for my.cnf

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

Title:
  package mysql-common 5.6.27-0ubuntu1 failed to install/upgrade: le
  sous-processus script post-removal installé a retourné une erreur de
  sortie d'état 2

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

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


[Bug 1515261] Re: package init 1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing init (not aturized to anything)

2015-12-16 Thread Martin Pitt
*** This bug is a duplicate of bug 1032823 ***
https://bugs.launchpad.net/bugs/1032823

** This bug is no longer a duplicate of bug 1509816
   Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init 
1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing 
init
** This bug has been marked a duplicate of bug 1032823
   package libdevmapper-event1.02.1 2:1.02.48-4ubuntu7.1 failed to 
install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

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

Title:
  package init 1.22ubuntu11 failed to install/upgrade: pre-dependency
  problem - not installing init (not aturized to anything)

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

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


[Bug 1516252] Re: package ntp 1:4.2.6.p5+dfsg-3ubuntu6.2 failed to install/upgrade: il pacchetto si trova in uno stato di inconsistenza critico: è consigliato installarlo nuovamente prima di tentare

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

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: ntp (Ubuntu)
   Status: New => Incomplete

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

Title:
  package ntp 1:4.2.6.p5+dfsg-3ubuntu6.2 failed to install/upgrade: il
  pacchetto si trova in uno stato di inconsistenza critico: è
  consigliato  installarlo nuovamente prima di tentare la
  configurazione.

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

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


[Bug 1524343] Re: package mysql-server-5.6 5.6.27-0 subprocess installed post-installation script returned error exit status 2

2015-12-16 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu.

You can find pointers to get help for this sort of problem here: http://www.ubun
tu.com/support/community

Since we use this bug tracker to track bugs in Ubuntu, rather than configuration
 problems, I'm marking this bug as Invalid. This helps us to focus on fixing bug
s in Ubuntu.

If you believe that this is really a bug, then you may find it helpful to read "
How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs
.html. We'd be grateful if you would then provide a more complete description of
 the problem, explain why you believe this is a bug in Ubuntu rather than a prob
lem specific to your system, and then change the bug status back to New.


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

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

Title:
  package mysql-server-5.6 5.6.27-0 subprocess installed post-
  installation script returned error exit status 2

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

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


[Bug 1518048] Re: sa-compile internal compiler error

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

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

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

Title:
  sa-compile internal compiler error

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

-- 
Ubuntu-server-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 proposed to neutron (stable/kilo)

2015-12-16 Thread OpenStack Infra
Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/258503

-- 
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 1508230] Re: regression in cloning raw image type with ceph

2015-12-16 Thread Florian Haas
** 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/1508230

Title:
  regression in cloning raw image type with ceph

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

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


[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.0.2-0ubuntu0.14.04.3

---
openvswitch (2.0.2-0ubuntu0.14.04.3) trusty; urgency=medium

  [ Brian Turek ]
  * Add ifupdown hooks for upstart script. (LP: #1314887)

  [ Arata Notsu ]
  * Fix ifupdown hooks in cases where BRIDGE is not defined. (LP: #1314887)

 -- Iain Lane   Mon, 07 Dec 2015 11:41:51
+

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

Title:
  ifupdown hook is missing in upstart script

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

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


[Bug 1371291] Re: FTBFS caused by PEP 466

2015-12-16 Thread Chris J Arges
Hello Barry, or anyone else affected,

Accepted python-eventlet into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-
eventlet/0.13.0-1ubuntu2.3 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: python-eventlet (Ubuntu Trusty)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

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

Title:
  FTBFS caused by PEP 466

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-eventlet/+bug/1371291/+subscriptions

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Andy Whitcroft
Running the example above the EFAULT is being generated in userspace.
Looking at libseccomp it seems we have a literal copy of the systemcall
table mapping call strings to local numbers.  For 32bit the new system
calls are not filled in so they will fail.  Esentially libseccomp and
the kernel headers are out of sync, so systemd thinks it can use real
mitigation on socket() but libseccomp does not think 32bit supports it.

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1526809] [NEW] package libisccfg-export90 1:9.9.5.dfsg-11ubuntu1.1 failed to install/upgrade: package libisccfg-export90 is already installed and configured

2015-12-16 Thread guedda
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

Public bug reported:

عندي مشكلة في التحدثات في الحزم

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libisccfg-export90 1:9.9.5.dfsg-11ubuntu1.1
ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
Uname: Linux 4.2.0-21-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Wed Dec 16 14:55:55 2015
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4
 libgcc1 1:5.2.1-22ubuntu2
 libisc-export95 1:9.9.5.dfsg-11ubuntu1.1
DuplicateSignature: package:libisccfg-export90:1:9.9.5.dfsg-11ubuntu1.1:package 
libisccfg-export90 is already installed and configured
ErrorMessage: package libisccfg-export90 is already installed and configured
InstallationDate: Installed on 2015-11-18 (27 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: bind9
Title: package libisccfg-export90 1:9.9.5.dfsg-11ubuntu1.1 failed to 
install/upgrade: package libisccfg-export90 is already installed and configured
UpgradeStatus: Upgraded to wily on 2015-11-19 (26 days ago)

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


** Tags: already-installed amd64 apport-package need-duplicate-check wily

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

Title:
  package libisccfg-export90 1:9.9.5.dfsg-11ubuntu1.1 failed to
  install/upgrade: package libisccfg-export90 is already installed and
  configured

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

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


[Bug 1526809] Re: package libisccfg-export90 1:9.9.5.dfsg-11ubuntu1.1 failed to install/upgrade: package libisccfg-export90 is already installed and configured

2015-12-16 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package libisccfg-export90 1:9.9.5.dfsg-11ubuntu1.1 failed to
  install/upgrade: package libisccfg-export90 is already installed and
  configured

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

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


[Bug 1361946] Re: patches for cgo on arm64

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gccgo-go - 1.2.1-0ubuntu1.2

---
gccgo-go (1.2.1-0ubuntu1.2) trusty-proposed; urgency=medium

  * SRU: #1361940.
  * Backport some changes from pre-release vivid (LP: #1361946):
- Build and install the cgo tool
- In the go tool, look for the cgo tool where it is installed (and do not
  attempt to rebuild it, ever) and enable cgo by default on ppc64le.
- In the cgo tool itself, support arm64 and ppc64le.

 -- Michael Hudson-Doyle   Fri, 27 Nov
2015 09:39:19 +1300

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

Title:
  patches for cgo on arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-5/+bug/1361946/+subscriptions

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


[Bug 1513531] Re: Error while installing

2015-12-16 Thread Pieter Ennes
Apparently you need >10.0.0 of open-vm-tools on kernels >4.0 (vmware-
tools installer gave that hint)

I tried backporting that from Xenial, by adding Xenial as a source repo
in /etc/apt/sources.list, and then build it from the source package:

cd /tmp
apt-get update
apt-get build-dep open-vm-tools open-vm-tools-desktop
apt-get -b source open-vm-tools open-vm-tools-desktop

dpkg -i *.deb

But that didn't work either, same error.

Installing from the VMWare Tools CD image did work fine and enabled file
sharing with the host system after a reboot.

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

Title:
  Error while installing

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

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


[Bug 1314887] Update Released

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

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

Title:
  ifupdown hook is missing in upstart script

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Martin Pitt
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

** Changed in: systemd (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1508230] Re: regression in cloning raw image type with ceph

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

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

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

Title:
  regression in cloning raw image type with ceph

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Andy Whitcroft
** Changed in: libseccomp (Ubuntu)
   Importance: Undecided => High

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Andy Whitcroft (apw)

** Changed in: libseccomp (Ubuntu)
 Assignee: (unassigned) => Andy Whitcroft (apw)

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-12-16 Thread Chris J Arges
Hello bugproxy, or anyone else affected,

Accepted multipath-tools into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/multipath-
tools/0.4.9-3ubuntu7.7 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: multipath-tools (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 multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1503305

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Martin Pitt
https://github.com/seccomp/libseccomp/pull/22 Thanks Andy!

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

** Changed in: libseccomp (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: libseccomp (Ubuntu)
 Assignee: Andy Whitcroft (apw) => (unassigned)

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1516085] Re: quotas calls fail when CONF.keymgr.encryption_auth_url is not configured

2015-12-16 Thread Chris J Arges
Hello Michal, or anyone else affected,

Accepted cinder into wily-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/cinder/2:7.0.0-0ubuntu1.15.10.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: cinder (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 cinder in Ubuntu.
https://bugs.launchpad.net/bugs/1516085

Title:
  quotas calls fail when CONF.keymgr.encryption_auth_url is not
  configured

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

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


[Bug 1516451] Re: check_disk plugin broken after upgrade to 15.10

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

It sounds to me like check_disk should have a blacklist of filesystem
types to ignore. But explicitly specifying which mount points looks like
a suitable workaround.

I wonder if this affects monitoring-plugins in Xenial?

** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided => Medium

** Changed in: nagios-plugins (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  check_disk plugin broken after upgrade to 15.10

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

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


[Bug 1516085] Re: quotas calls fail when CONF.keymgr.encryption_auth_url is not configured

2015-12-16 Thread James Page
** Changed in: cinder (Juju Charms Collection)
   Status: Fix Committed => Fix Released

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

Title:
  quotas calls fail when CONF.keymgr.encryption_auth_url is not
  configured

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

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


[Bug 1515261] Re: package init 1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing init (not aturized to anything)

2015-12-16 Thread Robie Basak
*** This bug is a duplicate of bug 1509816 ***
https://bugs.launchpad.net/bugs/1509816

** This bug has been marked a duplicate of bug 1509816
   Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init 
1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing 
init

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

Title:
  package init 1.22ubuntu11 failed to install/upgrade: pre-dependency
  problem - not installing init (not aturized to anything)

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

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


[Bug 1472500] Re: virt-manager. restore windows vm-> Unknown savevm section type 5

2015-12-16 Thread Stefan Bader
** Changed in: qemu (Ubuntu)
 Assignee: Stefan Bader (smb) => (unassigned)

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

Title:
  virt-manager. restore windows vm-> Unknown savevm section type 5

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

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


[Bug 1524982] Re: Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-16 Thread Robie Basak
Thanks, I'll take this review.

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

Title:
  Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

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

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


Re: [Bug 1524982] Re: Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-16 Thread Robie Basak
Hi Ryan,

Thank you for re-merging 1.0.62.

The diff that is most important to me is New Debian -> New Ubuntu, since that
is the "Ubuntu delta" that we try to minimise. It's no problem for me to
generate it based on what you provided, but note that my review below is
primarily based on looking at this diff so you might want to generate it too.

For clarity, the "new delta" is 1.0.62-1 -> 1.0.62-1ubuntu1 as created by you
(but manually generated by me as above), and the "old delta" is 1.0.57-1 ->
1.0.57-1ubuntu2 which we can also generate. What we want to transform the old
delta into a minimal new delta, dropping anything that is no longer needed and
possibly adding anything that needs fixing up.

The changelog and "update-maintainer" are correctly merged. Thank you.

But things dropped from the delta should be documented in the new changelog
entry. For example, Mathieu's fix in debian/tgt.service has been taken up by
Debian.

I see things documented as "remaining changes" but I don't see them in the
new delta. For example, I see no remaining delta in any patches.

I also see things in the new delta that are not documented in the
changelog:

* glusterfs support is dropped, but this is no longer documented.

* debian/tests/daemon are both changed, and I don't know why.

* debian/bash-completion is modified, and I don't know why.

Some unnecessary parts of the delta that I think should now be dropped:

* The upstart script, since tgt isn't used on the phone and we no longer use
  upstart. So Debian could carry the upstart script, but there is no need for
  us to maintain a delta for it in Ubuntu.

* "+XS-Testsuite: autopkgtest" is no longer needed: the latest dpkg does the
  necessary stuff automatically now. Debian can carry it if they want, but
  there is no need for us to maintain a delta for it in Ubuntu.

You left conflict markers in debian/watch.

What we want is the delta minimised and completely explained in the changelog
entry in the merge. Then a future merger only needs to look at the previous
diff, changelog entry and any uploads made subsequent to the merge in order to
re-merge.

Please could you fix the above? Note that I haven't build or dep8 tested this -
I'm assuming it builds and tests pass.

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

Title:
  Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

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

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


[Bug 1526358] Re: xenial/i386 regression: nspawn fails with "Failed to add audit seccomp rule: Bad address"

2015-12-16 Thread Martin Pitt
I now isolated this seccomp failure into a tiny .c file which reproduces
this. On amd64 it works:

$ gcc -o /tmp/o ~/seccomp-socket-filter.c -lseccomp && /tmp/o
SCMP_SYS(socket) == 41 == 29
Success

and on i386 it reproduces the error:

$ gcc -o /tmp/o ~/seccomp-socket-filter.c -lseccomp && /tmp/o
SCMP_SYS(socket) == 359 == 167
seccomp_rule_add failed: Bad address

So what systemd is trying to do is to first initialize seccomp with
possible alternative architectures (running 32 bit container on 64 bit
host, and vice  versa if you have a 64 bit kernel) and then disallow
opening socket()s to the netlink audit subsystem, as audit is broken for
containers. The gist of it is

seccomp = seccomp_init(SCMP_ACT_ALLOW);
seccomp_arch_add(seccomp, SCMP_ARCH_X86_64);
seccomp_rule_add(
seccomp,
SCMP_ACT_ERRNO(EAFNOSUPPORT),
SCMP_SYS(socket),
2,
SCMP_A0(SCMP_CMP_EQ, AF_NETLINK),
SCMP_A2(SCMP_CMP_EQ, NETLINK_AUDIT));


This has worked on both arches until __NR_socket got defined on i386, before it 
used that autogenerated value.

** Attachment added: "standalone reproducer C file"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1526358/+attachment/4535516/+files/seccomp-socket-filter.c

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

** Summary changed:

- xenial/i386 regression: nspawn fails with "Failed to add audit seccomp rule: 
Bad address"
+ adding seccomp rule for socket() fails on i386 since kernel 4.3

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Martin Pitt
Forgot to attach the simplified file..

** Attachment added: "simpler standalone reproducer C file"
   
https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1526358/+attachment/4535518/+files/seccomp-socket-filter.c

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Martin Pitt
This isn't specific to netlink. I removed the two rules from the seccomp
filter and simplified it to just generally block socket(). I also
simplified adding the arches so that only the non-native arch is added,
not the native one. Note that adding the socket() filter *does* work on
both arches if the non-native architecture does not get added, this only
fails with adding x86_64 to the filter on i386.

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Andy Whitcroft
So in the commit below we switched how the socket family of calls are
exposed at the syscall level (which was a 4.3-rc1 change):

  commit 9dea5dc921b5f4045a18c63eb92e84dc274d17eb
  Author: Andy Lutomirski 
  Date:   Tue Jul 14 15:24:24 2015 -0700

x86/entry/syscalls: Wire up 32-bit direct socket calls

One of the stated goals of this was to expose these calls for seccomp
mediation and to bring 32bit in line with 64bit.  So it is cirtain we
never did do seccomp mediation on these before.

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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

2015-12-16 Thread Nicolas Dichtel
Yes you're right. Here is an updated tar file with all patches (the first four 
patches are the same).
The following patches are added:
- 9614acf4c435 lib/nl: preserve s_local if nl_connect() fails
  https://github.com/thom311/libnl/commit/9614acf4c435
- f78c3e82398a socket: clear port when unable to generate local port
  https://github.com/thom311/libnl/commit/f78c3e82398a
- 96e1e5bdc2e8 socket: add fallback for nl_connect() by trying to bind to 
unspecified local port
  https://github.com/thom311/libnl/commit/96e1e5bdc2e8
- eaa75b7c7d3e socket: fix assertion in nl_connect() when all ports are already 
in use
  https://github.com/thom311/libnl/commit/eaa75b7c7d3e

With this new series:
root@ubuntu1404:~# python ./libnl3-test-rh1249158.py a b c d
ulimit(NOFILE) = (2048, 4096)
Test: PID=25856
TEST (a)...
...done
TEST (b)...
...done
TEST (c)...
...done
TEST (d)...
...done
root@ubuntu1404:~# cd libnl-bp/
root@ubuntu1404:~/libnl-bp# if ./example.sh ; then echo success ; else echo 
failure ; fi
gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
set manually the local port to 25867 (pid: 25866)
local port has been set by the libnl to 2793432331 (pid: 25867)
success

** Attachment added: "20151116_patches.tar"
   
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735/+attachment/4535521/+files/20151116_patches.tar

-- 
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 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Martin Pitt
Notified systemd upstream in
https://github.com/systemd/systemd/issues/2177 .

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

Title:
  adding seccomp rule for socket() fails on i386 since kernel 4.3

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

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


[Bug 1497564] [NEW] Plugin Nagios check_smtp_send Not working with Ubuntu

2015-12-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

We are using the ubuntu delivered nagios plugin check_smtp_send to
monitor the smtp server using this command:

check_smtp_send-H smtp.gmail.com -p 587 --tls -U tests...@gmail.com
-P XX  --mailto tests...@gmail.com   --mailfrom
testrece...@gmail.com

But we got this error

SMTP SEND CRITICAL - Can't locate object method "message" via package
"Net::SMTP::TLS" at /usr/lib/nagios/plugins/check_smtp_send line 161,
 line 10.


But when use the old version of the plugin check_smtp_send  '0.7.2'  ( not 
delivered by ubuntu ) with the same command works fine.

What we should do ?

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Plugin Nagios check_smtp_send  Not working with Ubuntu
https://bugs.launchpad.net/bugs/1497564
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nagios-plugins 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 1497564] Re: Plugin Nagios check_smtp_send Not working with Ubuntu

2015-12-16 Thread hkais
** Package changed: ubuntu => nagios-plugins (Ubuntu)

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

Title:
  Plugin Nagios check_smtp_send  Not working with Ubuntu

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

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


[Bug 1497564] Re: Plugin Nagios check_smtp_send Not working with Ubuntu

2015-12-16 Thread hkais
are there any updates on this issue?

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

Title:
  Plugin Nagios check_smtp_send  Not working with Ubuntu

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

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


[Bug 1497564] Re: Plugin Nagios check_smtp_send Not working with Ubuntu

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

** Changed in: nagios-plugins (Ubuntu)
   Status: New => Confirmed

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

Title:
  Plugin Nagios check_smtp_send  Not working with Ubuntu

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

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


Re: [Bug 1497564] Re: Plugin Nagios check_smtp_send Not working with Ubuntu

2015-12-16 Thread Anis
no we still have issue.

2015-12-16 11:13 GMT+01:00 hkais :

> are there any updates on this issue?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1497564
>
> Title:
>   Plugin Nagios check_smtp_send  Not working with Ubuntu
>
> Status in nagios-plugins package in Ubuntu:
>   Confirmed
>
> Bug description:
>   We are using the ubuntu delivered nagios plugin check_smtp_send to
>   monitor the smtp server using this command:
>
>   check_smtp_send-H smtp.gmail.com -p 587 --tls -U
>   tests...@gmail.com -P XX  --mailto tests...@gmail.com
>   --mailfrom testrece...@gmail.com
>
>   But we got this error
>
>   SMTP SEND CRITICAL - Can't locate object method "message" via package
>   "Net::SMTP::TLS" at /usr/lib/nagios/plugins/check_smtp_send line 161,
>line 10.
>
>
>   But when use the old version of the plugin check_smtp_send  '0.7.2'  (
> not delivered by ubuntu ) with the same command works fine.
>
>   What we should do ?
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1497564/+subscriptions
>

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

Title:
  Plugin Nagios check_smtp_send  Not working with Ubuntu

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

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