Im running the latest version from CVS. Im trying to get image captchas running, however to do so, ljmain.pl gen_image_captchas has to be run first. When I try to run that i get the following error:
[root@]# ~/bin/ljmaint.pl gen_image_captchas
Running task 'gen_image_captchas':
-I- Generating new image captchas...
Current count is 2 of 1000...generating 998 new image challenges.
ERROR> task gen_image_captchas died: Couldn't find user system's blob_clusterid
Generating image 0...inserting (code = 4t6sdu8)...uploading (capid = 8, anum = 29402)...
The blob cluster is set in ljconfig.pl as follows:
%BLOBINFO = (
"clusters" => {
"1" => "/export/livejournal/blob",
},
);
That director is owned by lj. Likewise the system account has been created.
Ive tried tracing the error down, but i don't seem to be getting anywhere. The table userproplist is full (as it should be by the db init script).
Any ideas whats going on here?
Thanks!