Phil Pearce
Phil Pearce
``` root@host:/home/ubuntu# pip install pyparsing==2.4.7 /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Requirement...
I ran it out of the box too on an updated aws ubuntu 20.04 t2.xlarge instance. Exactly the same command. Every time the same kind of issues. This is the...
Hi, I followed the instructions "How to install and start MISP modules in a Python virtualenv? (recommended)" On this: sudo -u www-data /var/www/MISP/venv/bin/pip install -I -r REQUIREMENTS ``` ERROR: Command...
How can I tell what killed it? As far as Im concerned its an aws ec2 t2.medium ubuntu 18.04 instance, up-to-date and only running ail + feeder and pystemon. The...
A new one today `Traceback (most recent call last): File "./Indexer.py", line 134, in content=paste) File "/home/ubuntu/Apps/AIL-framework/AILENV/lib/python3.6/site-packages/whoosh/writing.py", line 483, in update_document with self.searcher() as s: File "/home/ubuntu/Apps/AIL-framework/AILENV/lib/python3.6/site-packages/whoosh/writing.py", line 297, in...
Im litteraly pulling the data from CIRCL feed, the indexer just keeps increasing and when it hits 3000+ the queue gets stuck, I look in the script, I see an...
aws ec2 t2.medium ubuntu 18.04 instance 2 vCPUs, 4Gb Memory Only running AIL, and only importing feeds from CIRCL
Im rebuilding the ec2 instance with the above settings. Will retry
On your advice I created an ec2 instance with 2 cpus and 8gb memory TermTracker ``` `Traceback (most recent call last): File "./TermTrackerMod.py", line 79, in dict_words_freq = Term.get_text_word_frequency(item_content) File...