DirectAdmin not working after yum update from CentOS 5.7 to 5.8

vNabi

Verified User
Joined
Apr 26, 2012
Messages
5
I updated my CentOS from 5.7 to 5.8 and now the DirectAdmin is not working.
It's not accessible from 2222 port.

What should I do?
 
Try restart it:

Code:
/etc/init.d/directadmin restart

If restart is OK but you still cant access check if is listening on the 2222 port:

Code:
netstat -ant | grep :2222

If it is listening (something like 0.0.0.0:2222 so check if is your firewall.

Regards
 
it's not listening!

I did that, there is nothing in result of netstat command.
 
Solved!

I had removed eth0 and added another one, but I has forgotten to change the directadmin.conf file.

I changed ethernet_dev=eth0 line and it solved the problem.
Thanks a lot!
 
Back
Top