vps
vps copied to clipboard
Sentinel config issues?
Hi,
Thanks for your creation!
For me the sentinel config did not work correctly. It seems sentinel expects a sentinel.conf, and the EXPORT PATH did not work (Ubuntu 16.04-2, not Vultr).
As a temporary solution I've moved the generated /usr/share/sentinel/${CODENAME}${NUM}_sentinel.conf to /usr/share/sentinel/${CODENAME}${NUM}/sentinel.conf, and changed the cronjob with the usual
cd /usr/share/sentinel/${CODENAME}${NUM} && /usr/share/sentinelvenv/bin/python /usr/share/sentinel/bin/sentinel.py
Besides that it might be a good idea to write the cronjob for the user, so that they don't forget it.