Solution cannot be found in the/lib/lsb/init-functions file in Centos

Source: Internet
Author: User
Tags centos

The script provided by the LSB application must accept a parameter indicating its action, such as start, stop, restart, and status.
Common scripts include tomcat and zabbix. We can see that there is an if [-r/lib/lsb/init-functions] section at the top of the script to determine whether the file exists; when the script is run, the following problem occurs: the/lib/lsb/init-functions file cannot be found.

+ '['-R/lib/lsb/init-functions ']'
 
+ Exit 1

So we can use yum to check which rpm package the file belongs.

# Yum whatprovides/lib/lsb/init-functions
 
Redhat-lsb-core-4.0-7.el6.centos.i686: LSB base libraries support for CentOS
 
Repo: base
 
Matched from:
 
Filename:/lib/lsb/init-functions

Obviously it belongs to the redhat-lsb-core package, so we only need to install this package.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.