LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - General
User Name
Password
Linux - General This forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Tags used in this thread
Popular LQ Tags , , , ,

Reply
 
Thread Tools
Old 01-10-2007, 05:32 PM   #1
hbloom
LQ Newbie
 
Registered: Sep 2006
Posts: 3
Thanked: 0
RedHat Release 9 and Daylight Savings Time (DST)


[Log in to get rid of this advertisement]
Looking for an rpm or some file update to get a Redhat Release 9 system set for the new Daylight Savings Time (DST) settings taking effect 3/11/06. Any ideas? Thank you.
hbloom is offline  
Tag This Post ,
Reply With Quote
Old 01-10-2007, 06:54 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
Yes download the source file tzdata2007a.tar.gz from ftp://elsie.nci.nih.gov/pub/, extract and then use 'zic' to create an appropriate new zoneinfo file(s) directly.

For the details see; man zic
Lenard is offline     Reply With Quote
Old 01-10-2007, 07:59 PM   #3
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088
Thanked: 4
Is there a reason why you are using Redhat 9? This has been unsupported since May 2004. The "free" Redhat distros have been superceded by the Fedora Project, the latest release is Core 6.

I strongly recommend that you upgrade to Fedora Core 6, which is much better supported, and has newer versions of most programs.

Under FC6, the system update tool should already have an updated "tzdata" package when you apply the updates. This should take care of the DST issue.

--Ian
IBall is offline     Reply With Quote
Old 01-11-2007, 09:54 AM   #4
hbloom
LQ Newbie
 
Registered: Sep 2006
Posts: 3
Thanked: 0

Original Poster
Quote:
Originally Posted by Lenard
Yes download the source file tzdata2007a.tar.gz from ftp://elsie.nci.nih.gov/pub/, extract and then use 'zic' to create an appropriate new zoneinfo file(s) directly.

For the details see; man zic

Thanks for the info.
hbloom is offline     Reply With Quote
Old 01-11-2007, 09:55 AM   #5
hbloom
LQ Newbie
 
Registered: Sep 2006
Posts: 3
Thanked: 0

Original Poster
Quote:
Originally Posted by IBall
Is there a reason why you are using Redhat 9? This has been unsupported since May 2004. The "free" Redhat distros have been superceded by the Fedora Project, the latest release is Core 6.

I strongly recommend that you upgrade to Fedora Core 6, which is much better supported, and has newer versions of most programs.

Under FC6, the system update tool should already have an updated "tzdata" package when you apply the updates. This should take care of the DST issue.

--Ian

Long story as to why it is still RedHat R9...Thanks for the info
hbloom is offline     Reply With Quote
Old 03-13-2007, 08:16 PM   #6
j_r_l
LQ Newbie
 
Registered: Mar 2007
Posts: 1
Thanked: 0
I have several Redhat 9 systems too. I used the info from Lenard. But the process ended up being VERY VERY easy once I figued out what to do. If you download those .gz files you will have a folder with the new timezone files in them. I'm in CST6CDT. All I did was copied the CST6CDT file to /usr/share/zoneinfo on my Redhat 9 system and the reran the redhat-config-date program. It updated the timezone and to the new daylight savings time settings. If you run

zdump -v /etc/localtime | grep 2007

it will show you when DST is going to start and stop on a system. Run it before and then after to verify that my method worked. It took me several hours to come upon this idea based on other things I read and tried including compiling those programs Lenard referenced. There was no need to compile. Good luck.

Jesse
j_r_l is offline     Reply With Quote
Old 03-16-2007, 11:47 AM   #7
qqlearn
LQ Newbie
 
Registered: Mar 2007
Posts: 1
Thanked: 0
Hi, All,

I try to download the source file tzdata2007a.tar.gz from ftp://elsie.nci.nih.gov/pub/ to my XP computer first. Then, I will copy the file to my Redhat 9 Linux computer. But it doesn't work. What I do is that I typed ftp://elsie.nci.nih.gov/pub in IE. Then, it shows me that "Internet Explorer cannot Display the webpage".

Is anybody know if the source file still can download? Or, do I do some wrong? Could anybody tell me how to download the source file? Thanks a lot.

