Errors with glitchsoc services

Hardware: VPS bought online
YunoHost version: 11.1.5.5 (stable)
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

The glitchsoc-sidekiq and glitchsoc-web services won’t start.

They fail with the same error messages.

For glitchsoc-sidekiq:

Feb 05 02:03:11 systemd[34063]: glitchsoc-sidekiq.service: Failed to locate executable /opt/rbenv/versions/glitchsoc/bin/bundle: No such file or directory
Feb 05 02:03:11 systemd[34063]: glitchsoc-sidekiq.service: Failed at step EXEC spawning /opt/rbenv/versions/glitchsoc/bin/bundle: No such file or directory
Feb 05 02:03:11 systemd[1]: glitchsoc-sidekiq.service: Main process exited, code=exited, status=203/EXEC

For glitchsoc-web:

Feb 04 23:48:04 systemd[7016]: glitchsoc-web.service: Failed to locate executable /opt/rbenv/versions/glitchsoc/bin/bundle: No such file or directory
Feb 04 23:48:04 systemd[7016]: glitchsoc-web.service: Failed at step EXEC spawning /opt/rbenv/versions/glitchsoc/bin/bundle: No such file or directory
Feb 04 23:48:05 systemd[1]: glitchsoc-web.service: Main process exited, code=exited, status=203/EXEC

Full log for glitchsoc-sidekiq:
https://paste.yunohost.org/ehoditorex

Full log for glitchsoc-web:
https://paste.yunohost.org/esojizicap

Any help or ideas of things to try would be greatly appreciated! :sweat_smile:

Maybe you can try to upgrade to this branch : bump ruby version + fix install (Patch Gemfile to fix blurhash and ox packages) by lapineige · Pull Request #95 · YunoHost-Apps/glitchsoc_ynh · GitHub.
With yunohost app upgrae glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/pull/95.

I believe it might fix the rbenv (ruby virtual environnement) issue.

I tried it and it doesn’t seem to be working:

$ sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/pull/95
Info: Now upgrading glitchsoc...
Error: https://github.com/YunoHost-Apps/glitchsoc_ynh/pull/95 is not a valid app url: app url are expected to look like https://domain.tld/path/to/repo_ynh
Error: Unknown app

I suppose I can just wait for this PR to get merged to see if it will work too. :+1: :smiley:

Hmm is it like a fresh install ? Or did it work in the past ? If it worked in the past, what did happen before that could have triggered this issue ?

It is an existing install that was working; it stopped working on weekend. I was having other issues on the weekend, but I’m pretty sure the glitchsoc services stopped working when I updated to Yunohost 11.1.5.5, after this install, I got a couple of error popup warnings about glitchsoc.

It doesn’t explicitly say, but I think this message in the logs is referring to the glitchsoc services:

2023-02-04 19:37:51,101: WARNING - Found 3 significant issue(s) (and 2 warning(s)) related to Services status check!

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

Thanks for everyone’s help! :smiley:

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