public inbox for gentoo-ppc-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-ppc-user] time
@ 2005-08-06 13:33 Mike S
  2005-08-06 22:52 ` Przemysław Maciąg
  0 siblings, 1 reply; 6+ messages in thread
From: Mike S @ 2005-08-06 13:33 UTC (permalink / raw
  To: gentoo-ppc-user

I know this is probably a totally newbie question, butr I have googled 
over and over for the answerand can't seem to find it
when I run the command date it says that I am in UTC even though I have 
changed UTC to local in the rc.conf file, or whatever it was, and I made 
the appropriate symlink, and It wouldn't be that big of a deal except my 
emails are getting messed up, like the other day I sent an email to this 
list, and I was replied to, but my email program filed the reply before 
the email I sent!  It's not a big problem, though I bet in some cases it 
could be, but any help on this would be appreciated.

--Mike S
-- 
gentoo-ppc-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-ppc-user] time
  2005-08-06 22:52 ` Przemysław Maciąg
@ 2005-08-06 15:15   ` Mike S
  2005-08-10  8:53     ` Mike S
  0 siblings, 1 reply; 6+ messages in thread
From: Mike S @ 2005-08-06 15:15 UTC (permalink / raw
  To: gentoo-ppc-user

Przemysław Maciąg wrote:

>rc.conf? hmmm... I think now this should be set in /etc/conf.d/clock
>
>try that :)
>
>Regards,
>Przemek
>
>  
>
I have no /etc/conf.d/clock, but I double checked /etc/rc.conf, and the 
CLOCK setting in it said that it was used by /etc/init.d/clock, so I 
looked at that, and I didn't know what I was looking at since I don't 
know scripts.

But as I read it now it looks like a simple if,then,else saying that if 
$CLOCK is set equal to UTC it sets myopts to --utc and TBLURB [UTC], 
which I have no idea what those are, but it seems to use --localtime as 
the else, so in theory wouldn't that else happen if CLOCK was set to 
anything but UTC?

And again, I apologize, I only have limited programming experience, so 
if that explanation sucked, I am really really sorry.

--Mike S
-- 
gentoo-ppc-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-ppc-user] time
  2005-08-06 13:33 [gentoo-ppc-user] time Mike S
@ 2005-08-06 22:52 ` Przemysław Maciąg
  2005-08-06 15:15   ` Mike S
  0 siblings, 1 reply; 6+ messages in thread
From: Przemysław Maciąg @ 2005-08-06 22:52 UTC (permalink / raw
  To: gentoo-ppc-user

rc.conf? hmmm... I think now this should be set in /etc/conf.d/clock

try that :)

Regards,
Przemek

-- 
gentoo-ppc-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-ppc-user] time
  2005-08-06 15:15   ` Mike S
@ 2005-08-10  8:53     ` Mike S
  2005-08-10 18:32       ` Przemysław Maciąg
  0 siblings, 1 reply; 6+ messages in thread
From: Mike S @ 2005-08-10  8:53 UTC (permalink / raw
  To: gentoo-ppc-user

Mike S wrote:

> Przemysław Maciąg wrote:
>
>> rc.conf? hmmm... I think now this should be set in /etc/conf.d/clock
>>
>> try that :)
>>
>> Regards,
>> Przemek
>>
>>  
>>
> I have no /etc/conf.d/clock, but I double checked /etc/rc.conf, and 
> the CLOCK setting in it said that it was used by /etc/init.d/clock, so 
> I looked at that, and I didn't know what I was looking at since I 
> don't know scripts.
>
> But as I read it now it looks like a simple if,then,else saying that 
> if $CLOCK is set equal to UTC it sets myopts to --utc and TBLURB 
> [UTC], which I have no idea what those are, but it seems to use 
> --localtime as the else, so in theory wouldn't that else happen if 
> CLOCK was set to anything but UTC?
>
> And again, I apologize, I only have limited programming experience, so 
> if that explanation sucked, I am really really sorry.
>
> --Mike S

Just as a follow up to this I did an emerge -DN world the other day and 
apparently my /etc was restructured from what it was originally.  CLOCK 
used to be set in the /etc/rc.conf, but now it is not and I do have an 
/etc/conf.d/clock that I set to local instead of UTC.  I also had to 
play around with the clock in gnome also but I think it is working fine 
now.  I have my timezone set in /etc/local and in the gnome clock, and 
the time is displayed properly.  The emails seem to be coming in at the 
right times and such, so I just wanted to say thanks for the help.

--Mike S
-- 
gentoo-ppc-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-ppc-user] time
  2005-08-10  8:53     ` Mike S
