simon987

Results 132 comments of simon987

Are you proposing to integrate continuous monitoring within the sist2 codebase? IMO it would make more sense to rotate `fanotify` logs with a python script for example. In pseudocode: ```...

Okay I need to include libasan in the docker image. For now could you try to add this line at the end of the docker file ? `apt install -y...

Thanks, I think we can't see any stack trace because of #177. Could you also try to reproduce #175 with the debug binary?

Hi sorry for the delay, could you try again with the v2.11.1 image? You will also have to re-scan because the index format changed The image for arm64 is `simon987/sist2:2.11.1-arm64-linux`

To use the debug binary you need to install the `libasan4` package (or `libasan5` I don't remember exactly). Ideally you want to use the release binary for better performance and...

For now you can just copy the eng.traineddata in your working directory (the same directory as the sist2 binary) and it should work. I don't have access to my workstation...

Ok I'm glad it works now No it should never overwrite the out directory, but it should say "Output exists" or something like that. I'll update the message or fix...

> will the current version of sist2 remove a file from elasticsearch when a file is no longer in the index No, it does not (unless you specify `--force-reset`)

Hello @acc557, I almost never use incremental scan myself, I noticed that in the v2.8.5 version the incremental scan is essentially broken - if you could try again with v2.9.0...

It's low priority for me but I can bump it up a bit if many people are interested in that feature