Hallo,
ich habe gerande meinen ersten OpenBSD Server aufgesetzt. Ging soweit gangz gut bis auf den ntpd. Es ist ein OpenBSD 3.6 und ein ntpd-4.2.0a. Leider starter der Daemon nicht automatisch, folgende Konfiguration liegt vor:
ntp.conf:
# Keep it rather quiet
logfile /var/log/ntpd.log
logconfig =all
#logconfig =syncevents + peerevents +sysevents +allclock
#logconfig =syncevents +allclock
# Drift file. Put this in a directory which the daemon can write to.
driftfile /etc/ntp/drift
#NTP servers
server ptbtime1.ptb.de version 3
server ptbtime2.ptb.de version 3
rc.conf.local:
ntpd_flags="" # for normal use: ""
ntpdate_flags="192.53.103.103"
ntpd="YES" # run ntpd if it exists
Laut den man pages sollte es eigentlich so gehen, aber ps ax zeigt keinen entsprechenden Prozess an. Starte ich den ntpd von hand ist alles in Butter.
Gruß
Matthias
ich habe gerande meinen ersten OpenBSD Server aufgesetzt. Ging soweit gangz gut bis auf den ntpd. Es ist ein OpenBSD 3.6 und ein ntpd-4.2.0a. Leider starter der Daemon nicht automatisch, folgende Konfiguration liegt vor:
ntp.conf:
# Keep it rather quiet
logfile /var/log/ntpd.log
logconfig =all
#logconfig =syncevents + peerevents +sysevents +allclock
#logconfig =syncevents +allclock
# Drift file. Put this in a directory which the daemon can write to.
driftfile /etc/ntp/drift
#NTP servers
server ptbtime1.ptb.de version 3
server ptbtime2.ptb.de version 3
rc.conf.local:
ntpd_flags="" # for normal use: ""
ntpdate_flags="192.53.103.103"
ntpd="YES" # run ntpd if it exists
Laut den man pages sollte es eigentlich so gehen, aber ps ax zeigt keinen entsprechenden Prozess an. Starte ich den ntpd von hand ist alles in Butter.
Gruß
Matthias
)