Hi,
I have not used a device for a few weeks. Now I have started the Kiosk system and the page to be called displays a message:
"Your clock is ahead..can't be established because your computer's date and time are incorrect".
I then used ssh to connect to the device. Sure enough, hwclock showed one hour ahead of the actual time.
With "hwclock -w" I adjusted the time to the system time and restarted the browser via the kiosk center. But still the same message comes up.
What can I do? Why does the time suddenly not fit anymore?
Nothing had changed in the settings.
BR,
Michael
"your clock is ahead"
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
"your clock is ahead"
Michael,
In kiosk version 5.4.0 the clock is synced every 24 hours from the NTP server:
https://porteus-kiosk.org/parameters.html#ntp_server
Please make sure that firewall in your organization is not blocking it.
You can verify this over SSH (replace default server with your own if you use it):
Thanks
In kiosk version 5.4.0 the clock is synced every 24 hours from the NTP server:
https://porteus-kiosk.org/parameters.html#ntp_server
Please make sure that firewall in your organization is not blocking it.
You can verify this over SSH (replace default server with your own if you use it):
Code: Select all
ntpdate pool.ntp.org
Please add [Solved] to your thread title if the solution was found.
"your clock is ahead"
Our dns works as ntp server. In the config file I got (example):
I can ping this server from the device.
Looks fine to me.
Code: Select all
ntp_server = 10.40.2.1
I can ping this server from the device.
Code: Select all
ntpdate 10.40.2.1
13 Mar 12:37:23 ntpdate[7264]: adjust time server 10.40.2.1 offset +0.008228 sec
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
"your clock is ahead"
Michael,
Looks OK.
Please recreate the problem then contact me through [email protected] so I could debug more over SSH.
Thanks
Looks OK.
Please recreate the problem then contact me through [email protected] so I could debug more over SSH.
Thanks
Please add [Solved] to your thread title if the solution was found.
"your clock is ahead"
Expired certificate was the problem. Thank you for the support!