YunoHost-Apps / mattermost_ynh

Mattermost package for YunoHost
http://www.mattermost.org
GNU General Public License v3.0
33 stars 18 forks source link

Fix 6.0 install #303

Closed kemenaran closed 3 years ago

kemenaran commented 3 years ago

A 6.0 install as a second instance on a Yunohost server fails when creating the admin user, with the following error:

191443 DEBUG Error: socket file "/var/tmp/mattermost_local.socket" doesn't exists, please check the server configuration for local mode

This attempts to fix the issue by putting the socket in /var/run instead, which should be writable by anyone.

kemenaran commented 3 years ago

!testme

yunohost-bot commented 3 years ago

:v: Test Badge

kemenaran commented 3 years ago

Test fails because of the new password check, which checks that passwords that include bash escape characters are still properly handled. It seems the ynh_exec_warn_less helper doesn’t properly escape the arguments.

I’ll remove the commit improving passwords, so that we can at least merge the 6.0 fixes.

kemenaran commented 3 years ago

!testme

yunohost-bot commented 3 years ago

:carousel_horse: Test Badge