Hi,

yes, the lsof utility must be present (an assumption that holds for
most modern distributions). If you have a workaround for Solaris,
please share.

Could please specify which version of neo4j gives you this error?

thanks,
CG

On Tue, Aug 16, 2011 at 8:42 PM, Vyoma <[email protected]> wrote:
> Hi Andreas,
>
> I think that worked:
>
>> diff utils utils.bak
> 30c30
> <       if [[ ${line} =~ "^([^#\s][^=]+)=(.+)$" ]]; then
> ---
>>       if [[ ${line} =~ ^([^#\s][^=]+)=(.+)$ ]]; then
> 33c33
> <         if [[ ${key} =~ "^(.*)_([0-9]+)$" ]]; then
> ---
>>         if [[ ${key} =~ ^(.*)_([0-9]+)$ ]]; then
>
> It is not giving me those syntax errors now.
>
> It does give me an "command not found" error now:
>
>> ./bin/neo4j start
> id: illegal option -- u
> Usage: id [-ap] [user]
> /home/00/ntmop/neo4j
> Starting Neo4j Server...WARNING: not changing user
>  process [8975]... waiting for server to be ready../bin/neo4j: line 172:
> lsof: command not found
> grep: can't open -B1
> ../bin/neo4j: line 172: lsof: command not found
> grep: can't open -B1
>  BAD.
> Neo4j Server may have failed to start, please check the logs.
>
> But this must be due to "lsof" not being available. I think I need to get
> that installed.
>
> Thanks!
>
> -----
> KMaheshBhat.com
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors-tp3136965p3259350.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to