You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Vicente jimenez Aguilar (Jira)" <ji...@apache.org> on 2020/04/29 10:04:00 UTC

[jira] [Created] (CASSANDRA-15770) debian 10 Buster: stop and restart fail

Vicente jimenez Aguilar created CASSANDRA-15770:
---------------------------------------------------

             Summary: debian 10 Buster: stop and restart fail
                 Key: CASSANDRA-15770
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15770
             Project: Cassandra
          Issue Type: Bug
            Reporter: Vicente jimenez Aguilar
         Attachments: 0001-Fix-init-script-for-debian-Buster.patch

debian 10 Buster have an update {{start-stop-daemon}}.

{{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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org