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

All time-related syscalls fail on ARM build for 3.13.1 #141

Open
lxgr opened this issue Feb 7, 2021 · 2 comments
Open

All time-related syscalls fail on ARM build for 3.13.1 #141

lxgr opened this issue Feb 7, 2021 · 2 comments

Comments

@lxgr
Copy link

lxgr commented Feb 7, 2021

Steps to reproduce: On a Raspberry PI, do:

~ docker run -it --rm alpine:latest
/ # date
Sun Jan  0 00:100:4174038  1900

On 3.12.3, everything works:

~ docker run -it --rm alpine:3.12.3
/ # date
Sun Feb  7 18:02:12 UTC 2021

I think this might be the root cause for several other problems recently reported with this build.

@gadget1999
Copy link

I also found Samba failed due to this date issue. It was working fine on 3.12.3. Issue only happens on ARM version.

@TBK
Copy link

TBK commented Feb 8, 2021

Please read https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements

Related issue #135

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