In a fresh installation of Ubuntu 16.04.3 RH, /var/snap/subutai/common/lxc/ does not exist, so that management container cannot be imported:
root@ubuntu:~# subutai import management
INFO[2017-12-20 19:20:57] Importing management
INFO[2017-12-20 19:20:59] CDN unreachable, retrying
INFO[2017-12-20 19:21:04] CDN unreachable, retrying
INFO[2017-12-20 19:21:09] Version: 6.3.1
INFO[2017-12-20 19:21:09] Template's owner signature verified
INFO[2017-12-20 19:21:09] Downloading management
FATA[2017-12-20 19:21:09] Creating file management-subutai-template_6.3.1_amd64.tar.gz, open /var/snap/subutai/common/lxc/tmpdir/management-subutai-template_6.3.1_amd64.tar.gz: no such file or directory
Creating the tmpdir manually can work around it:
mkdir -p /snap/subutai/common/lxc/tmpdir
In a fresh installation of Ubuntu 16.04.3 RH, /var/snap/subutai/common/lxc/ does not exist, so that management container cannot be imported:
Creating the tmpdir manually can work around it:
mkdir -p /snap/subutai/common/lxc/tmpdir