[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#3770) alock slapcat failure
Full_Name: Aaron Richton
Version: RE23 CVS
OS: Solaris 9
URL:
Submission from: (NULL) (68.239.199.130)
slapcat is unusable when slapd is running. Once slapd is started, slapcat alock
125 res = lockf (fd, F_TEST, (off_t) ALOCK_SLOT_SIZE);
returns EAGAIN (on Solaris, at least), which works its way back up to throw
"alock unstable."
Reproduce: run test000, break out while slapd is still running,
run "slapcat -f ./testrun/slapd.1.conf -d -1"
backend_startup_one: starting "o=OpenLDAP Project,l=Internet"
bdb_db_open: o=OpenLDAP Project,l=Internet
bdb_db_open: alock package is unstable
backend_startup_one: bi_db_open failed! (-1)
slap_startup failed
Let test000 finish, and that same slapcat works.