[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapcat
Well, assuming you have created a database and have a file
/var/lib/ldap/id2entry.gdbm, are you running slapcat as a user with
sufficient rights to read the file?
If that is not the right file name, you can give the id2entry file as an
arg to slapcat:
slapcat /path/to/id2entry.gdbm
If you're doing the slapcat to create something to reload using slapadd,
consider adding the -n option. See the slapcat man page.
-Alan
Robert Canary said:
> 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?
>
> --
> robert
===========
Alan Sparks, UNIX/Linux Systems Administrator <asparks@doublesparks.net>
- References:
- slapcat
- From: Robert Canary <phantom@ohiocounty.net>