Log Server ./A-subcomponents failed

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Log Server ./A-subcomponents failed

Post by jlamar »

Log Server ./A-subcomponents failed

log attached

RedHat 7
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Log Server ./A-subcomponents failed

Post by tgriep »

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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Log Server ./A-subcomponents failed

Post by jlamar »

Installed openssl same error, when installing nrpe
You do not have the required permissions to view the files attached to this post.
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Log Server ./A-subcomponents failed

Post by jlamar »

deleted directory and tried again same thing
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Log Server ./A-subcomponents failed

Post by tgriep »

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?

Code: Select all

yum repolist >/tmp/info.txt
yum list installed >>/tmp/info.txt
Thanks.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Log Server ./A-subcomponents failed

Post by jlamar »

Info txt
You do not have the required permissions to view the files attached to this post.
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Log Server ./A-subcomponents failed

Post by jlamar »

Install log
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Log Server ./A-subcomponents failed

Post by tgriep »

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?

Code: Select all

ls -l /etc/xinetd.d/nrpe
cat /etc/xinetd.d/nrpe
The sed command thinks it is a directory and not a file.
If it is a directory, remove it and run the installer again.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Log Server ./A-subcomponents failed

Post by jlamar »

status
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Log Server ./A-subcomponents failed

Post by tgriep »

Remove the nrpe folder by running

Code: Select all

rm -fr /etc/xinetd.d/nrpe
Then run the installer again.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked