* [gentoo-user] Who creates directories in /var/run?
@ 2013-01-21 16:18 Konstantinos Agouros
2013-01-21 18:38 ` [gentoo-user] " Holger Hoffstaette
0 siblings, 1 reply; 3+ messages in thread
From: Konstantinos Agouros @ 2013-01-21 16:18 UTC (permalink / raw
To: gentoo-user
Hi,
some of the init scripts seem to automagically create the needed directories
under /var/run and change the ownerships to the right values. For me this
fails for slapd (openldap). Where and how should this be happening?
Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: Who creates directories in /var/run?
2013-01-21 16:18 [gentoo-user] Who creates directories in /var/run? Konstantinos Agouros
@ 2013-01-21 18:38 ` Holger Hoffstaette
2013-01-22 13:56 ` jens wefer
0 siblings, 1 reply; 3+ messages in thread
From: Holger Hoffstaette @ 2013-01-21 18:38 UTC (permalink / raw
To: gentoo-user
On Mon, 21 Jan 2013 16:18:48 +0000, Konstantinos Agouros wrote:
> some of the init scripts seem to automagically create the needed
> directories under /var/run and change the ownerships to the right
> values.
This is the correct thing to do.
> For me this fails for slapd (openldap). Where and how should this be
> happening?
That's an open bug in openldap (not using it myself but friend stumbled over the
same problem), check Bugzilla. Fix is probably trivial.
-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Re: Who creates directories in /var/run?
2013-01-21 18:38 ` [gentoo-user] " Holger Hoffstaette
@ 2013-01-22 13:56 ` jens wefer
0 siblings, 0 replies; 3+ messages in thread
From: jens wefer @ 2013-01-22 13:56 UTC (permalink / raw
To: gentoo-user
Am Mon, 21 Jan 2013 19:38:31 +0100
schrieb "Holger Hoffstaette" <holger.hoffstaette@googlemail.com>:
> On Mon, 21 Jan 2013 16:18:48 +0000, Konstantinos Agouros wrote:
>
> > For me this fails for slapd (openldap). Where and how should this be
> > happening?
>
> That's an open bug in openldap (not using it myself but friend
> stumbled over the same problem), check Bugzilla. Fix is probably
> trivial.
temporarily use a script in /etc/locale.d
if [ ! -d /run/openldap ]; then
mkdir
chmod
fi
by, jems.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-22 13:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 16:18 [gentoo-user] Who creates directories in /var/run? Konstantinos Agouros
2013-01-21 18:38 ` [gentoo-user] " Holger Hoffstaette
2013-01-22 13:56 ` jens wefer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox