Vorgeschichte:
Das systemd - Journal wurde bei mir regelmäßig mit einem Haufen Fehlermeldungen vollgeschrieben:
Code: Alles auswählen
ntpd[1237]: error resolving pool 0.debian.pool.ntp.org: Name or service not known (-2)
Da ich an sich gar keinen NTP- Server haben will, da das neine Fritz.Box erledigen soll hab ich erst mal ntp gepurgt und
stattdessen ntpdate installiert. In die /etc/default/ntpdate habe ich folgendes eingetragen:
Code: Alles auswählen
# The settings in this file are used by the program ntpdate-debian, but not
# by the upstream program ntpdate.
# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=no
# List of NTP servers to use (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="fritz.box"
# Additional options to pass to ntpdate
NTPOPTIONS=""
Code: Alles auswählen
journalctl -b |grep ntpdate
Apr 30 10:36:00 sparkyxfce ntpdate[757]: Can't find host fritz.box: Name or service not known (-2)
Apr 30 10:36:00 sparkyxfce ntpdate[757]: no servers can be used, exiting
Apr 30 10:36:12 sparkyxfce ntpdate[1838]: adjust time server fd00::9ec7:a6ff:fe57:f950 offset -0.232867 sec
denn der Network Manager ist erst hier fertig:
Code: Alles auswählen
Apr 30 10:36:01 sparkyxfce systemd[1]: Started Network Manager.
vor allem durch das Zusammenwirken von
überhaupt nicht durchblicke, wäre ich für Tipps sehr dankbar./etc/systemd/system/network-online.target.wants/networking.service
und
/etc/init.d/network-manager sowie /etc/init.d/networking