Page 1 of 1

Datum und Zeit Problem

Posted: Sat Feb 28, 2015 4:07 pm
by androids5
Hallo,

ich habe das Problem, dass nach einem reboot Datum und Zeit weg sind. (01.01.1970)
Mit

Code: Select all

sudo date -s
kann ich die Zeit setzen. Aber nur bis zum nächsten reboot.

Mit ntp und ntpdate hab ich auch schon experimentiert, leider ohne Erfolg.
Vielleicht hilft das weiter:

Code: Select all

admin@smarthome:/usr/smarthome$ sudo dpkg-reconfigure ntp
[ ok ] Stopping NTP server: ntpd.
[ ok ] Starting NTP server: ntpd.
admin@smarthome:/usr/smarthome$ sudo ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 porthos.scieron .INIT.          16 u    -   64    0    0.000    0.000   0.000
 ciskacz.of.pl   .INIT.          16 u    -   64    0    0.000    0.000   0.000
 ntp1.wtnet.de   .INIT.          16 u    -   64    0    0.000    0.000   0.001
 www.mindstudios .INIT.          16 u    -   64    0    0.000    0.000   0.001
Ich bin leider absoluter Anfänger in Sachen Linux und so...

Könnt ihr mir bitte helfen??

Danke im Voraus

Re: Datum und Zeit Problem

Posted: Sat Feb 28, 2015 7:07 pm
by FM81
Hat das Ding Verbindung zum Internet; kannst Du irgendwas erfolgreich anpingen?
Wenn ja nur mit IP-Adresse oder auch per aufgelöstem Namen?
Und ist Dein Loopback-Interface konfiguriert?

MfG, FM_81