My Ubuntu box has half a day quicker than the correct time. It just goes online and automatically syn to come back with reality :) That’s cool, but sudo noticed this and for security reason it blocked me from running sudo, I receive this error message when trying to use sudo:
sudo: timestamp too far in the future: Oct 17 22:14:27 2008
This is how to fix it:
Method 1: Remove sudo timestamp
sudo -k
Method 2: Using root to remove my sudo directory
su
rm -rf /var/run/sudo/fongthai
Đăng trong: 01 - IT | Thẻ: linux, sudo, time, timestamp, ubuntu





