New Install 1.9.1 php8.3-fpm error

After Fresh Install currently got this error:

Subject: A start job for unit php8.3-fpm.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A start job for unit php8.3-fpm.service has finished with a failure.
░░
░░ The job identifier is 7163 and the job result is failed.
Feb 05 12:54:03 cp.cloudknighthosting.co.uk systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is a>
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ Automatic restarting of the unit php8.3-fpm.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Feb 05 12:54:03 cp.cloudknighthosting.co.uk systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Feb 05 12:54:03 cp.cloudknighthosting.co.uk systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit php8.3-fpm.service has entered the 'failed' state with result 'exit-code'.
Feb 05 12:54:03 cp.cloudknighthosting.co.uk systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Proces>
░░ Subject: A start job for unit php8.3-fpm.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A start job for unit php8.3-fpm.service has finished with a failure.
░░
░░ The job identifier is 7286 and the job result is failed.```

I have checked the www entry bug in the file and it has been patched so its not that.

Try this :slight_smile:

is the main installer not working then:

wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh

Then it will still download the “broken version”

git clone https://github.com/hestiacp/hestiacp.git
cd ./hestiacp/

# Replace main with the branch you want to test
git checkout main

cd ./src/

# Compile packages
./hst_autocompile.sh --hestia --noinstall --keepbuild '~localsrc'

cd ../install

bash hst-install-{os}.sh --with-debs /tmp/hestiacp-src/deb/
1 Like

Hi Built from main brach,
ran the hst-install-ubuntu.

got this:

[ * ] Configuring system settings...
Adding user `hestiamail' to group `hestia-users' ...
Adding user hestiamail to group hestia-users
Done.
[ * ] Configuring Hestia Control Panel...
[ * ] Configuring OpenSSL to improve TLS performance...
[ * ] Generating default self-signed SSL certificate...
[ * ] Adding SSL certificate to Hestia Control Panel...
[ * ] Enabling SFTP jail...
[ * ] Enabling SSH jail...
[ * ] Creating default admin account...
[ * ] Configuring NGINX...
[ * ] Updating Cloudflare IP Ranges for Nginx...
[ * ] Configuring Apache Web Server...
[ * ] Installing PHP 8.3...
[ * ] Configuring PHP-FPM 8.3...
Job for php8.3-fpm.service failed because the control process exited with error code.
See "systemctl status php8.3-fpm.service" and "journalctl -xeu php8.3-fpm.service" for details.
Error: php-fpm start failed
root@vmi2441003:~/hestiacp/install# ls
common  deb  hst-install-debian.sh  hst-install.sh  hst-install-ubuntu.sh  rpm  upgrade
root@vmi2441003:~/hestiacp/install#

What was your install command?

hst-install-ubuntu.sh

bash hst-install-ubuntu.sh --with-debs /tmp/hestiacp-src/deb/

1 Like

This worked, thank you eris.
will this still automatically update or would it need rebuilding for releases?

Yes it will still work for automated updates

1 Like