Jörg Stucke

Results 160 comments of Jörg Stucke

Is it 4.1 or 4.1-dev? Did you upgrade from an older version? Did you upgrade using git or a source code tar.gz from the releases? Be that as it may,...

It seems the web frontent of FACT still thinks the malware scanner plugin is there, but in the backend it is already gone. Could you try restarting both the backend...

There is currently a known bug in FACT's extractor: if the extraction times out after 10 minutes, it should cancel the extraction of that particular file but instead it retries...

There are four important things that you want to include (if I didn't miss anything): - your configuration (including your database passwords, etc.) - the firmware file folder (by default...

I think that is a good idea. I already replaced some `sleep()`s in the past with [`Event`](https://docs.python.org/3.10/library/multiprocessing.html#multiprocessing.Event)s which are ideal for this kind of thing. See e.g. `src/test/integration/scheduler/test_unpack_analyse_and_compare.py`

Are you sure it does not work? You can ignore the warning message. The log level of the installer was erroneously set to "WARNING" as default but you can run...

Sorry for the late response. You can ignore the "generic carver fallback" warnings (they only mean that unpacking a specific file type was not successful and another unpacker is used...

Hi @KauSaal, 1) you should make sure that the next firmware is only uploaded/posted when the analysis of the previous firmware is finished (the script that @dorpvom posted checks this...

We should discuss out plans regarding Fedora. Currently we are probably pretty far from being able to support it (despite all the old install scripts).

It seems Redis cannot be reached. Is it installed? If yes, what does `service redis status` return? If is does not say "active (running)", you could try restarting it with...