[问题]sudo: timestamp too far in the future: Feb 8 00:39:49

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
networker
帖子: 419
注册时间: 2006-02-06 21:06
来自: Shanghai,China
联系:

[问题]sudo: timestamp too far in the future: Feb 8 00:39:49

#1

帖子 networker » 2006-02-07 20:51

请问大家这是怎么回事???
jerry@Jerry:~$ sudo apt-get install cedage
sudo: timestamp too far in the future: Feb 8 00:39:49 2006
jerry@Jerry:~$ sudo apt-get install
jerry@Jerry:~$ sudo apt-get install build-essential
sudo: timestamp too far in the future: Feb 8 00:39:49 2006
jerry@Jerry:~$ sudo apt-get install clamav
sudo: timestamp too far in the future: Feb 8 00:39:49 2006
为什么会出现这个。到底要怎么解决?????
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2006-02-07 22:01

时间不对。超出现在时间或者超出系统建立的时间都会这样。
● 鸣学
liu
帖子: 108
注册时间: 2006-03-19 11:20
联系:

#3

帖子 liu » 2006-06-03 11:32

我现在的时间是对的,但之前的时间是在“未来”。
于是出错:
sudo: timestamp too far in the future: Nov 1 12:13:45 2006
那应该怎么解决呢? :?: 不是要我等到 Nov 1 再用sudo吧,汗
cg
帖子: 31
注册时间: 2006-06-25 13:02

#4

帖子 cg » 2006-08-30 11:17

我也有这个问题,我是在rxvt中出现的,不过再打开一个kconsole就可以执行sudo命令了,请问怎么解决?谢谢!
头像
zhan
帖子: 1880
注册时间: 2005-08-15 0:04
来自: 南7技校

#5

帖子 zhan » 2006-08-30 15:51

reboot!
飞得高,飞得低,学习再学习,多少大秘密!
http://zhan.blog.ubuntu.org.cn
greenwoodboy
帖子: 88
注册时间: 2005-04-15 15:31

#6

帖子 greenwoodboy » 2006-09-09 17:18

如果改了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

Thats it. Hope this helps.
头像
zhouqb
帖子: 20
注册时间: 2006-10-17 20:26
联系:

#7

帖子 zhouqb » 2006-10-27 23:45

Thanks, greenwoodboy
回复