> > The fix is very simple: just edit /etc/init.d/couchdb and add the > following line immediately after 'mkdir -p "$RUN_DIR"' (line 86): > chown couchdb:couchdb "$RUN_DIR" > > This seems like kind of a glaring issue :/ Is it known? Is it specific to > Raspbian somehow, or to all Debians? >
I had to fix my /etc/init.d/couchdb in the same way on plain old Debian testing. LT
