View previous topic :: View next topic |
Author |
Message |
carlos123 Guru
Joined: 12 Feb 2003 Posts: 536 Location: Alberta, Canada.
|
Posted: Sun Mar 16, 2003 8:53 am Post subject: /etc/ntp.conf verses /etc/conf.d/ntpd?? |
|
|
It dawned of me today that there are two configuration files of potential use to configuring the ntpd time synchronization client.
One is /etc/ntp.conf.
The other is /etc/conf.d/ntpd
/etc/ntp.conf is the one that is mentioned in the official ntpd documentation itself.
/etc/conf.d/ntpd is a Gentoo creation.
Can someone explain to me what the difference between using the Gentoo one verses the regular one is? If I opt to use the regular file and do not use the Gentoo one will something get messed up on my system? In terms of using ntpd?
Why did Gentoo create a seperate configuration file?
Any insight on this would be appreciated. Thanks.
Carlos _________________ I'm not yet a real Guru so if you are a newbie here and want to teach me a thing or two, please do! I'm still learning just like you. |
|
Back to top |
|
|
carlos123 Guru
Joined: 12 Feb 2003 Posts: 536 Location: Alberta, Canada.
|
Posted: Sun Mar 16, 2003 12:14 pm Post subject: |
|
|
Just a follow up....I went ahead and commented out the entire contents of /etc/conf.d/ntpd, and restarted the ntpd daemon.
My time is being synchronized perfectly! I am currently studying /etc/conf.d/ntpd to better understand what it is doing but so far it seems like I can use either /etc/ntp.conf OR /etc/conf.d/ntpd to accomplish the same thing.
One reason I am asking about this is that I want to simplify the instructions I uploaded to Documenation Tips and Tricks on using ntpd by eliminating the need to edit and use both of these files. If that can indeed be done.
Carlos _________________ I'm not yet a real Guru so if you are a newbie here and want to teach me a thing or two, please do! I'm still learning just like you. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20499
|
Posted: Sun Mar 16, 2003 6:27 pm Post subject: |
|
|
Moved from Other Things Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
carlos123 Guru
Joined: 12 Feb 2003 Posts: 536 Location: Alberta, Canada.
|
Posted: Sun Mar 16, 2003 11:31 pm Post subject: |
|
|
Just an addendum in case any new ones get confused reading this post...
Using just /etc/ntp.conf (the stock configuration file referred to in non-Gentoo ntp documentation) works fine while Gentoo is running. But on a reboot, Gentoo is unable to start up ntpd as a result.
So...I had to redo the changes to /etc/init.d/ntpd (Gentoo's custom script to enable ntp synchronization).
I am still not sure what the difference in use between the two files is but it seems that Gentoo has it's own way of starting programs up which I am still sorting through. To better understand it.
Carlos _________________ I'm not yet a real Guru so if you are a newbie here and want to teach me a thing or two, please do! I'm still learning just like you. |
|
Back to top |
|
|
M104 Tux's lil' helper
Joined: 13 Jan 2003 Posts: 132 Location: Riverside, CA
|
Posted: Mon Mar 17, 2003 12:41 am Post subject: |
|
|
Hope this helps:
/etc/conf.d/ntpd is used to configure the ntpdate command
/etc/ntp.conf is used to configure the ntpd daemon
/etc/init.d/ntpd runs the ntpdate command, then runs the ntpd daemon
ntpdate checks an ntp server of your choice and instantly changes your system date to match, then exits.
The ntpd daemon runs in the background and keeps your time in sync with one or more ntp servers by adjusting your system time slowly in increments so as not to mess up time-sensitive processes.
Cheers! |
|
Back to top |
|
|
Chris W l33t
Joined: 25 Jun 2002 Posts: 972 Location: Brisbane, Australia
|
Posted: Mon Mar 17, 2003 2:00 am Post subject: |
|
|
The files in /etc/conf.d are used to configure the scripts in /etc/init.d. The scripts in /etc/init.d are used to stop and start various daemon processes, among them is the NTP daemon (ntpd). Once these daemons are started they read their own configuration file. For ntpd this is /etc/ntp.conf, which tells the daemon what servers it is to synchronise time with. _________________ Cheers,
Chris W
"Common sense: The collection of prejudices acquired by age 18." -- Einstein |
|
Back to top |
|
|
carlos123 Guru
Joined: 12 Feb 2003 Posts: 536 Location: Alberta, Canada.
|
Posted: Mon Mar 17, 2003 2:13 am Post subject: |
|
|
Thanks very much!! That certainly clarifies things in respect to these two files.
Now I can add another nugget of info to my notes on what files do what in my quest to understand the overall framework of how Gentoo does things.
Carlos _________________ I'm not yet a real Guru so if you are a newbie here and want to teach me a thing or two, please do! I'm still learning just like you. |
|
Back to top |
|
|
|