You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2011/10/04 00:58:34 UTC

[jira] [Commented] (CASSANDRA-3198) debian packaging installation problem when installing for the first time

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

Hudson commented on CASSANDRA-3198:
-----------------------------------

Integrated in Cassandra-0.8 #358 (See [https://builds.apache.org/job/Cassandra-0.8/358/])
    set ownership on new installs

Patch by Sylvain Lebresne; reviewed by eevans for CASSANDRA-3198

eevans : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1178592
Files : 
* /cassandra/branches/cassandra-0.8/debian/cassandra.postinst

                
> debian packaging installation problem when installing for the first time
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3198
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3198
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.5
>            Reporter: Jérémy Sevellec
>            Assignee: Jérémy Sevellec
>             Fix For: 0.8.7
>
>         Attachments: 3198.patch, debian-postinst-fixperms.patch, trunk-3198-v1.patch
>
>
> when installing cassandra through the debian packaging for the first time, there is permission problem when starting Cassandra.
> Normally, the postinst script change owner of /var/log/cassandra and /var/lib/cassandra from root to cassandra user.
> there is a problem with the test which verify if threre is a need to change the owner of these directory or not.
> On a new install, the $2 parameter is not set and the the test is false and the owner is not changed.
> (simply, i think replace "&&" with "||" might work)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira