Open benjamindonnachie opened 3 days ago
Unexpectedly, it completed fine in just over 12 hours using:
docker run -v "
pwd":/data/ log2timeline/plaso:latest log2timeline --debug --single-process --vss_stores none --partitions all --volumes all --hashers md5,sha1,sha256 --parsers win7_slow,winxp_slow,text --yara-rules /data/yara-rules-full_20241020.yar --storage_file /data/xxxx.E01_20241124_full_yara.plaso /data/xxxx.E01
I am trying to run plaso across a large Windows image (740GB of E01s) but it fails to complete with worker threads shown as killed or idle for an extended period:
I've tried multiple ways of running; Under ubuntu 24.04 using the provided packages (python3-plaso), under MacOS 15.1 both brew and docker (v4.35.0 - engine v27.3.1). All running plaso version 20240826 and all fail to complete.
The docker command is:
docker run -v "
pwd":/data/ log2timeline/plaso:latest log2timeline --vss_stores none --partitions all --volumes all --hashers md5,sha1,sha256 --parsers win7_slow,winxp_slow,text --yara-rules /data/yara-rules-full_20241020.yar --storage_file /data/xxxx.E01_202410_full_yara.plaso /data/xxxx.E01
The machine has 64GB, I've increased the maximum file descriptors to maximum and docker has 64GB RAM and 1TB virtual disk available.
If I run pinfo it reports 'sqlite3.DatabaseError: database disk image is malformed'.
Unfortunately, I cannot share the image as it contains PII.
I will rerun with the debug option shortly after a reboot.