Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MX10-AC2N opened this issue Jan 28, 2022 · 1 comment

Comments

@MX10-AC2N
Copy link

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.

@Christophe31
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants