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 incorrect on official images #77

Open
mrhodlr opened this issue Jun 3, 2018 · 1 comment
Open

Date/time incorrect on official images #77

mrhodlr opened this issue Jun 3, 2018 · 1 comment
Labels

Comments

@mrhodlr
Copy link

mrhodlr commented Jun 3, 2018

After flashing the official images to an SD card for an Orange Pi Prime install, the date is set incorrectly to some time in January 2018. This makes it impossible to follow the instructions in the README to "Stay up to date by updating via git:" attempting this results in an error message:

fatal: unable to access 'https://github.com/skycoin/skywire.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

At first, I was resolving the date issue with:

apt-get install ntp
service ntp start

But a little testing revealed that the date was also corrected by simply doing:

apt-get update
apt-get upgrade

I think that the provided official images should be updated to have the correct date after a fresh install, but failing that, at a bare minimum the README should be updated so people know to fix the incorrect date before attempting to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants