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
Got this error when starting Pandora on Ubuntu 22.04 server
2022-07-05 16:20:22,263 yara_signature_base INFO:Initializing yara_signature_base-1 2022-07-05 16:20:22,278 yara_signature_base CRITICAL:Unable to initialize rules: /home/pandora/pandora/yara_repos/signature-base/yara/apt_apt27_hyperbro.yar(28): invalid field name "number_of_signatures" 2022-07-05 16:20:22,278 yara_signature_base INFO:Initializing yara_signature_base-2 2022-07-05 16:20:22,289 yara_signature_base CRITICAL:Unable to initialize rules: /home/pandora/pandora/yara_repos/signature-base/yara/apt_apt27_hyperbro.yar(28): invalid field name "number_of_signatures"
The text was updated successfully, but these errors were encountered:
That's caused by the same issue as this one: #77
Somehow, the yara lib is not using the right version in on the system.
Sorry, something went wrong.
To fix :
pip install yara-python
Doing this :
apt install -y libssl-dev
before installing poetry does the job.
No branches or pull requests
Got this error when starting Pandora on Ubuntu 22.04 server
The text was updated successfully, but these errors were encountered: