發新話題
打印

今年研習的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

解決了
#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

發新話題