--qq
qqlearn is offline     Reply With Quote
Old 03-16-2007, 03:21 PM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
The file can still be download, try a different browser; http://www.firefox.com/

Or click on the links you just posted twice in your query, or use this one; ftp://elsie.nci.nih.gov/pub/tzdata2007c.tar.gz
Lenard is offline     Reply With Quote
Old 03-17-2007, 02:53 PM   #9
pierred
LQ Newbie
 
Registered: Mar 2007
Posts: 5
Thanked: 0
complete steps

Thanks for all the info above!
I summarized here the complete procedure for my system (RH9), hopefully it can save some time for someone else.

# as root:

# check the old time zone info
zdump -v /etc/localtime | grep 2007
# shows:
#/etc/localtime Sun Apr 1 09:59:59 2007 UTC = Sun Apr 1 01:59:59 2007 PST isdst=0 gmtoff=-28800
#/etc/localtime Sun Apr 1 10:00:00 2007 UTC = Sun Apr 1 03:00:00 2007 PDT isdst=1 gmtoff=-25200
#/etc/localtime Sun Oct 28 08:59:59 2007 UTC = Sun Oct 28 01:59:59 2007 PDT isdst=1 gmtoff=-25200
#/etc/localtime Sun Oct 28 09:00:00 2007 UTC = Sun Oct 28 01:00:00 2007 PST isdst=0 gmtoff=-28800

service ntpd stop

# use a tmp directory
mkdir -p tzone ; cd tzone

# get the new timezone info
wget ftp://elsie.nci.nih.gov/pub/tzdata2007c.tar.gz
tar xzf tzdata2007c.tar.gz

# adjust the system's zoneinfo
zic -d /usr/share/zoneinfo/ northamerica

# re-run redhat date config tool
redhat-config-date
# just confirm my timezone is America/Los-Angeles Pacific Time

# check that the change has taken place
zdump -v /etc/localtime | grep 2007
# shows (to my satisfaction):
#/etc/localtime Sun Mar 11 09:59:59 2007 UTC = Sun Mar 11 01:59:59 2007 PST isdst=0 gmtoff=-28800
#/etc/localtime Sun Mar 11 10:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 PDT isdst=1 gmtoff=-25200
#/etc/localtime Sun Nov 4 08:59:59 2007 UTC = Sun Nov 4 01:59:59 2007 PDT isdst=1 gmtoff=-25200
#/etc/localtime Sun Nov 4 09:00:00 2007 UTC = Sun Nov 4 01:00:00 2007 PST isdst=0 gmtoff=-28800

# force ntp to adjust the clock, even if there was a large gap:
ntpdate clock.redhat.com

# make sure ntpd will be restarted after reboot
chkconfig ntpd on

# restart ntpd now
service ntpd start
pierred is offline  
Tag This Post , ,
Reply With Quote
Old 10-30-2008, 01:26 PM   #10
denpick
LQ Newbie
 
Registered: Oct 2008
Posts: 1
Thanked: 1
worked on rh9

Thanks pierred. Those were excellent...instructions I can follow. Worked great. Use a browser to check the ftp...above and fetch the file named similar...they update names. Today it was: tzdata2008i.tar.gz
Thanks
denpick is offline     Reply With Quote
Thanked by:
Old 10-07-2009, 01:06 AM   #11
andrewstr
Member
 
Registered: Oct 2003
Location: WA--USA
Distribution: Red Hat 9, Suse 10.2
Posts: 143
Thanked: 0
pierred, your info worked fine for the 2009 tz files too. Thanks for the post. It saved me a lot of time!
windows_xp_2003 andrewstr is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server time and daylight savings dtra Linux - General 2 03-23-2006 05:10 PM
Daylight Savings time depdiver Linux - General 4 03-13-2006 02:30 PM
Daylight savings time depdiver Red Hat 2 02-21-2006 11:00 AM
Daylight savings time Jeebizz Slackware 13 11-21-2005 09:08 PM
Daylight Savings Time and Linux cereal83 Linux - General 6 10-31-2005 06:28 PM


All times are GMT -5. The time now is 01:22 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration