Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Hoe clock in te stellen op GMT+1?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
tdm
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2002
Posts: 117
Location: The Netherlands

PostPosted: Tue Jan 07, 2003 11:56 am    Post subject: Hoe clock in te stellen op GMT+1? Reply with quote

in het /etc/rc.conf file kan ik de clock wel UTC of LOCAL invullen, maar hoe kan ik de clock in stellen op GMT+1 (de nederlandse tijd) en/of de de tijd aanpassen?
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Tue Jan 07, 2003 2:45 pm    Post subject: Reply with quote

Tijdzone instellen is niet meer als een symlinkje naar /etc/localtime :

http://www.gentoo.org/doc/nl/gentoo-x86-install.xml#doc_chap16

De tijd juist zetten kun je met het commando date (man date) of je kunt dit automatisch doen door ntp te emergen (emerge ntp) en dan ntpdate te runnen.

Ik doe bijv.

Code:

ntpdate ntp.belnet.be


en dan wordt m'n klok automatisch gesynchroniseerd met die ntp server.
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Tue Jan 07, 2003 4:40 pm    Post subject: Reply with quote

Quote:
De tijd juist zetten kun je met het commando date (man date) of je kunt dit automatisch doen door ntp te emergen (emerge ntp) en dan ntpdate te runnen.


Je kan dit ook met rdate doen, vb:
Code:
rdate -s ntp1.belnet.be

en je kan er ook een scriptje van maken door de volgende tekst in het nieuwe bestand /root/zettijd.sh te zetten:
Code:
#!/bin/bash
echo "***TIJD SYNCHRONISATIE***"
echo -n "Oud :   " && date +%d/%m/%G\ %H:%M:%S && rdate -s ntp1.belnet.be && echo -n "Nieuw : " && date +%d/%m/%G\ %H:%M:%S
echo "***KLAAR***"

en als je dan het commando "/root/zettijd.sh" aan /etc/conf.d/local.start toevoegt gebeurt de synchronisatie bij het opstarten.

PS: voor mensen die pandora hebben als provider raad ik ntp1.belnet.be aan, ntp.belnet.be is soms niet bereikbaar en de timeservers van pandora zijn niet nauwkeurig
Back to top
View user's profile Send private message
tdm
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2002
Posts: 117
Location: The Netherlands

PostPosted: Tue Jan 07, 2003 9:07 pm    Post subject: Reply with quote

Bedankt, het 'date' commando werkt perfect na wat lezen van de man pages :)
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Tue Jan 07, 2003 10:18 pm    Post subject: Reply with quote

tdm wrote:
Bedankt, het 'date' commando werkt perfect na wat lezen van de man pages :)

Whehe, daarvoor werkte het date-commando al even goed :wink:
Back to top
View user's profile Send private message
iKiddo
Guru
Guru


Joined: 27 Jun 2002
Posts: 341
Location: Europe?

PostPosted: Fri Jan 10, 2003 5:26 pm    Post subject: Reply with quote

Als ik switch tussen win98se en gentoo gaat mijn klok telkens drijven. Ik ben net in Gentoo geweest en er staat nu in mijn (win) klok 23:33 :(
Iemand enig idee hoe dit te voorkomen? Ik heb zoneinfo/Europe/Amsterdam naar /etc/localtime gelinkt en in rc.conf staat hij op local.
Op mijn moeders PC met gentoo1.2 doet hij het wel goed :(
Back to top
View user's profile Send private message
tdm
Tux's lil' helper
Tux's lil' helper


Joined: 06 May 2002
Posts: 117
Location: The Netherlands

PostPosted: Fri Jan 10, 2003 6:23 pm    Post subject: Reply with quote

Ik heb, na het goed zetten van de tijd met het date commando in Linux, mijn tijd in windows 1 keer goed gezet, en sindsdien blijft die goed staan.

Heb je dat al geprobeerd?
Back to top
View user's profile Send private message
iKiddo
Guru
Guru


Joined: 27 Jun 2002
Posts: 341
Location: Europe?

PostPosted: Fri Jan 10, 2003 9:53 pm    Post subject: Reply with quote

Ja al duizende keren :(
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Sat Jan 11, 2003 7:30 am    Post subject: Reply with quote

iKiddo wrote:
Als ik switch tussen win98se en gentoo gaat mijn klok telkens drijven. Ik ben net in Gentoo geweest en er staat nu in mijn (win) klok 23:33 :(
Iemand enig idee hoe dit te voorkomen? Ik heb zoneinfo/Europe/Amsterdam naar /etc/localtime gelinkt en in rc.conf staat hij op local.
Op mijn moeders PC met gentoo1.2 doet hij het wel goed :(


In je /etc/rc.conf moet ook staan:

Code:

CLOCK="local"

_________________
No growth without resistance.
No action without reaction.
No desire without restraint.
Back to top
View user's profile Send private message
iKiddo
Guru
Guru


Joined: 27 Jun 2002
Posts: 341
Location: Europe?

PostPosted: Sat Jan 11, 2003 12:20 pm    Post subject: Reply with quote

Zu` wrote:
iKiddo wrote:
[...] en in rc.conf staat hij op local.[...]


In je /etc/rc.conf moet ook staan:

Code:

CLOCK="local"


Handig dat je mij meteen er boven quote, hoef ik niet te knippen/plakken.
Back to top
View user's profile Send private message
water
Guru
Guru


Joined: 19 Jun 2002
Posts: 387
Location: Zierikzee, The Netherlands

PostPosted: Sun Jan 12, 2003 3:46 pm    Post subject: Reply with quote

Ik heb hetzelfde probleem. :(
_________________
Groeten uit Holland
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum