如果改了linux下的时间遇到了题目所示的错误,可以用下面的方法搞定。
method 1:
=========
I was able to get around this by doing the following:
1. Check the timestamp sudo reports (will look something like below).
sudo: timestamp too far in the future: Jun 17 08:17:55 2006
2. Use Adjust Date & Time to set the date/time to the sudo timestamp or later.
3. Execute the 'sudo -k' command. (Clears the timestamp).
4. Use Adjust Date & Time to set the date/time back to the correct values.
Worked for me!
peace!
method 2:
=========
You should also be able to remove the user file in /var/run/sudo
I did this:
- su to root
- remove directory (rm -rf /var/run/sudo/username
阅读(1575) | 评论(0) | 转发(0) |