Installed the Raspbian image, after minor configurations to incorporate it to my home network (hostname, wifi configuration, few standard packages) I started the SatNOGS configuration itself.
After running the configuration and checking the client status it seems it is unable to start
journalctl -u satnogs-client.service
feb 17 12:15:02 mucrux systemd[1]: Started SatNOGS client.
feb 17 12:15:03 mucrux satnogs-client[10466]: linux; GNU C++ version 6.2.0 20161010; Boost_106100; UHD_003.009.005-0-unk
feb 17 12:15:04 mucrux systemd[1]: Stopping SatNOGS clientâŚ
feb 17 12:15:04 mucrux systemd[1]: Stopped SatNOGS client.
feb 17 12:15:04 mucrux systemd[1]: Started SatNOGS client.
feb 17 12:15:04 mucrux satnogs-client[10507]: linux; GNU C++ version 6.2.0 20161010; Boost_106100; UHD_003.009.005-0-unk
feb 17 12:15:06 mucrux satnogs-client[10507]: Traceback (most recent call last):
feb 17 12:15:06 mucrux satnogs-client[10507]: File â/var/lib/satnogs/bin/satnogs-clientâ, line 6, in
feb 17 12:15:06 mucrux satnogs-client[10507]: from satnogsclient.main import main
feb 17 12:15:06 mucrux satnogs-client[10507]: File "/var/lib/satnogs/local/lib/python2.7/site-packages/satnogsclient/_
feb 17 12:15:06 mucrux satnogs-client[10507]: raise Exception(âSATNOGS_STATION_ID not configured.â)
feb 17 12:15:06 mucrux satnogs-client[10507]: Exception: SATNOGS_STATION_ID not configured.
feb 17 12:15:06 mucrux systemd[1]: satnogs-client.service: Main process exited, code=exited, status=1/FAILURE
feb 17 12:15:06 mucrux systemd[1]: satnogs-client.service: Unit entered failed state.
feb 17 12:15:06 mucrux systemd[1]: satnogs-client.service: Failed with result âexit-codeâ.
feb 17 12:15:06 mucrux systemd[1]: satnogs-client.service: Service hold-off time over, scheduling restart.
feb 17 12:15:06 mucrux systemd[1]: Stopped SatNOGS client.
feb 17 12:15:06 mucrux systemd[1]: Started SatNOGS client.
feb 17 12:15:06 mucrux satnogs-client[10547]: linux; GNU C++ version 6.2.0 20161010; Boost_106100; UHD_003.009.005-0-unk
feb 17 12:15:08 mucrux satnogs-client[10547]: Traceback (most recent call last):
feb 17 12:15:08 mucrux satnogs-client[10547]: File â/var/lib/satnogs/bin/satnogs-clientâ, line 6, in
feb 17 12:15:08 mucrux satnogs-client[10547]: from satnogsclient.main import main
Running sudo satnogs-setup and viewing the configuration the result is
hamlib_utils_rot_enabled: False
â satnogs_api_token: bc9c8f507e2eac63a2cba69c1a6206e1beec836b
â satnogs_network_api_url: https://network.satnogs.org/api/
â satnogs_rx_device: rtlsdr
â satnogs_station_elev: 40
â satnogs_station_id: LU7DID
So the station id is configured.
Any ideas or hints would be very much appreciated.
Thanks, Pedro LU7DID