Skip navigation.
Home
Now Shipping Version 7.0

Too many clocks...


Posts: 613

What subject does 'time' fall under?

Mepis 3.3.2Test03

The situation: I am unable to display my local time (EDT) on my desktop and keep the setting after reboot.

The hardware clock is set correctly and for UTC. (hwclock)

The system clock is set correctly and for UTC (date).

 cat etc/timezone</p>
<p>America/New_York 

'rcS' file is:

 UTC=yes 

What am I missing (besides the answer)?Puzzled

q

Clocks

Why don't you set all three to EDT and be done with it?

kerry's picture

Time

Right click on the clock, select show time zone, configure time zone. If thats not what your looking all the settings are there u can change everything.

Jon Du Quesne's picture

ntpdate?

qtech, are you running ntpdate at some point to synchronize time?

Also, how are you trying to set your time (through what methods)?

Usually when I have a fresh install, when I go to set the time through KDE, I go through a two-step process. First I change time zone and apply it then, if necessary, go back in and adjust the time. If I try to do both steps at the same time then either the time zone or the time does not "take".

Quite honestly, I'd like to change my system clock so it's set to UTC with the local time showing on my KDE desktop set to Pacific time, so the opposite of your problem Smiling

Jon

potatosalad's picture

Timezone Problem Fix

I found this fix here. I had the same problem with my timezone or clocks...or whatever.

Fire up a terminal and enter...

su
Enter root password

cd /etc
ls -Al localtime

If you get a "No such file or directory" error, then you're in the same situation that I was in.

ln -svf /usr/share/zoneinfo/America/New_York localtime
This is the setting for EDT.

/etc/init.d/hwclockfirst.sh stop
/etc/init.d/hwclockfirst.sh start

Your KDE clock should automatically reset itself to reflect the new system timezone (or mine did anyway).

date
This should also give you the new system time, hopefully in your new timezone.

I hope this helps.

AdrianTM's picture

too many clocks?

If nothing works set a Salvador Dali wallpaper and call Mepis "art project: meaning of time"

--
Post questions on www.mepislovers.org too -- very helpful community.
Check out our wiki: www.mepislovers-wiki.org

drlizau's picture

or

right click on the clock, choose
type -> fuzzy

Thanks for the clock fix as

Thanks for the clock fix as listed by you and credited to the original post.

- Steve

"The secret to creativity is knowing how to hide your sources." Albert Einstein

TIme zone problem fix not

When I execute this command etc/init.d/hwclockfirst.sh stop
I get this message
-su: etc/init.d/hwclockfirst.sh: No such file or directory

This command went fine

root@4[~]# ln -svf /usr/share/zoneinfo/America/New_York localtime
create symbolic link `localtime' to `/usr/share/zoneinfo/America/New_York'

Any other suggestions?

ratliff

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.