You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Shuler (JIRA)" <ji...@apache.org> on 2014/11/11 19:49:35 UTC

[jira] [Updated] (CASSANDRA-7851) C* PID file should be readable by mere users

     [ https://issues.apache.org/jira/browse/CASSANDRA-7851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Shuler updated CASSANDRA-7851:
--------------------------------------
    Labels: qa-resolved  (was: )

> C* PID file should be readable by mere users
> --------------------------------------------
>
>                 Key: CASSANDRA-7851
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7851
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Packaging
>            Reporter: Michael Shuler
>            Assignee: Michael Shuler
>            Priority: Minor
>              Labels: qa-resolved
>             Fix For: 2.0.11, 2.1.1
>
>         Attachments: 7851.txt
>
>
> {noformat}
> automaton@i-175d594e9:~$ service cassandra status
>  * Cassandra is not running
> automaton@i-175d594e9:~$ sudo service cassandra status
>  * Cassandra is running
> automaton@i-175d594e9:~$ ls -la /var/run/cassandra/
> ls: cannot open directory /var/run/cassandra/: Permission denied
> automaton@i-175d594e9:~$ sudo ls -la /var/run/cassandra/
> total 4
> drwxr-x---  2 cassandra cassandra  60 Aug 30 01:21 .
> drwxr-xr-x 15 root      root      700 Aug 30 01:21 ..
> -rw-r--r--  1 cassandra cassandra   4 Aug 30 01:21 cassandra.pid
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)