cert-ee / cuckoo3

Cuckoo 3 is a Python 3 open source automated malware analysis system.
European Union Public License 1.2
604 stars 77 forks source link

cuckoo.scheduler : no available machines #58

Open Amrith07 opened 1 year ago

Amrith07 commented 1 year ago

Sometimes cuckoo fails to run and analyze a file. After some time, the file's status is set to failed. Next when I upload a new file to analyze, cuckoo uploads that file and then in the terminal the cuckoo.sheduler module states that "no available machines". Why is it saying so and how to debug this issue ? Screenshot 2023-07-20 122908

cert-ee-raidar commented 6 days ago

@Amrith07 Did the issue get resolved? I was not able to reproduce the situation. Do you use single or distributed mode?

Cryss76 commented 6 days ago

The No available machines debug message is issued either when all machines are busy analyzing and tasks are waiting on the queue or when Cuckoo discarded all VMs due to critical errors, resulting in a cuckoo instance with no analysis VMs to use. This is most likely a configuration problem in the VM. I cant tell more because of lacking details about the failed analysis.