Search found 5 matches

by mkoehler
Fri Oct 01, 2010 2:01 pm
Forum: Nagios XI
Topic: Errors during install
Replies: 16
Views: 4469

Re: Errors during install

Default the install scripts from nagiosxi will install a 32 bit version of the daemon package on a 64 bits host, this wil fail because of the missing dependencies ( 32 bit libraries (excluded by the 0-yum setup on 64 bits hosts) and building from the the source rpm will fail because of an old SPEC f...
by mkoehler
Thu Sep 30, 2010 4:57 pm
Forum: Nagios XI
Topic: Error in install scripts
Replies: 11
Views: 3431

Re: Error in install scripts

The errors say that it was impossible to do name resolution. (DNS) so networking is not working, (or not correctly). Did you configure networking? Is the image running on a ESX server/ vmware server, or vmware player? Can you ping www.google.com from the image? How do you access the internet (by a p...
by mkoehler
Thu Sep 30, 2010 12:34 am
Forum: Nagios XI
Topic: Error in install scripts
Replies: 11
Views: 3431

Re: Error in install scripts

nope, you can't ignore that. can you run as root: #su - postgres then $psql then select datname from pg_database; Do you see that the postgres database is available? I think something went wrong with step 3-dbservers If not available can you run: /etc/init.d/postgresql initdb and rerun the B-install...
by mkoehler
Wed Sep 29, 2010 4:09 pm
Forum: Nagios XI
Topic: Error in install scripts
Replies: 11
Views: 3431

Re: Error in install scripts

That is because yum isn't original supported on rhel4 by RedHat. Your version of yum doesn't accept the -q (quit) option. just edit the 1-prereqs file and replace the yum -yq entry's with yum -y. or rebuild yum with a newer version. Kind regards, Menn0 PS are you sure your 0-yum script jumped out wi...
by mkoehler
Wed Sep 29, 2010 3:05 pm
Forum: Nagios XI
Topic: Errors during install
Replies: 16
Views: 4469

Re: Errors during install

NOPE: This happens in step E-importnagiosql, this script is calling the reconfigure_nagios.sh script who is calling the import_nagios.sql script, witch is calling the nagiosql_importall.php And finally this script is importing all configfiles found in /usr/local/nagios/etc/import/ (whitch is comming...