Hi,
Using satnogs-setup for my 1.9.3 docker installation and changing only SDR-gain triggered an automatic update, which failed and prevents the client from starting.
Were there any major changes?
How can I get this up and running again?
73,
Stefan /OE6ISP
bali
December 8, 2025, 9:00am
2
sudo docker images
sudo docker ps
bali
December 8, 2025, 9:05am
4
ok. now your stations has beed upgraded to satnogs_client 2.1.
the default id of user has been change from 999 to 500
Ok, why does docker fail? How can I get it up again?
bali
December 8, 2025, 9:09am
6
you should change the config:
from
DOCKER_SATNOGS_CONFIG_UID=“999”
to:
DOCKER_SATNOGS_CONFIG_UID=“500”
where can i find the config pls?
bali
December 8, 2025, 9:14am
8
inside satnogs-setup script
you can find location using this command
whereis satnogs-setup
and edit with text editor, like nano etc
1 Like
Client up again - Thx a lot for great support!
73,
Stefan
1 Like
stefanp
December 9, 2025, 12:19pm
10
btw, can the 2.1 be installed on UBUNTU as well?
PE0SAT
December 9, 2025, 12:49pm
11
Maybe if you use the Ubuntu equivalent to Debian Bookworm but I would expect challenges.
And this answer applies to the curl -sfL https://satno.gs/install | sh -s – install.
Jan | PE0SAT
1 Like