發新話題
打印

今年研習的sfs3系統時間校對問題

今年研習的sfs3系統時間校對問題

今年研習的sfs3系統時間校對問題,安裝在學校主機,但校時常有錯誤訊息,換了校時網站,觀察一週仍如此,是否要換校時軟體?

16 Aug 21:06:41 ntpdate[8261]: sendto(59-124-196-84.HINET-IP.hinet.net): Operation not permitted
16 Aug 21:06:42 ntpdate[8261]: sendto(59-124-196-84.HINET-IP.hinet.net): Operation not permitted
16 Aug 21:06:43 ntpdate[8261]: sendto(59-124-196-84.HINET-IP.hinet.net): Operation not permitted
16 Aug 21:06:44 ntpdate[8261]: sendto(59-124-196-84.HINET-IP.hinet.net): Operation not permitted
16 Aug 21:06:45 ntpdate[8261]: no server suitable for synchronization found

#crontab -l
5 */3 * * * /usr/sbin/ntpdate time.stdtime.gov.tw >/dev/null



TOP

您們學校防火牆的 123 PORT 要開呀!
不要把自己的快樂,建築在別人的痛苦上
世間最珍貴的不是‘得不到’和‘已失去’,而是現在能把握的幸福
取之於網路,回饋於網路

TOP

解決了
#vim /bin/firewall.sh
對外開放Port 加入123
OPEN_PORT="21 22 80 143 443 3306 123"
#/etc/init.d/firewall restart


[ 本帖最後由 david 於 2012-8-28 16:41 編輯 ]

TOP

發新話題