Jammie,

Check whether /etc/localtime is a symbolic link pointing to an appropriate
timezone value for you, or that the contents matches one.

On my SuSE systems, I have this:
> ls -l localtime
lrwxrwxrwx 1 root root 30 Jan 29 23:01 localtime ->
/usr/share/zoneinfo/EST5EDT

If your entry doesn't look like that, you can do this:
cd /etc
rm localtime
ln -s /usr/share/zoneinfo/CST6CDT localtime

On my Red Hat 7.2 system, /etc/localtime is an actual file, whose contents
match /usr/share/zoneinfo/EST5EDT.  So on a Red Hat system, I would do this:
cp -p /usr/share/zoneinfo/CST6CDT /etc/localtime

On both my SuSE and Red Hat systems, the TZ environment variable is not set.

Mark Post

-----Original Message-----
From: Hall, Jammie [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 11:08 AM
To: [EMAIL PROTECTED]
Subject: Re: time config


I'm running from a win98 client + I did not install the gnome, KDE and x
windows stuff on the mf when I ran loader. lesson learned but I need to
get the textbased part running for now and get the rpms later. is there
a way I can install gnome, KDE and X without having to RPM?

-----Original Message-----
From: Holger Baxmann
Sent: Wednesday, February 27, 2002 9:39 AM
To: [EMAIL PROTECTED]
Subject: Re: time config


Am Mit, 2002-02-27 um 15.49 schrieb Hall, Jammie:
> I was noticing that my time is off by 6hrs. In reading the RH 7.2
> customization guide I got from the RH s390 site, everything is
> referencing GUI stuff. How many have a video card on the MF? I need
text
> based. I looked at my /etc/sysconfig/clock I have "America/Chicago".
> Sounded good at the time, plus I have no idea what the options are,
> however it's not right. my questions are
> 1.) how do I change this (using text based config tool pls)?
> 2.) what do I change it to, so it recognizes DST also? (I'm in CST,
> Kansas)
> 3.) am I missing something to be able to use a GUI to configure on the
> mainframe or does RH just not get it?
you are able to do all the gui stuff ... but not on the mainframe: just
use an x-server on your client machine and let run the appropriate
server programms (the x-clients) 'headless' on the mf. this
client:server thingy is in xwindows the other way around - the cpu
eating gui is running on the client as an x-server and the server
programs like xclock are running as clients on a big machine without a
gui needed.

hth
bax
> 4.) I also need to configure NTP. is there a tool to do both?
>
> regards,
> j-me

Reply via email to