Andrew Smith

Results 11 issues of Andrew Smith

I think it might not be closing something off, after the first run I seem to get this error: ``` ALL:Attempting to initialize bluetooth devices BlueCove log redirected to log4j...

Seen by me and others in dionaea-errors.log

bug

p0f should run under its own user

bug

We have a set up where we have 1 git repo with many subdirs and many jenkins projects. For example: ``` gitrepo/ proj1/ proj2/ proj3/ ``` proj1, proj2 and proj3...

Hi - I thought this was worth adding as I find these newsletters very valuable

Reproduce: ``` ./run.sh ./run.sh docker logs manuka_kippo_1 ``` Issue: ``` Another twistd server is running, PID 18 This could either be a previously started instance of your application or a...

Just a heads up, this was picked up by our automated scanning. There is a security vulnerabiltiy in the pycrypto depdency: https://github.com/dlitz/pycrypto/issues/176 Tracked under a CVE: https://security-tracker.debian.org/tracker/CVE-2013-7459 Apparently they've fixed...

I can't use the python package freezegun with my tests and sniffer, I get the issue below. To reproduce: Create a file tests.py: ``` import unittest from freezegun import freeze_time...

We used to run our tests using "python setup.py tests" which would install packages listed in "tests_require". But if we want to use nose-watch this won't work - we have...