-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to import the iplist #24
Comments
Hi, what's the output of |
Zugriff verweigert auf Schlüssel = permission denied |
This definitely has something to do with running inside a container, but I'm not entirely sure what's causing this. References to this error message I can find are all related to using large sets inside a container. The suggested workarounds are to increase the value of wmem.max on the host. I think it's safe to try this (on the host):
to make this permanent. References: If this doesn't work, you could try with a newer kernel... |
unfortunately increasing the value did not worked and i already have the newest kernel. |
I'm not sure if updating the wmem_max value takes immediate effect inside the container. One thing you could try would be restarting the container after issuing the command Also, what's the output of |
It works now! First I changed the value on the host and restarted the container. Unfortunately, that didn't help. Then I started the container as privileged, which didn't help either. I would like to thank you for your help and your great project. |
Glad you got it working! No need to buy a coffee. Your research may help other people and that's a welcome contribution. I'll link to this issue somewhere in the readme. |
Hi,
after running the "geoip-shell-install.sh" and answering the questions i got this error message:
i hope someone can help me
The text was updated successfully, but these errors were encountered: