-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello! I've been trying to get Measure the Future to work since I needed this for my thesis. However, the mtf-pi-scout service fails work and I don't know why. I'm running this on Buster since I couldn't download the dependencies needed in Jessie (the specified version in the manual). I've checked the log through journalctl and it still doesn't tell me why it's not working.
this is the message I get when i run systemctl status mtf-pi-scout:
`● mtf-pi-scout.service - The Measure the Future scout
Loaded: loaded (/lib/systemd/system/mtf-pi-scout.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2020-03-02 15:27:10 PST; 48min ago
Process: 307 ExecStart=/usr/local/mtf/bin/scout (code=exited, status=1/FAILURE)
Main PID: 307 (code=exited, status=1/FAILURE)
Mar 02 15:27:06 raspberrypi systemd[1]: Started The Measure the Future scout.
Mar 02 15:27:10 raspberrypi systemd[1]: mtf-pi-scout.service: Main process exited, code=exited, status=1/FAILURE
Mar 02 15:27:10 raspberrypi systemd[1]: mtf-pi-scout.service: Failed with result 'exit-code'.`
How can I get this to work?