Page 1 of 1

NRPE agent installation failure

Posted: Tue May 14, 2013 7:09 am
by MSPk
HI Team,

I have tried to install nrpe on a linux server but it has failed with the following message.
install.log

Re: NRPE agent installation failure

Posted: Tue May 14, 2013 10:28 am
by yancy
MSPK,

Are you able to complete a

Code: Select all

 yum update 
?


Thanks,

-Yancy

Re: NRPE agent installation failure

Posted: Wed May 15, 2013 8:00 am
by MSPk
I have chked with my linux admin and he has suggested not to run the update.
He has also suggested that the server has the required glidc files (glibc-2.5-81.el5_8.4)

rpm -qa | grep glibc
glibc-2.5-81.el5_8.4
compat-glibc-2.3.4-2.26
glibc-2.5-107
compat-glibc-headers-2.3.4-2.26
glibc-devel-2.5-81.el5_8.4
glibc-common-2.5-81.el5_8.4
glibc-common-2.5-107
glibc-devel-2.5-107
glibc-2.5-81.el5_8.4
glibc-headers-2.5-81.el5_8.4
glibc-headers-2.5-107
compat-glibc-2.3.4-2.26

He has also suggested that we could install below if required

glibc.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5
glibc-common.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5
glibc-devel.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5
glibc-headers.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5

the version of linux we are using is - Red Hat Enterprise Linux Server release 5.9 (Tikanga) - 2.6.18-348.1.1.el5 #1 SMP Fri Dec 14 05:25:59 EST 2012 x86_64 x86_64 x86_64 GNU/Linux

Re: NRPE agent installation failure

Posted: Wed May 15, 2013 9:10 am
by yancy
MSPk,

Are you able to run package cleanup as suggested?

Code: Select all

 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
Thanks,

-Yancy

Re: NRPE agent installation failure

Posted: Wed May 15, 2013 10:21 am
by MSPk
should the command be ./fullinstall --skip-broken??

Re: NRPE agent installation failure

Posted: Wed May 15, 2013 10:55 am
by yancy
MSPk,

Try cleaning any dependency problems:

Code: Select all

 package-cleanup --problems 
if you receive command not found, you may need to run the following first

Code: Select all

yum install yum-utils

Thanks,

-Yancy

Re: NRPE agent installation failure

Posted: Thu May 16, 2013 1:39 am
by MSPk
Hi,

We are now able to install the agent on the server. This thread can be closed.

Re: NRPE agent installation failure

Posted: Thu May 16, 2013 9:14 am
by yancy
MSPk,

Thanks for letting us know.

-Yancy