You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2013/02/17 18:09:13 UTC

[jira] [Resolved] (SOLR-327) shell scripts failed to run on Solaris 8 (and probably other non recent UNIX)

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

Erick Erickson resolved SOLR-327.
---------------------------------

    Resolution: Won't Fix

Cleaning up old JIRAs, re-open if necessary.
                
> shell scripts failed to run on Solaris 8 (and probably other non recent UNIX)
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-327
>                 URL: https://issues.apache.org/jira/browse/SOLR-327
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (scripts)
>            Reporter: Paul Sundling
>            Priority: Minor
>
> There are several places where commands used are incompatible with older UNIX versions, even though these capabilities are present.  There are ways to rewrite the shell scripts to be compatible with these older versions.
> The first example is the use of pgrep.  Older machines will have grep, egrep and fgrep, but NOT pgrep. I've been doing UNIX for well over a decade and never heard of pgrep, although it is installed on my home server apparently. :)
> There are also enhancements like the use of  'cp -l'.  This could be accomplished with the 'ln' command instead on older UNIX versions.  Since it's also used recursively in snapshooter, which 'ln' doesn't support, it makes the command more complex.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org