gnujeremie commented on issue #22: Initscript (Ubuntu/debian) does not stop process URL: https://github.com/apache/couchdb-pkg/issues/22#issuecomment-396485940 Hi thanks, it seems to fix it. However, I still have one process running after I stop couchdb : ``` # ps aux | grep couch couchdb 28203 0.0 0.0 7500 312 ? S 08:53 0:00 /opt/couchdb/bin/../erts-7.3/bin/epmd -daemon root 28329 0.0 0.0 12252 928 pts/3 S+ 08:54 0:00 grep --color=auto couch ``` When couchdb is running I have : ``` # ps aux | grep couch couchdb 28203 0.0 0.0 7500 312 ? S 08:53 0:00 /opt/couchdb/bin/../erts-7.3/bin/epmd -daemon couchdb 28341 8.1 0.4 1922912 139576 ? Sl 08:54 0:10 /opt/couchdb/bin/../erts-7.3/bin/beam.smp -K true -A 16 -Bd -- -root /opt/couchdb/bin/.. -progname couchdb -- -home /home/couchdb -- -boot /opt/couchdb/bin/../releases/2.1.1/couchdb -name [email protected] -setcookie monster -kernel error_logger silent -sasl sasl_error_logger false -noshell -noinput -config /opt/couchdb/bin/../releases/2.1.1/sys.config couchdb 28378 0.0 0.0 12912 1212 ? Ss 08:54 0:00 sh -s disksup couchdb 28379 0.0 0.0 4328 604 ? Ss 08:54 0:00 /opt/couchdb/bin/../lib/os_mon-2.4/priv/bin/memsup couchdb 28380 0.0 0.0 4328 348 ? Ss 08:54 0:00 /opt/couchdb/bin/../lib/os_mon-2.4/priv/bin/cpu_sup root 28537 0.0 0.0 12252 932 pts/3 S+ 08:56 0:00 grep --color=auto couch ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
