You are not logged in.
Pages: 1
Hi
I feeling very dumb...I want to set clock up for my time zone (Gnome 2.4)
When I try to set clock I get error program for setting time & date not installed?
Any ideas
Mr Green :oops:
Mr Green
Offline
http://gnomesupport.org/forums/viewtopi … t=set+time
well this is an arch only problem
Freedom is what i love
Offline
Mr Green
Offline
You can install gnome-system-tools to do it, it is in my tur:
[kritoke]
Server = ftp://ftp.berlios.de/pub/tur/kritoke
Basically you just install that program, right click on your time in the panel, and go to adjust date/time, type in your root password and then you select Slackware 9.1(it seems to be very similar to Arch when using mostly anything in gnome-system-tools).
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
I'm a command-line guy. As root, you can do something like this:
date -s "Mon Jan 5 16:55:00 EST 2004"
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
Hi
In /etc/rc.conf
you will see the following
#
# Localization
#
# Note: HARDWARECLOCK is either "UTC" or "localtime"
#
KEYMAP=us
TIMEZONE=Europe/London
HARDWARECLOCK="localtime"
To set TIMEZONE look in /usr/share/zoneinfo for your zone 8)
To adjust time you need to be root then use date command as above....
As for UTC or localtime setting not too sure on which one to use yet
Maybe someone will jump onboard and give us the low down (google it )
Mr Green :mrgreen:
Mr Green
Offline
# Note: HARDWARECLOCK is either "UTC" or "localtime"
#
KEYMAP=us
TIMEZONE=Europe/London
HARDWARECLOCK="localtime"As for UTC or localtime setting not too sure on which one to use yet
Maybe someone will jump onboard and give us the low down (google it )
UTC you choose if you have a radio-clock-reciever connected to your motherboard to keep your hardware clock to GMT (=UTC) or you set your clock in bios to show GMT --- if you use UTC, then linux will count the hours to your TIMEZONE and show you the right time for your timezone while the system is running on GMT
as most people do not have radio-controlled time-signal recievers on their motherboards and running your clock on GMT is impossible with having windows also on the same machine --- because it changes your system-clock to the time it shows, you can easily use localtime and set your timezone
fortune -m 'what time' :-) // if you do not have fortune, just run pacman -S fortune ... there are also other fortune-packages with addional quotes ... just search for them: pacman -Ss fortune
The impossible missions are the only ones which succeed.
Offline
I prefer using UTC for my computers (and I even live with the fact that my ancient Win version that I occasionally boot into has the wrong time - note that all newer versions of Win can deal with the CMOS clock being in UTC - from Win98SE onward). Somewhere I read (great reference, eh ;-) ) that the clock being in UTC is the UNIX way. Don't cite me on that but apparently the classical Unix system all have the hardware clock in UTC. And furthermore, AFAIR OpenBSD, e.g. won't even give you a choice :-)
One advantage of this is for Laptops : when you actually do travel with them (some poeple are actually using laptops for mobility reasons ;-) ... ), then you simply change the symlink once you change timezones (and change the entry in rc.conf). No need to fiddle around with "hwclock".
Also, I beleive it is easier for dealing with daylight savings times.
Offline
true, you are right, this is the old way of "*nix"
:-) but hey, does it matter what time it is? i have my clock in kde set to fuzziness=high -> how i have "middle of week" :-)
The impossible missions are the only ones which succeed.
Offline
Then you may like this program that a friend of mine wrote :-) :
http://www.pci.uni-heidelberg.de/tc/usr … xsued.html
Sorry for most of the readers, but you need to speak German.
But actually, on the question how important the accuracy of the clock is : of course it doesn't matter to find out when you need to go to lunch. But it does matter for things like NFS etc. Also, try to complie on NFS mounted directories when make gets confused about time-stamps because the times of the two machines are too much off ... but this is not an issue of the hardware clock but rather of synchronizing the clocks (ntp is the right tool for that).
Offline
I use:
#!/bin/sh
#
# /etc/rc.local: Local multi-user startup script.
#
echo
echo Setting Time and Date from Internet
echo
ntpdate time.nist.gov && hwclock -w
# End of file
Cheers!
-- Linux! Isn't it time?
Offline
Then you may like this program that a friend of mine wrote :-) :
http://www.pci.uni-heidelberg.de/tc/usr … xsued.htmlSorry for most of the readers, but you need to speak German.
But actually, on the question how important the accuracy of the clock is : of course it doesn't matter to find out when you need to go to lunch. But it does matter for things like NFS etc. Also, try to complie on NFS mounted directories when make gets confused about time-stamps because the times of the two machines are too much off ... but this is not an issue of the hardware clock but rather of synchronizing the clocks (ntp is the right tool for that).
great, funny tool :-) thanx for this link (i built it for arch, it's in my TUR now)
sure, in the background the clock should go like a swiss clock
The impossible missions are the only ones which succeed.
Offline
Pages: 1