[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#5644) make test000 core dumps
Pierangelo Masarati wrote:
>> slapd starting
>> daemon: listen(ldap://localhost:9011/, 5) failed errno=3D98 (Address
>> already in use)
>
> ^^^^ ? p.
I already saw this but this is caused by the 2nd try to start slapd. You
might have noticed several lines of console output saying "Waiting 5
seconds for slapd to start...".
I've checked with fuser 9011/tcp and by looking at output of
'netstat -anp' before invoking 'make test' that there's no
process bound on that port.
Maybe slapd starts but this is not correctly detected by the test script?
Ciao, Michael.