grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 7779483006fe9fe306477680010b2bcbb16f0c23
parent c7053d358ee172bb802f36031bc7619d673184ed
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 19 Dec 2022 16:00:12 +0000

updates

Diffstat:
Mvirtualisation/lxc.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/virtualisation/lxc.md b/virtualisation/lxc.md @@ -185,6 +185,11 @@ ERROR: Unable to fetch GPG key from keyserver ``` lxc-start -n test /bin/sh ``` +* unable to start on debian 11 (error "895 received container state aborting" - in forground mode "1365 numerical result out of range") + * use `unpriv` start +``` +lxc-unpriv-start -n <name> +``` ## moving containers [so answer]