Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPI but unknown server OS #91

Closed
hodgkiss opened this issue Feb 24, 2023 · 7 comments
Closed

RPI but unknown server OS #91

hodgkiss opened this issue Feb 24, 2023 · 7 comments

Comments

@hodgkiss
Copy link

Issue on
docker run --rm -it --device /dev/bus/usb --entrypoint rtl_eeprom ghcr.io/sdr-enthusiasts/docker-readsb-protobuf -s 1090

from page: https://sdr-enthusiasts.gitbook.io/ads-b/setting-up-rtl-sdrs/re-serialise-sdrs

result issue: on RPI 4gb ram
docker: unknown server OS: .

@tedder
Copy link

tedder commented Feb 24, 2023

Have you been running other docker commands or is this the first? How did you install docker?

@hodgkiss
Copy link
Author

The first usage - was using this guide only.
Did repeat usage of the command, same error.

@hodgkiss
Copy link
Author

What does it say if you change -s 1090 to -h?

  • same error

What does uname -a return?
Linux radardocker###
5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 GNU/Linux

@hodgkiss
Copy link
Author

Going to format the SD card and try again.

@tedder
Copy link

tedder commented Feb 25, 2023

Does this run successfully?

sudo docker run --rm hello-world

If you installed it using the guidebook and the docker install script, you need to log out and back in.

If you did the install yourself (apt install docker) you missed setting ownership and adding pi to a group.

@hodgkiss
Copy link
Author

Cant recreate the issue since the format and re-image of SD closing.

@mikenye
Copy link
Member

mikenye commented Mar 1, 2023

@hodgkiss no problems, thanks for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants