系統時間修正

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

系統時間修正

文章shihyu » 週三 8月 30, 2006 3:53 am

我發現我的時間慢了一天有辦法透過網路修正時間日期嗎??

或是哪邊可以手動修正時間日期

謝謝
shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am

文章阿信 » 週三 8月 30, 2006 8:43 am

試試看ntpdate:-)
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

文章shihyu » 週三 8月 30, 2006 8:56 am

謝謝你~~^^~~可以了
shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am

文章shihyu » 週三 8月 30, 2006 10:52 am

發現好像每隔一小段時間時間就慢幾分鐘 , 這樣正常嗎???

剛爬文說可以自動更新時間 ...

0 7 * * * 是什麼意思??如果我想5分鐘就更新一次要怎麼設定

/etc/crontab

0 7 * * * root /usr/sbin/ntpdate -s stdtime.sinica.edu.tw; /sbin/hwclock -w
shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am

文章Franklin » 週三 8月 30, 2006 11:12 am

crontab 格式可以用 man 5 crontab 來看看。

另外也可以用 ntpd。聽說 ntpdate 要 phase out 了,以後 ntpdate 的功能由 ntpd -q 來取代。而直接跑 ntpd 它就會自己定時去調整時間了。

你可以看看 ntpd 的相關說明。
頭像
Franklin
懵懂的國中生
懵懂的國中生
 
文章: 171
註冊時間: 週五 6月 16, 2006 1:13 pm

文章DrakeGuan » 週三 8月 30, 2006 12:15 pm

我和 FrankLin 的看法一樣,推薦直接改用 ntpd
DrakeGuan
 

文章shihyu » 週三 8月 30, 2006 4:05 pm

我設定了
vi /etc/ntp.conf

restrict default ignore 
restrict 127.0.0.1   
restrict 192.168.0.2  
restrict 192.168.100.20 mask 255.255.255.255 nomodify
restrict 192.168.0.0 mask 255.255.255.0 nomodify



server tick.stdtime.gov.tw prefer
server tock.stdtime.gov.tw prefer
server time.stdtime.gov.tw prefer
server clock.stdtime.gov.tw
server watch.stdtime.gov.tw

restrict tick.stdtime.gov.tw
restrict tock.stdtime.gov.tw
restrict time.stdtime.gov.tw
restrict clock.stdtime.gov.tw
restrict watch.stdtime.gov.tw
driftfile /etc/ntp/drift


之後我就/etc/init.d/ntp restart //重新啟動

不過啟動後時間還是不更新 , 時間誤差好幾個小時

請問我是哪邊少設 , 還是/etc/ntp.conf 設錯??

謝謝
shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am

文章Franklin » 週三 8月 30, 2006 4:16 pm

有這麼複雜嗎? O_o
我的 /etc/ntp.conf 很簡單耶

server ntp0.nl.net
driftfile /etc/ntp/drift
multicastclient # listen on default 224.0.1.1
broadcastdelay 0.008

就這樣而已。
頭像
Franklin
懵懂的國中生
懵懂的國中生
 
文章: 171
註冊時間: 週五 6月 16, 2006 1:13 pm

文章Franklin » 週三 8月 30, 2006 4:17 pm

還有差幾個小時的話,看看是不是時區設錯了。
頭像
Franklin
懵懂的國中生
懵懂的國中生
 
文章: 171
註冊時間: 週五 6月 16, 2006 1:13 pm

文章shihyu » 週三 8月 30, 2006 5:38 pm

To Franklin

我的 /etc/ntp.conf 被我改到亂了 , 網路上找了很多版本貼上去@@

我使用你的

server ntp0.nl.net
driftfile /etc/ntp/drift
multicastclient # listen on default 224.0.1.1
broadcastdelay 0.008

在啟動時間還有誤差 , 請問時區哪邊改??但我覺得應該不是時區關係

應該它是越差越多@@

謝謝
shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am

文章Zombie » 週三 8月 30, 2006 6:06 pm

用tzconfig就可以改時區了
If something is ugly or hard, it is wrong.
Zombie
可愛的小學生
可愛的小學生
 
文章: 19
註冊時間: 週三 8月 13, 2003 11:35 am

文章shihyu » 週三 8月 30, 2006 8:08 pm

Your current time zone is set to Asia/Taipei

時區沒錯 , 所以應該還是/etc/ntp.conf 設定問題

謝謝
shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am

文章shihyu » 週三 8月 30, 2006 8:16 pm

我post 一下 /etc/ntp.conf 內容 , 應該我改過很多次 , 改道我自己都不知道再改些什麼 , 麻煩幫我一下是我哪邊設錯了

代碼: 選擇全部
# /etc/ntp.conf, configuration for ntpd

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable


# You do need to talk to an NTP server or two (or three).
#server ntp.your-provider.example

# pool.ntp.org maps to more than 300 low-stratum NTP servers.
# Your server will pick a different set every time it starts up.
#  *** Please consider joining the pool! ***
#  *** <http://www.pool.ntp.org/join.html> **
#


restrict default ignore # 關閉所有的 NTP 要求封包
restrict 127.0.0.1    # 開啟內部遞迴網路介面 lo
restrict 192.168.0.2  # 主機本身的 IP 也同時開啟!
restrict 192.168.100.20 mask 255.255.255.255 nomodify
# 針對另一個 IP 開放讓他可以更新時間!
restrict 192.168.0.0 mask 255.255.255.0 nomodify




server tick.stdtime.gov.tw prefer
server tock.stdtime.gov.tw prefer
server time.stdtime.gov.tw prefer
server clock.stdtime.gov.tw
server watch.stdtime.gov.tw

restrict tick.stdtime.gov.tw
restrict tock.stdtime.gov.tw
restrict time.stdtime.gov.tw
restrict clock.stdtime.gov.tw
restrict watch.stdtime.gov.tw
driftfile /etc/ntp/drift


server ntp0.nl.net
driftfile /etc/ntp/drift
multicastclient # listen on default 224.0.1.1
broadcastdelay 0.008


# By default, exchange time with everybody, but don't allow configuration.
# See /usr/share/doc/ntp-doc/html/accopt.html for details.
restrict default kod notrap nomodify nopeer noquery

# Clients from this (example!) subnet have unlimited access,
# but only if cryptographically authenticated
#restrict 192.168.123.0  mask  255.255.255.0 notrust

# If you want to provide time to your local subnet, change the next line.
# (Again, the address is an example only.)
#broadcast 192.168.123.255

# If you want to listen to time broadcasts on your local subnet,
# de-comment the next lines. Please do this only if you trust everybody
# on the network!
#disable auth
#broadcastclient

shihyu
懵懂的國中生
懵懂的國中生
 
文章: 184
註冊時間: 週四 11月 03, 2005 11:51 am


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客