We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed Cortex on new Ubuntu 22.04 instance with all latest updates added.
Everything seems to be working except EmlParser.
When run, I get the following error:
Unexpected Error: b"File 5.41 supports only version 16 magic files. `/usr/local/lib/python3.10/dist-packages/magic/libmagic/magic.mgc' is version 14"
I have looked all over to see how I can recompile the magic.mgc db but can't find how that is done (maybe my google foo is lacking here).
Anyone got any ideas on how I can get this working?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
I had a similar problem.
In my case there was a working magic file located at '/lib/file/magic.mgc', which I copied to the location mentioned in the Error.
Sorry, something went wrong.
Do you have the issue with this analyzer run as a docker container ?
Same issue running analyzer as a pod (container).
jeromeleonard
No branches or pull requests
Installed Cortex on new Ubuntu 22.04 instance with all latest updates added.
Everything seems to be working except EmlParser.
When run, I get the following error:
Unexpected Error: b"File 5.41 supports only version 16 magic files. `/usr/local/lib/python3.10/dist-packages/magic/libmagic/magic.mgc' is version 14"
I have looked all over to see how I can recompile the magic.mgc db but can't find how that is done (maybe my google foo is lacking here).
Anyone got any ideas on how I can get this working?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: