You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Bernhard Hörmann <ho...@gmail.com> on 2012/06/04 16:16:11 UTC

Errors in couchdb logfile - File operation error: eacces

Hello,

I don't know if this mailing list is the right place for my question, but I
have some problems / errors with my couchdb 1.2 installation on an ubuntu
10.04 LTS Server. I have installed CouchDB 1.2 from source and now I get
the following error messages:

[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./crypto.beam. Function: get_file. Process: code_server."}}
[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./couch_os_daemons.beam. Function: get_file. Process: code_server."}}
[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./couch_stats_collector.beam. Function: get_file. Process: code_server."}}
[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./couch_query_servers.beam. Function: get_file. Process: code_server."}}
[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./couch_stats_aggregator.beam. Function: get_file. Process: code_server."}}
[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./couch_replication_manager.beam. Function: get_file. Process:
code_server."}}
[Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
                                 {<0.20.0>,std_error,
                                  "File operation error: eacces. Target:
./couch_db.beam. Function: get_file. Process: code_server."}}


Any ideas?

Best regards,

Bernhard Hörmann

Re: Errors in couchdb logfile - File operation error: eacces

Posted by Dave Cottlehuber <da...@muse.net.nz>.
eacces = permissions issues.

On 4 June 2012 16:16, Bernhard Hörmann <ho...@gmail.com> wrote:
> Hello,
>
> I don't know if this mailing list is the right place for my question, but I
> have some problems / errors with my couchdb 1.2 installation on an ubuntu
> 10.04 LTS Server. I have installed CouchDB 1.2 from source and now I get
> the following error messages:
>
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./crypto.beam. Function: get_file. Process: code_server."}}
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./couch_os_daemons.beam. Function: get_file. Process: code_server."}}
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./couch_stats_collector.beam. Function: get_file. Process: code_server."}}
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./couch_query_servers.beam. Function: get_file. Process: code_server."}}
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./couch_stats_aggregator.beam. Function: get_file. Process: code_server."}}
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./couch_replication_manager.beam. Function: get_file. Process:
> code_server."}}
> [Tue, 29 May 2012 20:57:46 GMT] [error] [<0.20.0>] {error_report,<0.9.0>,
>                                 {<0.20.0>,std_error,
>                                  "File operation error: eacces. Target:
> ./couch_db.beam. Function: get_file. Process: code_server."}}
>
>
> Any ideas?
>
> Best regards,
>
> Bernhard Hörmann

Looks like you need to ensure your couchdb user has enough privs to
read the binaries.

A+
Dave