Issues with swapping PHP versions

Magistar

Verified User
Joined
May 31, 2014
Messages
91
I have tried to swap 7.3 with 7.4 as php 1/3 and added php 8.

Since then all versions have been crashing every few minutes. Rebuilding takes forever due to timeouts

PHP has been secured.
Restarting php-fpm74.
Restarting php-fpm56.
Job for php-fpm56.service failed because a timeout was exceeded. See "systemctl status php-fpm56.service" and "journalctl -xe" for details.
Restarting php-fpm73.
Job for php-fpm73.service failed because a timeout was exceeded. See "systemctl status php-fpm73.service" and "journalctl -xe" for details.
Restarting php-fpm71.

Isn't this strange for php-fpm (reference to fastcgi)?
Sep 02 22:08:16 c1.x.com systemd[1]: Unit php-fpm56.service entered failed state.
Sep 02 22:08:16 c1.x.com systemd[1]: php-fpm56.service failed.
Sep 02 22:08:16 c1.x.com polkitd[736]: Unregistered Authentication Agent for unix-process:196799:209109 (system bus name :1.332, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C
Sep 02 22:08:16 c1.x.com systemd[1]: Failed to start The PHP FastCGI Process Manager.
-- Subject: Unit php-fpm71.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit php-fpm71.service has failed.

I just updated CB to new version
[root@c1 custombuild]# ./build version
2.0.0 (rev: 2939)

After this I did a new
./build update
./build php n
./build rewrite_confs

It is still building but I already see the same errors about service failed.
 
Yes the newer version of CB does not have this issue. I did not disable curl.

 
  • Like
Reactions: con
Back
Top