[Bug 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-30 Thread Ryan Harper
squid3-3.5.12-1ubuntu3 uploaded already by stgraber handled using the
dpkg-maintscript-helper to clean up the old /etc/init.d/squid3 file.

This debdiff handles the second task of removing the check on how to
restart squid and just calls invoke-rc.d squid restart unconditionally.

I've tested this in a wily -> xenial upgrade, as well as a trusty ->
xenial upgrade; squid, squidGuard, and squid-deb-proxy work as expected
after upgrading to 1ubuntu4 version.

** Patch added: "drop-version-check-service-restart.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+attachment/4617474/+files/drop-version-check-service-restart.debdiff

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1555700] Re: Please merge tgt 1.0.63 from Debian (unstable)

2016-03-29 Thread Ryan Harper
Now with less libaio-dev in control file for no AIO.  Thanks for
catching my mistake

** Patch added: "old_ubuntu-new_ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4616629/+files/old_ubuntu-new_ubuntu.debdiff

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

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

-- 
Ubuntu-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 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-29 Thread Ryan Harper
On Tue, Mar 29, 2016 at 9:05 PM, Steve Langasek <
steve.langa...@canonical.com> wrote:

> Ryan, for ease of review and sponsorship please provide an incremental
> debdiff against the package that's already in xenial-proposed.
>

I actually did in comment 18, but I didn't know that was sufficient and
subsequently uploaded
those larger debdiffs.  Thanks for the tips.


>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1473691
>
> Title:
>   [FFe] squid: Update to latest upstream release (3.5)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+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/1473691

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

-- 
Ubuntu-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 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-29 Thread Ryan Harper
As far as I can see, the entire versioned code block here is wrong, and
> you should *only* be restarting squid.
>
>
The block (without my addition) is from debian itself.  The original block
that's
present in debian:

update-rc.d squid defaults 30 >/dev/null

if test -d /etc/squid3 && dpkg --compare-versions "$2" lt '3.5'; then
invoke-rc.d squid3 stop
invoke-rc.d squid start
else
invoke-rc.d squid restart
fi


However, this failed in our dist-upgrade from trusty scenario as the squid3
service file no longer
exists.  Reading your analysis; it seems that /etc/init.d/squid3 should
still be on disk;
but it was not.

In the dist-upgrade from trusty case; I believe we can just use the squid
restart.

In the upgrade from wily case, it's not clear to me why the
/etc/init.d/squid3 service
file would still be on disk when it wasn't when upgrading from trusty?

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-29 Thread Ryan Harper
I've attached new debdiff integrating the change to the squid.postinst
fix.  We would like to get this build uploaded into proposed (and locked
as the current one is) to continue wider testing of the new squid.

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-29 Thread Ryan Harper
Old Ubuntu to New Ubuntu debdiff

** Patch added: "old-ubuntu-to-new-ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+attachment/4616441/+files/old-ubuntu-to-new-ubuntu.debdiff

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-29 Thread Ryan Harper
Old Ubuntu to New Debian debdiff

** Patch added: "old-ubuntu-to-new-debian.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+attachment/4616440/+files/old-ubuntu-to-new-debian.debdiff

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1555700] Re: Please merge tgt 1.0.63 from Debian (unstable)

2016-03-29 Thread Ryan Harper
Dropped AIO enablement; while the feature was isolated, we've had no
testing on the aio backend; we can always enable it later if we get
enough testing to ensure proper functionality.  Therefore dropping the
FFE and just requesting a merge with Debian.

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

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-29 Thread Ryan Harper
Old Ubuntu -> New Debian debdiff

** Patch added: "old_ubuntu-new_debian.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4616323/+files/old_ubuntu-new_debian.debdiff

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-29 Thread Ryan Harper
Old Ubuntu to New Ubuntu

** Patch added: "old_ubuntu-new_ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4616324/+files/old_ubuntu-new_ubuntu.debdiff

** Summary changed:

- [FFE] Please merge tgt 1.0.63 from Debian (unstable)
+ Please merge tgt 1.0.63 from Debian (unstable)

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-28 Thread Ryan Harper
Kick,

Thanks for the thorough upgrade test.  I was able to recreate and debug
the proposed package install script.  It appears that the squid.postinst
expects to find a /etc/init.d/squid3 service script if we also have an
existing /etc/squid3 directory.  However, in my testing, we do have the
/etc/squid3, but the service script itself is called /etc/init.d/squid.

Manually fixing up this in the /var/lib/dpkg/info/squid.postinst and
then running sudo apt-get -f install will allow squid upgrade to
proposed levels complete successfully.

After the upgrade, I can confirm that squid-deb-proxy and squidGuard
work correctly.  I'm attaching a debdiff with a fix for this issue (we
can check which init script is present and use that to stop/start the
squid service after install).

I build squid from the merge branch from rabc's git repo with the
attached debdiff, created a local ppa (including a copy of the libecap3
package) and performed an apt-get update && apt-get install squid which
upgrades and installs successfully.

After this, squid, squid-deb-proxy and squidGuard all continue to work.

** Patch added: "lp1473691-dist-upgrade-from-1404.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+attachment/4614978/+files/lp1473691-dist-upgrade-from-1404.debdiff

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1560939] Re: libvirt-bin fails to install on a fresh xenial server

2016-03-25 Thread Ryan Harper
This error was unrelated to libvirt-bin itself, rather the locales
package from glibc in Xenial had an issue with generating locales (and
locale-archive);  This was fixed in a new release (on 3/23) and
subsequent cloud builds after 3/22 which have newer glibc locales
package do not experience this issue.

If you still feel there is an issue after updating the locales package,
please re-open this bug.

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

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

Title:
  libvirt-bin fails to install on a fresh xenial server

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-21 Thread Ryan Harper
Linking against libaio allows tgt to use libaio as a backend for submitting IO 
to the backing device.
The default backend uses pread64/pwrite64.  Adding an additional backed does 
not change this default

For users to consume the aio backend, they must specify the backend type
via command line switch (from tgtadm manpage):

-E, --bstype 
   When creating a LUN, this parameter specifies the type of backend
   storage to to use.

I believe that aio is out of the way for default users.  I'd like to get
some testing done on the aio backend before we say we'll support it.

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-21 Thread Ryan Harper
Discussion from #ubuntu-release

 rharper: As for the AIO thing, as you understand the code, what are 
the odds this could have a negative impact on users of other backends if the 
AIO stuff is broken?
 rharper: If you're 99% confident that the change is meaningless for 
people who don't use the feature, then I'm fine with adding it.
 infinity: ok;  re aio;  let me look a bit to be certain, libaio is 
standard stuff;  the question is has tgt had aio for quite some time and just 
not enabled it (and why);  debian recently added it 
 rharper: Right, it's obviously been there longer upstream than in 
Debian, the question is how long and, more importantly, is it isolated enough 
to not blow up the world for non-AIO users if it sucks.
 rharper: The latter question being the interesting one.  I don't 
care if the feature it experimental and added last week if it has zero impact 
on people who don't use it.
 s/feature it/feature is/
 understood
 rharper: Feel free to copy and paste any of the above to the bug, 
FWIW, and if your conclusion is "yeah, it looks safe enough", no need to 
round-trip to me again, FFe approved if your best judgement says it's safe.
 infinity: will do; I need to confirm aio is only enabled via user 
choice (ie not default); if so then I'd say it's out of the way for anyone 
except those whom request it;  
 rharper: And if you're less sure, a commitment of "we'll actively 
watch for explosions and either fix the issues or revert the aio addition", 
then also approved. :P
 rharper: With a caveat that "revert the aio addition" can only be a 
solution pre-release.  Once xenial is out the door, you're stuck supporting 
whatever features we released with.
 rharper: If you're okay with the above, go nuts.

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-03-10 Thread Ryan Harper
Here's my initial test with the merged multipath-tools test.
I had the FCP devices enabled with the 0.5.0+git-1ubuntu2 package 
installed from the merges ppa  and rebooted the system.

After booting, I confirmed the paths were up, then used a vmcp command to 
disconnect the devices.
I then queried mulitpath over a number of minutes to ensure the path remains 
(but shows faulty).
After 15 minutues or so I contacted an admin to renable the FCP devices and 
observed the paths
becoming restored in multipath

** Attachment added: "z.txt"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1540407/+attachment/4595271/+files/z.txt

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1550646] Re: package exim4-daemon-light 4.86-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 137

2016-03-10 Thread Ryan Harper
** Changed in: exim4 (Ubuntu)
   Importance: Undecided => High

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

Title:
  package exim4-daemon-light 4.86-3ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 137

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-10 Thread Ryan Harper
Install log of tgt 1.0.63-1ubuntu1 under lxd machine container.

** Attachment added: "install.log"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4595176/+files/install.log

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-10 Thread Ryan Harper
sbuild build log of 1.0.63-1ubuntu1 on amd64

** Attachment added: "tgt_1.0.63-1ubuntu1_amd64-20160309-1702.build"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4595175/+files/tgt_1.0.63-1ubuntu1_amd64-20160309-1702.build

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-10 Thread Ryan Harper
debdiff (old/ubuntu) 1.0.62-1ubuntu1 to (new/ubuntu) 1.0.63-1ubuntu1

** Patch added: "old_ubuntu-new_ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4595174/+files/old_ubuntu-new_ubuntu.debdiff

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] Re: [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-10 Thread Ryan Harper
debdiff (old/ubuntu) 1.0.62-1ubuntu1  to (new/debian) 1.0.63-1

** Patch added: "old_ubuntu-new_debian.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+attachment/4595173/+files/old_ubuntu-new_debian.debdiff

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1555700] [NEW] [FFE] Please merge tgt 1.0.63 from Debian (unstable)

2016-03-10 Thread Ryan Harper
Public bug reported:

New Upstream release which incorporates one outstanding patch in 1.0.62
and adds support for AIO backend for tgt.

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

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

Title:
  [FFE] Please merge tgt 1.0.63 from Debian (unstable)

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-03-09 Thread Ryan Harper
Thorsten,

Here's my PPA with the merged multipath-tools package for s390x:

https://launchpad.net/~raharper/+archive/ubuntu/merges/

You can add it via:

sudo add-apt-repository ppa:raharper/merges
sudo apt-get update
sudo apt-cache policy multipath-tools

The last command should show you a newer version from the ppa as
Candidate.

Then you can update the multpath-tools binaries (and kpartx friends)
with:

sudo apt-get install kpartx kpartx-boot multipath-tools multipath-tools-
boot

This package in the PPA is not in final form; but any testing/feedback on it 
will help us
close any issues with the merge to latest debian.

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-03-09 Thread Ryan Harper
Hi Thorsten,

We're going to merge with upstream debian.  That work is tracked under
bug 1551952.

