vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| EvB schrieb: > Hi all, > > I need a default ntp.conf file. > In the state it is when not using ntp. doesn't it come with a fresh installation ? In this state ntp is inactive and /etc/ntp.conf contains only comment lines. |
| |||
| On Sat, 23 Sep 2006 02:19:32 +0200, Michael Kraemer <M.Kraemer@gsi.de> wrote: >EvB schrieb: >> Hi all, >> >> I need a default ntp.conf file. >> In the state it is when not using ntp. > >doesn't it come with a fresh installation ? >In this state ntp is inactive and /etc/ntp.conf contains only comment lines. I should have copied the file with antoher name but didn't. The last lines say (see the whole file at the end of this msg.): " Default NTP configuration file." "Broadcast client, no authentication." should the lines following be commented out?: broadcastclient driftfile /etc/ntp.drift tracefile /etc/ntp.trace Thanks for your help. The modified file has IBM's comment lines like this: # @(#)48 1.2 src/tcpip/etc/ntp.conf, ntp, tcpip430,9737A_432/16/96 10:16:34 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # tcpip430 src/tcpip/etc/ntp.conf 1.2 # # Licensed Materials - Property of IBM # # Restricted Materials of IBM # # (C) COPYRIGHT International Business Machines Corp. 1996,1997 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # # COMPONENT_NAME: ntp # # FUNCTIONS: none # # ORIGINS: 27,176 # # # (C) COPYRIGHT International Business Machines Corp. 1996 # All Rights Reserved # Licensed Materials - Property of IBM # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # # # # Default NTP configuration file. # # Broadcast client, no authentication. # broadcastclient driftfile /etc/ntp.drift tracefile /etc/ntp.trace #server clock.redhat.com #server pool.ntp.org |
| |||
| EvB wrote: > On Sat, 23 Sep 2006 02:19:32 +0200, Michael Kraemer <M.Kraemer@gsi.de> > wrote: > >> EvB schrieb: >>> Hi all, >>> >>> I need a default ntp.conf file. >>> In the state it is when not using ntp. >> doesn't it come with a fresh installation ? >> In this state ntp is inactive and /etc/ntp.conf contains only comment lines. > > I should have copied the file with antoher name but didn't. > The last lines say (see the whole file at the end of this msg.): > > " Default NTP configuration file." > "Broadcast client, no authentication." > should the lines following be commented out?: > > broadcastclient > driftfile /etc/ntp.drift > tracefile /etc/ntp.trace > > Thanks for your help. > > The modified file has IBM's comment lines like this: > > # @(#)48 1.2 src/tcpip/etc/ntp.conf, ntp, > tcpip430,9737A_432/16/96 10:16:34 > # IBM_PROLOG_BEGIN_TAG > # This is an automatically generated prolog. > # > # tcpip430 src/tcpip/etc/ntp.conf 1.2 > # > # Licensed Materials - Property of IBM > # > # Restricted Materials of IBM > # > # (C) COPYRIGHT International Business Machines Corp. 1996,1997 > # All Rights Reserved > # > # US Government Users Restricted Rights - Use, duplication or > # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. > # > # IBM_PROLOG_END_TAG > # > # COMPONENT_NAME: ntp > # > # FUNCTIONS: none > # > # ORIGINS: 27,176 > # > # > # (C) COPYRIGHT International Business Machines Corp. 1996 > # All Rights Reserved > # Licensed Materials - Property of IBM > # US Government Users Restricted Rights - Use, duplication or > # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. > # > # > # > # > # Default NTP configuration file. > # > # Broadcast client, no authentication. > # > broadcastclient > driftfile /etc/ntp.drift > tracefile /etc/ntp.trace > #server clock.redhat.com > #server pool.ntp.org > > My version does not have the last two (commented out) lines but is otherwise the same. |
| |||
| EvB schrieb: > On Sat, 23 Sep 2006 02:19:32 +0200, Michael Kraemer <M.Kraemer@gsi.de> > wrote: > > >>EvB schrieb: >> >>>Hi all, >>> >>>I need a default ntp.conf file. >>>In the state it is when not using ntp. >> >>doesn't it come with a fresh installation ? >>In this state ntp is inactive and /etc/ntp.conf contains only comment lines. > > > I should have copied the file with antoher name but didn't. > The last lines say (see the whole file at the end of this msg.): > > " Default NTP configuration file." > "Broadcast client, no authentication." > should the lines following be commented out?: > > broadcastclient > driftfile /etc/ntp.drift > tracefile /etc/ntp.trace > > Thanks for your help. > > The modified file has IBM's comment lines like this: > > # @(#)48 1.2 src/tcpip/etc/ntp.conf, ntp, > tcpip430,9737A_432/16/96 10:16:34 (snip) > # > # Default NTP configuration file. > # > # Broadcast client, no authentication. > # > broadcastclient > driftfile /etc/ntp.drift > tracefile /etc/ntp.trace > #server clock.redhat.com > #server pool.ntp.org > this looks pretty much like the original IBM, with your time server entries added but disabled. So where's the problem ? You can also disable ntp services in /etc/rc.tcpip |
| ||||
| Thanks to both Michael's! I just wanted to make sure the entries are correct for a system with inactive ntp. I previously activated ntp and since noted slowdown of the system and entries in cron running at the "wrong" time. Not sure if ntp is cause of this, but I wanted to undo this just to make sure it could not be the cause. Which time does cron actually use, the local time or CUT (Coordinated Universal Time)? Our time zone is GMT-4, if I enter this timezone and if I want to set the date and time, what do I enter (if it's 9:00AM local time). I assumed I had to enter my localetime and date and the GMT-4 timezone, but now I am in doubt.. Thanks for your help. If it's 9:00AM On Fri, 22 Sep 2006 16:06:21 -0400, EvB <nospam@nospam.net> wrote: >Hi all, > >I need a default ntp.conf file. >In the state it is when not using ntp. > >thanks for any help in advance. |