I am having an error with the uconf-driver. I am logged in as root and am trying to delete a user from Urchin. here is what I am doing:

QUOTE
[root@server util]# /usr/local/urchin/util/uconf-driver action=delete table="User" name="testuser"              

ERROR: (7018-516-312) Data request is out of range.
DETAIL: Resource temporarily unavailable


the user IS in the database, as I've checked it several times. And now, after running that command, I can no longer do anything with the uconf-driver, i.e:

QUOTE
[root@server util]# /usr/local/urchin/util/uconf-driver action=list table="Logfile"

ERROR: (7068-516-285) Invalid input
DETAIL: Invalid table : Resource temporarily unavailable


Could you please tell me why I am getting this error and how to fix it?

Thanks!