I'm now working on getting an s390x build of the package and reproducing on one 
of the systems to
help test that the merge addresses this bug (and doesn't regress anything as 
well).

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-09 Thread Ryan Harper
dpkg install of kpartx and multipath-tools on Xenial amd64 kvm VM.

** Attachment added: "install.log"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1551952/+attachment/4594203/+files/install.log

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

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


[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-09 Thread Ryan Harper
debdiff old/ubuntu (0.5.0-7ubuntu16 ) to new/debian
(0.5.0+git1.656f8865-5)

** Patch added: "old_ubuntu-new_debian.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1551952/+attachment/4594201/+files/old_ubuntu-new_debian.debdiff

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

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


[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-09 Thread Ryan Harper
I've run the package under adt-run and it passes.

After installing and running in a VM using virtio-scsi configured as
multipath, I can successfully find the devices configure.

ubuntu@mp1:~$ dpkg --list | grep multipath-tools
ii  multipath-tools  0.5.0+git1.656f8865-5ubuntu2
amd64maintain multipath block device access
ii  multipath-tools-boot 0.5.0+git1.656f8865-5ubuntu2
all  Support booting from multipath devices
ubuntu@mp1:~$ sudo multipath -ll
0QEMU_QEMU_HARDDISK_0001 dm-0 QEMU,QEMU HARDDISK
size=10G features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=1 status=active
| `- 2:0:0:0 sda 8:0  active ready running
`-+- policy='round-robin 0' prio=1 status=enabled
  `- 2:0:0:1 sdb 8:16 active ready running

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

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


[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-09 Thread Ryan Harper
sbuild log of updated multipath-tools

** Attachment added: 
"multipath-tools_0.5.0+git1.656f8865-5ubuntu2_amd64-20160309-1159.build"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1551952/+attachment/4594202/+files/multipath-tools_0.5.0+git1.656f8865-5ubuntu2_amd64-20160309-1159.build

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

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


[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-09 Thread Ryan Harper
debdiff from old/ubuntu (0.5.0-7ubuntu16) to new/ubuntu
(0.5.0+git1.656f8865-5ubuntu1)


** Patch added: "old_ubuntu-new_ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1551952/+attachment/4594200/+files/old_ubuntu-new_ubuntu.debdiff

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

-- 
Ubuntu-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 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
On Mon, Mar 7, 2016 at 5:40 PM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> Hi Ryan,
>
> This appears to have fixed the nvme partition problem but, I'm sure
> there are nicer ways to do it.
>
>
Hi Rob!

Thanks for confirming a workaround.


> root@maas1:~# diff -u
> /usr/lib/python3/dist-packages/curtin/commands/block_meta.py
> /usr/lib/python3/dist-packages/curtin/commands/block_meta.py.orig
> --- /usr/lib/python3/dist-packages/curtin/commands/block_meta.py
> 2016-03-07 23:37:34.137946135 +
> +++ /usr/lib/python3/dist-packages/curtin/commands/block_meta.py.orig
>  2016-03-07 23:37:28.565864667 +
> @@ -368,13 +368,7 @@
>  partnumber = determine_partition_number(vol.get('id'),
> storage_config)
>  disk_block_path = get_path_to_storage_volume(vol.get('device'),
>   storage_config)
> -
> -if disk_block_path == '/dev/nvme0n1':
> -volume_path = disk_block_path + 'p' + str(partnumber)
> -else
> -volume_path = disk_block_path +  str(partnumber)
> -
> +volume_path = disk_block_path + str(partnumber)
>  devsync_vol = os.path.join(disk_block_path)
>
>  elif vol.get('type') == "disk":
>
> --
> You received this bug notification because you are subscribed to curtin
> in Ubuntu.
> Matching subscriptions: curtin-bugs, curtin-bugs-all
> https://bugs.launchpad.net/bugs/1401190
>
> Title:
>   curtin makes assumptions about partition names on all devices
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/curtin/+bug/1401190/+subscriptions
>

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

Title:
  curtin makes assumptions about partition names on all devices

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

-- 
Ubuntu-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 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
On Mon, Mar 7, 2016 at 1:50 PM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> Hi Ryan,
>
> Thanks, let me know if you need me to make any changes or run through
> any tests.
>
> A quick question if I may: How is the config generated when the node is
> deploying? I have found that storage config in curtin_userdata on the
> maas server appears to be ignored or clobbered e.g.
>

If you're using maas 1.8, or maas 1.9; maas itself is generating storage
configuration

https://maas.ubuntu.com/docs/storage.html#storage

Ideally you don't need to inject your own custom partitioning/storage
config; you
configure maas in the UI and it emits storage configuration to curtin.

It's not clear to me how you're combining your own user-data with what MaaS
supplies.


> If I execute: /var/lib/cloud/instance/scripts/part-001 # fails due to bug
> cd curtin


> cat configs/config-000.cfg # I see the storage config I have set on the
> maas server in curtin_userdata
>
> #cloud-config
> ...
> ...
>
> partitioning_commands:
>   builtin: [curtin, block-meta, custom]
> storage:
>   config:
>   - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type:
> disk, wipe: superblock}
>   - {device: nvme0n1, id: nvme0n1p1, name: nvme0n1p1, number: 1, offset:
> 4194304B, size: 128026935296B, type: partition, wipe: superblock}
>   - {fstype: ext4, id: nvme0n1p1_format, label: 'rootfs', type: format,
> path: /dev/nvme0n1p1, volume: nvme0n1p1}
>   version: 1
>
> cat configs/config-002.cfg # appears to be the device(s) that are found
> during commissioning
>
> partitioning_commands:
>   builtin: [curtin, block-meta, custom]
> storage:
>   config:
>   - {grub_device: true, id: sdc, model: Samsung SSD 840, name: sdc,
> ptable: gpt, serial: S1D9NSAFB19195M,
> type: disk, wipe: superblock}
>   - {device: sdc, id: sdc-part1, name: sdc-part1, number: 1, offset:
> 4194304B, size: 1000198897664B,
> type: partition, uuid: 8bcce503-ad8f-495e-a158-669829585db2, wipe:
> superblock}
>   - {fstype: ext4, id: sdc-part1_format, label: '', type: format, uuid:
> 0195af9d-764d-4b35-8e53-07573aa4c057,
> volume: sdc-part1}
>   - {device: sdc-part1_format, id: sdc-part1_mount, path: /, type: mount}
>   version: 1
> ...
> ...
> 
>
> I was trying to test an install to one of the other disks which also
> failed.
>

It's hard to say;  if you have the entire curtin config sent I may be able
to parse out what's going on:
>From the maas cli:

maas  node get-curtin-config 

and attach to this bug.


>
> I had to remove the nvme device and 2 other devices from the web ui as
> configs/config-002.cfg had every disk listed, including the nvme device
> which I had specified in curtin_userdata. The config data is that from
> commissioning.
>
> I also noted that despite me selecting a different boot device that it
> was still trying to install grub to sda.
>


>
> Does this sound like another bug with curtin or should I raise it with
> the maas project?
>

Boot device selection *could* be a maas issue or curtin.  I suggest
opening a new bug against MAAS for the boot device selection,
and I can add a MAAS task to this one.  In both places, please append
the output from the maas get-curtin-config output attached.  This helps
us debug whether MAAS sent curtin valid configuration and determine
if we need to fix the bug in MAAS or curtin itself.

In _this_ bugs case; if the config you send which defines 'number' field in
the partition dictionary, then curtin will *faithfully* attempt to use
 directly; ie; curtin is doing what it was told.

In the case where 'number' is not defined, curtin will attempt to determine
the
correct partition number.  For NVME devices, the logic is not sufficient
since
it doesn't really know that the underlying device is an NVME and NVME
devices
use different scheme for naming partition device entries (p vs.
just )

In this bug, we will teach curtin to detect NVME devices and pick the
correct partition dev path
if the config does _NOT_ include a specified 'number' value.

I'll open a MAAS task in this bug to help track if MAAS itself needs to
know a device is an NVME
and then specify the 'number' differently ('p1' vs '1').


--
> You received this bug notification because you are subscribed to curtin
> in Ubuntu.
> Matching subscriptions: curtin-bugs, curtin-bugs-all
> https://bugs.launchpad.net/bugs/1401190
>
> Title:
>   curtin makes assumptions about partition names on all devices
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/curtin/+bug/1401190/+subscriptions
>

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

Title:
  curtin makes assumptions about partition names on all devices

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify 

Re: [Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
On Mon, Mar 7, 2016 at 2:15 PM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> Hi Ryan,
>
> Here you go
>
> /var/lib/cloud/instance/scripts/part-001 extract
>
> cd curtin
>
> cat configs/config-000.cfg
> #cloud-config
> …
> ...
> partitioning_commands:
>   builtin: [curtin, block-meta, custom]
> storage:
>   config:
>   - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type:
> disk, wipe: superblock}
>   - {device: nvme0n1, id: nvme0n1p1, name: nvme0n1p1, number: 'p1',
> offset: 4194304B, size: 128026935296B, type: partition, wipe: superblock}
>   - {fstype: ext4, id: nvme0n1p1_format, label: 'rootfs', type: format,
> path: /dev/nvme0n1p1, volume: nvme0n1p1}
>   version: 1
>
> bin/curtin --showtrace --install-deps install
> --config=configs/config-000.cfg
> http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
> Creating new GPT entries.
> The operation has completed successfully.
> An error occured handling 'nvme0n1p1': IOError - [Errno 2] No such file or
> directory: '/sys/block/nvme0n1/nvme0n1None/size'
> Traceback (most recent call last):
>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
> ret = args.func(args)
>   File "curtin/commands/block_meta.py", line 62, in block_meta
> meta_custom(args)
>   File "curtin/commands/block_meta.py", line 1083, in meta_custom
> handler(command, storage_config_dict)
>   File "curtin/commands/block_meta.py", line 565, in partition_handler
> with open(os.path.join(previous_partition, "size"), "r") as fp:
> IOError: [Errno 2] No such file or directory:
> '/sys/block/nvme0n1/nvme0n1None/size'
> [Errno 2] No such file or directory: '/sys/block/nvme0n1/nvme0n1None/size'
> Installation failed with exception: Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: 'Creating new GPT entries.\nThe operation has completed
> successfully.\nAn error occured handling \'nvme0n1p1\': IOError - [Errno 2]
> No such file or directory:
> \'/sys/block/nvme0n1/nvme0n1None/size\'\nTraceback (most recent call
> last):\n  File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in
> main\nret = args.func(args)\n  File "curtin/commands/block_meta.py",
> line 62, in block_meta\nmeta_custom(args)\n  File
> "curtin/commands/block_meta.py", line 1083, in meta_custom\n
> handler(command, storage_config_dict)\n  File
> "curtin/commands/block_meta.py", line 565, in partition_handler\nwith
> open(os.path.join(previous_partition, "size"), "r") as fp:\nIOError: [Errno
> 2] No such file or directory:
> \'/sys/block/nvme0n1/nvme0n1None/size\'\n[Errno 2] No such file or
> directory: \'/sys/block/nvme0n1/nvme0n1None/size\'\n'
> Stderr: ''
> Traceback (most recent call last):
>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
> ret = args.func(args)
>   File "curtin/commands/install.py", line 399, in cmd_install
> raise e
>


OK, no need to let you continue to debug getting curtin partition handling
to learn about NVME.

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

Title:
  curtin makes assumptions about partition names on all devices

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

-- 
Ubuntu-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 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
One more try, lets specify the partition "number" as 'p1' instead.

- {device: nvme0n1, id: nvme0n1p1, name: nvme0n1p1, number: 'p1', offset:
4194304B, size: 128026935296B, type: partition, uuid:
e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}


On Mon, Mar 7, 2016 at 1:24 PM, Ryan Harper <ryan.har...@canonical.com>
wrote:

> OK; thanks.  I need to work with nvme devices on Xenial;  it looks like
> the storage naming rules for partitions are different for NVME devices (p1,
> p2, p3) versus other disks (1, 2, 3 4);
>
>
> On Mon, Mar 7, 2016 at 12:54 PM, Rob Sanderson <1401...@bugs.launchpad.net
> > wrote:
>
>> Hi Ryan,
>>
>> I have tried that but no luck.
>>
>> Config using curtin defaults:
>>
>> --
>> cat configs/config-002.cfg
>>
>> partitioning_commands:
>>   builtin: [curtin, block-meta, custom]
>> storage:
>>   config:
>>   - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type:
>> disk, wipe: superblock}
>>   - {device: nvme0n1, id: nvme0n1-part1, name: nvme0n1-part1, number: 1,
>> offset: 4194304B, size: 128026935296B, type: partition, uuid:
>> e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}
>>   - {fstype: ext4, id: nvme0n1-part1_format, label: 'rootfs', type:
>> format, uuid: 6a47f95c-40b6-478a-aefa-ca84a509d877, volume: nvme0n1-part1,
>> path: /dev/nvme0n1p1}
>>   - {device: nvme0n1-part1_format, id: nvme0n1-part1_mount, path: /,
>> type: mount}
>>   version: 1
>>
>> bin/curtin --showtrace --install-deps install
>> --config=configs/config-002.cfg
>>
>>
>> http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
>> Creating new GPT entries.
>> The operation has completed successfully.
>> The operation has completed successfully.
>> An error occured handling 'nvme0n1-part1_format': ValueError -
>> '/dev/nvme0n11': no such file or directory
>> Traceback (most recent call last):
>>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
>> ret = args.func(args)
>>   File "curtin/commands/block_meta.py", line 62, in block_meta
>> meta_custom(args)
>>   File "curtin/commands/block_meta.py", line 1083, in meta_custom
>> handler(command, storage_config_dict)
>>   File "curtin/commands/block_meta.py", line 672, in format_handler
>> mkfs.mkfs_from_config(volume_path, info)
>>   File "curtin/block/mkfs.py", line 207, in mkfs_from_config
>> label=info.get('label'))
>>   File "curtin/block/mkfs.py", line 145, in mkfs
>> raise ValueError("'%s': no such file or directory" % path)
>> ValueError: '/dev/nvme0n11': no such file or directory
>> '/dev/nvme0n11': no such file or directory
>> Installation failed with exception: Unexpected error while running
>> command.
>> Command: ['curtin', 'block-meta', 'custom']
>> Exit code: 3
>> Reason: -
>> Stdout: 'Creating new GPT entries.\nThe operation has completed
>> successfully.\nThe operation has completed successfully.\nAn error occured
>> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
>> file or directory\nTraceback (most recent call last):\n  File
>> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
>> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
>> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
>> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
>> File "curtin/commands/block_meta.py", line 672, in format_handler\n
>> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
>> line 207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File
>> "curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no
>> such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such
>> file or directory\n\'/dev/nvme0n11\': no such file or directory\n'
>> Stderr: ''
>> Traceback (most recent call last):
>>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
>> ret = args.func(args)
>>   File "curtin/commands/install.py", line 399, in cmd_install
>> raise e
>> ProcessExecutionError: Unexpected error while running command.
>> Command: ['curtin', 'block-meta', 'custom']
>> Exit code: 3
>> Reason: -
>> Stdout: 'Creating new GP

Re: [Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
OK; thanks.  I need to work with nvme devices on Xenial;  it looks like the
storage naming rules for partitions are different for NVME devices (p1, p2,
p3) versus other disks (1, 2, 3 4);


On Mon, Mar 7, 2016 at 12:54 PM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> Hi Ryan,
>
> I have tried that but no luck.
>
> Config using curtin defaults:
>
> --
> cat configs/config-002.cfg
>
> partitioning_commands:
>   builtin: [curtin, block-meta, custom]
> storage:
>   config:
>   - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type:
> disk, wipe: superblock}
>   - {device: nvme0n1, id: nvme0n1-part1, name: nvme0n1-part1, number: 1,
> offset: 4194304B, size: 128026935296B, type: partition, uuid:
> e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}
>   - {fstype: ext4, id: nvme0n1-part1_format, label: 'rootfs', type:
> format, uuid: 6a47f95c-40b6-478a-aefa-ca84a509d877, volume: nvme0n1-part1,
> path: /dev/nvme0n1p1}
>   - {device: nvme0n1-part1_format, id: nvme0n1-part1_mount, path: /, type:
> mount}
>   version: 1
>
> bin/curtin --showtrace --install-deps install
> --config=configs/config-002.cfg
>
> http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
> Creating new GPT entries.
> The operation has completed successfully.
> The operation has completed successfully.
> An error occured handling 'nvme0n1-part1_format': ValueError -
> '/dev/nvme0n11': no such file or directory
> Traceback (most recent call last):
>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
> ret = args.func(args)
>   File "curtin/commands/block_meta.py", line 62, in block_meta
> meta_custom(args)
>   File "curtin/commands/block_meta.py", line 1083, in meta_custom
> handler(command, storage_config_dict)
>   File "curtin/commands/block_meta.py", line 672, in format_handler
> mkfs.mkfs_from_config(volume_path, info)
>   File "curtin/block/mkfs.py", line 207, in mkfs_from_config
> label=info.get('label'))
>   File "curtin/block/mkfs.py", line 145, in mkfs
> raise ValueError("'%s': no such file or directory" % path)
> ValueError: '/dev/nvme0n11': no such file or directory
> '/dev/nvme0n11': no such file or directory
> Installation failed with exception: Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: 'Creating new GPT entries.\nThe operation has completed
> successfully.\nThe operation has completed successfully.\nAn error occured
> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
> file or directory\nTraceback (most recent call last):\n  File
> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
> File "curtin/commands/block_meta.py", line 672, in format_handler\n
> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
> line 207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File
> "curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no
> such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such
> file or directory\n\'/dev/nvme0n11\': no such file or directory\n'
> Stderr: ''
> Traceback (most recent call last):
>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
> ret = args.func(args)
>   File "curtin/commands/install.py", line 399, in cmd_install
> raise e
> ProcessExecutionError: Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: 'Creating new GPT entries.\nThe operation has completed
> successfully.\nThe operation has completed successfully.\nAn error occured
> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
> file or directory\nTraceback (most recent call last):\n  File
> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
> File "curtin/commands/block_meta.py", line 672, in format_handler\n
> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
> line 207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File
> "curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no
> such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such
> file or directory\n\'/dev/nvme0n11\': no such file or directory\n'
> Stderr: ''
> Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> 

Re: [Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
Yeah, looks like the mkfs code is expecting you to include label: 'some
label' in the format dictionary.
Can you try injecting a label into the format dictionary:


 - {fstype: ext4, id: nvme0n1-part1_format, label: 'SOME_LABEL_HERE', type:
format, uuid: 6a47f95c-40b6-478a-aefa-ca84a509d877,
volume: nvme0n1-part1}

This is a bug in curtin as label's aren't required.

On Sun, Mar 6, 2016 at 3:58 PM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> ls -la /dev/nvme0*
> crw--- 1 root root  10, 57 Mar  6 21:10 /dev/nvme0
> brw-rw 1 root disk 259,  0 Mar  6 21:44 /dev/nvme0n1
> brw-rw 1 root disk 259,  1 Mar  6 21:44 /dev/nvme0n1p1
>
> --
> You received this bug notification because you are subscribed to curtin
> in Ubuntu.
> Matching subscriptions: curtin-bugs, curtin-bugs-all
> https://bugs.launchpad.net/bugs/1401190
>
> Title:
>   curtin makes assumptions about partition names on all devices
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/curtin/+bug/1401190/+subscriptions
>

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

Title:
  curtin makes assumptions about partition names on all devices

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

-- 
Ubuntu-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 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-06 Thread Ryan Harper
On Sat, Mar 5, 2016 at 3:56 AM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> Hi,
>
> I'm still seeing this issue on Xenial.
>
> root@maas1:~# cat /etc/lsb-release
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=16.04
> DISTRIB_CODENAME=xenial
> DISTRIB_DESCRIPTION="Ubuntu Xenial Xerus (development branch)"
> root@maas1:~# uname -a
> Linux maas1 4.4.0-6-generic #21-Ubuntu SMP Tue Feb 16 20:32:27 UTC 2016
> x86_64 x86_64 x86_64 GNU/Linux
> root@maas1:~# dpkg -l|grep curtin
> ii  curtin-common   0.1.0~bzr359-0ubuntu1   all
>   Library and tools for curtin installer
> ii  python3-curtin  0.1.0~bzr359-0ubuntu1   all
>   Library and tools for curtin installer
>
> I have tried with the default curtin_userdata and have also tried:
>
> partitioning_commands:
>  builtin: curtin block-meta custom
>
> storage:
> version: 1
> config:
>   - id: nvme0n1
> type: disk
> ptable: msdos
>

If you don't specify a 'serial': or 'path' then curtin will attempt to
deduce the path via the id.

Can you try adding:

 path: /dev/nvme0

If that is indeed the path to the device.


>   - id: nvme0n1p1
> type: partition
> number: 1
> size: 128GB
> device: nvme0n1
> flag: boot
>   - id: nvme0n1p1_root
> type: format
> fstype: ext4
> volume: nvme0n1p1
>   - id: nvme0n1p1_mount
> type: mount
> path: /
> device: nvme0n1p1_root
>
> The error is as follows:
>
> + exec curtin --install-deps install --config=configs/config-000.cfg
> --config=configs/config-001.cfg --config=configs/config-002.cfg
> --config=configs/config-003.cfg --config=configs/config-004.cfg
> http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
> Error: /dev/sda: unrecognised disk label
> Error: /dev/sda: unrecognised disk label
> Error: /dev/sdb: unrecognised disk label
> Error: /dev/sdb: unrecognised disk label
> Error: /dev/sdc: unrecognised disk label
> Error: /dev/sdc: unrecognised disk label
> An error occured handling 'nvme0n1-part1_format': ValueError -
> '/dev/nvme0n11': no such file or directory
> '/dev/nvme0n11': no such file or directory
> Installation failed with exception: Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: "Error: /dev/sda: unrecognised disk label\nError: /dev/sda:
> unrecognised disk label\nError: /dev/sdb: unrecognised disk label\nError:
> /dev/sdb: unrecognised disk label\nError: /dev/sdc: unrecognised disk
> label\nError: /dev/sdc: unrecognised disk label\nAn error occured handling
> 'nvme0n1-part1_format': ValueError - '/dev/nvme0n11': no such file or
> directory\n'/dev/nvme0n11': no such file or directory\n"
> Stderr: ''
> Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: "Error: /dev/sda: unrecognised disk label\nError: /dev/sda:
> unrecognised disk label\nError: /dev/sdb: unrecognised disk label\nError:
> /dev/sdb: unrecognised disk label\nError: /dev/sdc: unrecognised disk
> label\nError: /dev/sdc: unrecognised disk label\nAn error occured handling
> 'nvme0n1-part1_format': ValueError - '/dev/nvme0n11': no such file or
> directory\n'/dev/nvme0n11': no such file or directory\n"
> Stderr: ''
>
> --
> You received this bug notification because you are subscribed to curtin
> in Ubuntu.
> Matching subscriptions: curtin-bugs, curtin-bugs-all
> https://bugs.launchpad.net/bugs/1401190
>
> Title:
>   curtin makes assumptions about partition names on all devices
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/curtin/+bug/1401190/+subscriptions
>

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

Title:
  curtin makes assumptions about partition names on all devices

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

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


[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-01 Thread Ryan Harper
** Attachment added: "Changelog from 0.5.0 to version in Debian unstable; 
dropped "fix" entries and other non-features."
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1551952/+attachment/4585938/+files/Changelog-0.5.0..656f8865.txt

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

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


[Bug 1551952] [NEW] FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-01 Thread Ryan Harper
Public bug reported:

Upstream hasn't released a new version, but there are a large number of
new features available in the version included in Debian unstable.

This version from Debian has been confirmed to fix bug 1540407

The new version of the package will be tested with:
  - MAAS driven Power8 installs on hosts with multipath configured
 -  s390x FCP multipath devices as in bug 1540407.
  - kvm VM with virtio-scsi multipath

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

** Description changed:

  Upstream hasn't released a new version, but there are a large number of
  new features available in the version included in Debian unstable.
  
- This version from Debian has been confirmed to fix LP:#1540407
+ This version from Debian has been confirmed to fix bug 1540407
  
  The new version of the package will be tested with:
-   - MAAS driven Power8 installs on hosts with multipath configured
-  -  s390x FCP multipath devices as in LP:#1540407.
-   - kvm VM with virtio-scsi multipath
+   - MAAS driven Power8 installs on hosts with multipath configured
+  -  s390x FCP multipath devices as in bug 1540407.
+   - kvm VM with virtio-scsi multipath

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

Title:
  FFE: Please merge multipath-tools 0.5.0+git1.656f8865  from Debian
  unstable

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

-- 
Ubuntu-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 1540407] Comment bridged from LTC Bugzilla

2016-03-01 Thread Ryan Harper
On Tue, Mar 1, 2016 at 3:00 AM, bugproxy  wrote:

> --- Comment From thorsten.di...@de.ibm.com 2016-03-01 03:58 EDT---
> (In reply to comment #19)
> > As already promised, I will continue some long term tests (cable pull and
> > other path loosing scenarios) on a 4.4.0-8 system with
> > multipath-tools_0.5.0+git1.656f8865-4 and kpartx_0.5.0+git1.656f8865-4.
> > Results should be available by tomorrow.
>
> Results show, that this combination does not harm, instead it solves the
> subject problem, even after 100 cycles.
>
> Ryan, but it's up to you what you are going to integrate to fix this
> bug.
>

Thorsten,

Thanks for the thorough testing of the scenarios.  I'm currently examining
the changes
introduced into the newer Debian package and looking at which changes we'd
need
to fix this bug and also understand if a merge of the package makes more
sense.


Ryan


>
> --
> You received this bug notification because you are a member of Canonical
> Server Team, which is a bug assignee.
> https://bugs.launchpad.net/bugs/1540407
>
> Title:
>   multipathd drops paths of a temporarily lost device
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1540407/+subscriptions
>

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-02-25 Thread Ryan Harper
Hi Thorsten,

Thanks for the update.  I'll attempt to find out if I can force a detach
on the host-side to recreate the issue on x86 while I'm waiting for a Z
system with FCP devices.

Could you attempt to use the Debian package from Sid on top of the
Ubuntu system?  This will help rule out kernel related issues vs.
userspace package bugs.

You can download from here

http://ftp.us.debian.org/debian/pool/main/m/multipath-tools/multipath-
tools_0.5.0+git1.656f8865-4_s390x.deb

And then force install with

sudo dpkg --force all --install multipath-
tools_0.5.0+git1.656f8865-4_s390x.deb

If this is successful, then I can prepare a package with some updated
fixes from upstream; there are a number of changes to path related
discovery in upstream multipath that aren't yet included in the Ubuntu
version.

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-02-24 Thread Ryan Harper
Hi Thorsten,

The latest version of the multipath-tools package is  0.5.0-7ubuntu14.
Can you confirm you're still seeing the issue?

Meanwhile, I'm hoping to recreate this issue on zKVM shortly.  In the
meantime I'm testing this on in an x86 VM with multipath via virtio-
scsi, using the same multipath.conf as mentioned in the bug.

# dpkg -s multipath-tools| grep ^Version
Version: 0.5.0-7ubuntu14

# multipath -ll
mpatha (0QEMU_QEMU_HARDDISK_0001) dm-0 QEMU,QEMU HARDDISK
size=10G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
  |- 2:0:0:0 sda 8:0  active ready running
  `- 2:0:0:1 sdb 8:16 active ready running


I can mark the device offline with:


# echo "offline" > /sys/class/block/sdb/device/state
# multipath -ll
mpatha (0QEMU_QEMU_HARDDISK_0001) dm-0 QEMU,QEMU HARDDISK
size=10G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
  |- 2:0:0:0 sda 8:0  active ready  running
  `- 2:0:0:1 sdb 8:16 active faulty offline


# sleep 60 && multipath -ll 
mpatha (0QEMU_QEMU_HARDDISK_0001) dm-0 QEMU,QEMU HARDDISK
size=10G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
  |- 2:0:0:0 sda 8:0  active ready  running
  `- 2:0:0:1 sdb 8:16 failed faulty offline

And bring it back online with:

# echo "1" > /sys/block/sdb/device/delete
# for RESCAN in /sys/class/scsi_host/*; do echo "- - -" > $RESCAN/scan; done 
# multipath -v2 
# multipath -ll
mpatha (0QEMU_QEMU_HARDDISK_0001) dm-0 QEMU,QEMU HARDDISK
size=10G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
  |- 2:0:0:0 sda 8:0  active ready running
  `- 2:0:0:1 sdb 8:16 active ready running

It maybe that the underlying device would need to be in error instead of the 
scsi layer in the kernel.
I'll update this when I get the zKVM instance up with multipath as described in 
the bug.

Looking at the delta between 0.5.0 in Ubuntu and the newer version in
Debian, there are a number of changes in the area of discovery and path
checking which may resolve this issue if we can confirm we're still
seeing the issue on the latest version in Xenial.

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-02-22 Thread Ryan Harper
This fix has been released in Xenial, as tgt 1:1.0.62-1ubuntu2

** Changed in: tgt (Ubuntu)
   Status: In Progress => Fix Released

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

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

Title:
  tgt fails to install in LXD

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

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


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

2016-02-17 Thread Ryan Harper
** Patch added: "debdiff netween debian 5.3.5-1 and ubuntu 5.3.5-1ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+attachment/4573963/+files/debian-5.3.5-1-to-5.3.5-1ubuntu1.debdiff

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

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

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

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


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

2016-02-17 Thread Ryan Harper
** Patch added: "Ubuntu debdiff between 5.1.2-0ubuntu8 and 5.3.5-1ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+attachment/4573962/+files/ubuntu-5.1.2-0ubuntu8-to-5.3.5-1ubuntu1.debdiff

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

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

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

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


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

2016-02-17 Thread Ryan Harper
I've pushed the latest revisions into the PPA:

strongswan (5.3.5-1ubuntu7) xenial; urgency=medium

  * debian/{rules,control,libstrongswan-extra-plugins.install}
Enable bliss plugin
  * debian/patches/increase-bliss-test-timeout.patch
Under QEMU/KVM for autopkgtest bliss test takes a bit longer
  * debian/patches/dont-load-kernel-libipsec-plugin-by-default.patch
Upstream suggests to not load this plugin by default as it has
some limitations.
https://wiki.strongswan.org/projects/strongswan/wiki/Kernel-libipsec

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

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

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

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


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

2016-02-17 Thread Ryan Harper
** 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/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 1511735] Re: libnl: fail to bind() netlink sockets

2016-02-16 Thread Ryan Harper
I've done some more verification tests by installing as many of the
reverse depends on libnl to see if any other package implodes like
Network-Manager did.

Sniff Check OK: Tested by install and invoke binaries.
batctl 
bmon 
ipvsadm 
keepalived 
libfsobasics3 
libnetcf1 
libnl-3-200-dbg 
libnl-3-dev 
libnl-cli-3-200 
libnl-genl-3-200 
libnl-nf-3-200 
libnl-route-3-200 
libnl-utils 
libnss-gw-name 
libvirt-bin 
libvirt0 
network-manager (with what's in proposed)
powertop 
quota 

SKIPPED: Packages that depended on wireless devices for testing 
crda 
hostapd 
iw 
kismet 
knemo 
lowpan-test-tools 
lowpan-tools 
neard 
neard-tools 
ntrack-module-libnl-0 
plainbox-provider-resource-generic 
sssd-common
wpasupplicant


** Changed in: libnl3 (Ubuntu Trusty)
 Assignee: Ryan Harper (raharper) => (unassigned)

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


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

2016-02-16 Thread Ryan Harper
On Tue, Feb 16, 2016 at 8:46 AM, mrq1  wrote:

> it looks like strongswan is faking a nat situation if the  kernel-libipsec
> is used, so there are only problems with transport & beet mode ..
>

It sounds like it could be confusing.  I'd prefer not to have a one-off for
just this
package but if it's disruptive then it's likely warranted.


> btw: did you get this audit entries too?
>

No.  Are you running 1ubuntu6 and have you reloaded the apparmor profile
and restarted strongswan?

sudo apparmor_parser -r /etc/apparmor.d/usr.lib.ipsec.charon
sudo systemctl restart strongswan

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

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

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

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


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

2016-02-15 Thread Ryan Harper
On Sun, Feb 14, 2016 at 3:36 AM, mrq1  wrote:

> looks good so far :-)
>
> i think the kernel-libipsec plugin should not be loaded by default
>
> the plugin works only with  UDP encapsulated packets
>
> (look here: https://wiki.strongswan.org/projects/strongswan/wiki/Kernel-
> libipsec)
>
> and this will break most of the "normal"/LAN setups
>

The kernel-libipsec plugin is optional; a user must apt-get install
libstrongswan-extra-plugins.
I've installed the extra plugins in a VM which uses NAT configuration and
none of the
networking was broken if the kernel-libipsec module was loaded (but
unconfigured).

However, I'm interested if you can expand on what setup would break?  We
certainly don't want
break or surprise users so I'd like understand what "breaks" if the module
is loaded by default.


>
> i would build and include the plugin but disable the loading with
>
> /etc/strongswan.d/charon/kernel-libipsec.conf
> > load = no
>

This would be a change compared to all other plugins so I'd like to
understand why
this plugin in the default configuration breaks any normal/LAN setups.


> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1535951
>
> Title:
>   Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+subscriptions
>

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

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

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

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


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

2016-02-14 Thread Ryan Harper
On Sun, Feb 14, 2016 at 2:12 AM, mrq1  wrote:

> thanks for the fast pace!
>
> > should be ready in a bit with the new plugin
>
> NOPE. still no chapoly & ntru plugin included
>

chapoly and ntru are part of libstrongswan-extra-plugins


>
> # ipsec statusall
> Status of IKE charon daemon (strongSwan 5.3.5, Linux 4.4.0-4-generic,
> x86_64):
>   uptime: 10 minutes, since Feb 14 08:59:01 2016
>   malloc: sbrk 1650688, mmap 0, used 547408, free 1103280
>   worker threads: 7 of 16 idle, 5/0/4/0 working, job queue: 0/0/0/0,
> scheduled: 0
>   loaded plugins: charon test-vectors aes rc2 sha1 sha2 md4 md5 random
> nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp
> dnskey sshkey pem openssl fips-prf gmp agent xcbc hmac gcm attr
> kernel-libipsec kernel-netlink resolve socket-default connmark farp stroke
> updown eap-identity eap-sim eap-sim-pcsc eap-aka eap-aka-3gpp2
> eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc eap-mschapv2
> eap-dynamic eap-radius eap-tls eap-ttls eap-peap eap-tnc xauth-generic
> xauth-eap xauth-pam xauth-noauth tnc-tnccs tnccs-20 tnccs-11 tnccs-dynamic
> dhcp lookip error-notify certexpire led addrblock unity
>

You might need to restart after upgrade: systemctl restart strongswan

# ipsec statusall
Status of IKE charon daemon (strongSwan 5.3.5, Linux 4.4.0-4-generic,
x86_64):
  uptime: 99 seconds, since Feb 14 14:40:22 2016
  malloc: sbrk 2834432, mmap 532480, used 1004336, free 1830096
  worker threads: 7 of 16 idle, 5/0/4/0 working, job queue: 0/0/0/0,
scheduled: 0
  loaded plugins: charon test-vectors unbound ldap pkcs11 aes rc2 sha1 sha2
md4 md5 random nonce x509 revocation constraints acert pubkey pkcs1 pkcs7
pkcs8 pkcs12 pgp dnskey sshkey dnscert ipseckey pem openssl gcrypt af-alg
fips-prf gmp agent chapoly xcbc cmac hmac ctr ccm gcm ntru curl soup mysql
sqlite attr kernel-libipsec kernel-netlink resolve socket-default connmark
farp stroke updown eap-identity eap-sim eap-sim-pcsc eap-aka eap-aka-3gpp2
eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc eap-mschapv2
eap-dynamic eap-radius eap-tls eap-ttls eap-peap eap-tnc xauth-generic
xauth-eap xauth-pam xauth-noauth tnc-tnccs tnccs-20 tnccs-11 tnccs-dynamic
dhcp whitelist lookip error-notify certexpire led radattr addrblock unity
Listening IP addresses:
  192.168.122.147
  10.0.3.1
Connections:
Security Associations (0 up, 0 connecting):
  none


> i installed a new virtual machine and installed the ppa-strongswan
>
> looks like it is not enough to
> # apt install libcharon-extra-plugins
> this package does not depend on
> # apt install strongswan
> which it should!
>

if you apt-get install libstrongswan-extra-plugins, this will pull in the
strongswan package.


>
> now starts the testing ;-)
>

Excellent!


>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1535951
>
> Title:
>   Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+subscriptions
>

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

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

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

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


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

2016-02-13 Thread Ryan Harper
Yes, quite close.  I'll handle the FFE if needed but I feel on-track.
I'm preparing the merge debdiff for review.

Threads:
https://lists.ubuntu.com/archives/ubuntu-devel/2016-January/039144.html
https://lists.ubuntu.com/archives/ubuntu-devel/2016-February/039201.html

Please give the test-package a go if you're a strongswan user.

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

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

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

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


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

2016-02-13 Thread Ryan Harper
Ah, yes.  I've a fix for that;  I hadn't pushed my latest update in to the
ppa.  The extra-plugins package need some more privs for the charon binary
in the apparmor profile.

Look for 1ubuntu5 in the ppa in just a bit and see if that fixes up the
issue with the extras plugins.


On Sat, Feb 13, 2016 at 10:39 AM, mrq1  wrote:

> the startup segfault disappears if a purge the extra-plugin package but
> NOT if i only remove it :-O
>
> maybe the bug comes with one of the dependency packages?
>
> Feb 13 17:31:24 kvm-xenial charon: 00[LIB] loaded plugins: charon
> test-vectors aes rc2 sha1 sha2 md4 md5 random nonce x509 revocation
> constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem openssl
> fips-prf gmp xcbc hmac ccm gcm attr kernel-netlink resolve socket-default
> connmark farp stroke updown eap-identity eap-sim eap-sim-pcsc eap-aka
> eap-aka-3gpp2 eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc
> eap-mschapv2 eap-dynamic eap-radius eap-tls eap-ttls eap-peap eap-tnc
> xauth-generic xauth-eap xauth-noauth tnc-tnccs tnccs-20 tnccs-11
> tnccs-dynamic dhcp lookip error-notify certexpire led addrblock unity
> Feb 13 17:31:24 kvm-xenial charon: 00[LIB] dropped capabilities, running
> as uid 0, gid 0
> Feb 13 17:31:24 kvm-xenial charon: 00[JOB] spawning 16 worker threads
> Feb 13 17:31:24 kvm-xenial charon: 02[DMN] thread 2 received 11
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]  dumping 7 stack frame
> addresses:
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]
>  /lib/x86_64-linux-gnu/libpthread.so.0 @ 0x7f77069c9000 [0x7f77069d9cd0]
> Feb 13 17:31:24 kvm-xenial charon: 08[DMN] thread 8 received 11
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]  dumping 7 stack frame
> addresses:
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]
>  /lib/x86_64-linux-gnu/libpthread.so.0 @ 0x7f77069c9000 [0x7f77069d9cd0]
> Feb 13 17:31:24 kvm-xenial charon: 07[DMN] thread 7 received 11
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]  dumping 7 stack frame
> addresses:
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]
>  /lib/x86_64-linux-gnu/libpthread.so.0 @ 0x7f77069c9000 [0x7f77069d9cd0]
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]   /usr/lib/ipsec/libipsec.so.0
> @ 0x7f770176d000 [0x7f7701770f4b]
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]   /usr/lib/ipsec/libipsec.so.0
> @ 0x7f770176d000 [0x7f770176ffdc]
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]   /usr/lib/ipsec/libipsec.so.0
> @ 0x7f770176d000 [0x7f7701770b5b]
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070a60c2]
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070a60c2]
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070a60c2]
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070a69fb]
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070a69fb]
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070a69fb]
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070b772c]
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070b772c]
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]
>  /usr/lib/ipsec/libstrongswan.so.0 @ 0x7f7707079000 [0x7f77070b772c]
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]
>  /lib/x86_64-linux-gnu/libpthread.so.0 @ 0x7f77069c9000 [0x7f77069d066a]
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]
>  /lib/x86_64-linux-gnu/libpthread.so.0 @ 0x7f77069c9000 [0x7f77069d066a]
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 07[LIB]
>  /lib/x86_64-linux-gnu/libpthread.so.0 @ 0x7f77069c9000 [0x7f77069d066a]
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 02[LIB]
>  /lib/x86_64-linux-gnu/libc.so.6 @ 0x7f77065ff000 (clone+0x6d)
> [0x7f7706705e4d]
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB] ->
> Feb 13 17:31:24 kvm-xenial charon: 08[LIB]
>  /lib/x86_64-linux-gnu/libc.so.6 @ 0x7f77065ff000 (clone+0x6d)
> 

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

2016-02-13 Thread Ryan Harper
On Sat, Feb 13, 2016 at 12:27 PM, mrq1  wrote:

> great! starts now :-)
>
> what about the chapoly plugin? can you enable it in the extra package?
> it would be very important for me!
>

I can look at enabling it.  It's new in 5.3.5.  If enabled, can you test
and confirm it works?
Looks like something quite interesting.
https://en.wikipedia.org/wiki/Poly1305

Comments here in the Debian bug indicate that this requires at least 4.2
kernel.
For Xenial, this will be sufficient I suppose.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803787


>
> btw: the output of service looks strange to me
>
> # service strongswan status
> ● strongswan.service - strongSwan IPsec services
>Loaded: loaded (/lib/systemd/system/strongswan.service; enabled; vendor
> preset: enabled)
>Active: inactive (dead) since Sat 2016-02-13 19:22:46 CET; 42s ago
>   Process: 25807 ExecStopPost=/bin/rm -f /var/run/charon.pid
> /var/run/starter.charon.pid (code=exited, status=0/SUCCESS)
>   Process: 25789 ExecStop=/usr/sbin/ipsec stop (code=exited,
> status=0/SUCCESS)
>  Main PID: 25643 (code=exited, status=0/SUCCESS)
>

That looks like from the initial install;  You may need to reload the new
apparmor policy

apparmor_parser -r /etc/apparmor.d/usr.lib.ipsec.charon

And then you can restart it with:

systemctl restart strongswan

and check status

systemctl status strongswan


>
> looks like the service is not running anymore but via
> # ipsec statusall
> everything looks ok
>
> is the some systemd-integration-magic missing?
>

I'm not sure what ipsec statusall invokes to check status.

In an up-to-date Xenial VM, installing the current packages in the PPA, I
get the following:

# systemctl status strongswan
● strongswan.service - strongSwan IPsec services
   Loaded: loaded (/lib/systemd/system/strongswan.service; enabled; vendor
preset: enabled)
   Active: active (running) since Sat 2016-02-13 21:50:59 UTC; 18s ago
 Main PID: 2798 (starter)
   CGroup: /system.slice/strongswan.service
   ├─2798 /usr/lib/ipsec/starter --daemon charon
   └─2799 /usr/lib/ipsec/charon --use-syslog

Feb 13 21:50:59 sw1 charon[2799]: 00[CFG] loading ocsp signer certificates
from '/...ts'
Feb 13 21:50:59 sw1 charon[2799]: 00[CFG] loading attribute certificates
from '/et...ts'
Feb 13 21:50:59 sw1 charon[2799]: 00[CFG] loading crls from
'/etc/ipsec.d/crls'
Feb 13 21:50:59 sw1 charon[2799]: 00[CFG] loading secrets from
'/etc/ipsec.secrets'
Feb 13 21:50:59 sw1 charon[2799]: 00[LIB] loaded plugins: charon
test-vectors aes ...own
Feb 13 21:50:59 sw1 charon[2799]: 00[LIB] dropped capabilities, running as
uid 0, gid 0
Feb 13 21:50:59 sw1 charon[2799]: 00[JOB] spawning 16 worker threads
Feb 13 21:50:59 sw1 ipsec_starter[2798]: charon (2799) started after 20 ms
Feb 13 21:50:59 sw1 systemd[1]: Started strongSwan IPsec services.
Feb 13 21:51:00 sw1 systemd[1]: Started strongSwan IPsec services.
Hint: Some lines were ellipsized, use -l to show in full.
root@sw1:~#
root@sw1:~# ipsec statusall
Status of IKE charon daemon (strongSwan 5.3.5, Linux 4.4.0-4-generic,
x86_64):
  uptime: 30 seconds, since Feb 13 21:51:00 2016
  malloc: sbrk 946176, mmap 0, used 229008, free 717168
  worker threads: 11 of 16 idle, 5/0/0/0 working, job queue: 0/0/0/0,
scheduled: 0
  loaded plugins: charon test-vectors aes rc2 sha1 sha2 md4 md5 random
nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp
dnskey sshkey pem fips-prf gmp xcbc hmac attr kernel-netlink resolve
socket-default stroke updown
Listening IP addresses:
  192.168.122.147
  10.0.3.1
Connections:
Security Associations (0 up, 0 connecting):
  none


>
> thanks!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1535951
>
> Title:
>   Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+subscriptions
>

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

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

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

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


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

2016-02-13 Thread Ryan Harper
** Bug watch added: Debian Bug tracker #803787
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803787

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

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

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

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


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

2016-02-13 Thread Ryan Harper
On Sat, Feb 13, 2016 at 7:51 PM, Simon Déziel <1535...@bugs.launchpad.net>
wrote:

> On 2016-02-13 05:09 PM, Ryan Harper wrote:
> > On Sat, Feb 13, 2016 at 12:27 PM, mrq1 <tempusfugit...@gmail.com> wrote:
> >
> >> great! starts now :-)
> >>
> >> what about the chapoly plugin? can you enable it in the extra package?
> >> it would be very important for me!
> >>
> >
> > I can look at enabling it.  It's new in 5.3.5.
>
> +1
>
> ChaCha20/Poly1305 actually made it in 5.3.3 [1] and I haven't heard of
> any problem on the mailing list.
>
> >  If enabled, can you test and confirm it works?
>
> I too would be glad to give it a spin and report about it.
>
> > Looks like something quite interesting.
> > https://en.wikipedia.org/wiki/Poly1305
>
> Indeed! Chacha20 and Poly1305 are cool and getting quite some traction
> these days [2].
>

Excellent!  I've just uploaded a new version to the PPA; should be ready in
a bit with the new plugin
and updated apparmor profiles from your repo.

One question, the profile included /dev/tun, and in my Xenial setups, I
need
/dev/net/tun so I've both allowed in the profile. Not clear to me if it's
useful/needed
to have both, or if only one is sufficient.


> > Comments here in the Debian bug indicate that this requires at least 4.2
> > kernel.
>
> For the IKE part, the kernel version shouldn't matter. For the ESP part,
> you indeed need a recent kernel or you can always use the userspace
> implementation (libipsec).
>
>
OK


> libipsec support is very cool (thanks for enabling it!) as it should
> allow running a IPsec in containers.
>
>
Please do confirm if that's working.  I suspect they'll need to be
privileged containers
or will need some additional permissions/configs for unprivileged since
it'll want access to
/dev/net/tun which won't be present by default.

I'd like to capture how to run strongswan in containers like LXD so if
you've any experience
with getting that working it'd be very helpful for us to document.


> > For Xenial, this will be sufficient I suppose.
> >
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803787
>
> The reporter was looking for NTRU (enabled in your PPA build IIRC) and
>

Yes


> BLISS. That said, I'm sure the reporter would welcome having another
> AEAD cipher available because they are well regarded [3] in terms of
> security.
>
> Thanks,
> Simon
>
> 1: https://wiki.strongswan.org/versions/58
> 2:
>
> https://en.wikipedia.org/w/index.php?title=Salsa20=no#ChaCha20_adoption
> 3: https://www.imperialviolet.org/2015/05/16/aeads.html
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1535951
>
> Title:
>   Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+subscriptions
>

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

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

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

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


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

2016-02-13 Thread Ryan Harper
Excellent!  I had forgotten about that.  I'll update.

On Sat, Feb 13, 2016 at 7:00 PM, Simon Déziel <1535...@bugs.launchpad.net>
wrote:

> On 2016-02-13 12:39 PM, Ryan Harper wrote:
> > The extra-plugins package need some more privs for the charon binary
> > in the apparmor profile.
>
> Ryan, please take a look at [1] for refreshed AA profiles that could
> address many more LP bugs (all mentioned in debian/changelog). Thanks.
>
> Regards,
> Simon
>
> 1:
>
> https://github.com/simondeziel/ubuntu-strongswan/commit/9f414ee4e04d6d88810c85029cc0dcbaed58fba8
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1535951
>
> Title:
>   Please merge strongswan 5.3.5-1 (main) from Debian unstable (main)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1535951/+subscriptions
>

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

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

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

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


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

2016-02-04 Thread Ryan Harper
v3 debdiff
  - Removed unneeded spaces in debian/control Breaks entry
  - Fixed up libnl-3-200.symbols file to tag private symbols as optional 
(removes dpkg-gensymbols warning)
  - Removed invalid use of Closes() for Debian bugs;  instead use LP: #

** Patch added: "lp_1511735_libnl3_v3.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735/+attachment/4563661/+files/lp_1511735_libnl3_v3.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 1511735] Re: libnl: fail to bind() netlink sockets

2016-02-03 Thread Ryan Harper
I've updated the debdiff to include a Breaks:  network-manager (<<
0.9.8.8-0ubuntu7.3) to ensure that users are forced to use the newer
network-manager (ie, this libnl won't install unless user has already
updated their network-manager)   Thanks Mathew for the suggestion.

I've built and tested this in the following way:

1. deploy trusty 14.04
2. apt-get install network-manager
3. download the libnl3 packages (3.2.21-1ubuntu2)
4. dpkg --install libnl-3-200_3.2.21-1ubuntu2_amd64.deb 
libnl-genl-3-200_3.2.21-1ubuntu2_amd64.deb 
libnl-route-3-200_3.2.21-1ubuntu2_amd64.deb 

This results in the following (successful blocking of upgrade):

dpkg: regarding libnl-3-200_3.2.21-1ubuntu2_amd64.deb containing 
libnl-3-200:amd64:
 libnl-3-200:amd64 breaks network-manager (<< 0.9.8.8-0ubuntu7.3)
  network-manager (version 0.9.8.8-0ubuntu7.2) is present and installed.

dpkg: error processing archive libnl-3-200_3.2.21-1ubuntu2_amd64.deb 
(--install):
 installing libnl-3-200:amd64 would break network-manager, and
 deconfiguration is not permitted (--auto-deconfigure might help)
(Reading database ... 37060 files and directories currently installed.)
Preparing to unpack libnl-genl-3-200_3.2.21-1ubuntu2_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.21-1ubuntu2) over (3.2.21-1) ...
Preparing to unpack libnl-route-3-200_3.2.21-1ubuntu2_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.2.21-1ubuntu2) over (3.2.21-1) ...
dpkg: dependency problems prevent configuration of libnl-genl-3-200:amd64:
 libnl-genl-3-200:amd64 depends on libnl-3-200 (= 3.2.21-1ubuntu2); however:
  Version of libnl-3-200:amd64 on system is 3.2.21-1.

dpkg: error processing package libnl-genl-3-200:amd64 (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnl-route-3-200:amd64:
 libnl-route-3-200:amd64 depends on libnl-3-200 (= 3.2.21-1ubuntu2); however:
  Version of libnl-3-200:amd64 on system is 3.2.21-1.

dpkg: error processing package libnl-route-3-200:amd64 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libnl-3-200_3.2.21-1ubuntu2_amd64.deb
 libnl-genl-3-200:amd64
 libnl-route-3-200:amd64


After installing network-manager 0.9.8.8-0ubuntu7.3, I can successfully re-run 
the libnl3 install command:

dpkg --install libnl-3-200_3.2.21-1ubuntu2_amd64.deb 
libnl-genl-3-200_3.2.21-1ubuntu2_amd64.deb 
libnl-route-3-200_3.2.21-1ubuntu2_amd64.deb 
(Reading database ... 41021 files and directories currently installed.)
Preparing to unpack libnl-3-200_3.2.21-1ubuntu2_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.21-1ubuntu2) over (3.2.21-1) ...
Selecting previously unselected package libnl-genl-3-200:amd64.
Preparing to unpack libnl-genl-3-200_3.2.21-1ubuntu2_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.21-1ubuntu2) ...
Selecting previously unselected package libnl-route-3-200:amd64.
Preparing to unpack libnl-route-3-200_3.2.21-1ubuntu2_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.2.21-1ubuntu2) ...
Setting up libnl-3-200:amd64 (3.2.21-1ubuntu2) ...
Setting up libnl-genl-3-200:amd64 (3.2.21-1ubuntu2) ...
Setting up libnl-route-3-200:amd64 (3.2.21-1ubuntu2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...


** Patch added: "lp_1511735_libnl3_v2.diff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/libnl3/+bug/1511735/+attachment/4563004/+files/lp_1511735_libnl3_v2.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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-02-02 Thread Ryan Harper
*** This bug is a duplicate of bug 1539634 ***
https://bugs.launchpad.net/bugs/1539634

** This bug has been marked a duplicate of bug 1539634
   network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

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

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


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

2016-02-02 Thread Ryan Harper
I've retagged this as verification-needed since we've had one regression
(NetworkManager, a bug there) and we'd like to request other users of
libnl to test out the version included in proposed so we can ensure
we're flushing out other applications that may be exposed due to the
behavior changed in this update.

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

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2016-02-02 Thread Ryan Harper
This has not been released;  this version is only available in trusty-
proposed.  It's not been verified at this point.

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

-- 
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 1518440] Re: tgt fails to install in LXD

2016-02-01 Thread Ryan Harper
Forwarded patch to upstream via: https://github.com/fujita/tgt/pull/17

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-02-01 Thread Ryan Harper
Updated debdiff:
  - Fix spelling of attempt
  - replace spaces with tabs in patch.

** Patch added: "tgt_fix_lp1518440_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1518440/+attachment/4560974/+files/tgt_fix_lp1518440_v3.debdiff

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-02-01 Thread Ryan Harper
** Bug watch added: Debian Bug tracker #813368
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813368

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

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

Title:
  tgt fails to install in LXD

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

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


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

2016-02-01 Thread Ryan Harper
Blueprint changed by Ryan Harper:

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

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

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


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

2016-01-29 Thread Ryan Harper
Thanks Nicolas.  I'm working on fixing up NetworkManager;  we'll need
that fix as well to go out at the sametime.

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Ryan Harper
Hi Jakub,

Thanks for testing the new package.  It would be helpful to collect any
core files and backtraces.

apport-collect -p network-manager 1511735

Should collect the info for this bug report.

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Ryan Harper
I've filed 
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1539634 to track 
the updated needed there.
I attached a debdeff in the NM bug after applying the patches from comment #24. 
 

I tested the updated NM with proposed libnl-3 and it works as expected.

1. Download 14.04.03 Desktop iso, amd64
2. Launched in a VM, run from iso
3. In terminal, enable proposed
4. sudo apt-get install libnl-3-200 libnl-genl-3-200 libnl-route-3-200
5. sudo restart network-manager
# note the nm-applet disappears as NM has now crashed
6. dmesg to confirm network-manager crash
7. sudo dpkg --install gir1.2-networkmanager-1.0_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-glib4_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-glib-vpn1_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-util2_0.9.8.8-0ubuntu7.3_amd64.deb 
network-manager_0.9.8.8-0ubuntu7.3_amd64.deb
8. sudo start network-manager
# nm-applet restored, network connectivity restored.

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Ryan Harper
** Tags removed: verification-done
** Tags added: verification-failed

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Ryan Harper
Looks like the changes in libnl exposed a bug in the N-M 0.98 code:

http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8e4576b9fdb5c888d20a13aa2cc198df790dba54
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=65981edb9f562c07e78815c98093da67c50bfdcf

-- 
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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Ryan Harper
This bug is related to an attempted SRU for libnl here:

https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735

The updated package exposes a bug in NetworkManager, which we're testing
a fix:

https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1539634

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

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

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


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

2016-01-29 Thread Ryan Harper
Hi Nick,

We've not built a new NetworkManager package with the fix.  For now,
you'll need to downgrade your libnl-3 packages:

% apt-get install libnl-3-200=3.2.21-1 libnl-genl-3-200=3.2.21-1 libnl-
route-3-200=3.2.21-1

And you may need to apply a hold until a fix for NetworkManager can be
released.

% sudo apt-mark hold libnl-3-200 libnl-genl-3-200 libnl-route-3-200

And after the fix:

% sudo apt-mark auto libnl-3-200 libnl-genl-3-200 libnl-route-3-200

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-27 Thread Ryan Harper
Nicolas,

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

Thanks again for following up on this.

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

Title:
  libnl: fail to bind() netlink sockets

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

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


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

2016-01-19 Thread Ryan Harper
Blueprint changed by Ryan Harper:

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

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

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


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

2016-01-19 Thread Ryan Harper
Public bug reported:

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

** Affects: strongswan (Ubuntu)
 Importance: Undecided
 Assignee: Ryan Harper (raharper)
 Status: New

** Changed in: strongswan (Ubuntu)
 Assignee: (unassigned) => Ryan Harper (raharper)

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

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

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-01-15 Thread Ryan Harper
No;  it should go upstream AFAICT.

I can regen with tabs;  my fault for not checking what the source file
used.

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1533639] Re: [ubuntu-cpc] please make /tmp a tmpfs in RAM

2016-01-13 Thread Ryan Harper
Can we publish some test images?  Instead of guessing at this, we can
benchmark this.

In general swapping ram-based for what is almost always disk-based is
going to impact applications/deployments using tmp and expecting enough
space there.  It's not uncommon for large ISO or other image downloads
to reside in this location and this change would break smaller instances
which are memory constrained from doing these sorts of tasks without
changing where things are stored.

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

Title:
  [ubuntu-cpc] please make /tmp a tmpfs in RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1533639/+subscriptions

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


[Bug 1532571] Re: kvm crashes host kernel on trusty+hwe-w (unable to handle kernel paging request in __mtrr_lookup_var_next)

2016-01-11 Thread Ryan Harper
https://lists.debian.org/debian-kernel/2015/10/msg00332.html

common threads 4.2 kernel and UEFI mode of kvm.

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

Title:
  kvm crashes host kernel on trusty+hwe-w (unable to handle kernel
  paging request in __mtrr_lookup_var_next)

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

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


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

2016-01-04 Thread Ryan Harper
Blueprint changed by Ryan Harper:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
- [raharper] : tgt merge (bug 1524982): INPROGRESS
+ [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  
  Work items for ubuntu-16.01:
- [raharper] strongswan merge and cleanup (=4days): TODO
+ [raharper] strongswan merge and cleanup (=4days): INPROGRESS
  [nacc] logwatch merge and cleanup: TODO
  [smoser] openiscsi merge: TODO
- [kick-d] amavisd-new merge: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  NTP merge, cleanup and PPS support: TODO
  freeipmi merge and cleanup (=3days): TODO
  Tomcat updates and cleanup (=14days): TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge (=4days): INPROGRESS
  dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
+ amavisd-new merge: TODO
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  unbound merge: TODO
  [nacc] Consider php7.0 for Xenial: TODO

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

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


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 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 1524982] Re: Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-15 Thread Ryan Harper
Sorry missed the notification, I'll remerge 1.0.62.

-- 
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 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-15 Thread Ryan Harper
Hi,

Thanks for the quick update.  I've applied the 4 patches and built a new
test package with the changes.The example test does indeed fail on
the current version and passes on the new version as well.

I went looking for any other libnl3 tests we might run to catch any
possible regression that might occur when accepting the patches I looked
at the RH bug you referenced and found another testcase ( used to expose
the issue.  I ran that on the updated package and it passes tests a, b
and c, but not d.

I examined the patch applied and it included more fixes, specifically:

Subject: [PATCH 09/10] socket: clear port when unable to generate local
port

which the 'd' test which attempts to test by allocate more than 1024
local ports.  Should a fix for that also be included?

** Attachment added: "libnl3-test-rh1249158.py"
   
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735/+attachment/4535202/+files/libnl3-test-rh1249158.py

-- 
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 1524982] Re: Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-15 Thread Ryan Harper
debdiff between previous ubuntu version (1.0.57-1ubuntu2) and upstream
debian unstable (1.0.62-1).

** Patch added: "debdiff_ubuntu_1.0.57-1ubuntu2_to_debian_1.0.62-1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1524982/+attachment/4535287/+files/debdiff_ubuntu_1.0.57-1ubuntu2_to_debian_1.0.62-1.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/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 1524982] Re: Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-15 Thread Ryan Harper
debdiff between current ubuntu (1.0.57-1ubuntu2) and new ubuntu version
(1.0.62-1ubuntu1).

** Patch added: "ubuntu_merge_upgrade_v2.diff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1524982/+attachment/4535288/+files/ubuntu_merge_upgrade_v2.diff

** Changed in: tgt (Ubuntu)
   Status: Incomplete => 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/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 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-14 Thread Ryan Harper
Initial look at the patches results in the following assessment:

The first 2 patches apply fine to the version included in Ubuntu Trusty

027157898708 lib/socket: don't fail if no more local ports can be assigned in 
nl_socket_alloc
http://git.infradead.org/users/tgr/libnl.git/commitdiff/027157898708

0fd510b3673f lib/socket: use proper typed constant UINT32_MAX for uint32_t 
typed port
http://git.infradead.org/users/tgr/libnl.git/commitdiff/0fd510b3673f

But at

4dd5fdd0af2c lib/socket: retry generate local port in nl_connect on ADDRINUSE
http://git.infradead.org/users/tgr/libnl.git/commitdiff/4dd5fdd0af2c

This requires some additional plumbing changes in libnl3 that's not present in 
the version.  In particular,
the capabilities framework (utils.h/utils.c NL_CAPABILITY_*) and the individual 
linker scripts introduced here:

http://git.infradead.org/users/tgr/libnl.git/commitdiff/e7d57da0ddad9097962ebfec4f5202b756ed93c9

It seems non-trivial (I've not studied all of libnl3 library code yet)
and (somewhat risky) to backport the capabilities which may change
behavior of the library (destabilizing existing users) and normally
beyond the scope of a bug fix that's SRU'able.

We'd need to retain the logic of the fix, but port it to the level of
libnl3 we have.I'd be happy to pick this back up if the we get a
reworked patch 3 and 4 that don't require backporting additional
infrastructure into libnl3.

Additional feedback, the test-case included was somewhat awkward in that
it orphans the first process without any cleanup.  Test-cases should
strive to exit non-zero on failure for easier integration into test
frameworks.  It would be good to see about integrating the test into the
existing tests of the project, but that's a nice to have.

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


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

2015-12-10 Thread Ryan Harper
Blueprint changed by Ryan Harper:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
- [raharper] : tgt merge: TODO
+ [raharper] : tgt merge (bug 1524982): INPROGRESS
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  
  Work items for ubuntu-16.01:
  [raharper] strongswan merge and cleanup (=4days): TODO
  [nacc] logwatch merge and cleanup: TODO
  [smoser] openiscsi merge: TODO
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  NTP merge, cleanup and PPS support: TODO
  freeipmi merge and cleanup (=3days): TODO
  Tomcat updates and cleanup (=14days): TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge (=4days): INPROGRESS
  dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
  amavisd-new merge: TODO
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  unbound merge: TODO
  Consider php7.0 for Xenial: TODO

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

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


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

2015-12-10 Thread Ryan Harper
debdiff between previous ubuntu version (1.0.57-1ubuntu2) and upstream
debian (1.0.61-1).

** Patch added: "debdiff_ubuntu_1.0.57-1ubuntu2_to_debian_1.0.61-1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1524982/+attachment/4532800/+files/debdiff_ubuntu_1.0.57-1ubuntu2_to_debian_1.0.61-1.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in Ubuntu.
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 1524982] [NEW] Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-10 Thread Ryan Harper
Public bug reported:

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

** Affects: tgt (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: tgt (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: tgt (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in Ubuntu.
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 1524982] Re: Please merge tgt 1.0.61-1 (main) from Debian unstable (main)

2015-12-10 Thread Ryan Harper
debdiff between current ubuntu (1.0.57-1ubuntu2) and new ubuntu version
(1.0.61-1ubuntu1).

** Patch added: "ubuntu_merge_upgrade.diff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1524982/+attachment/4532801/+files/ubuntu_merge_upgrade.diff

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in Ubuntu.
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 1518440] Re: tgt fails to install in LXD

2015-12-09 Thread Ryan Harper
Resolving this by cherry picking check on uid, and also allowing EACCES failure 
due to username space.
The cherry pick could be dropped if we were to rebase on debian dev version 
(tgt_1.0.61).

** Patch added: "tgt_fix_lp1518440.diff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1518440/+attachment/4532054/+files/tgt_fix_lp1518440.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/1518440

Title:
  tgt fails to install in LXD

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2015-12-09 Thread Ryan Harper
Tested on Xenial/amd64


1. sudo apt-get install lxd
2. lxd-images import ubuntu xenial amd64 --alias ubuntu-xenial --alias 
ubuntu/xenial
3. lxd launch ubuntu-xenial x1
4. lxc exec x1 /bin/bash
# Inside xenial LXD container
5. apt-get install tgt  
... fails as per comment #2

After rebuilding tgt with the attached debdiff

1. lxc delete x1
2. lxc launch ubuntu-xenial x1
3. lxc push tgt_1.0.57-1ubuntu3_amd64.deb x1/tmp/
4. lxc exec x1 /bin/bash
# Inside xenail LXD container
5. apt-get install libibverbs1 librdmacm1 libsystemd0 init-system-helpers 
lsb-base libconfig-general-perl sg3-utils
6. dpkg --install /tmp/tgt_1.0.57-1ubuntu3_amd64.deb

This successfully installs and runs tgt.

No further validation of tgt was performed in this test.

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1510619] Re: Wily: add machine fails using kvm and lxcbr0

2015-10-28 Thread Ryan Harper
https://lists.linuxcontainers.org/pipermail/lxc-
devel/2015-October/012630.html

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

Title:
  Wily: add machine fails using kvm and lxcbr0

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

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


[Bug 1510619] Re: Wily: add machine fails using kvm and lxcbr0

2015-10-27 Thread Ryan Harper
Currently looking at updatin lxc package to have lxc-net run After
=network-online.target which should ensure that ifup on auto interfaces
has run, meaning ethX interfaces will have obtained and IP and at that
point then lxc-net can check if something is squating on 10.0.3.X
network and switch to a new one.

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

Title:
  Wily: add machine fails using kvm and lxcbr0

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

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


[Bug 1508466] Re: empty monitor, serial, parallel with -curses with TERM=xterm-256color

2015-10-21 Thread Ryan Harper
Looks like a patch was just submitted to address this:

http://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg04319.html

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

Title:
  empty monitor, serial, parallel with -curses with TERM=xterm-256color

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

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


[Bug 1508466] Re: empty monitor, serial, parallel with -curses with TERM=xterm-256color

2015-10-21 Thread Ryan Harper
Applied the upstream patch (not yet committed) to the wily qemu package.
Builds OK, needs testing.  Will post link to PPA with packages once it is 
complete.

** Patch added: "lp1508466_apply_upstream_curses_fix.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1508466/+attachment/4501863/+files/lp1508466_apply_upstream_curses_fix.debdiff

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

Title:
  empty monitor, serial, parallel with -curses with TERM=xterm-256color

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

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


[Bug 1499853] [NEW] overlayroot should support multiple lowerdir mounts

2015-09-25 Thread Ryan Harper
Public bug reported:

As of 3.19+, overlayfs supports multiple lowerdir mount points to enable
merging multiple read-only layers together which is useful for composing
multiple layers together and then imposing an specific upper layer (say
tmpfs).

>From the kernel documentation[1]

|  Multiple lower layers
|  -
|
|  Multiple lower layers can now be given using the the colon (":") as a
|  separator character between the directory names.  For example:
|
|mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged
|
|  As the example shows, "upperdir=" and "workdir=" may be omitted.  In
|  that case the overlay will be read-only.
|
|  The specified lower directories will be stacked beginning from the
|  rightmost one and going left.  In the above example lower1 will be the
|  top, lower2 the middle and lower3 the bottom layer.


To enable this in overlayroot, we'd extend the the overlayroot parameter to 
take multiple lower= parameters:

Take for example a current command line used to boot a cloudimg and use
a tmpfs backed rw layer:

root=LABEL=cloudimg-rootfs overlayroot=tmpfs

If we had a second device/partition that we wanted to stack on top of
the root fs, we'd pass this on the command line

root=LABEL=cloudimg-rootfs overlayroot=tmpfs,lower=LABEL=myoverlay

which would:

1. ensure that we mounted LABEL=myoverlay on the root filesystem (say 
/media/lower1-ro)
2. then run the following overlay mount

mount -t overlay -o lowerdir=/media/lower1:/media/root-
ro,upperdir=/media/root-rw/overlay,workdir=/media/root-rw/overlay-work

Giving us a final stack of:

[tmpfs]
[LABEL=myoverlay]
[LABEL=cloudimg-rootfs

We also may want to stack more than one extra lower, specifying top-most
layer first, on to the lower layers.

root=LABEL=cloudimg-rootfs
overlayroot=tmpfs,lower=LABEL=myoverlay,lower=iscsi:192.168.50.1iqn.2009-06.dracut:target0,lower=/dev/vdc

resulting in:

[tmpfs]
[LABEL=myoverlay]
[iscsi]
[vdc]
[LABEL=cloudimg-rootfs]


1. https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt

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

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

Title:
  overlayroot should support multiple lowerdir mounts

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

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


[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-17 Thread Ryan Harper
debdiff includes an updated apparmor profile for libvirt-qemu for
libraries provided by qemu-block-extra

** Patch added: "libvirt_qemu_block_extra_apparmor_update.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1495895/+attachment/4466889/+files/libvirt_qemu_block_extra_apparmor_update.debdiff

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

Title:
  Unable to attach rados block device to instances

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

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


[Bug 1474276] Re: PHP Fatal error: Inconsistent insteadof definition

2015-09-17 Thread Ryan Harper
I've tested[1] the proposed package and it passes[2] the testcase in
the SRU justification.

1. uvt-simplestreams-libvirt sync release=trusty arch=amd64
uvt-kvm create --cpu 2--disk 10 t1 release=trusty arch=amd64
uvt-kvm wait --insecure t1
uvt-kvm ssh --insecure t1  
   # inside trusty vm


2. 

Welcome to the light, powerful, text window manager, Byobu.
You can toggle the launch of Byobu at login with:
  'byobu-disable' and 'byobu-enable'

For tips, tricks, and more information, see:
 * http://bit.ly/byobu-help

ubuntu@t1:~⟫ cat /etc/issue
Ubuntu 14.04.3 LTS \n \l

1 ubuntu@t1:~⟫ sudo apt-get install php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  apache2 apache2-bin apache2-data libapache2-mod-php5 libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap php5-cli php5-common php5-json
  php5-readline ssl-cert
Suggested packages:
  apache2-doc apache2-suexec-pristine apache2-suexec-custom apache2-utils
  php-pear php5-user-cache openssl-blacklist
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data libapache2-mod-php5 libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap php5 php5-cli php5-common php5-json
  php5-readline ssl-cert
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 6,150 kB of archives.
After this operation, 25.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 
kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 
[76.4 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main php5-json amd64 
1.3.2-2build1 [34.4 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-common amd64 
5.5.9+dfsg-1ubuntu4
.11 [444 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-cli amd64 
5.5.9+dfsg-1ubuntu4.11
 [2,164 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-readline amd64 
5.5.9+dfsg-1ubunt
u4.11 [12.1 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-dbd-sqlite3 
amd64 1.5.3-1 [10.5 k
B]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-ldap amd64 
1.5.3-1 [8,634 B]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2-bin amd64 
2.4.7-1ubuntu4.5 [8
43 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2-data all 
2.4.7-1ubuntu4.5 [1
59 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2 amd64 
2.4.7-1ubuntu4.5 [87.6
 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main 
libapache2-mod-php5 amd64 5.5.9+dfsg
-1ubuntu4.11 [2,208 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5 all 
5.5.9+dfsg-1ubuntu4.11 [1,3
02 B]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 
kB]
Fetched 6,150 kB in 36s (168 kB/s)
Preconfiguring packages ...
Selecting previously unselected package libapr1:amd64.
(Reading database ... 51148 files and directories currently installed.)
Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ...
Unpacking libapr1:amd64 (1.5.0-1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ...
Unpacking libaprutil1:amd64 (1.5.3-1) ...
Selecting previously unselected package php5-json.
Preparing to unpack .../php5-json_1.3.2-2build1_amd64.deb ...
Unpacking php5-json (1.3.2-2build1) ...
Selecting previously unselected package php5-common.
Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.11_amd64.deb ...
Unpacking php5-common (5.5.9+dfsg-1ubuntu4.11) ...
Selecting previously unselected package php5-cli.
Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.11_amd64.deb ...
Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.11) ...
Selecting previously unselected package php5-readline.
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.11_amd64.deb ...
Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.11) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.3-1_amd64.deb ...
Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ...
Selecting previously unselected package libaprutil1-ldap:amd64.
Preparing to unpack .../libaprutil1-ldap_1.5.3-1_amd64.deb ...
Unpacking libaprutil1-ldap:amd64 (1.5.3-1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../apache2-bin_2.4.7-1ubuntu4.5_amd64.deb ...
Unpacking apache2-bin (2.4.7-1ubuntu4.5) ...
Selecting previously unselected package apache2-data.
Preparing to unpack .../apache2-data_2.4.7-1ubuntu4.5_all.deb ...
Unpacking apache2-data (2.4.7-1ubuntu4.5) ...
Selecting previously unselected package apache2.
Preparing to unpack .../apache2_2.4.7-1ubuntu4.5_amd64.deb ...
Unpacking apache2 (2.4.7-1ubuntu4.5) ...
Selecting previously unselected package libapache2-mod-php5.
Preparing to unpack 

[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-16 Thread Ryan Harper
Do you have the libvirt log and the qemu command line used to run the
guest?

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

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

Title:
  Unable to attach rados block device to instances

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

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


  1   2   >