7779483006fe9fe306477680010b2bcbb16f0c23
virtualisation/lxc.md
| ... | ... | @@ -185,6 +185,11 @@ ERROR: Unable to fetch GPG key from keyserver |
| 185 | 185 | ``` |
| 186 | 186 | lxc-start -n test /bin/sh |
| 187 | 187 | ``` |
| 188 | +* unable to start on debian 11 (error "895 received container state aborting" - in forground mode "1365 numerical result out of range") |
|
| 189 | + * use `unpriv` start |
|
| 190 | +``` |
|
| 191 | +lxc-unpriv-start -n <name> |
|
| 192 | +``` |
|
| 188 | 193 | |
| 189 | 194 | ## moving containers |
| 190 | 195 | [so answer] |