GitHub user lra opened a pull request: https://github.com/apache/cassandra/pull/21
Fix cassandra daemon management under debian/ubuntu This PR tries to fix 2 problems when installing the package on Ubuntu (and I think Debian) 1. `/var/run/cassandra` is missing and the pid file is not created on start, which renders the init script useless 2. the regexp used to check if cassandra is running does not match the launching command line (There is no "-user." in the launch command) You can merge this pull request into a Git repository by running: $ git pull https://github.com/lra/cassandra fix_debian_init_d Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cassandra/pull/21.patch ---- ----