DirectAdmin not start when DA Update new version

thaobn20

New member
Joined
Jul 29, 2019
Messages
3
I'm ussing DA on Centos 6.10 Final
Code:
[root@sv2 directadmin]# uname -a
Linux sv2.xxxx.com 2.6.32-754.17.1.el6.x86_64 #1 SMP Tue Jul 2 12:42:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

HTML:
[root@sv2 directadmin]# /etc/init.d/directadmin start
Starting DirectAdmin: /usr/local/directadmin/directadmin: /usr/lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /usr/local/directadmin/directadmin)
/usr/local/directadmin/directadmin: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /usr/local/directadmin/directadmin)
/usr/local/directadmin/directadmin: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/directadmin/directadmin)
                                                           [FAILED]

How fix it
 
Hello,

DirectAdmin license might be issued for CentOS 7. You need to install DirectAdmin binaries for CentOS 6.

Try this and see whether or not it helps:

Code:
cd /root/wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh -O updateda.sh
chmod 755 updateda.sh
./updateda.sh save_os --os=c8
./updateda.sh stable --os=c8

https://forum.directadmin.com/showthread.php?t=55369
 
Hello,

DirectAdmin license might be issued for CentOS 7. You need to install DirectAdmin binaries for CentOS 6.


This needs to be in the FAQ. I know its here... https://www.directadmin.com/installguide.php

[h=2]Step 2: Make sure your license information is correct.[/h][FONT=&quot][/FONT]
[FONT=&quot][/FONT][FONT=&quot]Sign into your client account at https://www.directadmin.com/clients and click the "view" link next to your license.

Verify that the server IP address and operating system is correct. Also make sure that the license is Active and Verified (if it isn't, then our billing system hasn't processed your order yet).[/FONT]


The issue is most folks coming from other Panels "assume" it somehow auto detects. Until I really started reading and researching did I figure the OS matters on the Licence.

You script is cool though...
 
Hello,

DirectAdmin license might be issued for CentOS 7. You need to install DirectAdmin binaries for CentOS 6.

Try this and see whether or not it helps:

Code:
cd /root/wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh -O updateda.sh
chmod 755 updateda.sh
./updateda.sh save_os --os=c8
./updateda.sh stable --os=c8

https://forum.directadmin.com/showthread.php?t=55369

Thank you
My DA Work well
 
Good to know. Glad it's working.

Thank you
My DA Work well


@Brent,

The script has been developed to address cases, when a server owner does not have access to DirectAdmin client area, that's very common when DirectAdmin license is provided by a DC. The well-known OVH whenever asked gave licenses for CentOS 6 even if you have CentOS 7, and I don't recall a case when they changed it a per customer request.

I do offer software versions upgrades and related services, and in order to complete services in a timely manner we need to reduce time of communications. It is much quicker to first update software versions and Directadmin and then instruct a customer on how to change a license details.

Thanks.
 
Back
Top