I’m not entirely sure whats happening as I have the snap deb package installed at version 2.25 but running snap version shows it at 2.26.9
This is on a fresh xenial server installation and the only command that was run is
sudo snap install conjure-up --classic --edge
Once that happened thats when my snapd version was updated to 2.26.9 and conjure-up fails to start at all.
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated. 0 updates are security updates.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details.
ubuntu@bobbybooshay:~$ snap info error: the required argument `<snap> (at least 1 argument)` was not provided
ubuntu@bobbybooshay:~$ snap version
snap 2.25
snapd 2.25
series 16
ubuntu 16.04
kernel 4.4.0-83-generic
ubuntu@bobbybooshay:~$ sudo snap install conjure-up --classic --edge
2017-07-17T17:41:05Z INFO cannot auto connect core:core-support-plug to core:core-support: (slot auto-connection), existing connection state "core:core-support-plug core:core-support" in the way
conjure-up (edge) 2.3-alpha1-20170713.0307 from 'canonical' installed
ubuntu@bobbybooshay:~$ snap version
snap 2.26.9
snapd 2.26.9
series 16
ubuntu 16.04
kernel 4.4.0-83-generic
ubuntu@bobbybooshay:~$ conjure-up
Traceback (most recent call last):
File "/snap/conjure-up/557/bin/conjure-up", line 11, in <module>
load_entry_point('conjure-up==2.3a1', 'console_scripts', 'conjure-up')()
File "/snap/conjure-up/557/lib/python3.6/site-packages/conjureup/app.py", line 257, in main
utils.lxd_version(),
File "/snap/conjure-up/557/lib/python3.6/site-packages/conjureup/utils.py", line 269, in lxd_version
raise Exception("Could not determine LXD version.")
Exception: Could not determine LXD version.
ubuntu@bobbybooshay:~$ dpkg -l |grep snap
ii snapd 2.25 amd64 Tool to interact with Ubuntu Core Snappy.
ii ubuntu-core-launcher 2.25 amd64 Transitional package for snapd
ubuntu@bobbybooshay:~$
Any ideas?