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

Date/time random inside container #44

Closed
Boergen opened this issue Jan 31, 2022 · 2 comments
Closed

Date/time random inside container #44

Boergen opened this issue Jan 31, 2022 · 2 comments
Labels
good first issue Good for newcomers Third party Needs an update from the third party library type: backup

Comments

@Boergen
Copy link

Boergen commented Jan 31, 2022

This is the output of "date" from inside the container:

bash-5.1# date
Thu May  7 03:56:00 CEST 2037
bash-5.1# date
Sun Jun 14 22:38:08 CEST 2037
bash-5.1# date
Sat May 30 06:01:52 CEST 2037
bash-5.1# date
Mon Jun 15 08:52:32 CEST 2037
bash-5.1# date
Sat Apr 18 16:12:00 CEST 2037
bash-5.1# date
Thu Apr 23 13:23:28 CEST 2037
bash-5.1# ^C
bash-5.1# 

My cron settings are seemingly ignored, that is why I checked the date/times.

Files uploaded with rclone also receive the time stamp reflecting these weird date/times. Zipping (when enabled) and the subsequent zip check also fail, but I do not know if that is related.

@ttionya
Copy link
Owner

ttionya commented Jan 31, 2022

Hey @Boergen ,please check #34 .

@Boergen
Copy link
Author

Boergen commented Jan 31, 2022

Hi @ttionya, thanks for the quick answer. The outdated version of libseccomp #34 was indeed the reason for the cron not working and the zip process failing.

However, the steps described in #34 could not be performed on my Raspi 3b+. I had to follow the steps described here:
https://blog.samcater.com/fix-workaround-rpi4-docker-libseccomp2-docker-20/

@Boergen Boergen closed this as completed Jan 31, 2022
@ttionya ttionya added good first issue Good for newcomers Third party Needs an update from the third party library type: backup labels Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Third party Needs an update from the third party library type: backup
Projects
None yet
Development

No branches or pull requests

2 participants