[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#8958) 2nd cn=config update blocks slapd while adding subordinate index



On 1/19/19 9:55 PM, h.b.furuseth@usit.uio.no wrote:
> On 1/19/19 8:04 PM, Howard Chu wrote:
>> The *server* is not hung. Only modifications to the cn=config DB are blocked.
>
> Yes it is.

That is, the 2nd mod to cn=config blocks, and that's fine by me, except
_then_ the server is hung.

> See the ldapwhoami in my example.

And the 'time ldapwhoami' result in output.txt.

Sorry, unreadable scripting on my part.  Notice the single '&' in
    ldapmodify & { sleep; ldapwhoami; }
That is, ldapmodify in the background and then ldapwhoami.

I was pasting to/from the command line, and didn't want the
ldapmodify to start until I pressed Return for the ldapwhoami.
Thus the weird concatenation.