sklassen commented on issue #4945:
URL: https://github.com/apache/couchdb/issues/4945#issuecomment-1876753673

   The snap hook should be found here. 
   
   ```
   ls -l /snap/couchdb/current/snap/hooks/configure 
   -rwxr-xr-x 1 root root 1672 Nov 17 18:05 
/snap/couchdb/current/snap/hooks/configure
   ```
   
   You can try this to see if the script is working for you
   
   ```
   $ cd /var/snap/couchdb/current/etc
   $ grep setcookie vm.args 
   -setcookie dOAAd8fWUua3Ca8cmaSdGU3gAn35gPH0z7Xmi4GLx4Q8E9Os
   $ sudo snap set couchdb  setcookie=`echo $(dd if=/dev/random bs=1 count=38 
status=none | base64 | tr -cd '[:alnum:]')`
   $ grep setcookie vm.args 
   -setcookie ySKMODxwg8qeY6OmtaTVe7LfFtSaQAZ4Z0UQVIXlIDtRu3E
   ```
   But you can also edit the file by hand and restart the snap.
   
   `initialize_nodelist(line 110) fails to initialize` sounds like a different 
issue.  What else is in the logs?


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to