Photon OS change NTP server time sync

 1.verify the time server

systemctl status systemd-timesyncd


2.Start the service if its not started:

systemctl start systemd-timesyncd


3.Update the NTP server ip in the config:

 vi /etc/systemd/timesyncd.conf

add ntp server : NTP=<IP of ntp server>


4.restart the service

systemctl stop systemd-timesyncd

systemctl start systemd-timesyncd

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...