<div>Jan</div><div>It worked as you said. </div><div>Cheers. </div><div><br></div><div id="protonmail_mobile_signature_block">=============<br>If something can be remedied <br>Why be unhappy about it? <br>And if there is no remedy for It<br>There is still no point in being unhappy.<br>=============<br>Sent from ProtonMail Mobile</div> <div><br></div><div><br></div>On Fri, Apr 19, 2019 at 21:06, Jan Kowalsky <<a href="mailto:jankow@datenkollektiv.net" class="">jankow@datenkollektiv.net</a>> wrote:<blockquote class="protonmail_quote" type="cite">  Hi Sherab,<br><br>Am 19.04.19 um 21:12 schrieb wisdomlight@protonmail.com:<br>> Hi<br>> below is my attempt to create a container - mycontainer<br>> I don't know what it all means.<br>><br>> help please<br>><br>>> sherab@sherab-Librem-13-v2:~$ lxc-create -n mycontainer -t ubuntu<br><br>it looks like you try to create a unprivileged container as a non root<br>user.<br><br>This is possible, but:<br><br>you need<br><br>1.) a special template<br>2.) a uidmap configuration and some other prerequisites.<br><br>>> lxc-create: mycontainer: parse.c: lxc_file_for_each_line_mmap: 100 No such file or directory - Failed to open file "/home/sherab/.config/lxc/default.conf"<br>>> lxc-create: mycontainer: conf.c: chown_mapped_root: 3126 No uid mapping for container root<br>>> lxc-create: mycontainer: lxccontainer.c: do_storage_create: 1288 Error chowning "/home/sherab/.local/share/lxc/mycontainer/rootfs" to container root<br>>> lxc-create: mycontainer: conf.c: suggest_default_idmap: 4738 You must either run as root, or define uid mappings<br>>> lxc-create: mycontainer: conf.c: suggest_default_idmap: 4739 To pass uid mappings to lxc-create, you could create<br>>> lxc-create: mycontainer: conf.c: suggest_default_idmap: 4740 ~/.config/lxc/default.conf:<br>>> lxc-create: mycontainer: conf.c: suggest_default_idmap: 4741 lxc.include = /etc/lxc/default.conf<br>>> lxc-create: mycontainer: conf.c: suggest_default_idmap: 4742 lxc.idmap = u 0 100000 65536<br>>> lxc-create: mycontainer: conf.c: suggest_default_idmap: 4743 lxc.idmap = g 0 100000 65536<br>>> lxc-create: mycontainer: lxccontainer.c: do_lxcapi_create: 1869 Failed to create (none) storage for mycontainer<br>>> lxc-create: mycontainer: tools/lxc_create.c: main: 327 Failed to create container mycontainer<br><br>look here:<br>  https://linuxcontainers.org/lxc/getting-started/<br><br>https://www.cyberciti.biz/faq/how-to-create-unprivileged-linux-containers-on-ubuntu-linux/<br><br>Or just run<br><br>  sudo lxc-create -n mycontainer -t ubuntu<br><br>for privileged containers.<br><br>Best regards<br>Jan<br>_______________________________________________<br>lxc-users mailing list<br>lxc-users@lists.linuxcontainers.org<br>http://lists.linuxcontainers.org/listinfo/lxc-users<br></blockquote><div><br></div><div><br></div>