Penguin

Differences between version 4 and predecessor to the previous major change of NTPServers.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Monday, October 15, 2007 1:18:44 pm by IanMcDonald Revert
Older page: version 3 Last edited on Sunday, May 20, 2007 9:04:26 pm by BenStaz Revert
@@ -72,25 +72,6 @@
  
 * [A list of stratum 1 time servers | http://www.eecis.udel.edu/~mills/ntp/clock1a.html] 
 * [A list of the stratum 2 time servers | http://www.eecis.udel.edu/~mills/ntp/clock2a.html] 
  
-!!Install the NTP daemon (Debian/Ubuntu)  
-  
-*sudo aptitude install ntp  
-  
-Now use your favorite text editor to add the NTP servers you wish to synchronize your clock with:  
-  
-*echo "server nz.pool.ntp.org" >> /etc/ntp.conf  
-  
-If the time on the local server is very different from that of its primary time server your NTP daemon will eventually terminate, so we will first set the system time based on the time reported by the NTP server.  
-  
-Stop the NTP daemon:  
-  
-*sudo /etc/init.d/ntp stop  
-  
-Now run ntpdate  
-  
-*sudo ntpdate nz.pool.ntp.org  
-  
-Now you can start the daemon  
-  
-*sudo /etc/init.d/ntp start  
+----  
+See also [NTPNotes]