Compiled on OS is different

k.ghadimi

Verified User
Joined
Oct 21, 2018
Messages
6
Hi
I have a directadmin installed on Debian 10.
cat /usr/local/directadmin/conf/directadmin.conf | grep "os_override=Debian"
os_override=Debian%2010%2064

the issue is the CMD_LICENSE shows the Compiled on: Debian 8.0 64-bit
and because of that, I am not able to update my direct admin to the newer version.

I tried to update it manually but it is still not working and got the error: This OS is now End-Of-Life

yours,
Keyvan
 
try to remove the override in the conf file
en let DA detect it self
Which OS is in your license?
 
try to remove the override in the conf file
en let DA detect it self
Which OS is in your license?
I removed the os_override from directadmin.conf

in the admin pannel \ CMD_LICENSE shows Debian 8.0 64-bit

it should be Debian 8 but as far as I remember at first it was centos because the lic is a bit old, I bought it on 2015
 
If you cant change the OS in your client panel (if you dont own an own license) try this:
This will override and should detect the right override OS
Code:
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh
chmod +x updateda.sh
./updateda.sh save_os --os=c10
./updateda.sh stable --os=c10
 
is this --os=c10 for Debian or centos ?
my current OS is debian 10

./updateda.sh save_os --os=c10
os_override=ES%208.0%2064
 
More info about overriding OS you can find here :
 
Back
Top