honeynet / beeswarm

Honeypot deployment made easy
GNU General Public License v3.0
235 stars 64 forks source link

Database locked #222

Closed jimmycleuren closed 9 years ago

jimmycleuren commented 9 years ago

I'm getting the following error after a couple of minutes with 1 honeypot and 1 client running:

OperationalError: (OperationalError) database is locked u'UPDATE drone SET last_activity=? WHERE drone.id = ?' ('2014-12-23 22:41:36.497138', 1)

johnnykv commented 9 years ago

Thanks for the bug report. This is a know issue, root cause is that the actor model is not yet fully implemented - and hence two instances can potentially access the DB at the same time. I will keep this issue open until fixed.