Invalid system date - UNIX
There are files in / or /etc with dates that are newer than today. This is usually the result of setting the system clock back. Resolution: Find the offending files with the commands: ls -lt / | head ls -lt /etc | head Use the unix "touch" command to give them today's date. Note: The touch command may not affect a link and you may have to delete the link and then re-create it. Additional installation documentation can be found here: <a target=_blank href="http://www.fluentusers.com/support/installation/unixfaq/index.htm">http://www.fluentusers.com/support/installation/unixfaq/index.htm</a>http://www.fluentusers.com/support/installation/unixfaq/index.htm |
||
![]()
|