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 | ||
vm:proxmox:lxc:issues [2021/03/25 20:58] – niziak | vm:proxmox:lxc:issues [2023/07/28 12:13] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LXC Issues ====== | ====== LXC Issues ====== | ||
+ | |||
+ | ===== lxc_init: Failed to run lxc.hook.pre-start for container ===== | ||
+ | |||
+ | After upgrade guest system from Debian 12.0 to 12.1. | ||
+ | |||
+ | <code bash> | ||
+ | lxc-start -lDEBUG -o error.log -F -n < | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | |||
+ | PVE ('' | ||
+ | |||
+ | |||
+ | ===== apply caps: operation not permitted: unknown. ===== | ||
+ | |||
+ | BalenaOS Build inside privileged LXC: | ||
+ | < | ||
+ | docker: Error response from daemon: OCI runtime create failed: container_linux.go: | ||
+ | </ | ||
+ | |||
+ | Solution (not secure!): | ||
+ | <file container.conf> | ||
+ | lxc.apparmor.profile: | ||
+ | lxc.cgroup.devices.allow: | ||
+ | lxc.cap.drop: | ||
+ | </ | ||
+ | |||
+ | Source: [[https:// | ||
+ | |||
+ | |||
+ | ===== Slow login into container ===== | ||
+ | |||
+ | see below | ||
+ | |||
+ | ===== Failed at step NAMESPACE spawning / | ||
+ | |||
+ | Debian Bullseye in unprivileged container: | ||
+ | |||
+ | < | ||
+ | systemd[579]: | ||
+ | systemd[579]: | ||
+ | </ | ||
+ | SOLUTION: enable container nesting. | ||
+ | |||
+ | |||
===== cannot stop container ===== | ===== cannot stop container ===== | ||
Line 12: | Line 58: | ||
</ | </ | ||
- | **Info**: [[https:// | + | **Info**: |
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||