-
-
Notifications
You must be signed in to change notification settings - Fork 485
Description
Error received during installation process:
TASK [Ensure internet-monitoring environment is running.] **********************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "errors": [], "module_stderr": "", "module_stdout": "", "msg": "Error starting project 500 Server Error for http+docker://localhost/v1.41/images/prom/prometheus:v2.25.2/json: Internal Server Error ("stat /var/lib/docker/overlay2/58e1ca758ffe7cfaf28425fc8608fa1181b4766f5e1303901ce3c35151eea1d3: no such file or directory")"}
I have already backed the bcrypt library back to the release prior to 4.0.0 per another bug's comments and that got me further, but I cannot get past this step no matter how I manipulate config.yml, including leaving everything as-is from the example-concif.yml file.
I had this working yesterday and decided to get bold and update it to the latest version. Tried removing all docker containers/volumes/networks/images, uninstalling/reinstalling docker, python3-pip and sensible with no luck. Still using the same user account that I used prior and my inventory.ini file is unchanged from how it was prior to my update attempt.
Any ideas? I've been at this for over 8 hours now with no luck. From the look of it, there are no actual Docker containers running if I execute 'docker container list', and if I go into the 3 directories that reside under '~/internet-monitoring', I see only 3 active containers while executing 'docker-compose ps', if I'm lucky, I can see active processes running on post 9090 9115 and 9798. However, at this time after another clean wipe of the environment, I have nothing coming up under those 3 directories.