David Fifield:
On Fri, Oct 28, 2016 at 04:04:00AM +0000, Vasilis wrote:
Upon upgradeing ooniprobe (pip -q install ooniprobe --upgrade) should have installed the lepidopter-update service that will do the required updates and bring up ooniprobe service and ensure that the ooniproge-agent is running.
Hmm, you're right. I checked it just now and it's running python2 /opt/ooni/lepidopter-update/updater.py --log-file /var/log/ooni/lepidopter-update.log update --watch
The webapp seems to be running now too.
Do you see the systemd (units) services of lepidopter-update and ooniprobe with status running?
You can check with: systemctl lepidopter-update status systemctl ooniprobe status
$ systemctl status lepidopter-update ● lepidopter-update.service - lepidopter-update service Loaded: loaded (/etc/systemd/system/lepidopter-update.service; enabled) Active: active (running) since Thu 2016-10-27 19:17:13 UTC; 11h ago
[...]
$ systemctl status ooniprobe ● ooniprobe.service - ooniprobe.service, network interference detection tool Loaded: loaded (/etc/systemd/system/ooniprobe.service; enabled) Active: active (running) since Thu 2016-10-27 19:46:43 UTC; 10h ago
[...]
Indeed the services are up and running.
Thank you for contributing to OONI!
~Vasilis