-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Raspberry Pi / Docker latest image not compatible due to timesync #1589
Comments
Mount
Date an time will be the same as on host. |
Hey, it is not a timezone problem. The clock is not running at all inside the container. It stays Thu Jan 1 00:00:00 UTC 1970 forever. it might be an issue with buster on the host and bullseye in the container? |
I just tested it on my Pi4. Buster on host and the latest nextcloud image (Debian 11). Everything was fine just 2 hours difference due to wrong timezone. Strange. |
Thanks for testing. Could you send me a “dpkg -l” and “docker images” of your host so that I can compare? |
Ok, dpkg is a bit long . Over 500 entries. I put it in a text file. |
Okay, that is fun: You have:
I have:
When I install the package of your version manually, everything works:
Would you mind to send me your active repos? I want to check why the package is not updated on my raspi. |
Yes, forgot about that. I was building a new image on bullseye basis and had a few errors. Someone on GitHub pointed me to this problem. This link helped: https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal-and-alpine-3-13 |
Unfortunately Raspbian uses some very old packages. There is nothing we can fix in our image. 😕 |
@J0WI: I see but now we have a valid workaround till it is fixed by Raspbian. |
The time in the container is not in sync with the host which results in lots of problems like timeouts.
Might be related to this issue:
debuerreotype/docker-debian-artifacts#106
The text was updated successfully, but these errors were encountered: