*** This bug is a duplicate of bug 546084 ***
https://bugs.launchpad.net/bugs/546084
In my case the problem turned out to be a missing couchdb group:
Setting up couchdb-bin (1.0.1-0ubuntu3~lucid1) ...
chown: invalid group: `couchdb:couchdb'
So to "fix" this, do something like this:
root@cowputer:~# grep couchdb /etc/passwd
couchdb:x:107:116:CouchDB Administrator,,,:/var/lib/couchdb:/bin/bash
Then add this line to /etc/group:
couchdb:x:116:couchdb
Worked for me.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583969
Title:
package couchdb-bin 0.10.0-1ubuntu2 failed to install/upgrade:
subprocess installed post-installation script returned error exit
status 1
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs