I spoke too fast on closing out my last issue. Modifying the ModGearman install script to account for the release name change in CentOS worked to move it past the first error. However, after a minute or two it errored out with the information below.
Error: Unable to install Packages
Error: Unable to find a match: gearmand
I've tried installing it on an older CentOS 7 box and ran into quite a few errors for things missing as well. Are there some prerequisites I am missing for the worker side install?
Issues with ModGearman worker script
Re: Issues with ModGearman worker script
You'll need to do this on CentOS 8:
Then make sure this line in the ModGearmanInstall.sh:
Looks like this:
Then run the ./ModGearmanInstall.sh --type=worker command.
And this on CentOS 7:
Then run the ./ModGearmanInstall.sh --type=worker command.
Code: Select all
yum install https://repo.nagios.com/nagios/8/nagios-repo-8-1.el8.noarch.rpm -y
yum config-manager --enable powertools
yum install epel-release -yCode: Select all
if rpm -q centos-release; thenCode: Select all
if rpm -q centos-release || rpm -q centos-linux-release; thenAnd this on CentOS 7:
Code: Select all
yum install https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm -y
yum install epel-release -y