Page 3 of 3
Re: Error while installing new nagios
Posted: Mon Mar 03, 2014 4:58 pm
by lmiltchev
Run the following commands, and show the output:
Code: Select all
sysctl -p
grep net.ipv4.tcp_mem /etc/sysctl.conf
Re: Error while installing new nagios
Posted: Tue Mar 04, 2014 10:10 am
by ravish78
please find attached output
Re: Error while installing new nagios
Posted: Tue Mar 04, 2014 2:06 pm
by lmiltchev
I haven't seen this error before, and I am not sure if this is going to help, but can you comment out the following line in the "/etc/sysctl.conf":
Code: Select all
net.ipv4.tcp_mem = 24576 32768 49152# fix "out of socket memory" issue
and try running the "./fullinstall" again. It the install fails again, please, post the latest "install.log".
Re: Error while installing new nagios
Posted: Tue Mar 04, 2014 4:14 pm
by ravish78
This time it was successful.
We have commented both entries.
#net.ipv4.tcp_mem = 8192 8192 8192 # default
#net.ipv4.tcp_mem = 24576 32768 49152 # fix "out of socket memory" issue
Not sure if they are required for future use.Thanks for your help
Re: Error while installing new nagios
Posted: Tue Mar 04, 2014 4:28 pm
by lmiltchev
I'm glad your issue has been resolved! I am locking this topic.