Page 2 of 2

Re: Error in installation

Posted: Wed Nov 12, 2014 1:25 am
by deepshikha20
Hi,
Thanks for your reply.

I got this error now . Could you please confirm the internet connection is must for installing nagioslogserver on a Linux server since from the logs I can see it's trying to connect some URL.

My server don't ave connectivity with the internet.

The step that failed was: 'prereqs'
[dpeiingapl01v]:/tmp/nagioslogserver >more /root/.pip/pip.log
Downloading/unpacking pip
Getting page https://pypi.python.org/simple/pip/
Could not fetch URL https://pypi.python.org/simple/pip/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simp
le/pip/ (Caused by <class 'socket.gaierror'>: [Errno -3] Temporary failure in name resolution)
Will skip URL https://pypi.python.org/simple/pip/ when looking for download links for pip
Getting page https://pypi.python.org/simple/
Could not fetch URL https://pypi.python.org/simple/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/
(Caused by <class 'socket.gaierror'>: [Errno -3] Temporary failure in name resolution)
Could not find any downloads that satisfy the requirement pip
Cleaning up...
Removing temporary dir /tmp/pip_build_root...
No distributions at all found for pip
Exception information:
Traceback (most recent call last):

DistributionNotFound: No distributions at all found for pip


Thanks.

Deepshikha

Re: Error in installation

Posted: Wed Nov 12, 2014 5:03 pm
by scottwilkerson
As of this time, the only form of "offline install" we have for Log Server would be the Virtual machines.

Re: Error in installation

Posted: Wed Nov 19, 2014 11:20 pm
by deepshikha20
Hi,

Please let me know hot to set up virtual machine for nagioslogserver.

I have downloaded it and ran it through vm player, but not sure about the further steps.

Thanks.

Deepshikha

Re: Error in installation

Posted: Thu Nov 20, 2014 3:38 am
by Box293
The console of the VM should present you with the IP Address it obtained through DHCP. Open your web browser to this and once you run through the initial settings you can access the Help menu from the top.

Re: Error in installation

Posted: Wed Nov 26, 2014 1:32 am
by deepshikha20
Hi,

I have installed nagioslogserver but am facing below error while accessing nagios log server through webinterface.

Forbidden
You don't have permission to access /nagioslogserver/ on this server.


--------------------------------------------------------------------------------

Apache/2.2.15 (Red Hat) Server at IPadress Port (number).

Thanks.

Regards,
Deepshikha

Re: Error in installation

Posted: Wed Nov 26, 2014 1:02 pm
by lmiltchev
Have you modified the "/etc/httpd/conf/httpd.conf" file or any files in the "/etc/httpd/conf.d/" directory? Run the following commands and show us the output in code wraps:

Code: Select all

tail -50 /var/log/httpd/error_log
getenforce
iptables -L -n
Also run:

Code: Select all

rpm -qa | sort -u >> /tmp/rpm.txt
and upload the "rpm.txt" file that was generated in the /tmp from running the above command.

Re: Error in installation

Posted: Wed Nov 26, 2014 9:44 pm
by deepshikha20
Hi,

I have not made any changes in httpd.conf files.

Please find the attached output as requested.

Thanks.

Regards,
Deepshikha

Re: Error in installation

Posted: Wed Nov 26, 2014 9:47 pm
by deepshikha20
Hi,

PFA the rpm output.

Thanks.

Deepshikha

Re: Error in installation

Posted: Mon Dec 01, 2014 12:09 pm
by tmcdonald
deepshikha20 wrote:I have installed nagioslogserver but am facing below error while accessing nagios log server through webinterface.
Are you saying you got Logserver to install properly on a pre-installed OS? Or are you referring to using the Virtual Machine? There are some packages in the RPM listing that should not exist on our VMs.