[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:hardware:syncing_hardware_clock_and_system_local_time [2013/01/11 17:47 (UTC)] – [Procedure to Synchronize the System Time to Hardware Clock] hazelhowtos:hardware:syncing_hardware_clock_and_system_local_time [2024/02/25 20:32 (UTC)] (current) – arg -u to ntpdate in case of daemon already running drbeco
Line 1: Line 1:
 +<!-- Reviewed 20130111 by hazel -->
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-<-- Reviewed 20130111 by hazel -->====== How To Sync Your System Time to Hardware Clock Consistently ======+====== How To Sync Your System Time to Hardware Clock Consistently ======
  
 ===== Overview ===== ===== Overview =====
Line 22: Line 23:
 **Update via NTP:** If you installed the ntp package you can: \\ **Update via NTP:** If you installed the ntp package you can: \\
      ntpdate pool.ntp.org      ntpdate pool.ntp.org
 +
 +If you get the error ''"the NTP socket is in use, exiting"'', you probably is already running the NTP daemon. In that case, as root, use:
 +     ntpdate -u pool.ntp.org
 -or- \\ -or- \\
 **Manual update:** \\ **Manual update:** \\
 howtos:hardware:syncing_hardware_clock_and_system_local_time ()