TheReptile
TheReptile
@stripthis That's strange, on all the vms we use we have ntp and haveged installed. ``` # ps wauxxx | grep -e ntp -e haveged root 396 0.0 0.2 8296...
I managed to quickly reproduce this: ``` # echo `date +'%Y%m%d %H:%M:%S'`;/data/scripts/passbolt/passbolt_healthcheck.sh; grep FAIL passbolt_healthcheck.txt; echo -n "Entropy: "; cat /proc/sys/kernel/random/entropy_avail 20220719 15:29:39 [FAIL] The private key cannot be used...
Did you upgrade sentry.conf.py as stated here? https://develop.sentry.dev/self-hosted/releases/#breaking-changes
Hmm, your .env file contains :nightly images? For me they are this: ``` SENTRY_IMAGE=getsentry/sentry:24.1.2 SNUBA_IMAGE=getsentry/snuba:24.1.2 RELAY_IMAGE=getsentry/relay:24.1.2 SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.1.2 VROOM_IMAGE=getsentry/vroom:24.1.2 ```
Another issue with that script is it assumes you're running the script as root. If not, the chmod will fail but the install script will continue! ``` ▶ Ensuring Kafka...