[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
using of shared memory with slapadd
- To: openldap-technical@openldap.org
- Subject: using of shared memory with slapadd
- From: Steeg Carson <steeg.carson@googlemail.com>
- Date: Tue, 11 Jan 2011 12:09:04 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=7FI7OObTCMa4mHkDjXMmzzUeh6uJhj2gKJzX2QusZi4=; b=bKTXPqDZ3i40Ek+EGXZO/VcuqnLR228KYDMI4zIA6rR2JkJhXk+DDYV1UU0pX+ZwyQ 4ViUFyI7+95SSPr+plp/FNXds8Rlsz83iO5jzV1eYS5xQ7sGdQpfEsi+WNtan81Bh7y3 /A4LsoXCgMh8VHb6REiQfh+2f4OCEELICNFaI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ic8dfEzUoOOMt7jw6PvCOSAtfeQc7YOyY20dvNBqxq0P2VdhUE2VYAinhodt9otO9d Ndkoktm+q2z4fMnTe6b2HNhIOJ/o8oOmwDfEqxbONuJLx47zprtaIWbpjlh5cA007dXi hOhG8J0xWj6DjbbFOANQOMYh0Svr4Bnc1+A0U=
Hello,
I use shm_key in my database definition and its working fine.
But after using slappadd (stopped slapd), the process use the same
shm_key like the slapd (read from slapd.conf)
After the slapadd is finished, the shared memory remains reserved in
RAM with owner root. (ipcs -m)
So after slapadd, I cant start slapd, I have to delete these shared
memory with ipcrm.
Is there a possibility, that the slapadd deletes the shared memory
before ending or is there a reason that it remain?
Thanks Steeg