teamdfir / sift

SIFT
MIT License
484 stars 67 forks source link

Issues updating SIFT via SALT #623

Closed zaqes closed 7 months ago

zaqes commented 7 months ago

I got 32 failed, seems to be mostly around volatility

saltstack.log

ekristen commented 7 months ago

Yup looks like some python install errors. We are not seeing any such build failures currently in any test environments.

zaqes commented 7 months ago

Ubuntu 20.04.6 LTS x64 cast install teamdfir/sift-saltstack

digitalsleuth commented 7 months ago

Hi @zaqes , it looks like this issue is focused around m2crypto, which recently (3 days ago) removed all support for python2. m2crypto is required for dpapick, which is a requirement for a feature in volatility. Volatility is a requirement for vshot, which is where all of the errors are coming from.

The latest version of m2crypto which supports python2 is 0.40.1, so I'll do some testing with that and submit a PR with the changes.

ekristen commented 7 months ago

v2024.02.24 is out which should resolve the problem.

zaqes commented 7 months ago

Thanks, works now!