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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B343016%5D%20provide%20need%20/var/run/%20nscd%20in%20nscd%0A%20package%20otherwise%20nscd%20failed%20to%20start&In-Reply-To=%3C50ED4252.202%40colin.guthr.ie%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="021333.html">
<LINK REL="Next" HREF="021368.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start</H1>
<B>Colin Guthrie</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B343016%5D%20provide%20need%20/var/run/%20nscd%20in%20nscd%0A%20package%20otherwise%20nscd%20failed%20to%20start&In-Reply-To=%3C50ED4252.202%40colin.guthr.ie%3E"
TITLE="[Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start">mageia at colin.guthr.ie
</A><BR>
<I>Wed Jan 9 11:11:30 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="021333.html">[Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start
</A></li>
<LI>Next message: <A HREF="021368.html">[Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#21365">[ date ]</a>
<a href="thread.html#21365">[ thread ]</a>
<a href="subject.html#21365">[ subject ]</a>
<a href="author.html#21365">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>'Twas brillig, and Olivier Thauvin at 08/01/13 18:32 did gyre and gimble:
><i> * Thomas Backlund (<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">tmb at mageia.org</A>) wrote:
</I>>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root-odJJhXpcy38dnm+yROfE0A at public.gmane.org</A> skrev 8.1.2013 20:06:
</I>>>><i> Revision
</I>>>><i> 343016
</I>>>><i> Author
</I>>>><i> nanardon
</I>>>><i> Date
</I>>>><i> 2013-01-08 19:06:55 +0100 (Tue, 08 Jan 2013)
</I>>>><i>
</I>>>><i>
</I>>>><i> Log Message
</I>>>><i>
</I>>>><i> provide need /var/run/nscd in nscd package otherwise nscd failed to start
</I>>><i>
</I>>><i> Nope, wrong fix...
</I>>><i>
</I>>><i> if there is something wrong, it must be fixed in SOURCE9 (nscd.conf)
</I>>><i> as /run (to wich /var/run point at) is a tmpfs
</I>><i>
</I>><i> There is no /var/run/nscd in nscd.conf but:
</I>><i>
</I>><i> -- Logs begin at Thu, 2012-11-08 21:13:36 CET, end at Thu, 2012-11-08
</I>><i> 21:15:11 CET. --
</I>><i> Jan 08 19:23:30 localhost.localdomain nscd[2063]: 2063
</I>><i> /var/run/nscd/socket: No such file or directory
</I>><i> Jan 08 19:23:30 localhost.localdomain systemd[1]: nscd.service never
</I>><i> wrote its PID file. Failing.
</I>><i>
</I>><i> Indeed it's a tmpfs. Obviously this directory exists on my laptop, don't
</I>><i> know how but on my freshly installed cauldron it does not.
</I>><i>
</I>><i> I suspect /var/run/nscd/ is the path also used by glibc to find the nsdc
</I>><i> socket.
</I>><i> There is no option in nscd.conf to change it according man page.
</I>><i>
</I>><i> I just revert my changes, feel free to fix.
</I>
There isn't any fix needed as far as I can tell. It was fixed a long,
long time ago by adding /usr/lib/tmpfiles.d/nscd.conf to the package
which is what Thomas was referring to I believe and it very much does
refer to /var/run/nscd directory.
Not also that as mentioned to you previously on this list, you should no
longer package any files in /var/run, /var/lock and /run and instead use
tmpfiles for this. rpmlint should even reject any such packages with
such files. Unless I've messed up the rpmlint. Did glibc get through the
build system like this or was it never submitted?
In order to debug this specific problem, can you check "systemctl status
systemd-tmpfiles-setup.service" Has this run correctly at boot?
Perhaps the main problem is actually that nscd was installed and then
you tried to start it immediately without rebooting? It seems that nscd
package is missing a call to the necessary tmpfiles macro in it's %post
to ensure that "systemd-tmpfiles --create nscd.conf" is run such that
this is supported. Can you confirm if you rebooted after installing nscd
or not so I can put my mind at rest as to what the actual problem is?
More info about the tmpfiles calls and macros here:
<A HREF="https://wiki.mageia.org/en/System_Service_policy">https://wiki.mageia.org/en/System_Service_policy</A>
as you can see the missing call in %post nscd is simply:
%_tmpfilescreate %{name}
Cheers
Col
--
Colin Guthrie
colin(at)mageia.org
<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A>
Day Job:
Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A>
Open Source:
Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A>
PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A>
Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="021333.html">[Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start
</A></li>
<LI>Next message: <A HREF="021368.html">[Mageia-dev] [343016] provide need /var/run/ nscd in nscd package otherwise nscd failed to start
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#21365">[ date ]</a>
<a href="thread.html#21365">[ thread ]</a>
<a href="subject.html#21365">[ subject ]</a>
<a href="author.html#21365">[ 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>
|