Page 1 of 2
Log Server ./A-subcomponents failed
Posted: Thu Apr 16, 2020 4:40 pm
by jlamar
Log Server ./A-subcomponents failed
log attached
RedHat 7
Re: Log Server ./A-subcomponents failed
Posted: Thu Apr 16, 2020 4:48 pm
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.
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 11:26 am
by jlamar
Installed openssl same error, when installing nrpe
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 11:32 am
by jlamar
deleted directory and tried again same thing
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 11:35 am
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.
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 11:40 am
by jlamar
Info txt
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 11:41 am
by jlamar
Install log
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 12:43 pm
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.
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 1:26 pm
by jlamar
status
Re: Log Server ./A-subcomponents failed
Posted: Fri Apr 17, 2020 1:37 pm
by tgriep
Remove the nrpe folder by running
Then run the installer again.