problems while after install DA

MR.Sparrow

New member
Joined
Feb 1, 2012
Messages
17
Hello guys

its my first time with DA , i just buy a VPS and DA LI

and i had install the DA setup.sh , and i select venet0:0 as eathernet

after i finsh install DA with suphp ,apache 2.2 php 5.3 and php CGI

mysql and named not working , i see the message from DA adminpanel both are ** stoped ** :o

so i start rebuild the apache again using custombuild 1.2 , i got same problem , i had try to follow some posts here had same problem about mysql not working , i failed to fix it , so i recustombuild with 1.1 version ,

and the problem still persist named, and mysql not working :(

so i wanna know , my OS is centos 6-32

can i install firewall and mode security , is their any good tutorial about this or any thing else can protect my VPS .

i know i am asking too much by you are the expert and i just a newbie with DA ;)
 
If MySQL fails to start, and named is not running, you hardly make them to start with rebuilding from custombuild. And bind can not be installed or upgraded with custombuild. So you need to read logs and analyze them.

Note, some of us here (as well me) are ready to give you a commerce service. So if you need a couple of hands to fix the things on your server, feel free to contact anyone from us.
 
If MySQL fails to start, and named is not running, you hardly make them to start with rebuilding from custombuild. And bind can not be installed or upgraded with custombuild. So you need to read logs and analyze them.

Note, some of us here (as well me) are ready to give you a commerce service. So if you need a couple of hands to fix the things on your server, feel free to contact anyone from us.

thank you very much , i saw your posts here guys how to help each others u guys awesome :)

i just install OS template of host provider with DA all i need to change DA license
and its works , but the license last update 2009 , when i update the license i got error directadmin wont work ,

the error say :

/usr/local/directadmin/directadmin: error while loading shared libraries: libssl.so.10:

:( i don't wanna go to Cpanel again i like Directadmin and i wanna go with it
 
Run this command:

/usr/local/directadmin/directadmin o

Then run these commands:

cat /etc/issue
uname -a

Post the results here.
 
Last edited:
Run this command:

/usr/local/directadmin/directadmin o

Then run these commands:

cat /etc/issue
uname -a

Post the results here.

their u go

PHP:
[root@uk ~]# /usr/local/directadmin/directadmin o
Compiled on 'CentOS 5.0'
Compile time: Dec  4 2011 at 23:59:43
Compiled with IPv6
[root@uk ~]# cat /etc/issue
CentOS release 5.5 (Final)
Kernel \r on an \m

[root@uk ~]# uname -a
Linux uk.myserverblaa.net 2.6.18-274.7.1.el5.028stab095.1 #1 SMP Mon Oct 24 20:49:24 MSD 2011 i686 i686 i386 GNU/Linux
[root@uk ~]#
 
The OS type and version seems to match the ones from License. Did you try to update your software:

Code:
yum update -y

and

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set_fastest
./build versions
./build update_versions

?
 
Did you run these commands before installing directadmin?

Code:
yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-dev gd
 
Back
Top