Synapse Can't install it, after reinstall

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0
How are you able to access your server: The webadmin

Describe your issue

After removing and try Conduit, I can’t install it again.
But I can’t find anything wrong.

Share relevant logs or error messages

https://paste.yunohost.org/raw/sisogusiqu

Hello,

It seem that you have an issue with php8.3-fpm.

Maybe you can try to reinstall manually php8.3 with this command:

apt-get install php8.3-fpm php8.3 php8.3-common

Than, can you please, share the result of theses commands.

systemctl status php8.3-fpm.service
journalctl -u php8.3-fpm.service -n 500 | cat

Of, here it is

https://paste.yunohost.org/tacipisure.yaml

Can you try rm /etc/php/8.3/fpm/pool.d/synapse.conf and systemctl restart php8.3-fpm. If it work now, can you try again the install ?

It doesn’t help.
Here are the message, the installation is in German, so sorry for the German output.

 apt-get install php8.3-fpm php8.3 php8.3-common
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
php8.3-fpm ist schon die neueste Version (8.3.12-1+0~20240927.43+debian12~1.gbpad3b8c).
php8.3 ist schon die neueste Version (8.3.12-1+0~20240927.43+debian12~1.gbpad3b8c).
php8.3-common ist schon die neueste Version (8.3.12-1+0~20240927.43+debian12~1.gbpad3b8c).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
2 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
sh: 0: getcwd() failed: No such file or directory
sh: 0: getcwd() failed: No such file or directory
php8.3-fpm (8.3.12-1+0~20240927.43+debian12~1.gbpad3b8c) wird eingerichtet ...
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.
invoke-rc.d: initscript php8.3-fpm, action "start" failed.
● php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager
     Loaded: loaded (/lib/systemd/system/php8.3-fpm.service; enabled; preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Mon 2024-10-07 12:34:07 CEST; 23ms ago
       Docs: man:php-fpm8.3(8)
    Process: 2806603 ExecStart=/usr/sbin/php-fpm8.3 --nodaemonize --fpm-config /etc/php/8.3/fpm/php-fpm.conf (code=exited, status=78)
    Process: 2806604 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.3/fpm/pool.d/www.conf 83 (code=exited, status=0/SUCCESS)
   Main PID: 2806603 (code=exited, status=78)
        CPU: 49ms

Okt 07 12:34:07 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
dpkg: Fehler beim Bearbeiten des Paketes php8.3-fpm (--configure):
 »installiertes post-installation-Skript des Paketes php8.3-fpm«-Unterprozess gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von php8.3:
 php8.3 hängt ab von libapache2-mod-php8.3 | php8.3-fpm | php8.3-cgi; aber:
  Paket libapache2-mod-php8.3 ist nicht installiert.
  Paket php8.3-fpm ist noch nicht konfiguriert.
  Paket php8.3-cgi ist nicht installiert.

dpkg: Fehler beim Bearbeiten des Paketes php8.3 (--configure):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 php8.3-fpm
 php8.3
E: Sub-process /usr/bin/dpkg returned an error code (1)

and

systemctl restart php8.3-fpm
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.

for the last, here the systemctl status

systemctl status php8.3-fpm.service
× php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager
     Loaded: loaded (/lib/systemd/system/php8.3-fpm.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Mon 2024-10-07 12:37:57 CEST; 3min 10s ago
   Duration: 1d 1h 48min 41.142s
       Docs: man:php-fpm8.3(8)
    Process: 2808054 ExecStart=/usr/sbin/php-fpm8.3 --nodaemonize --fpm-config /etc/php/8.3/fpm/php-fpm.conf (code=exited, status=78)
    Process: 2808055 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.3/fpm/pool.d/www.conf 83 (code=exited, status=0/SUCCESS)
   Main PID: 2808054 (code=exited, status=78)
        CPU: 48ms

Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.

what is the result now of journalctl -u php8.3-fpm.service -n 500 | cat ?

journalctl -u php8.3-fpm.service -n 500 | cat
Okt 03 00:04:34 djharty.nohost.me php-fpm8.3[908268]: [03-Oct-2024 00:04:34] ALERT: [pool synapse] user has not been defined
Okt 03 00:04:34 djharty.nohost.me php-fpm8.3[908268]: [03-Oct-2024 00:04:34] ERROR: failed to post process the configuration
Okt 03 00:04:34 djharty.nohost.me php-fpm8.3[908268]: [03-Oct-2024 00:04:34] ERROR: FPM initialization failed
Okt 03 00:04:34 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 03 00:04:34 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 03 00:04:34 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 03 00:04:34 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 03 00:04:34 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 03 00:04:34 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 03 00:04:35 djharty.nohost.me php-fpm8.3[908336]: [03-Oct-2024 00:04:35] ALERT: [pool synapse] user has not been defined
Okt 03 00:04:35 djharty.nohost.me php-fpm8.3[908336]: [03-Oct-2024 00:04:35] ERROR: failed to post process the configuration
Okt 03 00:04:35 djharty.nohost.me php-fpm8.3[908336]: [03-Oct-2024 00:04:35] ERROR: FPM initialization failed
Okt 03 00:04:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 03 00:04:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 03 00:04:35 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 03 00:04:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 6.
Okt 03 00:04:35 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 03 00:04:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 03 00:04:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 03 00:04:35 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448874]: [06-Oct-2024 15:13:53] ALERT: [pool synapse] user has not been defined
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448874]: [06-Oct-2024 15:13:53] ERROR: failed to post process the configuration
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448874]: [06-Oct-2024 15:13:53] ERROR: FPM initialization failed
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448909]: [06-Oct-2024 15:13:53] ALERT: [pool synapse] user has not been defined
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448909]: [06-Oct-2024 15:13:53] ERROR: failed to post process the configuration
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448909]: [06-Oct-2024 15:13:53] ERROR: FPM initialization failed
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448922]: [06-Oct-2024 15:13:53] ALERT: [pool synapse] user has not been defined
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448922]: [06-Oct-2024 15:13:53] ERROR: failed to post process the configuration
Okt 06 15:13:53 djharty.nohost.me php-fpm8.3[2448922]: [06-Oct-2024 15:13:53] ERROR: FPM initialization failed
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:53 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:13:54 djharty.nohost.me php-fpm8.3[2448930]: [06-Oct-2024 15:13:54] ALERT: [pool synapse] user has not been defined
Okt 06 15:13:54 djharty.nohost.me php-fpm8.3[2448930]: [06-Oct-2024 15:13:54] ERROR: failed to post process the configuration
Okt 06 15:13:54 djharty.nohost.me php-fpm8.3[2448930]: [06-Oct-2024 15:13:54] ERROR: FPM initialization failed
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:13:54 djharty.nohost.me php-fpm8.3[2448934]: [06-Oct-2024 15:13:54] ALERT: [pool synapse] user has not been defined
Okt 06 15:13:54 djharty.nohost.me php-fpm8.3[2448934]: [06-Oct-2024 15:13:54] ERROR: failed to post process the configuration
Okt 06 15:13:54 djharty.nohost.me php-fpm8.3[2448934]: [06-Oct-2024 15:13:54] ERROR: FPM initialization failed
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:13:54 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:23:27 djharty.nohost.me php-fpm8.3[2464541]: [06-Oct-2024 15:23:27] ALERT: [pool synapse] user has not been defined
Okt 06 15:23:27 djharty.nohost.me php-fpm8.3[2464541]: [06-Oct-2024 15:23:27] ERROR: failed to post process the configuration
Okt 06 15:23:27 djharty.nohost.me php-fpm8.3[2464541]: [06-Oct-2024 15:23:27] ERROR: FPM initialization failed
Okt 06 15:23:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:23:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:23:27 djharty.nohost.me php-fpm8.3[2464581]: [06-Oct-2024 15:23:27] ALERT: [pool synapse] user has not been defined
Okt 06 15:23:27 djharty.nohost.me php-fpm8.3[2464581]: [06-Oct-2024 15:23:27] ERROR: failed to post process the configuration
Okt 06 15:23:27 djharty.nohost.me php-fpm8.3[2464581]: [06-Oct-2024 15:23:27] ERROR: FPM initialization failed
Okt 06 15:23:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:23:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:27 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464593]: [06-Oct-2024 15:23:28] ALERT: [pool synapse] user has not been defined
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464593]: [06-Oct-2024 15:23:28] ERROR: failed to post process the configuration
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464593]: [06-Oct-2024 15:23:28] ERROR: FPM initialization failed
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464597]: [06-Oct-2024 15:23:28] ALERT: [pool synapse] user has not been defined
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464597]: [06-Oct-2024 15:23:28] ERROR: failed to post process the configuration
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464597]: [06-Oct-2024 15:23:28] ERROR: FPM initialization failed
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464612]: [06-Oct-2024 15:23:28] ALERT: [pool synapse] user has not been defined
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464612]: [06-Oct-2024 15:23:28] ERROR: failed to post process the configuration
Okt 06 15:23:28 djharty.nohost.me php-fpm8.3[2464612]: [06-Oct-2024 15:23:28] ERROR: FPM initialization failed
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:23:28 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:38:19 djharty.nohost.me php-fpm8.3[2481294]: [06-Oct-2024 15:38:19] ALERT: [pool synapse] user has not been defined
Okt 06 15:38:19 djharty.nohost.me php-fpm8.3[2481294]: [06-Oct-2024 15:38:19] ERROR: failed to post process the configuration
Okt 06 15:38:19 djharty.nohost.me php-fpm8.3[2481294]: [06-Oct-2024 15:38:19] ERROR: FPM initialization failed
Okt 06 15:38:19 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:38:19 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:38:19 djharty.nohost.me php-fpm8.3[2481329]: [06-Oct-2024 15:38:19] ALERT: [pool synapse] user has not been defined
Okt 06 15:38:19 djharty.nohost.me php-fpm8.3[2481329]: [06-Oct-2024 15:38:19] ERROR: failed to post process the configuration
Okt 06 15:38:19 djharty.nohost.me php-fpm8.3[2481329]: [06-Oct-2024 15:38:19] ERROR: FPM initialization failed
Okt 06 15:38:19 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:38:19 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:19 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481341]: [06-Oct-2024 15:38:20] ALERT: [pool synapse] user has not been defined
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481341]: [06-Oct-2024 15:38:20] ERROR: failed to post process the configuration
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481341]: [06-Oct-2024 15:38:20] ERROR: FPM initialization failed
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481349]: [06-Oct-2024 15:38:20] ALERT: [pool synapse] user has not been defined
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481349]: [06-Oct-2024 15:38:20] ERROR: failed to post process the configuration
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481349]: [06-Oct-2024 15:38:20] ERROR: FPM initialization failed
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481353]: [06-Oct-2024 15:38:20] ALERT: [pool synapse] user has not been defined
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481353]: [06-Oct-2024 15:38:20] ERROR: failed to post process the configuration
Okt 06 15:38:20 djharty.nohost.me php-fpm8.3[2481353]: [06-Oct-2024 15:38:20] ERROR: FPM initialization failed
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 15:38:20 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 18:03:20 djharty.nohost.me php-fpm8.3[2590035]: [06-Oct-2024 18:03:20] ALERT: [pool synapse] user has not been defined
Okt 06 18:03:20 djharty.nohost.me php-fpm8.3[2590035]: [06-Oct-2024 18:03:20] ERROR: failed to post process the configuration
Okt 06 18:03:20 djharty.nohost.me php-fpm8.3[2590035]: [06-Oct-2024 18:03:20] ERROR: FPM initialization failed
Okt 06 18:03:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 18:03:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 18:03:20 djharty.nohost.me php-fpm8.3[2590073]: [06-Oct-2024 18:03:20] ALERT: [pool synapse] user has not been defined
Okt 06 18:03:20 djharty.nohost.me php-fpm8.3[2590073]: [06-Oct-2024 18:03:20] ERROR: failed to post process the configuration
Okt 06 18:03:20 djharty.nohost.me php-fpm8.3[2590073]: [06-Oct-2024 18:03:20] ERROR: FPM initialization failed
Okt 06 18:03:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 18:03:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:20 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590089]: [06-Oct-2024 18:03:21] ALERT: [pool synapse] user has not been defined
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590089]: [06-Oct-2024 18:03:21] ERROR: failed to post process the configuration
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590089]: [06-Oct-2024 18:03:21] ERROR: FPM initialization failed
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590093]: [06-Oct-2024 18:03:21] ALERT: [pool synapse] user has not been defined
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590093]: [06-Oct-2024 18:03:21] ERROR: failed to post process the configuration
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590093]: [06-Oct-2024 18:03:21] ERROR: FPM initialization failed
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590099]: [06-Oct-2024 18:03:21] ALERT: [pool synapse] user has not been defined
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590099]: [06-Oct-2024 18:03:21] ERROR: failed to post process the configuration
Okt 06 18:03:21 djharty.nohost.me php-fpm8.3[2590099]: [06-Oct-2024 18:03:21] ERROR: FPM initialization failed
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 18:03:21 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:28 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 23:11:28 djharty.nohost.me php-fpm8.3[2658232]: [06-Oct-2024 23:11:28] ALERT: [pool synapse] user has not been defined
Okt 06 23:11:28 djharty.nohost.me php-fpm8.3[2658232]: [06-Oct-2024 23:11:28] ERROR: failed to post process the configuration
Okt 06 23:11:28 djharty.nohost.me php-fpm8.3[2658232]: [06-Oct-2024 23:11:28] ERROR: FPM initialization failed
Okt 06 23:11:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 23:11:28 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 23:11:28 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658245]: [06-Oct-2024 23:11:29] ALERT: [pool synapse] user has not been defined
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658245]: [06-Oct-2024 23:11:29] ERROR: failed to post process the configuration
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658245]: [06-Oct-2024 23:11:29] ERROR: FPM initialization failed
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658258]: [06-Oct-2024 23:11:29] ALERT: [pool synapse] user has not been defined
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658258]: [06-Oct-2024 23:11:29] ERROR: failed to post process the configuration
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658258]: [06-Oct-2024 23:11:29] ERROR: FPM initialization failed
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658267]: [06-Oct-2024 23:11:29] ALERT: [pool synapse] user has not been defined
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658267]: [06-Oct-2024 23:11:29] ERROR: failed to post process the configuration
Okt 06 23:11:29 djharty.nohost.me php-fpm8.3[2658267]: [06-Oct-2024 23:11:29] ERROR: FPM initialization failed
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:29 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 06 23:11:30 djharty.nohost.me php-fpm8.3[2658272]: [06-Oct-2024 23:11:30] ALERT: [pool synapse] user has not been defined
Okt 06 23:11:30 djharty.nohost.me php-fpm8.3[2658272]: [06-Oct-2024 23:11:30] ERROR: failed to post process the configuration
Okt 06 23:11:30 djharty.nohost.me php-fpm8.3[2658272]: [06-Oct-2024 23:11:30] ERROR: FPM initialization failed
Okt 06 23:11:30 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 06 23:11:30 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 23:11:30 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:30 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 06 23:11:30 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 06 23:11:30 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 06 23:11:30 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 06 23:11:30 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806603]: [07-Oct-2024 12:34:07] ALERT: [pool synapse] user has not been defined
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806603]: [07-Oct-2024 12:34:07] ERROR: failed to post process the configuration
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806603]: [07-Oct-2024 12:34:07] ERROR: FPM initialization failed
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806614]: [07-Oct-2024 12:34:07] ALERT: [pool synapse] user has not been defined
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806614]: [07-Oct-2024 12:34:07] ERROR: failed to post process the configuration
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806614]: [07-Oct-2024 12:34:07] ERROR: FPM initialization failed
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806623]: [07-Oct-2024 12:34:07] ALERT: [pool synapse] user has not been defined
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806623]: [07-Oct-2024 12:34:07] ERROR: failed to post process the configuration
Okt 07 12:34:07 djharty.nohost.me php-fpm8.3[2806623]: [07-Oct-2024 12:34:07] ERROR: FPM initialization failed
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:07 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:34:08 djharty.nohost.me php-fpm8.3[2806627]: [07-Oct-2024 12:34:08] ALERT: [pool synapse] user has not been defined
Okt 07 12:34:08 djharty.nohost.me php-fpm8.3[2806627]: [07-Oct-2024 12:34:08] ERROR: failed to post process the configuration
Okt 07 12:34:08 djharty.nohost.me php-fpm8.3[2806627]: [07-Oct-2024 12:34:08] ERROR: FPM initialization failed
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:34:08 djharty.nohost.me php-fpm8.3[2806631]: [07-Oct-2024 12:34:08] ALERT: [pool synapse] user has not been defined
Okt 07 12:34:08 djharty.nohost.me php-fpm8.3[2806631]: [07-Oct-2024 12:34:08] ERROR: failed to post process the configuration
Okt 07 12:34:08 djharty.nohost.me php-fpm8.3[2806631]: [07-Oct-2024 12:34:08] ERROR: FPM initialization failed
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:34:08 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806827]: [07-Oct-2024 12:35:04] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806827]: [07-Oct-2024 12:35:04] ERROR: failed to post process the configuration
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806827]: [07-Oct-2024 12:35:04] ERROR: FPM initialization failed
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806831]: [07-Oct-2024 12:35:04] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806831]: [07-Oct-2024 12:35:04] ERROR: failed to post process the configuration
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806831]: [07-Oct-2024 12:35:04] ERROR: FPM initialization failed
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806835]: [07-Oct-2024 12:35:04] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806835]: [07-Oct-2024 12:35:04] ERROR: failed to post process the configuration
Okt 07 12:35:04 djharty.nohost.me php-fpm8.3[2806835]: [07-Oct-2024 12:35:04] ERROR: FPM initialization failed
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:04 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:05 djharty.nohost.me php-fpm8.3[2806839]: [07-Oct-2024 12:35:05] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:05 djharty.nohost.me php-fpm8.3[2806839]: [07-Oct-2024 12:35:05] ERROR: failed to post process the configuration
Okt 07 12:35:05 djharty.nohost.me php-fpm8.3[2806839]: [07-Oct-2024 12:35:05] ERROR: FPM initialization failed
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:05 djharty.nohost.me php-fpm8.3[2806843]: [07-Oct-2024 12:35:05] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:05 djharty.nohost.me php-fpm8.3[2806843]: [07-Oct-2024 12:35:05] ERROR: failed to post process the configuration
Okt 07 12:35:05 djharty.nohost.me php-fpm8.3[2806843]: [07-Oct-2024 12:35:05] ERROR: FPM initialization failed
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:05 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807634]: [07-Oct-2024 12:35:26] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807634]: [07-Oct-2024 12:35:26] ERROR: failed to post process the configuration
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807634]: [07-Oct-2024 12:35:26] ERROR: FPM initialization failed
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807644]: [07-Oct-2024 12:35:26] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807644]: [07-Oct-2024 12:35:26] ERROR: failed to post process the configuration
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807644]: [07-Oct-2024 12:35:26] ERROR: FPM initialization failed
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807649]: [07-Oct-2024 12:35:26] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807649]: [07-Oct-2024 12:35:26] ERROR: failed to post process the configuration
Okt 07 12:35:26 djharty.nohost.me php-fpm8.3[2807649]: [07-Oct-2024 12:35:26] ERROR: FPM initialization failed
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:26 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:27 djharty.nohost.me php-fpm8.3[2807654]: [07-Oct-2024 12:35:27] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:27 djharty.nohost.me php-fpm8.3[2807654]: [07-Oct-2024 12:35:27] ERROR: failed to post process the configuration
Okt 07 12:35:27 djharty.nohost.me php-fpm8.3[2807654]: [07-Oct-2024 12:35:27] ERROR: FPM initialization failed
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:35:27 djharty.nohost.me php-fpm8.3[2807658]: [07-Oct-2024 12:35:27] ALERT: [pool synapse] user has not been defined
Okt 07 12:35:27 djharty.nohost.me php-fpm8.3[2807658]: [07-Oct-2024 12:35:27] ERROR: failed to post process the configuration
Okt 07 12:35:27 djharty.nohost.me php-fpm8.3[2807658]: [07-Oct-2024 12:35:27] ERROR: FPM initialization failed
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:35:27 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:56 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:37:56 djharty.nohost.me php-fpm8.3[2808037]: [07-Oct-2024 12:37:56] ALERT: [pool synapse] user has not been defined
Okt 07 12:37:56 djharty.nohost.me php-fpm8.3[2808037]: [07-Oct-2024 12:37:56] ERROR: failed to post process the configuration
Okt 07 12:37:56 djharty.nohost.me php-fpm8.3[2808037]: [07-Oct-2024 12:37:56] ERROR: FPM initialization failed
Okt 07 12:37:56 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:37:56 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:56 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:56 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 07 12:37:56 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:56 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808041]: [07-Oct-2024 12:37:57] ALERT: [pool synapse] user has not been defined
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808041]: [07-Oct-2024 12:37:57] ERROR: failed to post process the configuration
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808041]: [07-Oct-2024 12:37:57] ERROR: FPM initialization failed
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808046]: [07-Oct-2024 12:37:57] ALERT: [pool synapse] user has not been defined
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808046]: [07-Oct-2024 12:37:57] ERROR: failed to post process the configuration
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808046]: [07-Oct-2024 12:37:57] ERROR: FPM initialization failed
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808050]: [07-Oct-2024 12:37:57] ALERT: [pool synapse] user has not been defined
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808050]: [07-Oct-2024 12:37:57] ERROR: failed to post process the configuration
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808050]: [07-Oct-2024 12:37:57] ERROR: FPM initialization failed
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808054]: [07-Oct-2024 12:37:57] ALERT: [pool synapse] user has not been defined
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808054]: [07-Oct-2024 12:37:57] ERROR: failed to post process the configuration
Okt 07 12:37:57 djharty.nohost.me php-fpm8.3[2808054]: [07-Oct-2024 12:37:57] ERROR: FPM initialization failed
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:37:57 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:35 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:49:35 djharty.nohost.me php-fpm8.3[2814509]: [07-Oct-2024 12:49:35] ALERT: [pool synapse] user has not been defined
Okt 07 12:49:35 djharty.nohost.me php-fpm8.3[2814509]: [07-Oct-2024 12:49:35] ERROR: failed to post process the configuration
Okt 07 12:49:35 djharty.nohost.me php-fpm8.3[2814509]: [07-Oct-2024 12:49:35] ERROR: FPM initialization failed
Okt 07 12:49:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:49:35 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:49:35 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 1.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814561]: [07-Oct-2024 12:49:36] ALERT: [pool synapse] user has not been defined
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814561]: [07-Oct-2024 12:49:36] ERROR: failed to post process the configuration
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814561]: [07-Oct-2024 12:49:36] ERROR: FPM initialization failed
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 2.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814566]: [07-Oct-2024 12:49:36] ALERT: [pool synapse] user has not been defined
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814566]: [07-Oct-2024 12:49:36] ERROR: failed to post process the configuration
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814566]: [07-Oct-2024 12:49:36] ERROR: FPM initialization failed
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 3.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814578]: [07-Oct-2024 12:49:36] ALERT: [pool synapse] user has not been defined
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814578]: [07-Oct-2024 12:49:36] ERROR: failed to post process the configuration
Okt 07 12:49:36 djharty.nohost.me php-fpm8.3[2814578]: [07-Oct-2024 12:49:36] ERROR: FPM initialization failed
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 4.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:36 djharty.nohost.me systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Okt 07 12:49:37 djharty.nohost.me php-fpm8.3[2814612]: [07-Oct-2024 12:49:37] ALERT: [pool synapse] user has not been defined
Okt 07 12:49:37 djharty.nohost.me php-fpm8.3[2814612]: [07-Oct-2024 12:49:37] ERROR: failed to post process the configuration
Okt 07 12:49:37 djharty.nohost.me php-fpm8.3[2814612]: [07-Oct-2024 12:49:37] ERROR: FPM initialization failed
Okt 07 12:49:37 djharty.nohost.me systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Okt 07 12:49:37 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:49:37 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:37 djharty.nohost.me systemd[1]: php8.3-fpm.service: Scheduled restart job, restart counter is at 5.
Okt 07 12:49:37 djharty.nohost.me systemd[1]: Stopped php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
Okt 07 12:49:37 djharty.nohost.me systemd[1]: php8.3-fpm.service: Start request repeated too quickly.
Okt 07 12:49:37 djharty.nohost.me systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Okt 07 12:49:37 djharty.nohost.me systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.

Can you share me the result of ls /etc/php/8.3/fpm/pool.d/ ?

Support topics about apps should be posted in the “support app” section, please

I moved it be please respect this rule in the future

1 Like

Here the result

ttrss.conf www.conf

It’s quite strange that php8.3 say an issue with the synapse pool if the synapse pool don’t exist.

Maybe can you share the result of ls /etc/php/*/fpm/pool.d/* so we can see more info about all php pool.

And also grep -E '\[.+\]' /etc/php/8.3/fpm/pool.d/*

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.