Comment 0 for bug 1022515

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

Okay, the saga continues:

https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/903098

This time, I'm proposing (basically) syncing couchdb 1.2.0-1 from Debian unstable, but adding my low-delta split into couchdb/couchdb-bin.

The only remaining issue in my package is fixing the /etc/init.d/couchdb script, which seems broken in the upstream Apache CouchDB release. Same issue seems to effect the Debian package:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635534

As far as I can tell, the problem is that /etc/init.d/couchdb doesn't correctly handle cases when /var/run is on a tmpfs. The script does an `su couchdb` after the /var/run/couchdb directory gets created.