Hello.
I just started, and I would like to have a feedback from you guys that are experts.
My simple GS #4072 is online (at least today).
A part from some observations that are unsuccessful, I would like to have on my SSH a live update or health check.
But I’m not sure what is going on:
I set the GS as BASIC as RTL-SDR.
If I run : journalctl -f -u satnogs-client.service
I get nothing. Screen empty for hours.
If I run: sudo docker logs -f satnogs_satnogs-client
I get this:
pi@srgs:~ $ sudo docker logs -f satnogs_satnogs-client
ERROR satnogsclient.scheduler.tasks HTTPSConnectionPool(host='network.satnogs.org', port=443): Read timed out. (read timeout=45)
ERROR satnogsclient.scheduler.tasks Fetching jobs from network failed.
rot_init called
initrots4_dummy: _init called
rot_register (1)
rot_register (2)
dummy_rot_init called
rot_open called
dummy_rot_open called
rot_get_position called
dummy_rot_get_position called
rot_get_position: got az=0.00, el=0.00
rot_set_position called az=5.92 el=11.04
rot_set_position: south_zero=0
dummy_rot_set_position called: 5.92 11.04
rig_init: rig does not have rx_range!!
network_open: hoststr=rigctld, portstr=4532
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Opening Generic RTL2832U OEM :: 00000001...
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Using format CF32.
/var/lib/satnogs-client/.gnuradio/prefs/vmcircbuf_default_factory: No such file or directory
vmcircbuf_createfilemapping: createfilemapping is not available
Allocating 15 zero-copy buffers
netrigctl_close: done status=Command completed successfully
ERROR satnogsclient.scheduler.tasks HTTPSConnectionPool(host='network.satnogs.org', port=443): Read timed out. (read timeout=45)
ERROR satnogsclient.scheduler.tasks Fetching jobs from network failed.
ERROR satnogsclient.scheduler.tasks HTTPSConnectionPool(host='network.satnogs.org', port=443): Read timed out. (read timeout=45)
ERROR satnogsclient.scheduler.tasks Fetching jobs from network failed.
rig_init: rig does not have rx_range!!
network_open: hoststr=rigctld, portstr=4532
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Opening Generic RTL2832U OEM :: 00000001...
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Using format CF32.
Allocating 15 zero-copy buffers
netrigctl_close: done status=Command completed successfully
rig_init: rig does not have rx_range!!
network_open: hoststr=rigctld, portstr=4532
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Opening Generic RTL2832U OEM :: 00000001...
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Using format CF32.
Allocating 15 zero-copy buffers
netrigctl_close: done status=Command completed successfully
rig_init: rig does not have rx_range!!
network_open: hoststr=rigctld, portstr=4532
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Opening Generic RTL2832U OEM :: 00000001...
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Using format CF32.
Allocating 15 zero-copy buffers
netrigctl_close: done status=Command completed successfully
rig_init: rig does not have rx_range!!
network_open: hoststr=rigctld, portstr=4532
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Opening Generic RTL2832U OEM :: 00000001...
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
[INFO] Using format CF32.
Allocating 15 zero-copy buffers```
How can I get a live feedback from my pi with ssh?