brad-sp / cuckoo-modified

Modified edition of cuckoo
271 stars 100 forks source link

[lib.cuckoo.core.scheduler] ERROR: Cannot acquire machine: No machines match selection criteria #164

Closed JonathanPhillips closed 9 years ago

JonathanPhillips commented 9 years ago

Got this error on two seperate machines when trying to submit a file for analysis. I've got regular cuckoo on both working normally but want to try this modified version. I'm obviously overlooking something. Double checked the conf files and the vm labels, names, etc. Any ideas?

KillerInstinct commented 9 years ago

Can you provide the error logs?

brad-sp commented 9 years ago

This can happen if you submitted a machine tag for the analysis that doesn't exist for any of the listed machines. It can also happen if you submit a 64-bit PE but don't have any 64-bit VMs (or at least no VM with the "64_bit" tag).

JonathanPhillips commented 9 years ago

That's exactly what it was. I was trying to submit a 64 bit PE but didn't have the vm tagged as such. Thanks

learner012 commented 7 years ago

I tried adding the tags via below command: "python machine.py --tags Win7_64_bit Win7" where "Win7_64_bit" is the tag name and "Win7" is the VMname.

Is that correct? If yes, I still could not analyse 64 bit file even though I have a 64 bit VM.

Thanks in advance

learner012 commented 7 years ago

@brad-accuvant - Can you please help me here? I have even rename the VM to "Win7_64_bit", still no luck with 64 bit files. Although 32 bit files are running perfectly fine.