Find the answer to your Linux question:
Results 1 to 3 of 3
dear friends, my system time is getting reset every time i restart my system suppose i have set the time and i restart the system , then time is changing ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    3

    clock is not getting set



    dear friends,
    my system time is getting reset every time i restart my system
    suppose i have set the time and i restart the system , then time is changing and it is giving some other value.
    can you please help where to set the time permanently.
    bye

  2. #2
    Just Joined!
    Join Date
    Nov 2007
    Location
    Camp Pendleton
    Posts
    55
    Try `hwclock --systohc' to set the hardware clock from the running system...

  3. #3
    Just Joined!
    Join Date
    Aug 2007
    Posts
    4
    /etc/default/rcS
    UTC=no must be.
    rm /etc/localtime
    ln -s /usr/share/zoneinfo/Asia/Istanbul /etc/localtime (this is mine, set yours)
    date -s "11/29/2007 00:12:34"
    and reboot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •