-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open TUN/TAP after apt upgrade #418
Comments
Also seeing this on Debian GNU/Linux 12 |
Looks like an upstream change was made to containerd: containerd/containerd#11078 Adding the following to my compose.yml file for the deluge container fixed the issue:
|
I confirm, add the I guess this point need to be reflected in the readme/documentation files. Thanks |
How would I make this change on Unraid OS? |
Hi,
My setup using PIA was working great on Ubuntu 22.04 LTS using the
latest
image.I ran a
apt upgrade
to try and fix an issue unrelated to deluge. After reboot, my Deluge image would not start. With the following errorI'm running it using
docker compose
and manage to get it working by adding theprivileged: true
in my compose.yml.I already had the following setting in my compose file:
It seems to not be enough anymore ?
I went down my apt log to check the before/after version and found the following:
Is it possible that some behaviour changed around the
cap_add
properties, making it not enough ?Or am I looking in the wrong direction ?
Thank you,
The text was updated successfully, but these errors were encountered: