openldap-2.0, ldbm backend
I am trying to run slapcat -d 256. However, I am getting:
slapcat init: initiated tool.
slapcat startup: initiated.
backend_startup: starting database
=> ldbm_cache_open( "/var/lib/ldap/id2entry.gdbm", 16, 600 )
<= ldbm_cache_open NULL "/var/lib/ldap/id2entry.gdbm" errno=11
reason="Resource temporarily unavailable")
Could not open/create id2entry.gdbm
slapcat: could not open database.
Its really not telling me anything else.
Has anyone seen this before? Shoould the file be created before? Is it
looking for certain permissions?