Re: time problems (Sorry Ray)

1998-05-07 Thread Scott Kindley
doh...didnt mean to call ya Curtis...shouldve been Ray. Sorry:) -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with

Re: time problems

1998-05-07 Thread Scott Kindley
Ray Curtis wrote: > > "rc" == Ray Curtis <[EMAIL PROTECTED]> writes: > sk> This didnt work: > > sk> [scottk@linux-serv scottk]$ export TZ=EDT > sk> [scottk@linux-serv scottk]$ xbru > sk> BRU: Unable to find/exec bru executable - ABORTING!! > sk> [scottk@linux-serv scottk]$ > > rc> This sounds

Re: time problems

1998-05-07 Thread Scott Kindley
Dave Wreski wrote: > > sk> [scottk@linux-serv scottk]$ export TZ=EDT > > sk> [scottk@linux-serv scottk]$ xbru > > sk> BRU: Unable to find/exec bru executable - ABORTING!! > > sk> [scottk@linux-serv scottk]$ > > Doh! Try running as root > > -- > PLEASE read the Red Hat FAQ, Tips, Errata and the

Re: time problems

1998-05-07 Thread Scott Kindley
Ray Curtis wrote: > What happens with a 'locate xbru' ? > > -- > Curtis Consulting > mailto:[EMAIL PROTECTED] > http://www.clark.net/pub/ray > I did a locate xbru and got this: $ locate xbru /usr/lib/bru/xbru.tcl /usr/lib/bru/xbru_backup.tcl /usr/lib/bru/xbru_backupstate.tcl /usr/lib/bru/xbru_

Re: time problems

1998-05-06 Thread Ray Curtis
> "rc" == Ray Curtis <[EMAIL PROTECTED]> writes: sk> This didnt work: sk> [scottk@linux-serv scottk]$ export TZ=EDT sk> [scottk@linux-serv scottk]$ xbru sk> BRU: Unable to find/exec bru executable - ABORTING!! sk> [scottk@linux-serv scottk]$ rc> This sounds like a path problem, the install o

Re: time problems

1998-05-06 Thread Dave Wreski
> sk> [scottk@linux-serv scottk]$ export TZ=EDT > sk> [scottk@linux-serv scottk]$ xbru > sk> BRU: Unable to find/exec bru executable - ABORTING!! > sk> [scottk@linux-serv scottk]$ Doh! Try running as root -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://

Re: time problems

1998-05-06 Thread Ray Curtis
> "sk" == Scott Kindley <[EMAIL PROTECTED]> writes: sk> Ray Curtis wrote: >> This is a known problem and redhat needs to fix. Its a problem with >> Glibc and should be fixed sometime in the future. >> >> For the present why not just create a simple shell script to startup >> BRU in which you

Re: time problems

1998-05-05 Thread Scott Kindley
Ray Curtis wrote: > This is a known problem and redhat needs to fix. Its a problem with > Glibc and should be fixed sometime in the future. > > For the present why not just create a simple shell script to startup > BRU in which you set the TZ=*DT then when it finishes set TZ= > to reset the TZ. >

Re: time problems

1998-05-05 Thread Paul Evad - Kudosnet Communications
>Or just open a shell and do this: >export TZ=*DT >xbru > >then when it finishes >export TZ= > >Kludgy, but should work for now. Thanks... duh... should have thought of that myself. I guess my timezone settings are fine then... Thanks for the kick in the right direction. _ paul --

Re: time problems

1998-05-05 Thread Ray Curtis
This is a known problem and redhat needs to fix. Its a problem with Glibc and should be fixed sometime in the future. For the present why not just create a simple shell script to startup BRU in which you set the TZ=*DT then when it finishes set TZ= to reset the TZ. Or just open a shell and do t