[ 
https://issues.apache.org/jira/browse/CASSANDRA-15099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825499#comment-16825499
 ] 

Yury Vidineev commented on CASSANDRA-15099:
-------------------------------------------

Looks like fix is easy

 

18a19
> USER=cassandra
101c102,103
<     start-stop-daemon -K -p "$PIDFILE" -R TERM/30/KILL/5 >/dev/null
---
> 
>     start-stop-daemon -K -p "$PIDFILE" -R TERM/30/KILL/5 >/dev/null --user 
>$USER

> Debian 10 buster: init file require PID file to be owned by root
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-15099
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15099
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Yury Vidineev
>            Priority: Normal
>
> Restarting Cassandra: cassandrastart-stop-daemon: matching only on non-root 
> pidfile /var/run/cassandra/cassandra.pid is insecure
>  failed!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to