Jörg Stucke

Results 160 comments of Jörg Stucke

Sadly, this is not something we can realize at the moment (because of the way the unpacking/analysis schedulers are designed). This could change at some point, though. We will add...

What version are you using (release or latest master branch)? Are there any errors in the terminal log? What exactly do you mean with "search process"?

I'm not sure if I understand your problem correctly. If you upload a firmware, do you see files being analyzed in the backend log on the command line? Does the...

Hi, I can't reproduce your issue. Which version of FACT are you using (preferably commit hash)? Does the error still occur if you update the analysis? If you look at...

There seem to be some artifacts left form the canceled installation. Could you try to remove `src/web_interface/static/3.3.9` and retry to run the installation? We switched from downloading the zip to...

Hi, it is hard to tell what went wrong. When uploading large files it may take a while until they appear in the web interface, because the file needs to...

Does this happen just for the large file or also for the small file? I uploaded a 1 GiB file successfully using the script. The trace that you posted looks...

Much of the RAM usage comes from different worker processes (and external tools) accessing the file's contents in parallel. You can try to reduce needed RAM by reducing the number...

It's a conflict between the python packages installed through apt and the ones FACT tries to install through pip (Flask-Security-Too depends on blinker). We can't simply uninstall the system package...

Hi and sorry for the late response. What do you see in the command line log? Are there any error messages / stack traces?