hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
483 stars 120 forks source link

vmcloak install doesn't attach network on VirtualBox 5.1.2 and ubuntu 16.04 #74

Closed razuz closed 8 years ago

razuz commented 8 years ago

adding this todo item for myself so I wouldn't forget :)

razuz commented 8 years ago

well that's really odd, but running on decent HW 5.1.2 needs more sleep before detaching disc. According to my tests I cannot go lower than 5 secs.

@jbremer maybe lets make disc and ISO detach sleep dynamic ? It's mainly useful also for older HW when Virtualbox needs more time to release locks ...

jbremer commented 8 years ago

What about detaching the ISO and then polling showvminfo once a second until the ISO has been properly detached?

razuz commented 8 years ago

I'll test that option

razuz commented 8 years ago

so the main issue turned out to be new behaviour of virtualbox and is fixed by #77