Installed version of DirectAdmin: 0 build 0 - CB 2.0.0(rev 2765)

dmtinc

Verified User
Joined
May 10, 2008
Messages
153
Location
Chile
Hi Folks!

I have this situation in almost 3 servers, when I check the software versions using custombuild the directadmin versions are 0 build 0:

# ./build versions
Latest version of DirectAdmin: 0 build 0
Installed version of DirectAdmin: 0 build 0

# ./build version
2.0.0 (rev: 2765)


# /usr/local/directadmin/directadmin v
Version: DirectAdmin v.1.62.9
# /usr/local/directadmin/directadmin o
Compiled on 'CentOS 7.0 64-Bit'
Compile time: Oct 6 2021 at 21:48:35
Timestamp: '1633556902'
Compiled with IPv6
Static binary: yes
commit sha: 8ac6f6037d887fe5b77ae6107b7b5fa19b5fb1de
OS slug: rhel7_amd64
package: directadmin_8ac6f6037d887fe5b77ae6107b7b5fa19b5fb1de_rhel7_amd64.tar.gz
gettext support: yes
gettext path: /usr/local/directadmin/data/lang
eol timestamp: 1725170400
eol time: Sep 1 02:00 2024

As the directadmin version current and remote are not validated correctly, the custombuild cron dont update directadmin :(


Anyone with this problem?

Thanks!
Regards
 
It's been fixed in DA 1.63 (it should be released soon). The issue is usually caused by disabled login keys for admin user (it needs to have ability to use them, to use API of DA).
 
It's been fixed in DA 1.63 (it should be released soon). The issue is usually caused by disabled login keys for admin user (it needs to have ability to use them, to use API of DA).

Thanks for the info, but if this will be fixed by a upcoming version of DA, in the actual state CB will not update DA to that version, so I will need to update DA manually ???

there is a cli command to update directadmin without using custombuild?

I think a ansible playbook can be used (in my case) to update a lot of DA servers to the new version
 
there is a cli command to update directadmin without using custombuild?

echo "action=update&value=program" >>/usr/local/directadmin/data/task.queue.cb
/usr/local/directadmin/dataskq --custombuild
 
Thanks for the info, but if this will be fixed by a upcoming version of DA, in the actual state CB will not update DA to that version, so I will need to update DA manually ???

there is a cli command to update directadmin without using custombuild?

I think a ansible playbook can be used (in my case) to update a lot of DA servers to the new version
./build update_da would do it.
 
same issue:

[root@server custombuild]# ./build versions
Latest version of DirectAdmin: 0 build 0
Installed version of DirectAdmin: 0 build 0
----
[root@server custombuild]# /usr/local/directadmin/directadmin v
Version: DirectAdmin v.1.641
[root@server custombuild]# /usr/local/directadmin/directadmin o
commit sha: d1f1ed9f3fda0faa809e53b522e130d5083ccd39
OS slug: rhel7_amd64
detected OS slug: rhel7_amd64
package: directadmin_d1f1ed9f3fda0faa809e53b522e130d5083ccd39_rhel7_amd64.tar.gz
gettext support: yes
gettext path: /usr/local/directadmin/data/lang
eol timestamp: 1725148800
eol time: Sep 1 00:00 2024
---
from DA panel license menu:
error "An Error has occurred"
result "Unable to execute script"
extended false
 
Back
Top