YunoHost-Apps / funkwhale_ynh

A modern, convivial and free music server on YunoHost
https://funkwhale.audio/
GNU Affero General Public License v3.0
72 stars 22 forks source link

[VPS] [YNH_3.2] install KO #40

Closed isAAAc closed 5 years ago

isAAAc commented 5 years ago
root@krashboyz:/home/admin# yunohost -v
yunohost:
  repo: stable
  version: 3.2.2
yunohost-admin:
  repo: stable
  version: 3.2.1
moulinette:
  repo: stable
  version: 3.2.0
ssowat:
  repo: stable
  version: 3.2.0

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

2018-10-17 11:43:06,945: DEBUG -   Cloning https://github.com/EliotBerriot/PyMemoize.git (to revision django) to /tmp/pip-req-build-5ovsmll5
2018-10-17 11:43:07,447: DEBUG - fatal: unable to access 'https://github.com/EliotBerriot/PyMemoize.git/': gnutls_handshake() failed: Public key signature verification has failed.
2018-10-17 11:43:07,447: WARNING - Command "git clone -q https://github.com/EliotBerriot/PyMemoize.git /tmp/pip-req-build-5ovsmll5" failed with error code 128 in None
2018-10-17 11:43:07,548: DEBUG - + ynh_exit_properly
2018-10-17 11:43:07,548: WARNING - !!
2018-10-17 11:43:07,548: DEBUG - + local exit_code=1
2018-10-17 11:43:07,549: WARNING -   funkwhale's script has encountered an error. Its execution was cancelled.
Jibec commented 5 years ago

just tried with x86-64 in a VM, works fine here. And the paste looks inaccessible because yunohost.org is down? please try again and reopen if this is still failing

isAAAc commented 5 years ago

yunohost.org wasn't inacessible 3 days ago ... waiting for the network resolution of yunohost.org to test again, please keep open

isAAAc commented 5 years ago

Hi @Jibec , install is still KO today

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

Jibec commented 5 years ago

Hi, sorry for really late answer, I think the first failed installation may have impacted your domain file.

Look at your /etc/nginx/conf.d/sub.domain.tld.conf and see if there is double line for map or something. You can also be more "aggressive", delete the domain and create it again.

In any cases, if it crashes again, please provide the result of "systemctl status nginx.service" and "journalctl -xe" (only what's related to funkwhale), and eventually, you should have a file in /var/log/nginx related to the errors of your subdomain.

I'll be more available in the coming days to look at your issue.