function kdbf_alloc

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

function kdbf_alloc

Post by Thunderstone »



I am getting the following error when adding a url to the database. I have
plenty of disk space and the error only happens occasionally and it just
started today.

error 28: No space left on device in the function kdbf_alloc


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

function kdbf_alloc

Post by Thunderstone »




What is the _full_ error message? The path of the file Webinator was
trying to write to is in the message, which will indicate which
filesystem was out of space: you may be short on one filesystem and not
another.
A likely possibility is that Webinator is exceeding the disk quota or
ulimit set for its userid or process. Check the quota for the user
Webinator is running as, and the filesize ulimit for it (many shells
have a "ulimit" command).

-Kai



Post Reply