I have just download and install Ubuntu 16.04 Desktop
then tried to install conjure-up to install Openstack in one machine & got following error message:
~$ sudo snap install conjure-up --classic --beta
error: cannot perform the following tasks:
- Run configure hook of "conjure-up" snap if present (
-----
+ lxd_bin=/usr/bin/lxd
+ lxc_bin=/usr/bin/lxc
++ which lxd
+ '[' '' = '' ']'
+ snap install lxd
+ lxd_bin=/snap/bin/lxd
+ lxc_bin=/snap/bin/lxc
++ /snap/bin/lxd --version
+ VERSION=2.8
+ dpkg --compare-versions 2.8 gt 2.2
+ grep -q trusty /etc/lsb-release
+ /snap/bin/lxc network show lxdbr0
+ /snap/bin/lxc network create lxdbr0 ipv4.address=10.0.8.1/24 ipv4.nat=true ipv6.address=none ipv6.nat=false
LXD socket not found; is LXD installed and running?
-----)
Is there anything need to be done before this installation?
--betaand try withoutsudoas seen here... – George Udosen Feb 18 '17 at 03:20tried without sudo :
~$ snap install conjure-up --classic error: access denied (try with sudo)
– Lai Eddy Feb 18 '17 at 03:26sudobut don't add--beta! – George Udosen Feb 18 '17 at 03:27~$ sudo snap install conjure-up --classic error: cannot perform the following tasks:
- lxd_bin=/usr/bin/lxd
- lxc_bin=/usr/bin/lxc
++ which lxd
- '[' '' = '' ']'
- snap install lxd
- lxd_bin=/snap/bin/lxd
- lxc_bin=/snap/bin/lxc
++ /snap/bin/lxd --version
cat: /proc/self/attr/current: Permission denied
/snap/lxd/976/wrappers/lxd: 5: exec: aa-exec: Permission denied
- VERSION=
-----)
– Lai Eddy Feb 18 '17 at 03:43snapproperly installed? – George Udosen Feb 18 '17 at 03:47sudo apt update && sudo apt upgrade && sudo apt dist-upgrade...then try with--betathis time... – George Udosen Feb 18 '17 at 04:05if someone want to try fix the previous error I got, I can re-install another host for the testing.
– Lai Eddy Feb 21 '17 at 02:43