1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] systemd and time management
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20%20and%20time%20management&In-Reply-To=%3C4E69C7B0.1020305%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007937.html">
<LINK REL="Next" HREF="007930.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] systemd and time management</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20%20and%20time%20management&In-Reply-To=%3C4E69C7B0.1020305%40gmail.com%3E"
TITLE="[Mageia-dev] systemd and time management">guillomovitch at gmail.com
</A><BR>
<I>Fri Sep 9 10:00:48 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007937.html">[Mageia-dev] [RPM] cauldron core/release systemd-35-2.mga2
</A></li>
<LI>Next message: <A HREF="007930.html">[Mageia-dev] systemd and time management
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7924">[ date ]</a>
<a href="thread.html#7924">[ thread ]</a>
<a href="subject.html#7924">[ subject ]</a>
<a href="author.html#7924">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello list.
I don't know if it is a bug, or a local misconfiguration, but I can't
have system clock set to the correct time at boot since switching to
systemd. My hardware clock is set to locale time (this is a dual-boot
host, and windows doesn't like UTC hw clock very much), but the clock is
always set 4 hours early, and I have to use ntpdate to correct it. I
have no clue if it is a wrong timezone, or a local/UTC misconfiguration
issue (despite 4 hours seems too large for the last case, as I'm in CEST).
I finally managed to import from redhat almost all necessary piece of
software in our ntp package (still one file needed), but that's anormal
to rely on network for such issue.
The old initscripts used two pieces of configuration for this:
- /etc/sysconfig/clock text file for the settings
- /etc/localtime binary timezone
I'm trying to figure how systemd manage this. From the man pages at
<A HREF="http://0pointer.de/public/systemd-man/timezone.html,">http://0pointer.de/public/systemd-man/timezone.html,</A> there is an
/etc/timezone file that should contains the timezone (we should probably
add it to the systemd package, as other new system configuration files),
but it doesn't work. Also, the timezone is just one part of the problem.
I also found a reference to timedated, but for programmers, without any
reference to a way to configure it.
So, does anyone have a clue there ?
--
BOFH excuse #144:
Too few computrons available.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007937.html">[Mageia-dev] [RPM] cauldron core/release systemd-35-2.mga2
</A></li>
<LI>Next message: <A HREF="007930.html">[Mageia-dev] systemd and time management
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7924">[ date ]</a>
<a href="thread.html#7924">[ thread ]</a>
<a href="subject.html#7924">[ subject ]</a>
<a href="author.html#7924">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|