Neuer Root Server => NTP synchronized/ NTP service: inactive

  • Guten Tag,

    und zwar habe ich mir ein neuen Root Server bestellt und habe folgendes Problem:

    System clock synchronized: no

    NTP service: inactive

    RTC in local TZ: no

    Mir fehlt es leider schwer das Problem selber zu lösen und bitte nun um Hilfe.

    Pfad: /etc/systemd/timesyncd.conf

    # This file is part of systemd.

    #

    # systemd is free software; you can redistribute it and/or modify it

    # under the terms of the GNU Lesser General Public License as published by

    # the Free Software Foundation; either version 2.1 of the License, or

    # (at your option) any later version.

    #

    # Entries in this file show the compile time defaults.

    # You can change settings by editing this file.

    # Defaults can be restored by simply deleting this file.

    #

    # See timesyncd.conf(5) for details.

    [Time]

    #NTP=

    #FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org $

    #RootDistanceMaxSec=5

    #PollIntervalMinSec=32

    #PollIntervalMaxSec=2048

    Mit freundlichen Grüßen

    Daniel

  • Wenn du die Zeit-Synchronisierung aktivieren möchtest kannst du folgendes versuchen:

    Deploy

    Code
    sudo nano /etc/systemd/timesyncd.conf  

    Editieren der Config

    Code
    [Time]
    NTP=ur.ntp.srv
    FallbackNTP=ur.fallbackntp.srv

    Darauf

    Code
    sudo systemctl daemon-reload
    sudo timedatectl set-ntp off
    sudo timedatectl set-ntp on

    checken ob es geklappt hat

    Code
    timedatectl status


    Source: https://askubuntu.com/questions/1046…synchronization

  • Hast du den Service denn aktiviert und gestartet?

    Also sudo systemctl enable SERVICENAME um beim booten/neustarten automatisch zu starten und sudo systemctl start SERVICENAME zum einmaligen starten?

    A red dragon falls from the heavens... Ah, that memory has been lost. A shame. It was a favorite of mine...

  • Hast du den Service denn aktiviert und gestartet?

    Also sudo systemctl enable SERVICENAME um beim booten/neustarten automatisch zu starten und sudo systemctl start SERVICENAME zum einmaligen starten?

    Die frage ist ob der Service überhaupt installier ist...unter debian, ubuntu etc. wäre das:

    Code
    sudo apt-get install systemd-timesyncd
    
    sudo timedatectl set-ntp true
  • Die frage ist ob der Service überhaupt installier ist...unter debian, ubuntu etc. wäre das:

    Code
    sudo apt-get install systemd-timesyncd
    
    sudo timedatectl set-ntp true

    Ja nach Absenden und lesen deiner Antwort, ist mir aufgefallen das ich da nicht ganz aufgepasst habe, NTP läuft ja über timedatectl und nicht systemctl

    A red dragon falls from the heavens... Ah, that memory has been lost. A shame. It was a favorite of mine...

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!