Log Server ./A-subcomponents failed
Log Server ./A-subcomponents failed
Log Server ./A-subcomponents failed
log attached
RedHat 7
log attached
RedHat 7
You do not have the required permissions to view the files attached to this post.
Re: Log Server ./A-subcomponents failed
The Logserver installs the NRPE agent so it can be used to optionally monitor the Logserver system but is could not install it as there is a missing package.
Install the openssl-devel package on the server and then re-run the logserver install.
Install the openssl-devel package on the server and then re-run the logserver install.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Log Server ./A-subcomponents failed
Installed openssl same error, when installing nrpe
You do not have the required permissions to view the files attached to this post.
Re: Log Server ./A-subcomponents failed
deleted directory and tried again same thing
You do not have the required permissions to view the files attached to this post.
Re: Log Server ./A-subcomponents failed
Can you post the new install.log so we can see if the error is different from the last one?
Can you run the following commands on the Nagios server as root and post the /tmp/info.txt file?
Thanks.
Can you run the following commands on the Nagios server as root and post the /tmp/info.txt file?
Code: Select all
yum repolist >/tmp/info.txt
yum list installed >>/tmp/info.txtBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Log Server ./A-subcomponents failed
Info txt
You do not have the required permissions to view the files attached to this post.
Re: Log Server ./A-subcomponents failed
Install log
You do not have the required permissions to view the files attached to this post.
Re: Log Server ./A-subcomponents failed
Thanks for the files.
The NRPE agent compiled so that is solved.
Something is not right with the xinetd nrpe configuration file so can you run the following and post the output?
The sed command thinks it is a directory and not a file.
If it is a directory, remove it and run the installer again.
The NRPE agent compiled so that is solved.
Something is not right with the xinetd nrpe configuration file so can you run the following and post the output?
Code: Select all
ls -l /etc/xinetd.d/nrpe
cat /etc/xinetd.d/nrpeIf it is a directory, remove it and run the installer again.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Log Server ./A-subcomponents failed
status
You do not have the required permissions to view the files attached to this post.
Re: Log Server ./A-subcomponents failed
Remove the nrpe folder by running
Then run the installer again.
Code: Select all
rm -fr /etc/xinetd.d/nrpeBe sure to check out our Knowledgebase for helpful articles and solutions!