Thanks for all the suggestions folks - this is clearly not an easy fix, so I'm going to wipe the machine and start again.
Thanks!
Search found 11 matches
- Mon Sep 09, 2013 4:06 pm
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
- Mon Sep 09, 2013 3:15 pm
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Re: Waiting for configuration verification.... spins forever
Here's the reconfig: URL: http://localhost/nagiosql/index.php CMDLINE /usr/bin/wget --save-cookies nagiosql.cookies --keep-session-cookies http://localhost/nagiosql/index.php --no-check-certificate --post-data 'Submit=Login&tfUsername=nagiosxi&tfPassword=n@gweb' -O nagiosql.login--2013-09-09...
- Mon Sep 09, 2013 2:13 pm
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Re: Waiting for configuration verification.... spins forever
Code: Select all
[root@ecca2 network-scripts]# cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
- Mon Sep 09, 2013 2:07 pm
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Re: Waiting for configuration verification.... spins forever
Also:
Confirmed that /etc/sysconfig/selinux is set to disabled, and that php has --enable-sockets.
Confirmed that /etc/sysconfig/selinux is set to disabled, and that php has --enable-sockets.
- Mon Sep 09, 2013 1:11 pm
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Re: Waiting for configuration verification.... spins forever
Ok - here's the output: [root@ecca2 etc]# service mysql status mysql: unrecognized service [root@ecca2 etc]# service mysqld status mysqld (pid 10143) is running... [root@ecca2 etc]# ll /var/lib/mysql/mysql.sock srwxrwxrwx 1 mysql mysql 0 Sep 9 10:31 /var/lib/mysql/mysql.sock [root@ecca2 etc]# mysql ...
- Mon Sep 09, 2013 12:30 pm
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Re: Waiting for configuration verification.... spins forever
Disks & PHP look ok: [root@ecca2 ~]# df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/mapper/vg_ecca2-lv_root 3276800 144002 3132798 5% / tmpfs 474103 4 474099 1% /dev/shm /dev/sda1 128016 53 127963 1% /boot /dev/mapper/vg_ecca2-lv_home 57499648 1383 57498265 1% /home [root@ecca2 ~]# df...
- Mon Sep 09, 2013 11:16 am
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Re: Waiting for configuration verification.... spins forever
Ok - it looks like the error from the httpd error_log is: [Mon Sep 09 10:12:53 2013] [error] [client 155.70.39.45] PHP Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /usr/local/nagiosxi/html/db/adodb/drivers/adodb-mysql.inc.php on lin...
- Mon Sep 09, 2013 10:22 am
- Forum: Nagios XI
- Topic: Waiting for configuration verification.... spins forever
- Replies: 13
- Views: 7559
Waiting for configuration verification.... spins forever
Hello! 64-Bit CentOS 6.4, Manual Install of 2012R2.3. The fullinstall command completed successfully, however, when I add a host and do "Apply Configuration", the "Waiting for configuration verification...." line spins forever. This is a fresh install, there is nothing other than...
- Mon Sep 09, 2013 9:45 am
- Forum: Nagios XI
- Topic: Manual Install Fails On MySQL Loads
- Replies: 5
- Views: 104
Re: Manual Install Fails On MySQL Loads
Ah - looks like with MySQL, even after dropping things, you have to do a FLUSH TABLES and FLUSH PRIVILEGES to clear all the caches.
Once I did that, I was able to get past this error...on to the next one.
Once I did that, I was able to get past this error...on to the next one.
- Mon Sep 09, 2013 9:33 am
- Forum: Nagios XI
- Topic: Manual Install Fails On MySQL Loads
- Replies: 5
- Views: 104
Re: Manual Install Fails On MySQL Loads
Well, that's what I've done; I dropped every database inside mysql. There is nothing in there as far as I can tell. I'm not sure how else to remove the database?