Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-15770

stop and restart fail in Debian 10 buster

    XMLWordPrintableJSON

Details

    Description

      Debian 10 "buster" has an updated start-stop-daemon version that causes init script to fail to stop or restart Cassandra daemon. stop option do not stops first launched instance and depending of previous operations, restart and start could launch a second Cassandra daemon instance.

      start-stop-daemon since version 1.19.3 fail to stop matching only a pidfile that can be writen by an unprivileged (non-root) user because it is considered a security risk.

      Adding a second matching option (user) solved this.

      This fix does not break compatibility with older versions and does not mess with pidfile's mode or permissions.

      Related: CASSANDRA-15099

      https://github.com/vice/cassandra/tree/debian-buster

      Attachments

        1. 0001-Fix-init-script-for-debian-Buster.patch
          1 kB
          Vicente Jimenez Aguilar

        Issue Links

          Activity

            People

              vice Vicente Jimenez Aguilar
              vice Vicente Jimenez Aguilar
              Vicente Jimenez Aguilar
              Brandon Williams
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: