-
Notifications
You must be signed in to change notification settings - Fork 13
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
Docker how to on raspberry buster #33
Comments
Something is wrong with your apt repositories. You say you are running buster, but your apt repos appear to be pointing to bullseye (the new upstream branch of raspbian). Maybe this helps: https://stackoverflow.com/questions/62473932/atleast-one-invalid-signature-was-encountered Running docker on the pi is not what I usually recommend, especially on older PIs (slow) and with small SD cards (you could for example also be out of storage, which can also cause errors like that). Could you elaborate more on the original issue when you tried to run it directly / without docker? |
Hi! I solved my problem. When I'am right, IDDataLogger needs PHP8 or above. I setup openmediavault first. It uses nginx and needs PHP7. I now can handle it by switching nginx port to 81 an then install apache and php8. |
Hi!
I have problems running the IDDataLogger directly on my pi (login stuck without any message). So I'm trying the docker version.
In your manual: After creating the .env file the last command to execute is "docker compose up".
I dont know how it works on other systems, on my raspberry it hast to be "docker-compose up".
I never used docker and it took a while to find this out.
Finaly I got following errors:
W: GPG error: http://security.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.debian.org/debian-security bullseye-security InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed.
I am running buster on my pi.
Best regards,
Burkhard
The text was updated successfully, but these errors were encountered: