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

Hub Docker date problem on Raspberry pi 4 #18

Closed
gallofeliz opened this issue Sep 19, 2021 · 1 comment
Closed

Hub Docker date problem on Raspberry pi 4 #18

gallofeliz opened this issue Sep 19, 2021 · 1 comment

Comments

@gallofeliz
Copy link

Hi,

I use Raspberry pi 4 and my docker-compose was :

image: elswork/samba

Because of fail to login, I see the log (syslog) STATUS_INVALID_LOGON_HOURS. I entered sudo docker-compose exec samba date and seen Mon Jun 15 16:41:36 CEST 2071

The date is incorrect because we will not be in life in 2071 (planet destroyed).

I builded on my own (with alpine 3.12 because alpine is KO from 3.13 on raspberry) :

    build:
      context: https://github.com/deftwork/samba.git
      args:
        BASEIMAGE: alpine:3.12

And the date is correct and the login works.

FYI :)

Regards,

@elswork
Copy link
Member

elswork commented Dec 1, 2021

Hi @gallofeliz

Thanks for your help.
Here I found a workarround to use 3.13 on Raspberry pi 4 (Raspbian), that works for me:

How to update libseccomp on a Debian based distro

wget https://ftp.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb
sudo dpkg -i libseccomp2_2.5.3-2_armhf.deb

@elswork elswork closed this as completed Dec 1, 2021
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