Debian Squeeze

[Useless tip]
どうも パソコンの 時刻が 合ってないみたいだ <- 気がつくのが 遅すぎ。
ntpdate を 入れてみます。

$ sudo aptitude install ntpdate
Password:
設定ファイルを チェック、
$ less /etc/default/ntpdate
# The settings in this file are used by the program ntpdate-debian, but not
# by the upstream program ntpdate.

# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=yes

# List of NTP servers to use (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"

# Additional options to pass to ntpdate
NTPOPTIONS=""

サーバで 使ってるわけじゃ ないし、このままで いいか ...
再起動して、完了。
$ su
Password:
# /sbin/shutdown -r now