The Fedora timeconfig I often access a Linux server (of others) and found that the system time is completely wrong. Replace things is simple, if you do not forget that Linux is separately and that the system time clock hardware. It is therefore sufficient to adjust the system time with the command `date`, since the first reboot of the server system time would be automatically reset in synchronization with the clock hardware and nullifying the changes.

We must therefore move in two easy steps:

  1. First you set the time using the command 'date':
    date --set 16:11
  2. Then impose the system clock (hardware) the same time using the synchronization command:
    hwclock --directisa --systohc --utc

If you work with Debian-directisa option must also be specified in the script / etc / init.d / hwclock.sh, where it replaced the line:

HWCLOCKPARS=

with the line:

HWCLOCKPARS="--directisa"

This is what ...

Share this content:
  • del.icio.us
  • Google Bookmarks
  • Digg
  • Facebook
  • Technorati
  • MySpace
  • Twitter