Problems using build.

Otto

New member
Joined
Sep 21, 2020
Messages
3
Hello All,

i use on many servers for years DirectAdmin with the custom build. When i update i always use the commands :

cd /usr/local/directadmin/custombuild/
./build clear
./build update
./build all d

and after all is done:
./build rewrite_confs

this works till one weekend before always without any problem.

About 10 days ago i wanted to install an extra PHP version (7.2) next to the already running PHP versions 7.3, 5.5 and 5.3 on a test/development server.

So u used the custombuild plugin to activate PHP 7.2 as PHP4_release.
Normally the commands above takes about 45 minutes to complete, but this time after 24 hours the build script was still running.
So i ended the script, the result of that was that my php-fpm72 was stopped, the other PHP services where running as normal.

Therefor i deactivated the PHP4_release (set to NO) and restarted the commands above.
But now i run in exactly the same problem, but as far i can see now PHP 5.3 will be the problem.

At this moment (10 days later) the build script is still running.

In the attached files are some screenshots of the terminal session.

Does anyone has an idea what will be the best way to get this server working good again?

Regards
DA1.png
DA2.png
DA3.png
DA4.png
DA5.png
 
5.5 and 5.3
You cant update these EOL versions automatically.

Take them out and try testing with supported versions 7.x +

There is a post somewhere about how to manually installed ancient versions here on the forum.

./build all d
Should only take a few hours at most. Depending on your server resources though.
 
I assume you you are on cb version 2

and have run
./build set_fastest
at least once.
 
Hello Brent,

thanx for the reply.

Yes, i use CB 2

Still it is strange for me. This config started with only PHP 7.3. Then for migration of code i installed PHP 5.3 (CB rebuild) then PHP 5.5 (CB rebuild). All was compiled good and was running good.

Then when i added PHP 7.2 then rebuild gave problems on PHP 7.2 building.

When removing the uncompleted PHP 7.2 install the problem was PHP 5.3 (what is in the screenshots).

I will try to stop the build (yes, still running) and use your last command.
 
After all, rebuilding multiple times the situation is:

PHP 7.3, PHP 5.5 are running and PHP 5.3 fails to run.

Because if think when i remove PHP 5.3 the problem will occur on the PHP 5.5 service i will leave this server in this state until the migration is done.

For now i dont see a solution for this.
 
Back
Top