[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.9.1

---
ubuntu-fan (0.9.1) xenial; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)
  * fanctl: fix net start/stop exit codes. (LP: #1551747)
  * fanatic: install ping and nc when needed (LP: #1586176)
  * fanatic: switch docker testing to lts images (LP: #1586169)

 -- Andy Whitcroft   Mon, 04 Jul 2016 14:35:39 +0100

** Changed in: ubuntu-fan (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  Fix Released
Status in ubuntu-fan source package in Xenial:
  Fix Released

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

  ===
  [Impact]

  LXC has changed how images are fetched.  Preventing testing of a new
  install.

  [Test Case]

  Setup the default fan overlay/underlay and request LXC testing.

  [Regression Potential]

  Low, this is only used during initial setup.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-07-15 Thread Andy Whitcroft
Confirmed this now directly references the most recent lts image.  We no
longer attempt to run the lxd-images.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  Fix Released
Status in ubuntu-fan source package in Xenial:
  Fix Committed

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

  ===
  [Impact]

  LXC has changed how images are fetched.  Preventing testing of a new
  install.

  [Test Case]

  Setup the default fan overlay/underlay and request LXC testing.

  [Regression Potential]

  Low, this is only used during initial setup.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-07-11 Thread Chris J Arges
Hello Dimiter, or anyone else affected,

Accepted ubuntu-fan into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/ubuntu-fan/0.9.1 in
a few hours, and then in the -proposed repository.

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

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

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

** Changed in: ubuntu-fan (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  Fix Released
Status in ubuntu-fan source package in Xenial:
  Fix Committed

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

  ===
  [Impact]

  LXC has changed how images are fetched.  Preventing testing of a new
  install.

  [Test Case]

  Setup the default fan overlay/underlay and request LXC testing.

  [Regression Potential]

  Low, this is only used during initial setup.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-07-04 Thread Andy Whitcroft
** Description changed:

  Something I noticed while trying to use fanatic (see related bug
  1584692):
  
  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found
  
  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:
  
  ---
- # Check if we have images already...
- lxc image show fanatic-test >/dev/null 2>&1
- if [ "$?" -ne 0 ]; then
- echo "local lxd test: pulling container images ..."
- lxc image copy ubuntu:xenial local: --alias fanatic-test
- local rc="$?"
- if [ "$rc" -ne 0 ]; then
- echo "local lxd test: lxc image import failure, 
skipping test."
- return "$rc"
- fi
- fi
+ # Check if we have images already...
+ lxc image show fanatic-test >/dev/null 2>&1
+ if [ "$?" -ne 0 ]; then
+ echo "local lxd test: pulling container images ..."
+ lxc image copy ubuntu:xenial local: --alias fanatic-test
+ local rc="$?"
+ if [ "$rc" -ne 0 ]; then
+ echo "local lxd test: lxc image import failure, 
skipping test."
+ return "$rc"
+ fi
+ fi
  ---
  
  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64
  
  ubuntu-fan is 0.9.0
+ 
+ ===
+ [Impact]
+ 
+ LXC has changed how images are fetched.  Preventing testing of a new
+ install.
+ 
+ [Test Case]
+ 
+ Setup the default fan overlay/underlay and request LXC testing.
+ 
+ [Regression Potential]
+ 
+ Low, this is only used during initial setup.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  Fix Released
Status in ubuntu-fan source package in Xenial:
  In Progress

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

  ===
  [Impact]

  LXC has changed how images are fetched.  Preventing testing of a new
  install.

  [Test Case]

  Setup the default fan overlay/underlay and request LXC testing.

  [Regression Potential]

  Low, this is only used during initial setup.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-06-06 Thread Andy Whitcroft
** Also affects: ubuntu-fan (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-fan (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: ubuntu-fan (Ubuntu Xenial)
   Importance: Undecided => Critical

** Changed in: ubuntu-fan (Ubuntu Xenial)
 Assignee: (unassigned) => Andy Whitcroft (apw)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  Fix Released
Status in ubuntu-fan source package in Xenial:
  In Progress

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  Fix Released

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-05-23 Thread Andy Whitcroft
** Changed in: ubuntu-fan (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-fan (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-fan (Ubuntu)
 Assignee: (unassigned) => Andy Whitcroft (apw)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ubuntu-fan in Ubuntu.
https://bugs.launchpad.net/bugs/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

Status in ubuntu-fan package in Ubuntu:
  In Progress

Bug description:
  Something I noticed while trying to use fanatic (see related bug
  1584692):

  /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found

  Because of this the lxd test cannot spin up the test container, as it can't 
import the image.
  I managed to get it to work by patching fanatic like this:

  ---
  # Check if we have images already...
  lxc image show fanatic-test >/dev/null 2>&1
  if [ "$?" -ne 0 ]; then
  echo "local lxd test: pulling container images ..."
  lxc image copy ubuntu:xenial local: --alias fanatic-test
  local rc="$?"
  if [ "$rc" -ne 0 ]; then
  echo "local lxd test: lxc image import failure, 
skipping test."
  return "$rc"
  fi
  fi
  ---

  There's no lxd-images on my machine and I suspect it used to be one in
  an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16
  amd64

  ubuntu-fan is 0.9.0

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp