View previous topic :: View next topic |
Author |
Message |
Hartza n00b
Joined: 22 May 2004 Posts: 26 Location: Finland
|
Posted: Sat Oct 16, 2004 2:23 pm Post subject: ntp ongelma |
|
|
Miksi /etc/ntp.conf tyhjenee koneen käynnistyksessä?
Kun laitan /etc/ntp.conf koneen käynnistyksen jälkeen kuntoon ja ajan komennon
/etc/init.d/ntpd restart
toimii taas jonkun aikaa, kunnes tökkää.
/var/log/ntp.log
Code: | 15 Oct 17:02:31 ntpd[7657]: synchronized to LOCAL(0), stratum=5
15 Oct 17:06:53 ntpd[7657]: synchronized to LOCAL(0), stratum=5
15 Oct 17:06:55 ntpd[7657]: sendto(194.137.39.67): Operation not permitted
15 Oct 17:07:51 ntpd[7657]: synchronized to 130.233.224.2, stratum=3
15 Oct 17:07:51 ntpd[7657]: time correction of 86434 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time. |
ntpq -p
Code: | ntpq: read: Connection refused |
/etc/ntp.conf
Code: | restrict default noquery 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
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log
server tick.keso.fi
server tock.keso.fi
server ns2.clinet.fi
server ns1.eunet.fi
server ntp1.funet.fi
server ns3.inet.fi
server naula.kpo.fi
server time1.mikes.fi
server time2.mikes.fi
server lokero.hut.fi
|
|
|
Back to top |
|
|
jaska Bodhisattva
Joined: 06 Jun 2003 Posts: 725 Location: Finland
|
Posted: Sun Oct 17, 2004 1:12 am Post subject: |
|
|
Minulla on ollut sama ongelma, ja ratkaisua ei ole tähän päivään löytynyt. Nykyään jos tarvitsen ntp:tä niin käytä ntpdate ohjelmaa jolla saan kellon 'oikeaan' aikaan. Jos haluat ntpdate:n yrittävän pitää kelloa ajantasalla niin voit laittaa rivin crontab:lle mutta se ei ole yhtä tehokas kuin ntpd on. |
|
Back to top |
|
|
Useful Idiot Guru
Joined: 30 Aug 2002 Posts: 329 Location: Finland
|
Posted: Sun Oct 17, 2004 10:04 am Post subject: |
|
|
Käytättekö molemmat dchcpd:tä? Siinä tapauksessa lisätkää /etc/conf.d/net:n dhcpcd_eth0 muuttujaan "-N -Y" . _________________ [size=9]We are all in the gutter, but some of us are looking at the stars. |
|
Back to top |
|
|
Hartza n00b
Joined: 22 May 2004 Posts: 26 Location: Finland
|
Posted: Sun Oct 17, 2004 1:51 pm Post subject: |
|
|
Useful Idiot wrote: | Käytättekö molemmat dchcpd:tä? Siinä tapauksessa lisätkää /etc/conf.d/net:n dhcpcd_eth0 muuttujaan "-N -Y" . |
/etc/ntp.conf ongelma korjaantui.
Ei toimi vieläkään kuin sen 5 min.
Kun tämä tulee logiin, silloin tökkää.
Code: | 15 Oct 17:07:51 ntpd[7657]: time correction of 86434 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time. |
|
|
Back to top |
|
|
ormi Apprentice
Joined: 13 Oct 2002 Posts: 234 Location: lappeen Ranta, Finland
|
Posted: Sun Oct 17, 2004 4:45 pm Post subject: |
|
|
Itse kyllästyin tuohon ntp:hen ja hoidin homman toisin, eli
Code: | emerge rdate
echo "rdate -s time.nist.gov" >> /etc/cron.hourly/time.cron
|
Saman tietty voi laittaa cron.dailyynkin, mutta pysyypähän kello ainakin ajassa . Saman rivin voi laittaa vielä varmuuden vuoksi tiedostoon /etc/conf.d/local.start |
|
Back to top |
|
|
Hartza n00b
Joined: 22 May 2004 Posts: 26 Location: Finland
|
Posted: Mon Oct 18, 2004 2:29 pm Post subject: |
|
|
Toistaiseksi toimii ntp:llä. Eli kommentoin pois rivin #NTPD_OPTS="-u ntp:ntp" /etc/conf.d/ntpd:stä ja muutin vähän /etc/ntp.conf:a.
Code: | File: /etc/ntp.conf
restrict default noquery nomodify
restrict 127.0.0.1
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log
server tick.keso.fi
server tock.keso.fi
server ns2.clinet.fi
server ns1.eunet.fi
server ntp1.funet.fi
server ns3.inet.fi
server naula.kpo.fi
server time1.mikes.fi
server time2.mikes.fi
server lokero.hut.fi
|
|
|
Back to top |
|
|
markkuk Guru
Joined: 29 Nov 2002 Posts: 446
|
Posted: Thu Oct 21, 2004 9:19 pm Post subject: |
|
|
Hartza wrote: | Kun tämä tulee logiin, silloin tökkää.
Code: | 15 Oct 17:07:51 ntpd[7657]: time correction of 86434 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time. |
|
Kellosi on liian pahasti pielessä (vuorokausi ja 34 sekuntia), pistä se ensin oikeaan päivään. |
|
Back to top |
|
|
|