You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kjell Andreassen (JIRA)" <ji...@apache.org> on 2011/07/28 17:04:09 UTC

[jira] [Issue Comment Edited] (CASSANDRA-2965) Allow cassandra to start on a Solaris machine.

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

Kjell Andreassen edited comment on CASSANDRA-2965 at 7/28/11 3:02 PM:
----------------------------------------------------------------------

Solaris 10 doesn't seem to like modern things like $() and $(()). They are replaced by `` and `expr` in the patch attached.

Also a 'SunOS' section for the uname/memory switch is in the patch.

      was (Author: andreassen.kjell@gmail.com):
    Solaris 10 doesn't seem to like modern things like $() and $(()). They are replaced by `` and `expr` in this patch.

Also a 'SunOS' section for the uname/memory switch.
  
> Allow cassandra to start on a Solaris machine.
> ----------------------------------------------
>
>                 Key: CASSANDRA-2965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2965
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Packaging
>    Affects Versions: 0.8.2
>         Environment: Solaris 10/SunOS 5.10, x86 architecture.
>            Reporter: Kjell Andreassen
>            Priority: Trivial
>             Fix For: 0.8.3
>
>         Attachments: cassandra-0.8.2-2965.txt
>
>
> Cassandra ($CASSANDRA_HOME/bin/cassandra) fails to start with a series of errors, fixing one reveals the next.
> These are the errors:
> bin/cassandra: syntax error at line 27: `system_memory_in_mb=$' unexpected
> bin/cassandra: syntax error at line 100: `check_openjdk=$' unexpected
> bin/cassandra: test: argument expected

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira