-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading bot queues information: #293
Comments
The user needs read and write access to the database and the directory containing it. Is this the case? |
I had to create the db manually using sudo api-session.sqlite based on the config in /etc/intelmq/api-config.json After logging back into the portal, getting more errors 8:59 AM Saved positions are not valid or not complete. The configuration has possibly been modified outside of the IntelMQ-Manager. -rw-r--r-- 1 intelmq intelmq 1245 Feb 1 08:58 intelmqctl.log all errors disappeared after setting the permission to 774 To import custom bots, is the below the correct location to install it? /usr/lib/python3/dist-packages/intelmq/bots$ ls -al |
Yes, but if you want a development installation, I recommend reading the dev guide: https://intelmq.readthedocs.io/en/maintenance/dev/guide.html#installation |
Installation completed using native package - Ubuntu 20.04
Followed - Installation
this is the name of your application's database.
dbc_dbname='/var/lib/dbconfig-common/sqlite3/intelmq-api'
The above path doesn't exist on my installation
changed the path of session_store to
/usr/share/dbconfig-common/data/intelmq-api/install
How to create the api-session.sqlite file?
The text was updated successfully, but these errors were encountered: