CentOSで時間設定 in Sydney
Jul 8, 2010はじめは、NTPサーバで設定しようとしていたんですが、VPSのサーバの設定で変更が反映されないようなのでローカルタイムを設定して対応しました。
ちなみに、その際に使用したシドニーのNTPサーバです。
Thank miknight for telling this info!!
1 |
time.opusnet.com.au |
今回の対応方法
dateのコマンドで無理やり設定してみる。。。。
でも権限がないとか言われる。
1 2 |
# date -s 'Fri Jul 2 11:18:19 MSD 2010' date: cannot set date: Operation not permitted |
とりあず、サーバのローカル時間をシドニーに設定してみる。
[php]
#cp -p /usr/share/zoneinfo/Australia/NSW/Sydney /etc/localtime
or
追記:2011/01/05
#cp -p /usr/share/zoneinfo/Australia/NSW/ /etc/localtime
[/php]
上記の設定で、無事ぼくの環境は解決しました。
No Comments, Comment or Ping
Reply to “CentOSで時間設定 in Sydney”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.