Re: Argh - setting timezone from command line in FC

2006-02-20 Thread Fred
On Wednesday 15 February 2006 09:33, Drew Van Zandt wrote:
 I did figure it out... I already knew how to do it in Debian, but FC
 seems odd to me.  (Obvious distro bias.)

Mind sharing your solution? I have a similar situation with my FC4 servers in 
California. I want them in MY local time. I did it before with overwriting a 
timezone file with the desired timezone, but I prefer a cleaner solution.

-Fred
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-20 Thread Drew Van Zandt
/usr/sbin/timeconfig, I believe.  (seems similar to tzselect, but
actually makes changes.)

--DTVZ
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-15 Thread Drew Van Zandt
I did figure it out... I already knew how to do it in Debian, but FC
seems odd to me.  (Obvious distro bias.)

--DTVZ
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Argh - setting timezone from command line in FC

2006-02-14 Thread Drew Van Zandt
All the references I can find via google tell me how easy it is to set
the server time zone with the grapohical tool... how do I do it from
the command line in FC3?

--Drew Van Zandt
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-14 Thread Python
On Tue, 2006-02-14 at 16:27 -0500, Drew Van Zandt wrote:
 All the references I can find via google tell me how easy it is to set
 the server time zone with the grapohical tool... how do I do it from
 the command line in FC3?

tzselectit will prompt you

(I've never actually used it.  I used the GUI instead, but it looks like
it would work.)

 
 --Drew Van Zandt
 ___
 gnhlug-discuss mailing list
 gnhlug-discuss@mail.gnhlug.org
 http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
-- 
Lloyd Kvam
Venix Corp

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-14 Thread Drew Van Zandt
Indeed, I have run tzselect, and... it has no effect.

--DTVZ
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-14 Thread Cole Tuininga
On Tue, 2006-02-14 at 16:51 -0500, Drew Van Zandt wrote:
 Indeed, I have run tzselect, and... it has no effect.

As root?

-- 
Cole Tuininga [EMAIL PROTECTED]

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-14 Thread Drew Van Zandt
yes, as root.  :-)

--DTVZ
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Argh - setting timezone from command line in FC

2006-02-14 Thread Paul Lussier
Python [EMAIL PROTECTED] writes:

 On Tue, 2006-02-14 at 16:27 -0500, Drew Van Zandt wrote:
 All the references I can find via google tell me how easy it is to set
 the server time zone with the grapohical tool... how do I do it from
 the command line in FC3?

 tzselect  it will prompt you

On a debian system I see:

$ apropos timezone
Time::Zone (3pm) - - miscellaneous timezone manipulations routines
timezone (3) [tzset] - initialize time conversion information
tzconfig (8) - set the local timezone
tzcoord.pl (1)   - script that prints coordinates of a named timezone
tzselect (1) - view timezones
tzsetup (8)  - set the local timezone

So, it would seem that tzconfig and tzsetup are the ones most likely to help.
But why two programs? Further investigation reveals:

$ dpkg -S `which tzsetup`;dpkg -S `which tzconfig`
base-config: /usr/sbin/tzsetup
libc6: /usr/sbin/tzconfig

$ ls -l /usr/sbin/tz
tzconfig  tzsetup   

$ ls -l /usr/sbin/tz*
-rwxr-xr-x1 root root 3142 2004-10-01 02:26 /usr/sbin/tzconfig
-rwxr-xr-x1 root root 4854 2002-05-01 15:19 /usr/sbin/tzsetup

Very strange indeed.  From the man pages, it appears that tzsetup is
by a different author (Joey Hess) than tzconfig and tzselect (Marcus
Brinkman).  I don't think that's helpful though :)
-- 

Seeya,
Paul
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss