That's great to hear. Is 'lsof' not available by default in the Solaris distro? 
You could install it, though an alternative for that part of the script would 
also be possible if you have any suggestions. 

On Aug 16, 2011, at 10:42 AM, Vyoma 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
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to