Linux 8 is not supported by DirectAdmin anymore.

cyberda

Verified User
Joined
Oct 20, 2020
Messages
20
Location
Spain
Hi,

It has been detected in Debian 8 64 bits that it is not possible to update anything from custombuild. The error is:

Linux 8 is not supported by DirectAdmin anymore.

Checking the License and the compiled version of DA it appeared:

./directadmin o
OS slug: debian8_amd64
detected OS slug: debian8_amd64

I was surprised because in Directadmin the license has configured:
OSLinux 64-bit (glibc 2.12+) (CentOS6, Debian8, Ubuntu 14.04+)


The steps have been followed again: https://docs.directadmin.com/directadmin/general-usage/updating-da.html#manual-update-using-cli
CHANNEL=current # can be one of: alpha, beta, current, stable
OS_SLUG=linux_amd64

We ran the script again and see that it downloads the correct package:
directadmin_aa5f3d2f60f0c7dc14e666c98dc42d90b1affa4f_linux_amd64.tar.gz


root@server:/usr/local/directadmin# ./directadmin v
Version: DirectAdmin v.1.642

root@server:/usr/usr/local/directadmin# ./directadmin o
commit sha: aa5f3d2f60f0c7dc14e666c98dc42d90b1affa4f
OS slug: linux_amd64
detected OS slug: debian8_amd64
package: directadmin_aa5f3d2f60f0c7dc14e666c98dc42d90b1affa4f_linux_amd64.tar.gz
gettext support: yes
gettext path: /usr/local/directadmin/data/lang
eol timestamp: 1619827200
eol time: May 1 00:00 00 2021


The error is:
root@server:/usr/local/directadmin/custombuild# ./build update
#################################################################################################################################################################### 100.0%
Extracting custombuild.tar.gz...
#################################################################################################################################################################### 100.0%
#################################################################################################################################################################### 100.0%
#################################################################################################################################################################### 100.0%
Linux 8 is not supported by DirectAdmin anymore.
Linux 8 is not supported by DirectAdmin anymore.

Also unsuccessfully tried :

/usr/local/directadmin/scripts/getDA.sh current
systemctl restart directadmin.service

The problem seems to have started to occur since the last update of DirectAdmin v.1.642. In Debian 8


Kind regards,
 
problem not lastupdate, but it EOL already since August 2022, include "FreeBSD" with any version.


[WARNING]
you can force to use with just change build script code, Use at your own risk.

/usr/local/directadmin/custombuild/build
find "is not supported by DirectAdmin anymore."

comment "exit 1" in some of line.
Code:
#exit 1
 
Back
Top