root <NoEMail.DeleteThis@home.org> wrote in news:hcmutf$f0f$1@news.albasani.net:
> After everyone's help, the damned thing still
> isn't working.
I had the same problem after updating ntpd on my box that is my
home time server. The solution was finding that the definitions
of some of the options of 'restrict' had changed. Changed to
the new option format and everything started working.
Here's my complete ntp.conf from the affected box (there are even
notes about what changed and where to find the docs):
#
# /etc/ntp.conf
driftfile /etc/ntp.drift
logfile /var/log/ntp.log
pidfile /var/run/ntp.pid
# next 2 lines is how ntpd queries the local clock.
# different addresses for different, specialized time sources
# stratum 15 so that we'll definitely be low on the list
# Hint: as of /usr/doc/ntp-4.2.0/html/notes.html 15 is highest stratum
# 8/17/2006 - we'll, we're syncing to ourselves again. comment this
# Undisciplined Local Clock. This is a fake driver intended for backup
# and when no outside source of synchronized time is available. The
# default stratum is usually 3, but in this case we elect to use stratum
# 0. Since the server line does not have the prefer keyword, this driver
# is never used for synchronization, unless no other other
# synchronization source is available. In case the local host is
# controlled by some external source, such as an external oscillator or
# another protocol, the prefer keyword would cause the local host to
# disregard all other synchronization sources, unless the kernel
# modifications are in use and declare an unsynchronized condition.
#
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10
# The following servers hourly round-robin the actual time server
returned
# It helps balance load for upper level servers, but you need at least 3
# see
http://www.ntp.org for others
# be friendly, don't use more than 3
server 0.us.pool.ntp.org
server 1.us.pool.ntp.org
server 2.us.pool.ntp.org
#server 3.us.pool.ntp.org
#server 0.north-america.pool.ntp.org
#server 1.north-america.pool.ntp.org
#server 2.north-america.pool.ntp.org
#server 3.north-america.pool.ntp.org
#
#
# Keys file. If you want to diddle your server at run time, make a
# keys file (mode 600 for sure) and define the key number to be
# used for making requests.
# PLEASE DO NOT USE THE DEFAULT VALUES HERE. Pick your own, or remote
# systems might be able to reset your clock at will.
#
#keys /etc/ntp/keys
#trustedkey 65535
#requestkey 65535
#controlkey 65535
# In 4.2 and beyond, cryptographic stuff changed notrust and nomodify
# see:
http://support.ntp.org/bin/view/Support/AccessRestrictions
# original default line:
# restrict default noquery notrust nomodify
# trust localhost and my subnet
restrict 127.0.0.1
restrict 192.168.42.0 mask 255.255.255.0 notrap
--
The email address, above, is most certainly munged. Perhaps you
might reply to the newsgroup, instead? Thanks!