Skip to content

update-systemd-from-27-to-238: Do not replace ntp #679

Merged
merged 1 commit into from
Mar 19, 2018

Commits on Mar 19, 2018

  1. update-systemd-from-27-to-238.sh: Do not replace ntp

    One issue with systemd-timesyncd was, that it turned the time backwards
    due to some incompatible setting here (fixed by #675).
    
    Another issues is, that is doesn't sync with time.molgen.mpg.de but with
    some external server (ntps1-0.cs.tu-berlin.de), as that is not
    configured yet in `/etc/systemd/timesyncd.conf`.
    
    Additionally, `ntp.service` needs to be started on time.molgen.mpg.de,
    because non-mariux systems synchronize with it, too.
    
    We know that ntp is working the way we want, which we don't know for
    systemd-timesyncd. So do not complicate the update by replacing it now.
    
    So, remove the ntp replacement from update script and revert "ntp:
    Remove version 4.2.8p8".
    
    This reverts commit 61313bf.
    donald authored and pmenzel committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    05d6540 View commit details
    Browse the repository at this point in the history