Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Support Debian7.7 vollverschlüßelt die uhrzeit einstellen

AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

apt-get install openntpd dann holt er sich die Zeit aus dem Netz.
 
Zuletzt bearbeitet:
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

Bin als root angemeldet
Nach dem eingeben:apt.get install openntpd
Kommando nicht gefunden
 
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

Es heißt apt-get. Versuch es einfach nochmal.
 
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

funktioniert nicht
-bash: apt-get. : Kommando nicht gefunden
 
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

Code:
[COLOR=#333333]apt-get install openntpd[/COLOR]
Schon mal was von Satzzeichen gehört?
 
Zuletzt bearbeitet von einem Moderator:
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

Satzzeichen hatte ich gesetzt nur bei openntpd hatte ich das n vergessen.
Paket wurde instaliert.
Genügt es wenn ich nur die oscam starte oder muß ich den Debian -Server neu starten
 
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

der oscam hat keine eingene uhrzeit , er nutzt die interne uhr vom server, somit nutzt dir es nicht nur den oscam zu starten

wilst du das die interne uhr genau geht , dann starte den ganzen server
 
Besten dank nochmals

habe den server gestartet aber Uhrzeit ist gleich geblieben
noch immer nicht zeitgleich
 
Zuletzt bearbeitet von einem Moderator:
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

schaue mal ins bios rein , da wird warschanlich die falsche uhrzeit sein

oder schreibe mal

ntpdate ptbtime1.ptb.de
 
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

wenn ich das im Putty eingebe:dpkg-reconfigure tzdata
steht im Putty:

Local time is now: Sun Dec 20 20:32:36 CET 2015.
Universal Time is now: Sun Dec 20 19:32:36 UTC 2015.

aber die uhrzeit im lifelog ( Webif ) ist nicht synchron mit der aktuellen uhrzeit

mit Befehl: ntpdate ptbtime1.ptb.de
Kommando nicht gefunden
 
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

Gebe mal folgendes ein:

hwclock -systohc
 
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Dec 20 20:30:40 2015 from xxxxxxxxxxxxxxxx
root@S400S014:~# hwclock -systohc
hwclock: Ungültige Option -- y

Usage:
hwclock [function] [option...]

Functions:
-h, --help show this help text and exit
-r, --show read hardware clock and print result
--set set the RTC to the time given with --date
-s, --hctosys set the system time from the hardware clock
-w, --systohc set the hardware clock from the current system time
--systz set the system time based on the current timezone
--adjust adjust the RTC to account for systematic drift since
the clock was last set or adjusted
--getepoch print out the kernel's hardware clock epoch value
--setepoch set the kernel's hardware clock epoch value to the
value given with --epoch
--predict predict RTC reading at time given with --date
-V, --version display version information and exit

Options:
-u, --utc the hardware clock is kept in UTC
--localtime the hardware clock is kept in local time
-f, --rtc <file> special /dev/... file to use instead of default
--directisa access the ISA bus directly instead of /dev/rtc
--badyear ignore RTC's year because the BIOS is broken
--date <time> specifies the time to which to set the hardware clock
--epoch <year> specifies the year which is the beginning of the
hardware clock's epoch value
--noadjfile do not access /etc/adjtime; this requires the use of
either --utc or --localtime
--adjfile <file> specifies the path to the adjust file;
the default is /etc/adjtime
--test do not update anything, just show what would happen
-D, --debug debugging mode

root@S400S014:~#

das steht dann

Habe den server nochmals gestartet kein erfolg

Hat keiner mehr eine Idee
Es muß doch eine möglichkeit geben das man die uhrzeit synchronisieren kann
 
Zuletzt bearbeitet von einem Moderator:
AW: Debian7.7 vollverschlüßelt die uhrzeit einstellen

Versuch mal:

Code:
apt-get install ntpdate && ntpdate ptbtime1.ptb.de && hwclock -w

Gruß
 
Zurück
Oben