You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/06/06 19:53:16 UTC

[GitHub] [couchdb] nickva commented on issue #4049: Install fails on Rocky Linux 8.6

nickva commented on issue #4049:
URL: https://github.com/apache/couchdb/issues/4049#issuecomment-1147849484

   @WhitewaterDave during the installation it attempts to create a random cookie value (to ensure the users don't accidentally connect two Erlang cluster together). During that times it reads from /dev/random, so it's possibly it blocked due to a low entropy on a new server instance
   
   See https://github.com/apache/couchdb-pkg/pull/95 for more details on how the behavior is implemented
   
   To avoid having to wait, trying setting your own cookie value with `COUCHDB_COOKIE=$yourownuuidvalue yum install...`
   
   


-- 
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-unsubscribe@couchdb.apache.org

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