You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Scott Stults (JIRA)" <ji...@apache.org> on 2013/03/29 23:09:15 UTC

[jira] [Created] (BIGTOP-896) Solr rpm requires redhat-lsb to run

Scott Stults created BIGTOP-896:
-----------------------------------

             Summary: Solr rpm requires redhat-lsb to run
                 Key: BIGTOP-896
                 URL: https://issues.apache.org/jira/browse/BIGTOP-896
             Project: Bigtop
          Issue Type: Bug
          Components: RPM
         Environment: CentOS 5
            Reporter: Scott Stults
            Priority: Trivial


After installing solr and solr-server on CentOS5, the following errors are triggered by the init.d script:

/etc/init.d/solr-server: line 34: /lib/lsb/init-functions: No such file or directory
/etc/init.d/solr-server: line 97: pidofproc: command not found
/etc/init.d/solr-server: line 114: log_failure_msg: command not found
[vagrant@vagrant-c5-x86_64 ~]$ sudo /etc/init.d/solr-server status
/etc/init.d/solr-server: line 34: /lib/lsb/init-functions: No such file or directory
/etc/init.d/solr-server: line 97: pidofproc: command not found
/etc/init.d/solr-server: line 114: log_failure_msg: command not found

This can be resolved by installing the redhat-lsb package, so it should be a requirement in the rpm spec.

--
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