meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:lxc [2017/11/20 07:57] – [Autostart] niziak | linux:lxc [2020/09/07 19:01] (current) – niziak | ||
|---|---|---|---|
| Line 221: | Line 221: | ||
| Edit cron | Edit cron | ||
| <code bash> | <code bash> | ||
| - | < | + | < |
| Line 251: | Line 251: | ||
| Limiting runtime: | Limiting runtime: | ||
| <code bash> | <code bash> | ||
| + | |||
| + | <file | ~/ | ||
| + | </ | ||
| + | ==== ulimit change for unpriv container ==== | ||
| + | Inside container, this command fails: | ||
| + | <code bash> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| ===== Debug ===== | ===== Debug ===== | ||
| Line 282: | Line 292: | ||
| ===== Errors ===== | ===== Errors ===== | ||
| + | |||
| + | ==== Failed to load config for gitlab ==== | ||
| + | |||
| + | Error after system upgrade. LXC has been updated from 2.0.1 to v 3.0.1 | ||
| + | |||
| + | <code bash> | ||
| + | $ lxc-info gitlab | ||
| + | Failed to load config for gitlab | ||
| + | Failure to retrieve information on / | ||
| + | </ | ||
| + | |||
| + | SOLUTION: | ||
| + | <code bash> | ||
| + | cd / | ||
| + | lxc-update-config -c config | ||
| + | </ | ||
| + | |||
| ==== Failed to mount cgroup ==== | ==== Failed to mount cgroup ==== | ||
| < | < | ||