Mailinglist Archive: opensuse-de (7975 mails)

< Previous Next >
Re: probleme mit uhrzeit
  • From: David Haller <david@xxxxxxxxxx>
  • Date: Sat, 13 Apr 2002 06:04:55 +0200
  • Message-id: <20020413040455.GC798@xxxxxxxxxxxxxxxxxx>
Hallo,

On Fri, 12 Apr 2002, sto68@xxxxxx wrote:

[Lass bitte das TOFU, lese dazu die Etikette und http://learn.to/quote]

Bei mir hängt der Rechner beim Hochfahren etwa 90s mit der Meldung
"Setting up the cmos clock" Das scheint mir nicht normal zu sein.

Was macht er so lange? (Ver)stellt er da die Uhr? Wer weiß was?

Da wird die Systemzeit nach er RTC ("Real Time Clock") aka CMOS Clock
gestellt:

==== /{etc,sbin}/init.d/boot ====
# set and adjust the CMOS clock
echo -n Setting up the CMOS clock
ECHO_RETURN=$rc_done
test "$GMT" != "YAST_ASK" && hwclock -s $GMT || ECHO_RETURN=$rc_failed
test -f /etc/adjtime || echo "0.0 0 0.0" > /etc/adjtime
test "$GMT" != "YAST_ASK" -a "$START_XNTPD" != "yes" && {
hwclock -a $GMT || ECHO_RETURN=$rc_failed
}
echo -e "$ECHO_RETURN"
====

-dnh

--
"My manner of thinking, so you say, cannot be approved.
Do you suppose I care?" -- Marquis de Sade

< Previous Next >
References