Hardware: DIY PC based on ASUS H110M motherboard,INTEL Core i3
CPU, 8GB RAM YunoHost version: 4.3.62 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 If yes, please explain:
Description of my issue
Second update same error. My previous post has been closed since there was no answer.
When updating Wikijs from (wikijs) from 2.5.219~ynh2 to 2.5.274~ynh1 and running the app I get a Gateway error 502 ā¦nginx
I then Uninstalled ver. 2.5.274 and restored pre-update backup and everything works again.
Just for developer info that the upgrade does not work!
Thanks if you can help, but I will hold on to ver.219 until new version is upgradeable. I have a software guide running and cannot allow a complete crash of the wiki.
What would be useful to dig the issue is to go in the āServicesā section of the webadmin where you should see that the corresponding wikijs service is down (maybe). In any case, sharing the logs of the service (using the green āShare with yunopasteā) button may bring some insight
Iām facing the same issue. Investigate a bit further tend to incriminate the systemd service that have been a bit to hardened.
In my case, commenting the line :
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
in the file /etc/systemd/system/wikijs.service fixed the error.
Can you try with AF_NETLINK like that : RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
I had a similar issue with Glitch-Soc and Mastodon package.
Merci and thank you! I shall try the solution given by @oiseauroch and report back when doneā¦
Why are you trying with AF_NETLINK @Tagada ??
I really do not know enough about what you guys are doing , sorry to be ignorantā¦
I had a similar issue while hardening the systemd service with the Glitchsoc package, and found that AF_NETLINK was needed for it to work.
The solution given by @oiseauroch make me think we miss the same parameter here too.
Plus thereās a PR pending that add AF_NETLINK in the example package template.
Hello,
For me, @oiseaurochās solution works perfectly (comment line), but not @Tagadaās (replace line).
Therefore, I keep the comment on the comment line.