From 31e951de304d0bc519e0e2afbf6683946089dc6f Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Wed, 12 Aug 2020 21:32:30 +0200 Subject: [PATCH] astuce pour lxc --- HowtoLXC.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HowtoLXC.md b/HowtoLXC.md index 1ee3061b..e39c74aa 100644 --- a/HowtoLXC.md +++ b/HowtoLXC.md @@ -140,3 +140,17 @@ C'est parce que /dev est crée en 700 au lieu de 755. Pour fixer : ~~~ # chmod 755 /dev ~~~ + +## Failed to load config for foo + +~~~ +# lxc-ls +Failed to load config for foo +~~~ + +Il faut mettre à jour la config : + +~~~ +# lxc-update-config -c /var/lib/lxc/foo/config +~~~ +