On 10 September 2010 03:59, Zsolt Czinkos <[email protected]> wrote:
> Hello
>
> I've installed couchdb 1.0.1 to CentOS 5.4 (on Amazon EC2).
>
> I built it from source, installed and started with the rc.d/couchdb
> script (added couchdb before starting, and chown and chmod as it was
> written in INSTALL.Unix).
>
> It seems to work, I can run the tests in futon. Almost all tests
> succeed, but in the log there are "File operation errors".
> [Thu, 09 Sep 2010 15:37:39 GMT] [error] [<0.249.0>] {error_report,<0.236.0>,
> {<0.249.0>,std_error,
> "File operation error: eacces. Target:
> ./couch_httpd_view.beam. Function: get_file. Process: code_server."}}
> [Thu, 09 Sep 2010 15:37:40 GMT] [error] [<0.249.0>] {error_report,<0.236.0>,
> {<0.249.0>,std_error,
> "File operation error: eacces. Target:
> ./couch_changes.beam. Function: get_file. Process: code_server."}}
Hi Zsolt
eaccess is a file access error. Can you check you've got chown'd and
chmod'ed sorted for the binaries? I have:
-rw-r--r-- 1 dave dave 4.2K 2010-08-18 01:38
./lib/couchdb/erlang/lib/couch-1.0.1/ebin/couch_changes.beam
-rw-r--r-- 1 dave dave 8.8K 2010-08-18 01:38
./lib/couchdb/erlang/lib/couch-1.0.1/ebin/couch_httpd_view.beam
cheers
Dave