Hello, I am facing the same problem as the following (unsolved) post : http://support.nagios.com/forum/viewtop ... =24180&e=0.
I just took the VMWare VM, and connected to it.
I got the welcome message, and click "acces NAgios XI" and get a white page.
service is up : "nagios (pid xxxxxxxxx) is running"
And on the log, I got a 192.168.111.1 PHP warning : mysql_pconnect() Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /usr/loca/nagiosxi/html/db/adodb/drivers/adodb-mysql.inc.php on line 383.
I launched the commands in the order you give, everything waas [ OK ] except "service mysqld start" which displays that MySQL deamon already running with the same unix socket.
And I still get a white page...
Can you help me ?
Nagios XI install
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI install
Please run the following:
Let us know if you can get in now.
Code: Select all
service mysqld stop
rm -f /var/lib/mysql/mysql.sock
service mysqld startRe: Nagios XI install
Ok, that worked.
Thank you
Thank you
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI install
Excellent, going to lock this up.