Main Menu

friends

Latest articles

Linux Pronunciation
13/04/2010 | mad mad mod

I don't know why, but I hate it if someone says Linux as in "Line ux".  5IfHm6R5le0  


How to copy a video from a digital camcorder via FireWire to your harddisk
18/07/2009 | mad mad mod

I am using the dvgrab application to copy data from my camcorder to the computer but I think there are many other ways how you can do that.
 install the packagesmake sure you have installed the ne [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
time synchronization with ntp on Linux (Fedora) E-mail
sysadmin

The ntpd program is an operating system daemon which sets and maintains  the  system time of day in synchronism with Internet standard time servers.

 

Do the following if you  want to use the ntp daemon to synchronize the time with a public timeserver:

 

Install ntp (as root):

# yum install ntp ntpdate

 

if you want ntpd to start at boot time:

# chkconfig ntpd on

 

Synchronize the timewith ntpdate:

# ntpdate pool.ntp.org
 9 Apr 17:33:39 ntpdate[4736]: step time server 192.33.214.47 offset 84.859874 sec

 

Fedora 12 comes with a working /etc/ntp.conf. If your /etc/ntp.conf is not properly configured, here is the default F12 ntp.conf:

driftfile /var/lib/ntp/drift

restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery

restrict 127.0.0.1
restrict -6 ::1

server 0.fedora.pool.ntp.org
server 1.fedora.pool.ntp.org
server 2.fedora.pool.ntp.org

includefile /etc/ntp/crypto/pw

keys /etc/ntp/keys

 

Now start ntpd:

 

# service ntpd start

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting