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

Re:



clundel@coat.com wrote:
> 
> When I use the ldif2ldbm program to build a database with about 1550
> entries, I get the following message:
> 
> idl_insert_key: No space left on device
> stopping: child exited with status 1
> 
> Can anyone tell me why this happens, and what I can do to fix this
> problem?

>From the "No space left on device" message it seems the partition
on which the database is built is full. You can use the 'df'
command to get a list of how much space is used on each
partition, to see if this really is what is causing the problem.
(The 'df' command exists on Linux, dunno if it has the same name or
exists on other Unixes).

Nils Henrik