[ooni-dev] Warnings from update-ooniprobe.sh

David Fifield david at bamsoftware.com
Fri Oct 28 06:41:41 UTC 2016


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
 Main PID: 315 (python2)
   CGroup: /system.slice/lepidopter-update.service
           └─315 python2 /opt/ooni/lepidopter-update/updater.py --log-file /var/log/ooni/lepidopter-update.log update --watch
$ 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
  Process: 661 ExecStop=/usr/local/bin/ooniprobe-agent stop (code=exited, status=0/SUCCESS)
  Process: 695 ExecStart=/usr/local/bin/ooniprobe-agent start (code=exited, status=0/SUCCESS)
 Main PID: 714 (ooniprobe-agent)
   CGroup: /system.slice/ooniprobe.service
           ├─714 /usr/bin/python /usr/local/bin/ooniprobe-agent start
           └─722 /usr/sbin/tor -f /non-existant --ignore-missing-torrc ControlPort 11276 DataDirectory /opt/ooni/tor_data_dir User root SocksPort 53161 CookieAuthentic...


More information about the ooni-dev mailing list