error. Ran the DB maintenance and tried again, different error.
Next tried a manual upgrade, got compile errors. Pls. advise, Thx.
Code: Select all
Ver
Nagios XI 5.4.7
uname -a
Linux cvglqnagios01.xxx.xxx 3.10.0-957.5.1.el7.x86_64 #1 SMP Wed Dec 19
10:46:58 EST 2018 x86_64 x86_64 x86_64 GNU/Linux
1st UI try:
mysqldump: Got error: 144: "Table './nagios/nagios_processevents' is marked
as crashed and last (automatic?) repair failed" when using LOCK TABLES
Error backing up MySQL database 'nagios' - check the password in this script!
2nd UI try:
mysqldump: Got error: 1034: "Incorrect key file for table
'nagios_systemcommands'; try to repair it" when using LOCK TABLES
Error backing up MySQL database 'nagios' - check the password in this
script!
1st manual try
db.c:569:32: error: ‘ndo2db_dbconninfo’ has no member named ‘mysql_result’
mysql_free_result(idi->dbinfo.mysql_result);
^
db.c:570:14: error: ‘ndo2db_dbconninfo’ has no member named ‘mysql_result’
idi->dbinfo.mysql_result=NULL;
^
make[2]: *** [db.o] Error 1
make[2]: Leaving directory `/tmp/nagiosxi/subcomponents/ndoutils/ndoutils-2.1.3/src'
make[1]: *** [ndo2db] Error 2
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/ndoutils/ndoutils-2.1.3/src'
make: *** [all] Error 2