Greetings All, How to does one go about reconfiguring centos's time zone configuration (to the eastern time zone (us)), via the command line? I have tested other GNU/Linux distribution's documentation, tools, files and relevant details with centos and have thus far been unable to find a compatible solution. My apologies if my question is very simple, I have done a fair amount of searching on the subject but have yet to find the command or text file which to use to achieve my goal. Also, I am using Centos 4 (C4) Respectfully, //kracker Sole: Dumb This Down
Make sure you have redhat-config-date installed, then run redhat- config-date On May 19, 2005, at 4:51 PM, kracker wrote:> Greetings All, > > How to does one go about reconfiguring centos's time zone > configuration (to the eastern time zone (us)), via the command line? > > I have tested other GNU/Linux distribution's documentation, tools, > files and relevant details with centos and have thus far been unable > to find a compatible solution. > > My apologies if my question is very simple, I have done a fair amount > of searching on the subject but have yet to find the command or text > file which to use to achieve my goal. Also, I am using Centos 4 (C4) > > Respectfully, > //kracker > > Sole: Dumb This Down > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2371 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20050519/1ee6e973/attachment-0004.p7s>
Grant McChesney wrote:> Make sure you have redhat-config-date installed, then run redhat- > config-date > >on CentOS 4, redhat-config-* apps have been replaced with system-config-* : so in this case I guess you are looking for system-config-date - K -- Karanbir Singh : http://www.karan.org/ GnuPG Public Key : http://www.karan.org/publickey.asc
Grant, Thank you for your prompt reply. I did a search via yum for the package 'redhat-config-date' but failed to find any results... yum search redhat-config-date Searching Packages: Setting up Repos update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files update : ################################################## 120/120 base : ################################################## 1404/1404 addons : ################################################## 2/2 extras : ################################################## 30/30 No Matches found Here is my yum.conf file, am I missing something? cat /etc/yum.conf [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=centos-release tolerant=1 exactarch=1 retries=20 obsoletes=1 gpgcheck=1 cat /etc/yum.repos.d/CentOS-Base.repo [base] name=CentOS-$releasever - Base baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 #released updates [update] name=CentOS-$releasever - Updates baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ gpgcheck=1 #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ gpgcheck=1 #additional packages that may be useful [extras] name=CentOS-$releasever - Extras baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ gpgcheck=1 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 #contrib - packages by Centos Users [contrib] name=CentOS-$releasever - Contrib baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ gpgcheck=1 enabled=0 #packages in testing [testing] name=CentOS-$releasever - Testing baseurl=http://mirror.centos.org/centos/$releasever/testing/$basearch/ gpgcheck=1 enabled=0 On 5/19/05, Grant McChesney <grantm at wingateweb.com> wrote:> Make sure you have redhat-config-date installed, then run redhat- > config-dateRespectfully, //kracker Sole : Imsotired