@ 2005-08-10 18:32       ` Przemysław Maciąg
  2005-08-10 19:57         ` Mike S
  0 siblings, 1 reply; 6+ messages in thread
From: Przemysław Maciąg @ 2005-08-10 18:32 UTC (permalink / raw
  To: gentoo-ppc-user

Dnia 10-08-2005, śro o godzinie 01:53 -0700, Mike S napisał(a):
> Just as a follow up to this I did an emerge -DN world the other day and 
> apparently my /etc was restructured from what it was originally.  CLOCK 
> used to be set in the /etc/rc.conf, but now it is not and I do have an 
> /etc/conf.d/clock that I set to local instead of UTC.  I also had to 
> play around with the clock in gnome also but I think it is working fine 
> now.  I have my timezone set in /etc/local and in the gnome clock, and 
> the time is displayed properly.  The emails seem to be coming in at the 
> right times and such, so I just wanted to say thanks for the help.

It's good that it works now!

anyway - for short ending comment - CLOCK was removed from rc.conf and
moved to /etc/conf.d/clock some time ago - few months? ;))

I would say that you haven't done any updates for a while (before that
one :) ).

It's good it works now!

Cheers,
Przemek

-- 
gentoo-ppc-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-ppc-user] time
  2005-08-10 18:32       ` Przemysław Maciąg
@ 2005-08-10 19:57         ` Mike S
  0 siblings, 0 replies; 6+ messages in thread
From: Mike S @ 2005-08-10 19:57 UTC (permalink / raw
  To: gentoo-ppc-user

Przemysław Maciąg wrote:

>Dnia 10-08-2005, śro o godzinie 01:53 -0700, Mike S napisał(a):
>  
>
>>Just as a follow up to this I did an emerge -DN world the other day and 
>>apparently my /etc was restructured from what it was originally.  CLOCK 
>>used to be set in the /etc/rc.conf, but now it is not and I do have an 
>>/etc/conf.d/clock that I set to local instead of UTC.  I also had to 
>>play around with the clock in gnome also but I think it is working fine 
>>now.  I have my timezone set in /etc/local and in the gnome clock, and 
>>the time is displayed properly.  The emails seem to be coming in at the 
>>right times and such, so I just wanted to say thanks for the help.
>>    
>>
>
>It's good that it works now!
>
>anyway - for short ending comment - CLOCK was removed from rc.conf and
>moved to /etc/conf.d/clock some time ago - few months? ;))
>
>I would say that you haven't done any updates for a while (before that
>one :) ).
>
>It's good it works now!
>
>Cheers,
>Przemek
>
>  
>
You're right.  I have only been using gentoo for two weeks, I installed 
it and built the rest from the stage 3 tarball on the 2005.0 live cd and 
three days ago was the first emerge world I did

Thanks,
--Mike S
-- 
gentoo-ppc-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-10 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-06 13:33 [gentoo-ppc-user] time Mike S
2005-08-06 22:52 ` Przemysław Maciąg
2005-08-06 15:15   ` Mike S
2005-08-10  8:53     ` Mike S
2005-08-10 18:32       ` Przemysław Maciąg
2005-08-10 19:57         ` Mike S

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox