A brief description of the problem. Should include what you were
attempting to do, what you did, what happened and what you expected to
see happen.
dmesg)lxc info NAME --show-log)lxc config show NAME --expanded)lxc monitor while reproducing the issue)I have installed LXD 3.13 from the Feature Release, with my Kernel 5.0+ following the first step : Creating and Using your first Container as in https://linuxcontainers.org/lxd/getting-started-cli/ . Please help.
Rgds Shamik
lxc launch ubuntu:19.04 first -- the command gave the error.
Linux 5.0.0-13-generic x86_64
I took the tar file for lxd with a sudo installation. Is that the right way? Pls suggest the steps to be taken from the start . Rgds
You need to add your user to the lxd group:
sudo usermod --append --groups lxd $(whoami)
newgrp lxd
then you can:
lxc launch ubuntu:19.04
assuming you've run lxd init once before.
Most helpful comment
You need to add your user to the lxd group:
then you can:
assuming you've run
lxd initonce before.