YunoHost-Apps/roundcube_ynh

Fresh install on Yunohost 11.0.3 bug (php7.4-fpm-roundcube.sock missing)

MX10-AC2N opened this issue · 1 comments

Hi all,

Describe the bug

I just installed Roundcube on a yunohost 11.0.3 (Bullseye)
The installation went well and finished successfully.
However I have no access to Roundcube, I come across an nginx error page..
Here is what I found in the nginx logs

  • /var/log/nginx/XYZ.ynh.fr-error.log

2022/01/28 10:22:17 [crit] 10129#10129: *4 connect() to unix:/var/run/php/php7.4-fpm-roundcube.sock failed (2: No such file or directory) while connecting to upstream, client: 81.185.167.57, server: XYZ.ynh.fr, request: "GET /webmail/ HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm-roundcube.sock:", host: "XYZ.ynh.fr", referrer: "https://XYZ.ynh.fr/yunohost/sso/"
2022/01/28 10:22:45 [crit] 10129#10129: 4 connect() to unix:/var/run/php/php7.4-fpm-roundcube.sock failed (2: No such file or directory)

Context

  • Hardware: ARM64 armbian bullseye 5.15.16
  • YunoHost version: 11.0.3 (testing)
  • I have access to my server: Through SSH | through the webadmin | direct access via keyboard / screen
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: yes
    • Testing branch of yunohost
  • Using, or trying to install package version/branch: 1.5.2~ynh1

Logs

Thank.

I fixed it by using php 8.0 instead of 7.4 (making a new fpm pool sock and updating the reference in the nginx conf file.)