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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to