ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] p7, RTC и UTC
Date: Mon, 10 Mar 2014 15:34:06 +0400
Message-ID: <20140310113406.GC11593@atlas.home> (raw)
In-Reply-To: <531D89CE.7050702@kemsu.ru>

[-- Attachment #1: Type: text/plain, Size: 1855 bytes --]

On Mon, Mar 10, 2014 at 04:45:50PM +0700, REAL wrote:
> 10.03.2014 16:09, Sergey Vlasov пишет:
> > Вообще при наличии синхронизации с NTP-сервером ядро уже давно каждые
> > 11 минут обновляет время в RTC.  Однако, начиная с 3.10, из ядра
> > выпилили код, который пытался обновлять в RTC только минуты и секунды,
> 
> интересно, это именно из-за этого осуществляется странный перевод на 
> часы, когда минуты/секунды не трогаются (согласно сверкой с другими 
> часами)?

Это скорее всё-таки путаница с UTC/LOCAL в разных местах системы.

> > В нормально сконфигурированной системе этим занимается systemd:
> 
> а если нет systemd?

hwclock --hctosys (только при первом вызове в процессе загрузки
системы).

> кто хотя бы теоретически портит часы? всё-таки новое ядро?

Не портит, а устанавливает в соответствии с переданными ему
параметрами :)

Просто раньше неправильно установленные параметры sys_tz в ядре особо
ни на что не влияли, а теперь при наличии любого варианта ntpd эта
настройка должна соответствовать реальности.

> > Однако я наблюдал ситуацию, когда systemd неправильно определял режим
> > работы RTC из-за странного содержимого файла /etc/adjtime - почему-то
> > после слова LOCAL там было что-то ещё:
> 
> мне, наверно, повезло:
> 
>  > cat /etc/adjtime
> 1251.113704 1393499666 0.000000
> 1393499666
> LOCAL

Это тоже ненормально - в начале первой строки в этом файле указывается
систематическая погрешность RTC в секундах в день, и при таком
значении вместо времени будет выставляться чушь.  Вероятнее всего,
такое число там появилось как раз в результате выполнения hwclock
--systohc для исправления сдвига на N часов из-за путаницы с UTC.
Проще всего удалить этот файл и пересоздать его вызовом hwclock
--systohc --localtime, предварительно выставив правильное время в
системных часах.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2014-03-10 11:34 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-25 18:39 [Comm] I: p7 starterkits (20131225) Michael Shigorin
2013-12-27  0:22 ` Michael Shigorin
2014-01-05  2:17   ` Speccyfighter
2014-01-05  2:26     ` Speccyfighter
2014-01-05  7:35     ` Speccyfighter
2014-02-10 21:33       ` Michael Shigorin
2014-02-12 14:46         ` Speccyfighter
2014-02-13  2:11           ` Алексей Варакин
2014-02-13  7:36             ` Speccyfighter
2014-02-13  8:03             ` Speccyfighter
2014-01-05 19:04     ` Speccyfighter
2014-01-05 21:29       ` Michael Shigorin
2014-01-06  1:03         ` Speccyfighter
2014-02-10 21:33     ` Michael Shigorin
2014-02-12 14:29       ` Speccyfighter
2014-02-13  8:57         ` Michael Shigorin
2014-02-14 12:54           ` Speccyfighter
2014-03-01 19:51             ` [Comm] I: p7 starterkits (sysv-tde) Michael Shigorin
2014-03-09  3:25               ` Speccyfighter
2014-03-09  6:03                 ` Алексей Варакин
2014-03-09  6:38                 ` Sergey
2014-03-09  7:35                   ` REAL
2014-03-09  8:35                   ` [Comm] p7, RTC и UTC Sergey
2014-03-09  1:37                     ` Speccyfighter
2014-03-10  8:29                       ` Michael Shigorin
2014-03-10  9:09                       ` Sergey Vlasov
2014-03-10  9:45                         ` REAL
2014-03-10 11:11                           ` Michael Shigorin
2014-03-10 11:34                           ` Sergey Vlasov [this message]
2014-03-10 11:52                             ` REAL
2014-03-09  8:40                     ` Sergey
2014-03-09 15:40                       ` Michael Shigorin
2014-03-09 15:40                 ` [Comm] I: p7 starterkits (sysv-tde) Michael Shigorin
2013-12-30 16:22 ` [Comm] I: p7 starterkits (20131225) Dank Bagryantsev
2013-12-30 17:25   ` Michael Shigorin
2013-12-30 20:39     ` Dank Bagryantsev
2013-12-31 13:54       ` Michael Shigorin
2013-12-31  9:50     ` Andrii Dobrovol`s`kii
2013-12-31 10:04       ` Michael Shigorin
2013-12-31 10:14         ` Andrii Dobrovol`s`kii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140310113406.GC11593@atlas.home \
    --to=vsu@altlinux.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git