Chinaunix首页 | 论坛 | 博客
  • 博客访问: 438635
  • 博文数量: 52
  • 博客积分: 3193
  • 博客等级: 中校
  • 技术积分: 860
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-19 09:58
文章分类

全部博文(52)

文章存档

2012年(1)

2011年(9)

2009年(18)

2008年(24)

我的朋友

分类: LINUX

2008-11-12 19:55:40

如果改了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
阅读(1537) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~