"sudo:timestamp too far in the future"
Edgy Eftをインストールしました。
インストール時、インターネットに接続していなかったため、時間が6時間ほどずれてしまい、それを直してからsudoしたらこんなエラーが。
$ sudo mkdir /home/opt
sudo: timestamp too far in the future: Nov 1 16:23:27 2006
で、
$ sudo -K
を2回実行したらsudoできるようになりました。
-Kオプションは、
-K The -K (sure kill) option is like -k except that it removes the
user's timestamp entirely. Like -k, this option does not require a
password.
だそうです。