Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Many child shoes may be encountered in the installation of the Wdos integrated version, or logon timeout problem check to install a key package or WDCP after the login has been prompted "login timeout." So I was extremely depressed. So anxious to ask Google to panic, but sadly in the domestic internet "World article a big copy" of the status quo, to find an accurate, after the personal practice of the answer is not easy, my problem finally did not solve.
And then I checked myself.
The cause of this problem is the system time error, which is the time of the system, which is much slower than the current time.
Just change the time correctly and you can fix it.
First look at the correct time, after SSH login
First, use the date command to view the current date and time, as shown
[Root@wdos ~]# Date
Wed June 23:09:17 CST 2012
If the display is uncertain or is not the current time, use the following method to repair
SSH Terminal
Implementation
Ln-sf/usr/share/zoneinfo/asia/shanghai/etc/localtime
Date-s 20120619
Date-s 2308
Hwclock-w
Or you can:
1. At the root prompt of the Xen virtual machine, enter the command:
echo 1 >/proc/sys/xen/independent_wallclock or
Sysctl xen.independent_wallclock=1 to enable virtual machine Independent system time
2. Now use the Date-s "Target date Time" command to set the system time.
This setting expires after the virtual machine restarts, and for this setting to take effect permanently, you can make one of the following changes:
Modify the/etc/sysctl.conf file to add the following:
# Set Independent Wall clock time
Xen.independent_wallclock=1
The original search before the solution is not the same as the current version, I also foolishly hard put a few years ago Non-imaginary to plug, really without hesitation copy ah, shame shame!!