Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Zeitverschiebung
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
William
n00b
n00b


Joined: 19 May 2002
Posts: 26
Location: Germany

PostPosted: Sun Jul 14, 2002 6:19 pm    Post subject: Zeitverschiebung Reply with quote

Ich hab ein kleines Problem mit meiner BIOS Uhr. Nach ca. 3/4 Tagen geht meine Systemuhr 10min. nach! Keine Ahnung ob das ein Motherboardfehler oder ein Softwarefehler ist.
An der Motherboardbatterie kann es nicht liegen, da ich mir erst vor ein paar Monaten ein neues Asus A7V333 Motherboard gekauft habe.
Als Betriebsysteme benutzte ich Gentoo Linux und Windows XP. Kann es sein, dass die beiden sich nicht richtig vertragen??
Mein Gentoo läuft auf lokaler Systemzeit, wie auch mein WinXP. Nachdem ich die Uhr wieder richtig gestellt hab, wird sie unter beiden System richtig angezeigt, nach 3 Tagen geht sie aber nach.
Was denkt ihr? An was könnte das liegen?

Gruß
Florian
Back to top
View user's profile Send private message
juwe
n00b
n00b


Joined: 11 Jul 2002
Posts: 26

PostPosted: Sun Jul 14, 2002 7:46 pm    Post subject: Reply with quote

Das gleiche Problem hatte ich auch. Probier mal folgendes:

1. Löschen von /etc/adjtime
2. Einstellen der Uhr auf aktuelle Zeit
3. Reboot (/etc/adjtime wird automatisch neu erstellt)

Seitdem geht meine Uhr immer richtig.
Back to top
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Sun Jul 14, 2002 8:30 pm    Post subject: Reply with quote

Ein freundliches:
Code:
emerge net-misc/ntp

sowie folgender Eintrag in /etc/ppp/ip-up:
Code:
# Synchronize time via NTP
# List of NTP servers and other info: <http://www.eecis.udel.edu/~ntp>
/usr/bin/sudo /usr/bin/ntpdate -s ptbtime1.ptb.de ptbtime2.ptb.de

...und meine PC-Uhr wird bei jedem Online-Gehen aktualisiert.
_________________
Linux user #216018
Back to top
View user's profile Send private message
juwe
n00b
n00b


Joined: 11 Jul 2002
Posts: 26

PostPosted: Sun Jul 14, 2002 9:01 pm    Post subject: Reply with quote

@maystorm

Mittels NTP ist es natürlich möglich, die Systemuhr ständig zu aktualisieren und somit sehr genau gehen zu lassen. Meiner Meinung nach wird dadurch allerdings nicht das eigentliche Problem beseitigt.
siehe hier: https://bugs.gentoo.org/show_bug.cgi?id=4260
Quote:

The installation guide should probably put some more emphasis on the
instructions to set the /etc/localtime link and (if appropriate) set the time
zone options in /etc/rc.conf BEFORE the first boot of the system. Otherwise,
after the first boot, /etc/adjtime will have unreasonably large values in it,
and will cause an unexplained major clock drift after several reboots.
Also, it should probably be mentioned somewhere (the FAQ maybe?) that if you're
having a large, unexplained clock drift, you probably did this and need to reset
your /etc/adjtime file.


Eine Thread zu diesem Thema existiert auch hier:
https://forums.gentoo.org/viewtopic.php?t=4219

Gruß juwe
Back to top
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Sun Jul 14, 2002 9:10 pm    Post subject: Reply with quote

@juwe:

Du hast völlig recht; mein Posting sollte auch nur 'ne Ergänzung zu Deinem Vorschlag sein (nämlich das Löschen von /etc/adjtime, wie auch von mir selbst schon mal vorgeschlagen hier: https://forums.gentoo.org/viewtopic.php?p=36664&highlight=#36664).
_________________
Linux user #216018
Back to top
View user's profile Send private message
William
n00b
n00b


Joined: 19 May 2002
Posts: 26
Location: Germany

PostPosted: Mon Jul 15, 2002 5:21 pm    Post subject: Dankeschön Reply with quote

Hallo Juwe & Maystorm,
danke für die schnelle und qualifizierte Hilfe.
Ich probier das mal aus.

Gruß
Florian
Back to top
View user's profile Send private message
naggeldak
n00b
n00b


Joined: 18 Jun 2002
Posts: 63
Location: Germany

PostPosted: Tue Jul 16, 2002 4:55 pm    Post subject: Reply with quote

Heyho, ich gehbe über LAN und meinen DSL-Router ins Netz (über eth0), ist es möglich das ntp die Zeit z.B. alle X min holt (z.b. alle 24h)? Ansonsten würd's auch reichen wenn er die Zeit bei jedem online-gehen (halt über LAN/eth0) holt, nur wie stell ich das an?
Back to top
View user's profile Send private message
Windstoss
n00b
n00b


Joined: 08 Jul 2002
Posts: 19

PostPosted: Tue Jul 16, 2002 10:08 pm    Post subject: cron Reply with quote

[1. Posting, hi! :) ]

Das macht man mit cron, siehe "man cron" oder "man crontab"

Mittels crontab -e editierst du die Tabelle, in der steht, was der Rechner wann zu machen hat. Vorsicht, wenn das ausführen des Programmes root Rechte benötigt, musst du die crontab von root editieren...

Es ist auch ratsam, hinter das Kommando ein >> /dev/null zu hängen, da, je nach Konfiguration, Ausgabe von cron an den ausführenden User gemailt werden, was in diesem Fall aber unnötig ist..
_________________
42
Back to top
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Thu Jul 18, 2002 9:30 pm    Post subject: Reply with quote

naggeldak wrote:
[...] Ansonsten würd's auch reichen wenn er die Zeit bei jedem online-gehen (halt über LAN/eth0) holt, nur wie stell ich das an?

Siehe drittes Posting von oben; das Programm ntpdate wird automatisch beim Online-gehen ausgeführt, wenn es in der /etc/ppp/ip-up steht (der pppd-Dämon führt diese Datei aus, sobald die PPP-Verbindung sauber hergestellt wurde).
_________________
Linux user #216018
Back to top
View user's profile Send private message
thund3rbird
n00b
n00b


Joined: 19 Sep 2002
Posts: 35

PostPosted: Mon Oct 07, 2002 6:09 pm    Post subject: Reply with quote

maystorm wrote:
Ein freundliches:
Code:
emerge net-misc/ntp

sowie folgender Eintrag in /etc/ppp/ip-up:
Code:
# Synchronize time via NTP
# List of NTP servers and other info: <http://www.eecis.udel.edu/~ntp>
/usr/bin/sudo /usr/bin/ntpdate -s ptbtime1.ptb.de ptbtime2.ptb.de

...und meine PC-Uhr wird bei jedem Online-Gehen aktualisiert.


Das geht aber nicht zufällig über einen speziellen Port oder??

Sondenr holt sich das VIA http!

Sonst müsste man in der Firewall ja wieder was umstellen und das is blöd!

cu mirko
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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