Evil E-Lex
Commander
- Registriert
- Apr. 2013
- Beiträge
- 2.881
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Das die cmos-clock in der lokalen Zeit läuft und nicht in GMT ist so ein dämlicher Windowism.Chibi88 schrieb:Ich bin ins Bios von mir gegangen und habe gesehen, dass die Uhrzeit im Bios zwei Stunden vor der aktuellen Uhrzeit liegt. Ich habe das angepasst und das OS gestartet. Im OS habe ich dann die Uhrzeit gewechselt und anschließend den Haken wieder bei "automatisch beziehen" gesetzt. Jetzt ist es zwei Minuten später und die Uhr synchronisiert noch immer nicht richtig.
# These servers were defined in the installation:
server _gateway iburst
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (https://www.pool.ntp.org/join.html).
# Use NTP servers from DHCP.
sourcedir /run/chrony-dhcp
# Record the rate at which the system clock gains/losses time.
driftfile /var/lib/chrony/drift
# Allow the system clock to be stepped in the first three updates
# if its offset is larger than 1 second.
makestep 1.0 3
# Enable kernel synchronization of the real-time clock (RTC).
rtcsync
# Enable hardware timestamping on all interfaces that support it.
#hwtimestamp *
# Increase the minimum number of selectable sources required to adjust
# the system clock.
#minsources 2
# Allow NTP client access from local network.
#allow 192.168.0.0/16
# Serve time even if not synchronized to a time source.
#local stratum 10
# Require authentication (nts or key option) for all NTP sources.
#authselectmode require
# Specify file containing keys for NTP authentication.
#keyfile /etc/chrony.keys
# Save NTS keys and cookies.
ntsdumpdir /var/lib/chrony
# Insert/delete leap seconds by slewing instead of stepping.
#leapsecmode slew
# Get TAI-UTC offset and leap seconds from the system tz database.
leapsectz right/UTC
# Specify directory for log files.
logdir /var/log/chrony
# Select which information is logged.
# log measurements statistics tracking
ntpcheck diag
[ OK ] Clock is syncing to 192.168.178.1
[ OK ] Leap indicator is set to 'none'
[ OK ] Tracking offset is -0.016ms, we expect it to be within 1.0ms
[ OK ] Sys Peer offset is 0.059ms, we expect it to be within 2.0ms
[ OK ] Sys Peer jitter is 0.000ms, we expect it to be within 1.0ms
[ OK ] Current correction is 0.012ms, we expect it to be within 60000.0ms
[ OK ] All 1 peers are OK (have 'flash' indicator set to 0)
[ OK ] All 1 peers were reachable 8/8 last sync attempts
Chibi88 schrieb:Linux ist 2 Minuten weiter als die Uhrzeit am Handy
Chibi88 schrieb:Die Uhr synchronisiert 2 Minuten später.
Den großen Zeiger mit dem kleinen verwechselt? Oder wir verstehen das Problem einfach nicht...Chibi88 schrieb:2 Minuten weiter als auf dem Handy und NTP Servern im Internet.
Der Screenshot zeigt, dass der Befehl nicht korrekt ausgeführt wurde, weil du die Google-URL mit Forencodetags reinkopiert hast. Daher enthält die Ausgabe von G: keinen Wert. Das Ergebnis ist damit unbrauchbar.Chibi88 schrieb:
Ja. Jetzt kann man sehen, dass die Zeit tatsächlich abweicht. Was jetzt noch fehlt ist die Ausgabe von ntpcheck diag. Und noch eine weitere Frage: Ist das System eine VM?Chibi88 schrieb:Ist das so korrekt?
Ich hoffe du meinst das nicht ernst. Sonst bitte Zeitzonen beachten.Uridium schrieb:Stunden, Chibi, Stunden...
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (https://www.pool.ntp.org/join.html).
server ptbtime1.ptb.de nts iburst
server ptbtime2.ptb.de nts iburst
server ptbtime3.ptb.de nts iburst
server ptbtime4.ptb.de nts iburst
# Use NTP servers from DHCP.
sourcedir /run/chrony-dhcp
# Record the rate at which the system clock gains/losses time.
driftfile /var/lib/chrony/drift
# Allow the system clock to be stepped in the first three updates
# if its offset is larger than 1 second.
makestep 1.0 3
# Enable kernel synchronization of the real-time clock (RTC).
rtcsync
# Enable hardware timestamping on all interfaces that support it.
#hwtimestamp *
# Increase the minimum number of selectable sources required to adjust
# the system clock.
#minsources 2
# Allow NTP client access from local network.
#allow 192.168.0.0/16
# Serve time even if not synchronized to a time source.
#local stratum 10
# Require authentication (nts or key option) for all NTP sources.
#authselectmode require
# Specify file containing keys for NTP authentication.
keyfile /etc/chrony.keys
# Save NTS keys and cookies.
ntsdumpdir /var/lib/chrony
# Insert/delete leap seconds by slewing instead of stepping.
#leapsecmode slew
# Get TAI-UTC offset and leap seconds from the system tz database.
leapsectz right/UTC
# Specify directory for log files.
logdir /var/log/chrony
# Select which information is logged.
#log measurements statistics tracking
# These servers were defined in the installation:
server _gateway iburst
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (https://www.pool.ntp.org/join.html).
# Use NTP servers from DHCP.
sourcedir /run/chrony-dhcp
# Record the rate at which the system clock gains/losses time.
driftfile /var/lib/chrony/drift
# Allow the system clock to be stepped in the first three updates
# if its offset is larger than 1 second.
makestep 1.0 3
# Enable kernel synchronization of the real-time clock (RTC).
rtcsync
# Enable hardware timestamping on all interfaces that support it.
#hwtimestamp *
# Increase the minimum number of selectable sources required to adjust
# the system clock.
#minsources 2
# Allow NTP client access from local network.
#allow 192.168.0.0/16
# Serve time even if not synchronized to a time source.
#local stratum 10
# Require authentication (nts or key option) for all NTP sources.
#authselectmode require
# Specify file containing keys for NTP authentication.
#keyfile /etc/chrony.keys
# Save NTS keys and cookies.
ntsdumpdir /var/lib/chrony
# Insert/delete leap seconds by slewing instead of stepping.
#leapsecmode slew
# Get TAI-UTC offset and leap seconds from the system tz database.
leapsectz right/UTC
# Specify directory for log files.
logdir /var/log/chrony
# Select which information is logged.
#log measurements statistics tracking
Chibi88 schrieb:Code:# These servers were defined in the installation: server _gateway iburst
# These servers were defined in the installation:
server 0.europe.pool.ntp.org iburst
server 1.europe.pool.ntp.org iburst
server 2.europe.pool.ntp.org iburst
server 3.europe.pool.ntp.org iburst
Nein, ich glaube nicht.Chibi88 schrieb:Ich nutze einen Pi-Hole, der gleichzeitig als DHCP Server dient, da meine Vodafone Connect-Box keine Konfiguration eines DNS Servers zulässt. Liegt das ggf. daran?