Brad Spengler

Results 25 comments of Brad Spengler

Thanks, I can reproduce it now as well on a 64-bit guest. -Brad

Did you do: cd utils/db_migration/ && alembic upgrade head ?

It's due to some old code present in the 0.6->1.1 conversion. It'll need to be migrated away from pymongo.connection to mongoclient. -Brad

Pulled the fix from upstream, presumably should be fixed now. Let me know if it's still broken. -Brad

2015-11-19 15:05:28,233 [modules.processing.static] WARNING: Detected outdated version of pefile. Please update to the latest version at https://github.com/erocarrera/pefile is probably the key part. Try updating it first. -Brad

Change the line: **revision** = "$LastChangedRevision$" in pefile.py to: **revision** = "0" -Brad

Also change that line to: **version** = '1.2.10'

The first bug is an issue with your guest VM configuration. The fix is discussed here: https://github.com/brad-accuvant/cuckoo-modified/issues/27 For the second issue, give me the hash of the file that's causing...

This must be due to being unable to duplicate the handle of the thread that was opened (as we use that to obtain pid/tid information, otherwise we'd have to maintain...

This is probably still related to the log flushing issue -- we still can't flush logs as often as we'd like.