Solved Downloading versions.txt... CustomBuild 2.0 not loading

bcx

Verified User
Joined
Dec 11, 2015
Messages
75
I'm having this issue for a few days now. And I'm not finding a correct way to solve it. First I thought it was the diskspace, that was almost full that was causing this. I've tried too update costumbuild and scripts, even update via directadmin plugin manager, but nothing seems to solve it.

Attached a printscreen what I see as an error.
 

Attachments

  • 2021-10-04_18-33-36.jpg
    2021-10-04_18-33-36.jpg
    147.5 KB · Views: 9
Try another server.
Check in /usr/local/directadmin/custombuild/options.conf which server is used now.

Then issue this command from that directory:
./build set fastest
and check after that if it's another mirror. If yes, try to update again.
 
-bash: /usr/local/directadmin/custombuild/options.conf: Permission denied
@srv:~#

And ./build set fastest command is not working either, so weird, I'm just back from a holiday didn't changed anything.


-bash: ./build: No such file or directory
 
-bash: /usr/local/directadmin/custombuild/options.conf: Permission denied
Euh... options.conf is a file as you can see from the extension, not an executable, so you need to edit that file or look with less to see it's contents.
The current mirror in use would be under the "downloadserver=" setting

And ./build set fastest command is not working either
Sorry, that is due to a mistake I made in the command.
That should have been:
./build set_fastest
this command has to be issued in this way from the custombuild directory.
 
Back
Top