Wekan installation failed - Permission

Hello,

it try to install wekan version: 6.78~ynh1 on yunohost and i got an permission error.

thanks in advance

Path /var/log/yunohost/categories/operation/20230726-074812-app_install-wekan.log
Start 26 July 2023 at 09:48:12
End 26 July 2023 at 09:49:09
Error An error occurred inside the app installation script
Sub-operations
Update accesses for permission ‘wekan’
Update URL related to permission ‘wekan’
Create permission ‘wekan’

Install-log
https://paste.yunohost.org/raw/pazuxewaxo

ynh_mongo_db__2: Zeile 24: 733046 Ungültiger Maschinenbefehl   mongosh

It’s more like it tries to execute some instructions which are not supported by your machine’s processor … Mongodb requires AVX instructions

You can check if they are supported by your machine with cat /proc/cpuinfo | grep avx

If this returns nothing, then your machine doesn’t support AVX command and you’ll have to ask your machine provider to enable them for you (assuming that’s something you can request)

(Yup this is pretty annoying …)

Thanks, yes its a Intel Xeon X5660 and under flags there is no “avx”

i move the yunohost instance to a second machine with avx and now the installation works fine.

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