-
-
Notifications
You must be signed in to change notification settings - Fork 572
Description
Hello there!
Im trying to start the technitium container as usual (running it already for more than 6 month).
But today i updated my lxc container ubtuntu 24.04.
Since then i cannot start the container anymore with the following error:
⠹ Container dns-server Starting 0.2s Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open sysctl net.ipv4.ip_unprivileged_port_start file: reopen fd 8: permission denied
I already tried setting
- cap_add: - NET_BIND_SERVICE
- privileged: true
- sysctl -w net.ipv4.ip_unprivileged_port_start=0
but nothing seems to help.
Any suggestions?