-
-
Notifications
You must be signed in to change notification settings - Fork 618
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
Docker + Portainer Agent script stopped working #1258
Comments
Full error (verbose mode):
This is not a script issue, but is an issue when running a large number of unprivileged LXCs. Can be solved by setting a larger number of |
Seems like something the scripting could do as a pre-flight check; it checks OS, usage as root, etcetera already. The default is 2000 (on my node at least, Proxmox 8), so you must have quite a few containers :) |
Yeah, that would probably be nice to check. And I have 40 LXCs, I didn't think that would be too many... |
Oh, here's why. Every container uses about 30 - sample size of two containers; one from ubuntu.sh, the other from docker.sh. At 40 containers, you're using at minimum, 1200.
|
Though, alpine container only seems to use one key. So it's going to be a function of the base OS of the container. Regardless, it seems like something the scripting should do. Let me see what I can offer up as a PR. |
Awesome! And it also seems I needed to increase max-bytes :O
|
Merged to "dev_maxkeys" for testing |
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Docker
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"
π Provide a clear and concise description of the issue.
Worked fine a couple of weeks ago (unsure how many weeks), fails with:
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
β Paste the full error output (if available).
πΌοΈ Additional context (optional).
No response
The text was updated successfully, but these errors were encountered: