PDA

View Full Version : Installing DA on CentOS 5.4 64 Bit



dotdoms
02-04-2010, 01:08 AM
Hello,

I am currently facing a huge problem on installing DA on CentOS 5.4 64 Bit:

When I am running the ./setup.sh everythgin SEEMS to work fine, does the installation and finally is saying that everything is fine and I can use DA, but obviously apache isnīt working at all (and probably lotsa other services as well).

I then tried it again, doing a fresh clean CentOS installation, again installing DA with the same result. I then tried doing custombuild with ./build apache, again same result.

Now in my license it says for given OS: "ES 5.0" that had been changed from debian to this after I requested this license being changed to centos 5.4 64. Now I wonder, wether that could be the problem or is this just an abbreviation that DA uses for Centos? Since when DA setup finishes it says DA was setup on Enterprise OS 5.4 correctly.

Did anyone one of you face the same problems already? And if yes how did you solve them? Iīm in a kinda hurry on that one, since the server is already live since so far there hadnīt ever been issues with directadmin installations to me (but then so far I always used debian 32 bit systems).

scsi
02-04-2010, 06:29 AM
All services are installed via source code and know nothing of your os version. If directadmin works I wouldnt see what the problem is. You can rebuild all services by doing:

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build all d

dotdoms
02-04-2010, 08:51 AM
Well directadmin is NOT working... I canīt even check how much of it is working since apache isnīt working either... nevertheless both services claim to be running...

I already tried custombuild several times with using build all and using build [several services] but with the same result...

scsi
02-04-2010, 09:13 AM
Do you have a firewall? What happens when you go to http://<ipaddress>:2222

dotdoms
02-04-2010, 09:16 AM
no firewall...


when going to IPaddress:2222 nothing happens will just not be found...

scsi
02-04-2010, 09:46 AM
Then go here:

https://www.directadmin.com/clients/safesubmit.php

You can let directadmin know whats going on and they will even install directadmin for you.

daveyw
02-05-2010, 02:58 AM
CentOS has default firewall enabled.

Try to the 2 commands below, then restart DA and try to go to http://serverIP:2222


/etc/init.d/iptables stop && /etc/init.d/ip6tables stop
chkconfig iptables off; chkconfig ip6tables off
/etc/init.d/directadmin restartNow try to connect to DA: http://serverIP:2222

marcovdahosting
02-11-2010, 05:58 AM
@dotdoms,

Was that the solution you looking for ? Just to let other readers, experience and learn from your knowledge.