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/04/21 05:21:12 UTC

[GitHub] [couchdb] nickva commented on issue #4001: Installation fails on Ubuntu 20.04 as of couchdb-3.2.2

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

   I updated the deb packages with a new version 3.2.2-1 with @rnewson's fix
   
   We should update the docs to indicate that `DEBIAN_FRONTEND=noninteractive ...` only would fail and needs the additional template setup.
   
   Here is how I tested: 
   
   ```
   # COUCHDB_PASSWORD=password
   # COUCHDB_COOKIE=$(openssl rand -hex 32)
   # echo "couchdb couchdb/mode select standalone
   couchdb couchdb/mode seen true
   couchdb couchdb/bindaddress string 127.0.0.1
   couchdb couchdb/bindaddress seen true
   couchdb couchdb/cookie string ${COUCHDB_COOKIE}
   couchdb couchdb/cookie seen true
   couchdb couchdb/adminpass password ${COUCHDB_PASSWORD}
   couchdb couchdb/adminpass seen true
   couchdb couchdb/adminpass_again password ${COUCHDB_PASSWORD}
   couchdb couchdb/adminpass_again seen true" | debconf-set-selections
   
   # DEBIAN_FRONTEND=noninteractive dpkg -i couchdb_3.2.2-1~bullseye_amd64.deb
   (Reading database ... 146938 files and directories currently installed.)
   Preparing to unpack couchdb_3.2.2-1~bullseye_amd64.deb ...
   Unpacking couchdb (3.2.2-1~bullseye) over (3.2.2~bullseye) ...
   Setting up couchdb (3.2.2-1~bullseye) ...
   Created symlink /etc/systemd/system/multi-user.target.wants/couchdb.service → /lib/systemd/system/couchdb.service.
   Processing triggers for man-db (2.9.4-2) ...
   ```


-- 
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