Hier mal meine ntp.confBack-Up said:http://www.strato-faq.de/view.php4?articleid=1148&subcatid=2.4.4 Hier habe ich die entsprechende FAQ gefunden. Unter C) ist das Gesuchte, oder? Jetzt meine Frage: Wie im angehängten Bild zu sehen ist, ist z.B. als Server bereits eine IP angegeben. Soll ich vorhandene Einträge ersetzen oder die in der FAQ genannten Einträge unten anhängen?
##
## Undisciplined Local Clock. This is a fake driver intended for backup
## and when no outside source of synchronized time is available.
##
# server 127.127.1.0 # local clock (LCL)
# fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
##
## Outside source of synchronized time
##
## server xx.xx.xx.xx # IP address of server
server ntp1.ptb.de
server ntp2.ptb.de
##
## Miscellaneous stuff
##
driftfile /var/lib/ntp/ntp.drift # path for drift file
logfile /var/log/ntp # alternate log file
#!/bin/bash
/usr/sbin/ntpdate -b ntps1-1.cs.tu-berlin.de ntps1-0.cs.tu-berlin.de >/dev/null 2>&1
/sbin/hwclock -w --utc >/dev/null 2>&1
Das scheint das Standard-File zu sein (oben steht was von "Sample NTP configuration file"). Es gibt dort einen Eintrag zur lokalen Zeit und einen Hinweis "LCL is unsynchronized".Wie sieht denn der Inhalt von /etc/ntp.conf aus?
Wie kann ich das feststellen?Läuft der ntpd-Daemon?
Hallo, das habe ich mal ausprobiert. Feedback ist folgendes:ps ax|grep ntpd
22816 pts/0 R 0:00 grep ntpd
Und was bedeutet das?
restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict 192.168.0.0 mask 255.255.255.0
fudge 127.127.1.0 stratum 3
server 127.127.1.0
server 192.53.103.108
server 192.53.103.104
driftfile /etc/ntp.drift
logfile /var/log/ntp.log
Sorry, ich war etwas unter Zeitdruck und habe mir daher nicht die Zeit genommen, die Datei nochmal über WinSCP zu öffnen, damit Copy&Paste auch funktioniert ;-)Leider hast Du nur etwas ausweichend auf die Frage nach der Config-Datei geantwortet, so dass es schwierig ist, daraus etwas zu schließen -- jede Distribution hat eben so ihre kleinen Unterschiede in den "default"-Dateien.
################################################################################
## /etc/ntp.conf
##
## Sample NTP configuration file.
## See package 'xntp-doc' for documentation, Mini-HOWTO and FAQ.
## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.
##
## Author: Michael Andres, <ma@suse.de>
##
################################################################################
##
## Radio and modem clocks by convention have addresses in the
## form 127.127.t.u, where t is the clock type and u is a unit
## number in the range 0-3.
##
## Most of these clocks require support in the form of a
## serial port or special bus peripheral. The particular
## device is normally specified by adding a soft link
## /dev/device-u to the particular hardware device involved,
## where u correspond to the unit number above.
##
## Generic DCF77 clock on serial port (Conrad DCF77)
## Address: 127.127.8.u
## Serial Port: /dev/refclock-u
##
## (create soft link /dev/refclock-0 to the particular ttyS?)
##
# server 127.127.8.0 mode 5 prefer
##
## Undisciplined Local Clock. This is a fake driver intended for backup
## and when no outside source of synchronized time is available.
##
server 127.127.1.0 # local clock (LCL)
fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
##
## Outside source of synchronized time
##
## server xx.xx.xx.xx # IP address of server
##
## Miscellaneous stuff
##
driftfile /var/lib/ntp/drift/ntp.drift # path for drift file
logfile /var/log/ntp # alternate log file
# logconfig =syncstatus + sysevents
# logconfig =all
# statsdir /tmp/ # directory for statistics files
# filegen peerstats file peerstats type day enable
# filegen loopstats file loopstats type day enable
# filegen clockstats file clockstats type day enable
#
# Authentication stuff
#
# keys /etc/ntp.keys # path for keys file
# trustedkey 1 2 3 4 5 6 14 15 # define trusted keys
# requestkey 15 # key (7) for accessing server variables
# controlkey 15 # key (6) for accessing server variables
ntpdate -v -d ntp2.ptb.de
We use essential cookies to make this site work, and optional cookies to enhance your experience.