rnewson commented on issue #5886:
URL: https://github.com/apache/couchdb/issues/5886#issuecomment-3893508845

   In a remsh (ssh into the machine and run `erl -name remsh$$@localhost -remsh 
[email protected] -hidden`) try the following commands and share the output 
please
   
   ```
   rp([code:priv_dir(element(1, App)) || App <- 
application:loaded_applications()]).
   ```
   
   and then this one;
   
   ```
   rp([file:consult(code:priv_dir(element(1, App)) ++ 
"/stats_descriptions.cfg") || App <- application:loaded_applications()]).
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to