aragorne007

Results 33 comments of aragorne007

Hello @sebix, I saw 1 or 2 other topic with this error but the solution isn't relevant to my case unfortnately. I removed the filter "is:issue is:open " to find...

Yeah, and I'm pretty sure that it's a permission error because when it failed the first time, I tried to change, to some folder, the ownership passing through root, intelmq...

I don't know which one you need, so I "ls" both : ``` user@Intelmq:~$ cat /etc/intelmq/api-config.json { "intelmq_ctl_cmd": ["sudo", "-u", "intelmq", "intelmqctl"], "allowed_path": "/opt/intelmq/var/lib/bots/", "session_store": "/var/lib/dbconfig-common/sqlite3/intelmq-api/intelmqapi", "session_duration": 86400, "allow_origins": ["*"]...

The last try was a mix between "root" and "intelmq" owner permission ``` user@Intelmq:~$ ls -la /var/lib/dbconfig-common/sqlite3/intelmq-api/ total 32 drwxr-xr-x 2 intelmq intelmq 4096 Aug 26 23:18 . drwxr-xr-x 3...

We move forward :D I've a new error message but we are on the good way :D ``` 22:07:17 50× Error loading bot queues information: We trust you have received...

Problem is : I don't have a password for www-data, so it's maybe not the good user to use ?

Regarding my investigation, it's seems to be link to an askpass program and so, either a wrong user used or I need to add something in the sudoer file config...

Hello, I've a file named 01_intelmq-api : ``` root@Intelmq:/home/user# ls -lisa /etc/sudoers.d/ total 16 13623 4 drwxr-xr-x 2 root root 4096 Aug 26 22:51 . 129793 4 drwxr-xr-x 74 root...

Yes it's is :) ``` root@Intelmq:/home/user# ls -lisa /usr/bin/intelmqctl 18325 4 -rwxr-xr-x 1 root root 964 Sep 10 2021 /usr/bin/intelmqctl ```

Ohhh strange ``` root@Intelmq:/home/user# which intelmqctl /usr/local/bin/intelmqctl ```