-
Notifications
You must be signed in to change notification settings - Fork 219
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
Error: unsupported Zip compression method #376
Comments
I am also experiencing this issue from today. |
also experiencing this |
me too. my guess it's that the code gets stuck in the while loop at https://github.com/amule-project/amule/blob/master/src/libs/common/FileFunctions.cpp#L142 due to some malformed or well formed but newer standard .zip file. emule-security released a new ipfilter zip file on Aug 3rd, just when the problem start appearing, and the ngosang/amule image is preconfigured to download ipfilter from there. I'd say that if you're good going without ipfilters you can just edit your amule.conf to stop downloading them (or at least stop downloading them from emule-security.org). btw the problem is not in the newer zip file, which downloads and extract fine both on linux and on windows, but rather in the amule source code |
btw, I deleted ipfilter.dat and upon relaunching the container, it downloaded the ipfilter.zip and used it without issues... maybe it was just a bad .zip file that the guys at emule-security fixed |
Confirmed. Yesterday it was not possible to do that, today it works fine. !Solved.
|
"solved" between many many airquotes... some sanity check on external input should be implemented, it's not a good thing that a malformed zip file could cause the log to be submerged with tens of gigabytes of messages in the span of a morning.. unfortunately I don't have the time to fix this. it's a pity that amule is not being mantained anymore. (last commit was years ago) |
Last night my server crashed and the culprit was amule. It had borked all resources repeating
Error: unsupported Zip compression method
It seems related to ipfilter.dat, but I'm not sure of that.
I tried to delete it, but as soon as I restarted amule, ipfilter reappeared along with the error messages.
I had amule sitting for month just serving the same files, which are a few movies and a few comics, so I haven't touched it in a long time.
I am running it as docker container on a OMV server.
This is the initial part of the log, after that it repeats the same forever:
And this is the compose
The text was updated successfully, but these errors were encountered: