directadmin wont load

txt3rob

Verified User
Joined
Jan 16, 2007
Messages
101
directadmin wont load but all other services seem fine its strange
i've not done any alterations to direct admin either!

PHP:
[root@server ~]# service directadmin start
Starting DirectAdmin:                                      [  OK  ]
[root@server ~]# service directadmin start
Starting DirectAdmin:                                      [  OK  ]
[root@server ~]# service directadmin restart
Stopping DirectAdmin:                                      [FAILED]
Starting DirectAdmin:                                      [  OK  ]
[root@server ~]#
 
Check for errors in

/var/log/directadmin/error.log
/var/log/directadmin/system.log
/var/log/messages

To see if it is indeed running type:

ps xua | grep -e 'directadmin d' | grep -v grep
netstat -na | grep 2222
lsof -i | grep 2222


It is possible it could be a problem with your firewall if you are running one.

Also make sure that your ip address has not been blocked by directadmin.
Check the file /usr/local/directadmin/data/admin/ip_blacklist
If your ip address is listed in it remove it.
 
Last edited:
nope but i think i know why now

Code:
2007:09:07-01:23:01: The ip of this machine (85.**.**.**) does not match the ip in the license file.<br>
 
DA wont load on browser

DA wont load on browser, all other sites and their DA work, just not mine, the admin of DA
last thing I did was to update DA, but I have others and they are updated with no troubles.
I'm Not on the blacklist and I am on the whitelist
re started DA in shell, still nothing..
Please help
 
Last edited:
Have you tried from a different browser, from a different PC, from a different IP#?

Jeff
 
yes I did that a couple times, all of a sudden its back,? sacred me as I was wondering if after the update something was mixed up, like the IP it belonged to, like that other guy
Thanks for responding Jeff, would like to know what happened, make me nervous when something goes away by itself lol
I mean this was going on for almost an hour...
 
Last edited:
Back
Top