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

Docker how to on raspberry buster #33

Closed
JimKnopf1503 opened this issue Dec 13, 2021 · 2 comments
Closed

Docker how to on raspberry buster #33

JimKnopf1503 opened this issue Dec 13, 2021 · 2 comments

Comments

@JimKnopf1503
Copy link

JimKnopf1503 commented Dec 13, 2021

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

@JimKnopf1503 JimKnopf1503 changed the title Docker how to on raspberry Docker how to on raspberry buster Dec 13, 2021
@robske110
Copy link
Owner

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
Anyways, this is not an issue with IDDataLogger, there is something wrong with docker or your installation of raspbian.

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?

@JimKnopf1503
Copy link
Author

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.
My first shot was docker with the known problems.
Finaly: when phpinfo() shows, that php is lower than version 8, the loginpage of IDDataLogger do nothing.
I was trying to change to mysql, but the tables werent created correctly. Mysql would be easyer for my to backup (mysqldumper now MyOOSDumper).
At the moment everything is fine for me. Thank you for your supprt and your work.
And sorry for my bad english ;-).
Best regards,
Burkhard

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

2 participants