custombuild build update not working

Tpark

Verified User
Joined
Nov 2, 2018
Messages
35
Hi
"./build update" stuck without any output:
Bash:
[root@server custombuild]# ./build update

Directadmin 1.60.3 - Centos7 x64 - Custombuild 2.0.0 (rev: 2408) - (PHP 7.4)
DA error log:
Unable to get any data from www.custombuild.eu:46.4.143.168 : Cannot find the end of the headers : gave up after timeout

ping to 46.4.143.168 is successful:
"Reply from 46.4.143.168: bytes=32 time=166ms TTL=48"
 
I'm not sure where did you get www.custombuild.eu from? :) Please try:
Code:
./build set_fastest

If it doesn't work:
Code:
wget -O build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
 
I'm not sure where did you get www.custombuild.eu from? :) Please try:
Code:
./build set_fastest

If it doesn't work:
Code:
wget -O build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build

  • Fastest server is files-fr.directadmin.com at 269484032 B/s, also tested all of mirrors one by one.
  • "wget build" not worked, still hanging on update.
 
I'm not sure what's happening there :) Try:
Code:
bash -x ./build update

And see where it hangs.
 
I'm not sure what's happening there :) Try:
Code:
bash -x ./build update

And see where it hangs.
I've removed the custombuild and reinstall it and everything seems working fine for now.
here is what i've done:

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
cd ..
mv custombuild custombuild_backup
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
mv -f custombuild_backup/options.conf custombuild/options.conf
cd custombuild
./build
./build update

after rebuilding custombuild another weird problem appeared:
Icons in Admin Level dissapeared!
I've found that "https://server:2222/reseller/customize-skin/menu-admin" is empty.
How can i reset admin menu to default vaules?
 
Last edited:
I've removed the custombuild and reinstall it and everything seems working fine for now.
here is what i've done:

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
cd ..
mv custombuild custombuild_backup
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build
./build update

after rebuilding custombuild another weird problem appeared:
Icons in Admin Level dissapeared!
I've found that "https://server:2222/reseller/customize-skin/menu-admin" is empty.
How can i reset admin menu to default vaules?
It should have no relation. Try resetting custom skin settings, if any.
 
It should have no relation. Try resetting custom skin settings, if any.
update:
I've reset the theme with "Reset" button on "customize-skin" page.
everything is back to normal.
 
Last edited:
Back
Top