misp-dashboard
misp-dashboard copied to clipboard
Returned non-zore exit status 1 when run diagnostic.py script
Hi team,
Can you someone help me resolve this issue? I am trying to set up MISP dashboard for my MISP instance and having no luck so I tried the diagnostic.py to see where the problem is but the script fails as well.
`../diagnostic.py
✔ Virtual environment and packages
✔ Configuration
✔ File permission
✔ Redis
✔ Zmq
Traceback (most recent call last):
File "./diagnostic.py", line 439, in
Hey, thanks for the feedback. I added a catch that should tell more about the error you are experiencing.
My guess is that you are trying to access process information (using pgrep
) from a user that do not have the permission. Could it be?
@hmnguyen1201 any news on this issue?