couchdb will not be killed by its init script because signal 1 is ignored if the daemon has been started during package installation:
$ cat /proc/$(cat /var/run/couchdb/couchdb.pid)/status [...] SigIgn: 0000000000001007 [...] If couchdb has been started by its init script during boot time or from the console then signal 1 is not ignored: $ cat /proc/$(cat /var/run/couchdb/couchdb.pid)/status SigIgn: 0000000000001006 The couchdb script uses signal 1 to kill the erlang vm. ** Summary changed: - Cannot stop couchdb using /etc/init.d/couchdb + Cannot stop couchdb using /etc/init.d/couchdb after package install -- Cannot stop couchdb using /etc/init.d/couchdb after package install https://bugs.launchpad.net/bugs/448682 You received this bug notification because you are a member of Registry Administrators, which is the registrant for Debian. _______________________________________________ Mailing list: https://launchpad.net/~registry Post to : [email protected] Unsubscribe : https://launchpad.net/~registry More help : https://help.launchpad.net/ListHelp

