Code Monkey home page Code Monkey logo

onlyoffice_ynh's Introduction

OnlyOffice for YunoHost

Integration level Working status Maintenance status

Install OnlyOffice with YunoHost

Read this README in other languages.

This package allows you to install OnlyOffice quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.

Online collaborative edition of ONLYOFFICE documents requires:

  1. a server part, with two installation options:

    1. ONLYOFFICE Document Server packaged for YunoHost.
    2. The Community Document Server for Nextcloud
  2. a client part, such as:

    1. The ONLYOFFICE connector for Nextcloud
    2. The ONLYOFFICE Desktop Editors

A solution made easy by YunoHost is to install (1.i) and (2.i), see section below. The Nextcloud addicts may follow this tutorial to install (1.ii) and (2.i) on one Nextcloud instance. However, performance and architecture are limited.

Shipped version: 8.1.1~ynh1

Demo: https://www.onlyoffice.com/fr/download-desktop.aspx

Screenshots

Screenshot of OnlyOffice Screenshot of OnlyOffice

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/onlyoffice_ynh/tree/testing --debug
or
sudo yunohost app upgrade onlyoffice -u https://github.com/YunoHost-Apps/onlyoffice_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps

onlyoffice_ynh's People

Contributors

alexaubin avatar decentral1se avatar ericgaspar avatar frju365 avatar gmilad avatar gredin67 avatar kay0u avatar liberodark avatar maniackcrudelis avatar nicofrand avatar quiwy avatar salamandar avatar sebmennetrier avatar tituspijean avatar typhlos avatar yalh76 avatar yunohost-bot avatar zamentur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

onlyoffice_ynh's Issues

manifest.json need fix !

                "name": "password",
                "type": "string",
                "ask": {
                    "en": "Choose a password for Collabora admin",
                    "fr": "Choisissez un mot de passe pour l'administration de Collabora"
                },
                "example": "password",
                "default": ""
         
            },
                                   {
                "name": "nextclouddomain",
                "type": "string",
                "ask": {
                    "en": "The domain of your Nextcloud instance",
                    "fr": "Le domain de votre instance Nextcloud"
                },
                "example": "example.com",
                "default": ""
         
                                   }```

# Need to remove this

Installation faild on yunohost

Version YunoHost 3.6.4.3 / 64bit - FR

Interface utilisateur
Déconnexion

Accueil
Outils Journaux 20190707-014244-app_install-onlyoffice
Partager avec YunoPaste

Installer l’application 'onlyoffice'
Chemin
/var/log/yunohost/categories/operation/20190707-014244-app_install-onlyoffice.log
Début
‎7‎ ‎juillet‎ ‎2019‎ ‎03‎:‎42
Fin
‎7‎ ‎juillet‎ ‎2019‎ ‎03‎:‎45
Erreur
Ce journal a fini avec l’erreur : Une erreur inattendue est survenue : shell command return code: 1
Contexte
Journaux
2019-07-07 03:42:44,880: INFO - Installation de l'application onlyoffice …
2019-07-07 03:42:45,509: DEBUG - Exécution de la commande 'sh -c YNH_APP_INSTANCE_NUMBER=1 YNH_CWD=/var/cache/yunohost/from_file/onlyoffice_ynh-master/scripts YNH_APP_ARG_IS_PUBLIC=1 YNH_STDRETURN=/tmp/tmpGsPzJs/stdreturn YNH_STDINFO=/tmp/tmp9PoXaQ/stdinfo YNH_APP_INSTANCE_NAME=onlyoffice YNH_APP_ARG_NEXTCLOUDDOMAIN=cloud.x.be YNH_APP_ID=onlyoffice YNH_APP_ARG_PATH=/onlyoffice YNH_INTERFACE=api YNH_APP_ARG_DOMAIN=office.x.be BASH_XTRACEFD=7 /bin/bash -x "./install" office.x.be /onlyoffice cloud.x.be 1 onlyoffice 7>&1' …
2019-07-07 03:42:45,511: DEBUG - About to run the command '['sh', '-c', 'YNH_APP_INSTANCE_NUMBER=1 YNH_CWD=/var/cache/yunohost/from_file/onlyoffice_ynh-master/scripts YNH_APP_ARG_IS_PUBLIC=1 YNH_STDRETURN=/tmp/tmpGsPzJs/stdreturn YNH_STDINFO=/tmp/tmp9PoXaQ/stdinfo YNH_APP_INSTANCE_NAME=onlyoffice YNH_APP_ARG_NEXTCLOUDDOMAIN=cloud.x.be YNH_APP_ID=onlyoffice YNH_APP_ARG_PATH=/onlyoffice YNH_INTERFACE=api YNH_APP_ARG_DOMAIN=office.x.be BASH_XTRACEFD=7 /bin/bash -x "./install" office.x.be /onlyoffice cloud.x.be 1 onlyoffice 7>&1']'
2019-07-07 03:42:45,643: DEBUG - + source _common.sh
2019-07-07 03:42:45,647: DEBUG - ++ pkg_dependencies='postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2019-07-07 03:42:45,648: DEBUG - + source ynh_add_extra_apt_repos__3
2019-07-07 03:42:45,648: DEBUG - + source /usr/share/yunohost/helpers
2019-07-07 03:42:45,648: DEBUG - +++ run-parts --list /usr/share/yunohost/helpers.d
2019-07-07 03:42:45,649: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,649: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/apt ']'
2019-07-07 03:42:45,650: DEBUG - ++ . /usr/share/yunohost/helpers.d/apt
2019-07-07 03:42:45,650: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,650: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/backup ']'
2019-07-07 03:42:45,651: DEBUG - ++ . /usr/share/yunohost/helpers.d/backup
2019-07-07 03:42:45,651: DEBUG - +++ CAN_BIND=1
2019-07-07 03:42:45,651: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,652: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/fail2ban ']'
2019-07-07 03:42:45,652: DEBUG - ++ . /usr/share/yunohost/helpers.d/fail2ban
2019-07-07 03:42:45,652: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,653: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/getopts ']'
2019-07-07 03:42:45,653: DEBUG - ++ . /usr/share/yunohost/helpers.d/getopts
2019-07-07 03:42:45,653: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,654: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/logging ']'
2019-07-07 03:42:45,654: DEBUG - ++ . /usr/share/yunohost/helpers.d/logging
2019-07-07 03:42:45,655: DEBUG - +++ increment_progression=0
2019-07-07 03:42:45,655: DEBUG - +++ previous_weight=0
2019-07-07 03:42:45,655: DEBUG - +++ max_progression=-1
2019-07-07 03:42:45,656: INFO - Validating installation parameters...
2019-07-07 03:42:45,661: DEBUG - +++ progress_scale=20
2019-07-07 03:42:45,661: DEBUG - +++ progress_string2='####################'
2019-07-07 03:42:45,661: DEBUG - +++ progress_string1=++++++++++++++++++++
2019-07-07 03:42:45,662: DEBUG - +++ progress_string0=....................
2019-07-07 03:42:45,662: DEBUG - ++++ date +%s
2019-07-07 03:42:45,662: DEBUG - +++ base_time=1562463765
2019-07-07 03:42:45,662: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,663: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/logrotate ']'
2019-07-07 03:42:45,663: DEBUG - ++ . /usr/share/yunohost/helpers.d/logrotate
2019-07-07 03:42:45,663: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,664: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/mysql ']'
2019-07-07 03:42:45,664: DEBUG - ++ . /usr/share/yunohost/helpers.d/mysql
2019-07-07 03:42:45,664: DEBUG - +++ MYSQL_ROOT_PWD_FILE=/etc/yunohost/mysql
2019-07-07 03:42:45,665: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,665: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/network ']'
2019-07-07 03:42:45,665: DEBUG - ++ . /usr/share/yunohost/helpers.d/network
2019-07-07 03:42:45,666: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,666: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nginx ']'
2019-07-07 03:42:45,666: DEBUG - ++ . /usr/share/yunohost/helpers.d/nginx
2019-07-07 03:42:45,667: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,667: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nodejs ']'
2019-07-07 03:42:45,667: DEBUG - ++ . /usr/share/yunohost/helpers.d/nodejs
2019-07-07 03:42:45,667: DEBUG - +++ n_install_dir=/opt/node_n
2019-07-07 03:42:45,668: DEBUG - +++ node_version_path=/opt/node_n/n/versions/node
2019-07-07 03:42:45,668: DEBUG - +++ export N_PREFIX=/opt/node_n
2019-07-07 03:42:45,668: DEBUG - +++ N_PREFIX=/opt/node_n
2019-07-07 03:42:45,669: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,669: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/php ']'
2019-07-07 03:42:45,669: DEBUG - ++ . /usr/share/yunohost/helpers.d/php
2019-07-07 03:42:45,670: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,670: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/postgresql ']'
2019-07-07 03:42:45,670: DEBUG - ++ . /usr/share/yunohost/helpers.d/postgresql
2019-07-07 03:42:45,671: DEBUG - +++ PSQL_ROOT_PWD_FILE=/etc/yunohost/psql
2019-07-07 03:42:45,671: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,671: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/setting ']'
2019-07-07 03:42:45,672: DEBUG - ++ . /usr/share/yunohost/helpers.d/setting
2019-07-07 03:42:45,672: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,672: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/string ']'
2019-07-07 03:42:45,673: DEBUG - ++ . /usr/share/yunohost/helpers.d/string
2019-07-07 03:42:45,673: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,673: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/systemd ']'
2019-07-07 03:42:45,673: DEBUG - ++ . /usr/share/yunohost/helpers.d/systemd
2019-07-07 03:42:45,674: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,674: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/user ']'
2019-07-07 03:42:45,674: DEBUG - ++ . /usr/share/yunohost/helpers.d/user
2019-07-07 03:42:45,675: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-07-07 03:42:45,675: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/utils ']'
2019-07-07 03:42:45,675: DEBUG - ++ . /usr/share/yunohost/helpers.d/utils
2019-07-07 03:42:45,676: DEBUG - + ynh_abort_if_errors
2019-07-07 03:42:45,676: DEBUG - + set -eu
2019-07-07 03:42:45,676: DEBUG - + trap ynh_exit_properly EXIT
2019-07-07 03:42:45,677: DEBUG - + domain=office.x.be
2019-07-07 03:42:45,677: DEBUG - + path_url=/onlyoffice
2019-07-07 03:42:45,677: DEBUG - + is_public=1
2019-07-07 03:42:45,677: DEBUG - + nextclouddomain=cloud.x.be
2019-07-07 03:42:45,678: DEBUG - + app=onlyoffice
2019-07-07 03:42:45,678: DEBUG - + ynh_print_info '--message=Validating installation parameters...'
2019-07-07 03:42:45,678: DEBUG - + local legacy_args=m
2019-07-07 03:42:45,679: DEBUG - + args_array=([m]=message=)
2019-07-07 03:42:45,679: DEBUG - + declare -Ar args_array
2019-07-07 03:42:45,679: DEBUG - + local message
2019-07-07 03:42:45,679: DEBUG - + ynh_handle_getopts_args '--message=Validating installation parameters...'
2019-07-07 03:42:45,680: DEBUG - + set +x
2019-07-07 03:42:45,680: DEBUG - + echo 'Validating installation parameters...'
2019-07-07 03:42:45,680: DEBUG - + ynh_webpath_register --app=onlyoffice --domain=office.x.be --path_url=/onlyoffice
2019-07-07 03:42:45,681: DEBUG - + local legacy_args=adp
2019-07-07 03:42:45,681: DEBUG - + args_array=([a]=app= [d]=domain= [p]=path_url=)
2019-07-07 03:42:45,681: DEBUG - + declare -Ar args_array
2019-07-07 03:42:45,681: DEBUG - + local app
2019-07-07 03:42:45,682: DEBUG - + local domain
2019-07-07 03:42:45,682: DEBUG - + local path_url
2019-07-07 03:42:45,682: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --domain=office.x.be --path_url=/onlyoffice
2019-07-07 03:42:45,683: DEBUG - + set +x
2019-07-07 03:42:45,783: DEBUG - + sudo yunohost app register-url onlyoffice office.x.be /onlyoffice
2019-07-07 03:42:46,588: DEBUG - + ynh_print_info '--message=Storing installation settings...'
2019-07-07 03:42:46,590: DEBUG - + local legacy_args=m
2019-07-07 03:42:46,590: DEBUG - + args_array=([m]=message=)
2019-07-07 03:42:46,590: DEBUG - + declare -Ar args_array
2019-07-07 03:42:46,591: DEBUG - + local message
2019-07-07 03:42:46,591: DEBUG - + ynh_handle_getopts_args '--message=Storing installation settings...'
2019-07-07 03:42:46,591: DEBUG - + set +x
2019-07-07 03:42:46,591: DEBUG - + echo 'Storing installation settings...'
2019-07-07 03:42:46,592: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=domain --value=office.x.be
2019-07-07 03:42:46,592: DEBUG - + local legacy_args=akv
2019-07-07 03:42:46,592: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-07-07 03:42:46,593: DEBUG - + declare -Ar args_array
2019-07-07 03:42:46,593: DEBUG - + local app
2019-07-07 03:42:46,593: DEBUG - + local key
2019-07-07 03:42:46,594: DEBUG - + local value
2019-07-07 03:42:46,594: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=domain --value=office.x.be
2019-07-07 03:42:46,594: DEBUG - + set +x
2019-07-07 03:42:46,695: DEBUG - + ynh_app_setting set onlyoffice domain office.x.be
2019-07-07 03:42:46,696: INFO - Storing installation settings...
2019-07-07 03:42:46,697: DEBUG - + ACTION=set
2019-07-07 03:42:46,698: DEBUG - + APP=onlyoffice
2019-07-07 03:42:46,698: DEBUG - + KEY=domain
2019-07-07 03:42:46,698: DEBUG - + VALUE=office.x.be
2019-07-07 03:42:46,699: DEBUG - + python -
2019-07-07 03:42:47,000: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=path --value=/onlyoffice
2019-07-07 03:42:47,000: DEBUG - + local legacy_args=akv
2019-07-07 03:42:47,001: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-07-07 03:42:47,001: DEBUG - + declare -Ar args_array
2019-07-07 03:42:47,001: DEBUG - + local app
2019-07-07 03:42:47,002: DEBUG - + local key
2019-07-07 03:42:47,002: DEBUG - + local value
2019-07-07 03:42:47,002: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=path --value=/onlyoffice
2019-07-07 03:42:47,002: DEBUG - + set +x
2019-07-07 03:42:47,103: DEBUG - + ynh_app_setting set onlyoffice path /onlyoffice
2019-07-07 03:42:47,103: DEBUG - + ACTION=set
2019-07-07 03:42:47,104: DEBUG - + APP=onlyoffice
2019-07-07 03:42:47,104: DEBUG - + KEY=path
2019-07-07 03:42:47,105: DEBUG - + VALUE=/onlyoffice
2019-07-07 03:42:47,105: DEBUG - + python -
2019-07-07 03:42:47,406: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=is_public --value=1
2019-07-07 03:42:47,407: DEBUG - + local legacy_args=akv
2019-07-07 03:42:47,407: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-07-07 03:42:47,407: DEBUG - + declare -Ar args_array
2019-07-07 03:42:47,407: DEBUG - + local app
2019-07-07 03:42:47,408: DEBUG - + local key
2019-07-07 03:42:47,408: DEBUG - + local value
2019-07-07 03:42:47,408: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=is_public --value=1
2019-07-07 03:42:47,409: DEBUG - + set +x
2019-07-07 03:42:47,509: DEBUG - + ynh_app_setting set onlyoffice is_public 1
2019-07-07 03:42:47,510: DEBUG - + ACTION=set
2019-07-07 03:42:47,510: DEBUG - + APP=onlyoffice
2019-07-07 03:42:47,510: DEBUG - + KEY=is_public
2019-07-07 03:42:47,510: DEBUG - + VALUE=1
2019-07-07 03:42:47,511: DEBUG - + python -
2019-07-07 03:42:47,812: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=nextclouddomain --value=cloud.x.be
2019-07-07 03:42:47,813: DEBUG - + local legacy_args=akv
2019-07-07 03:42:47,813: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-07-07 03:42:47,814: DEBUG - + declare -Ar args_array
2019-07-07 03:42:47,814: DEBUG - + local app
2019-07-07 03:42:47,814: DEBUG - + local key
2019-07-07 03:42:47,815: DEBUG - + local value
2019-07-07 03:42:47,815: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=nextclouddomain --value=cloud.x.be
2019-07-07 03:42:47,815: DEBUG - + set +x
2019-07-07 03:42:47,917: DEBUG - + ynh_app_setting set onlyoffice nextclouddomain cloud.x.be
2019-07-07 03:42:47,919: DEBUG - + ACTION=set
2019-07-07 03:42:47,919: DEBUG - + APP=onlyoffice
2019-07-07 03:42:47,920: DEBUG - + KEY=nextclouddomain
2019-07-07 03:42:47,920: DEBUG - + VALUE=cloud.x.be
2019-07-07 03:42:47,921: DEBUG - + python -
2019-07-07 03:42:48,322: DEBUG - + ynh_print_info '--message=Configuring firewall...'
2019-07-07 03:42:48,323: INFO - Configuring firewall...
2019-07-07 03:42:48,329: DEBUG - + local legacy_args=m
2019-07-07 03:42:48,330: DEBUG - + args_array=([m]=message=)
2019-07-07 03:42:48,330: DEBUG - + declare -Ar args_array
2019-07-07 03:42:48,330: DEBUG - + local message
2019-07-07 03:42:48,331: DEBUG - + ynh_handle_getopts_args '--message=Configuring firewall...'
2019-07-07 03:42:48,331: DEBUG - + set +x
2019-07-07 03:42:48,331: DEBUG - + echo 'Configuring firewall...'
2019-07-07 03:42:48,332: DEBUG - ++ ynh_find_port --port=8095
2019-07-07 03:42:48,332: DEBUG - ++ local legacy_args=p
2019-07-07 03:42:48,332: DEBUG - ++ args_array=([p]=port=)
2019-07-07 03:42:48,333: DEBUG - ++ declare -Ar args_array
2019-07-07 03:42:48,333: DEBUG - ++ local port
2019-07-07 03:42:48,333: DEBUG - ++ ynh_handle_getopts_args --port=8095
2019-07-07 03:42:48,334: DEBUG - ++ set +x
2019-07-07 03:42:48,334: DEBUG - ++ test -n 8095
2019-07-07 03:42:48,334: DEBUG - ++ netcat -z 127.0.0.1 8095
2019-07-07 03:42:48,335: DEBUG - ++ echo 8095
2019-07-07 03:42:48,335: DEBUG - + port=8095
2019-07-07 03:42:48,335: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=port --value=8095
2019-07-07 03:42:48,335: DEBUG - + local legacy_args=akv
2019-07-07 03:42:48,336: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-07-07 03:42:48,336: DEBUG - + declare -Ar args_array
2019-07-07 03:42:48,336: DEBUG - + local app
2019-07-07 03:42:48,336: DEBUG - + local key
2019-07-07 03:42:48,337: DEBUG - + local value
2019-07-07 03:42:48,337: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=port --value=8095
2019-07-07 03:42:48,337: DEBUG - + set +x
2019-07-07 03:42:48,438: DEBUG - + ynh_app_setting set onlyoffice port 8095
2019-07-07 03:42:48,439: DEBUG - + ACTION=set
2019-07-07 03:42:48,439: DEBUG - + APP=onlyoffice
2019-07-07 03:42:48,439: DEBUG - + KEY=port
2019-07-07 03:42:48,440: DEBUG - + VALUE=8095
2019-07-07 03:42:48,440: DEBUG - + python -
2019-07-07 03:42:48,741: DEBUG - + ynh_print_info '--message=Add nodejs repository...'
2019-07-07 03:42:48,742: DEBUG - + local legacy_args=m
2019-07-07 03:42:48,742: DEBUG - + args_array=([m]=message=)
2019-07-07 03:42:48,742: DEBUG - + declare -Ar args_array
2019-07-07 03:42:48,742: DEBUG - + local message
2019-07-07 03:42:48,743: DEBUG - + ynh_handle_getopts_args '--message=Add nodejs repository...'
2019-07-07 03:42:48,743: DEBUG - + set +x
2019-07-07 03:42:48,844: DEBUG - + echo 'Add nodejs repository...'
2019-07-07 03:42:48,844: INFO - Add nodejs repository...
2019-07-07 03:42:48,845: DEBUG - + ynh_install_extra_repo '--repo=deb https://deb.nodesource.com/node_8.x stretch main' --key=**********
2019-07-07 03:42:48,846: DEBUG - + local legacy_args=rkpna
2019-07-07 03:42:48,846: DEBUG - + args_array=([r]=repo= [k]=key= [p]=priority= [n]=name= [a]=append)
2019-07-07 03:42:48,846: DEBUG - + declare -Ar args_array
2019-07-07 03:42:48,846: DEBUG - + local repo
2019-07-07 03:42:48,847: DEBUG - + local key
2019-07-07 03:42:48,847: DEBUG - + local priority
2019-07-07 03:42:48,847: DEBUG - + local name
2019-07-07 03:42:48,847: DEBUG - + local append
2019-07-07 03:42:48,848: DEBUG - + ynh_handle_getopts_args '--repo=deb https://deb.nodesource.com/node_8.x stretch main' --key=**********
2019-07-07 03:42:48,848: DEBUG - + set +x
2019-07-07 03:42:48,848: DEBUG - + name=onlyoffice
2019-07-07 03:42:48,849: DEBUG - + append=0
2019-07-07 03:42:48,849: DEBUG - + key=**********
2019-07-07 03:42:48,849: DEBUG - + priority=
2019-07-07 03:42:48,849: DEBUG - + '[' 0 -eq 1 ']'
2019-07-07 03:42:48,850: DEBUG - + append=
2019-07-07 03:42:48,850: DEBUG - + wget_append=tee
2019-07-07 03:42:48,850: DEBUG - + repo='https://deb.nodesource.com/node_8.x stretch main'
2019-07-07 03:42:48,850: DEBUG - ++ echo 'https://deb.nodesource.com/node_8.x stretch main'
2019-07-07 03:42:48,851: DEBUG - ++ awk '{ print $1 }'
2019-07-07 03:42:48,963: DEBUG - + local uri=https://deb.nodesource.com/node_8.x
2019-07-07 03:42:48,965: DEBUG - ++ echo 'https://deb.nodesource.com/node_8.x stretch main'
2019-07-07 03:42:48,965: DEBUG - ++ awk '{ print $2 }'
2019-07-07 03:42:48,965: DEBUG - + local suite=stretch
2019-07-07 03:42:48,966: DEBUG - + local component=main
2019-07-07 03:42:48,966: DEBUG - + ynh_add_repo --uri=https://deb.nodesource.com/node_8.x --suite=stretch --component=main --name=onlyoffice
2019-07-07 03:42:48,966: DEBUG - + local legacy_args=uscna
2019-07-07 03:42:48,966: DEBUG - + args_array=([u]=uri= [s]=suite= [c]=component= [n]=name= [a]=append)
2019-07-07 03:42:48,967: DEBUG - + declare -Ar args_array
2019-07-07 03:42:48,967: DEBUG - + local uri
2019-07-07 03:42:48,968: DEBUG - + local suite
2019-07-07 03:42:48,968: DEBUG - + local component
2019-07-07 03:42:48,968: DEBUG - + local name
2019-07-07 03:42:48,968: DEBUG - + local append
2019-07-07 03:42:48,969: DEBUG - + ynh_handle_getopts_args --uri=https://deb.nodesource.com/node_8.x --suite=stretch --component=main --name=onlyoffice
2019-07-07 03:42:48,969: DEBUG - + set +x
2019-07-07 03:42:49,070: DEBUG - + name=onlyoffice
2019-07-07 03:42:49,070: DEBUG - + append=0
2019-07-07 03:42:49,071: DEBUG - + '[' 0 -eq 1 ']'
2019-07-07 03:42:49,071: DEBUG - + append=tee
2019-07-07 03:42:49,071: DEBUG - + mkdir -p /etc/apt/sources.list.d
2019-07-07 03:42:49,072: DEBUG - + echo 'deb https://deb.nodesource.com/node_8.x stretch main'
2019-07-07 03:42:49,072: DEBUG - + tee /etc/apt/sources.list.d/onlyoffice.list
2019-07-07 03:42:49,072: DEBUG - deb https://deb.nodesource.com/node_8.x stretch main
2019-07-07 03:42:49,072: DEBUG - + local pin=deb.nodesource.com/node_8.x
2019-07-07 03:42:49,073: DEBUG - + pin=deb.nodesource.com
2019-07-07 03:42:49,073: DEBUG - + '[' -n '' ']'
2019-07-07 03:42:49,073: DEBUG - + ynh_pin_repo '--package=' '--pin=origin "deb.nodesource.com"' --name=onlyoffice
2019-07-07 03:42:49,074: DEBUG - + local legacy_args=pirna
2019-07-07 03:42:49,074: DEBUG - + args_array=([p]=package= [i]=pin= [r]=priority= [n]=name= [a]=append)
2019-07-07 03:42:49,074: DEBUG - + declare -Ar args_array
2019-07-07 03:42:49,074: DEBUG - + local package
2019-07-07 03:42:49,075: DEBUG - + local pin
2019-07-07 03:42:49,075: DEBUG - + local priority
2019-07-07 03:42:49,075: DEBUG - + local name
2019-07-07 03:42:49,076: DEBUG - + local append
2019-07-07 03:42:49,076: DEBUG - + ynh_handle_getopts_args '--package=
' '--pin=origin "deb.nodesource.com"' --name=onlyoffice
2019-07-07 03:42:49,076: DEBUG - + set +x
2019-07-07 03:42:49,177: DEBUG - + package=''
2019-07-07 03:42:49,177: DEBUG - + priority=50
2019-07-07 03:42:49,178: DEBUG - + name=onlyoffice
2019-07-07 03:42:49,178: DEBUG - + append=0
2019-07-07 03:42:49,178: DEBUG - + '[' 0 -eq 1 ']'
2019-07-07 03:42:49,179: DEBUG - + append=tee
2019-07-07 03:42:49,179: DEBUG - + mkdir -p /etc/apt/preferences.d
2019-07-07 03:42:49,179: DEBUG - + echo 'Package: *
2019-07-07 03:42:49,180: DEBUG - Pin: origin "deb.nodesource.com"
2019-07-07 03:42:49,180: DEBUG - Pin-Priority: 50'
2019-07-07 03:42:49,180: DEBUG - + tee /etc/apt/preferences.d/onlyoffice
2019-07-07 03:42:49,181: DEBUG - Package: *
2019-07-07 03:42:49,181: DEBUG - Pin: origin "deb.nodesource.com"
2019-07-07 03:42:49,181: DEBUG - Pin-Priority: 50
2019-07-07 03:42:49,181: DEBUG - + '[' -n ********** ']'
2019-07-07 03:42:49,182: DEBUG - + mkdir -p /etc/apt/trusted.gpg.d
2019-07-07 03:42:49,299: DEBUG - + wget -q ********** -O -
2019-07-07 03:42:49,300: DEBUG - + gpg --dearmor
2019-07-07 03:42:49,300: DEBUG - + tee /etc/apt/trusted.gpg.d/onlyoffice.gpg
2019-07-07 03:42:49,802: DEBUG - + ynh_package_update
2019-07-07 03:42:49,802: DEBUG - + ynh_apt update
2019-07-07 03:42:49,803: DEBUG - + ynh_wait_dpkg_free
2019-07-07 03:42:49,803: DEBUG - + local try
2019-07-07 03:42:49,803: DEBUG - ++ seq 1 17
2019-07-07 03:42:49,804: DEBUG - + for try in seq 1 17
2019-07-07 03:42:49,804: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-07-07 03:42:50,205: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-07-07 03:42:50,206: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-07-07 03:42:50,206: DEBUG - + read dpkg_file
2019-07-07 03:42:50,206: DEBUG - + echo ''
2019-07-07 03:42:50,207: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-07-07 03:42:50,309: DEBUG - + read dpkg_file
2019-07-07 03:42:50,311: DEBUG - + return 0
2019-07-07 03:42:50,311: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-07-07 03:42:50,311: DEBUG - + apt-get -y update
2019-07-07 03:42:50,714: DEBUG - Atteint:1 http://security.debian.org/debian-security stretch/updates InRelease
2019-07-07 03:42:50,714: DEBUG - Atteint:2 http://forge.yunohost.org/debian stretch InRelease
2019-07-07 03:42:50,714: DEBUG - Ign:3 http://ftp.debian.org/debian stretch InRelease
2019-07-07 03:42:50,815: DEBUG - Atteint:4 http://ftp.debian.org/debian stretch-updates InRelease
2019-07-07 03:42:50,816: DEBUG - Atteint:5 http://ftp.debian.org/debian stretch Release
2019-07-07 03:42:51,217: DEBUG - Réception de:6 https://deb.nodesource.com/node_8.x stretch InRelease [4.620 B]
2019-07-07 03:42:54,235: DEBUG - Réception de:8 https://deb.nodesource.com/node_8.x stretch/main amd64 Packages [1.008 B]
2019-07-07 03:42:54,342: DEBUG - 5.628 o réceptionnés en 3s (1.486 o/s)
2019-07-07 03:42:56,147: DEBUG - Lecture des listes de paquets…
2019-07-07 03:42:56,350: DEBUG - + ynh_print_info '--message=Add OnlyOffice repository...'
2019-07-07 03:42:56,352: INFO - Add OnlyOffice repository...
2019-07-07 03:42:56,355: DEBUG - + local legacy_args=m
2019-07-07 03:42:56,357: DEBUG - + args_array=([m]=message=)
2019-07-07 03:42:56,357: DEBUG - + declare -Ar args_array
2019-07-07 03:42:56,357: DEBUG - + local message
2019-07-07 03:42:56,358: DEBUG - + ynh_handle_getopts_args '--message=Add OnlyOffice repository...'
2019-07-07 03:42:56,358: DEBUG - + set +x
2019-07-07 03:42:56,358: DEBUG - + echo 'Add OnlyOffice repository...'
2019-07-07 03:42:56,358: DEBUG - + apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-07-07 03:42:56,760: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2019-07-07 03:42:57,068: DEBUG - Executing: /tmp/apt-key-gpghome.ZtVHILT5Lh/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-07-07 03:42:58,575: WARNING - gpg: key 8320CA65CB2DE8E5: public key "Ascensio System Limited (ONLYOFFICE) [email protected]" imported
2019-07-07 03:42:59,579: WARNING - gpg: Total number processed: 1
2019-07-07 03:42:59,580: WARNING - gpg: imported: 1
2019-07-07 03:43:01,400: DEBUG - + ynh_install_extra_repo '--repo=deb http://download.onlyoffice.com/repo/debian squeeze main' --append
2019-07-07 03:43:01,400: DEBUG - + local legacy_args=rkpna
2019-07-07 03:43:01,400: DEBUG - + args_array=([r]=repo= [k]=key= [p]=priority= [n]=name= [a]=append)
2019-07-07 03:43:01,401: DEBUG - + declare -Ar args_array
2019-07-07 03:43:01,401: DEBUG - + local repo
2019-07-07 03:43:01,401: DEBUG - + local key
2019-07-07 03:43:01,402: DEBUG - + local priority
2019-07-07 03:43:01,402: DEBUG - + local name
2019-07-07 03:43:01,402: DEBUG - + local append
2019-07-07 03:43:01,403: DEBUG - + ynh_handle_getopts_args '--repo=deb http://download.onlyoffice.com/repo/debian squeeze main' --append
2019-07-07 03:43:01,403: DEBUG - + set +x
2019-07-07 03:43:01,504: DEBUG - + name=onlyoffice
2019-07-07 03:43:01,506: DEBUG - + append=1
2019-07-07 03:43:01,506: DEBUG - + key=0
2019-07-07 03:43:01,507: DEBUG - + priority=
2019-07-07 03:43:01,507: DEBUG - + '[' 1 -eq 1 ']'
2019-07-07 03:43:01,507: DEBUG - + append=--append
2019-07-07 03:43:01,507: DEBUG - + wget_append='tee -a'
2019-07-07 03:43:01,508: DEBUG - + repo='http://download.onlyoffice.com/repo/debian squeeze main'
2019-07-07 03:43:01,508: DEBUG - ++ echo 'http://download.onlyoffice.com/repo/debian squeeze main'
2019-07-07 03:43:01,508: DEBUG - ++ awk '{ print $1 }'
2019-07-07 03:43:01,609: DEBUG - + local uri=http://download.onlyoffice.com/repo/debian
2019-07-07 03:43:01,609: DEBUG - ++ echo 'http://download.onlyoffice.com/repo/debian squeeze main'
2019-07-07 03:43:01,610: DEBUG - ++ awk '{ print $2 }'
2019-07-07 03:43:01,610: DEBUG - + local suite=squeeze
2019-07-07 03:43:01,610: DEBUG - + local component=main
2019-07-07 03:43:01,611: DEBUG - + ynh_add_repo --uri=http://download.onlyoffice.com/repo/debian --suite=squeeze --component=main --name=onlyoffice --append
2019-07-07 03:43:01,611: DEBUG - + local legacy_args=uscna
2019-07-07 03:43:01,611: DEBUG - + args_array=([u]=uri= [s]=suite= [c]=component= [n]=name= [a]=append)
2019-07-07 03:43:01,611: DEBUG - + declare -Ar args_array
2019-07-07 03:43:01,612: DEBUG - + local uri
2019-07-07 03:43:01,612: DEBUG - + local suite
2019-07-07 03:43:01,612: DEBUG - + local component
2019-07-07 03:43:01,613: DEBUG - + local name
2019-07-07 03:43:01,613: DEBUG - + local append
2019-07-07 03:43:01,613: DEBUG - + ynh_handle_getopts_args --uri=http://download.onlyoffice.com/repo/debian --suite=squeeze --component=main --name=onlyoffice --append
2019-07-07 03:43:01,614: DEBUG - + set +x
2019-07-07 03:43:01,715: DEBUG - + name=onlyoffice
2019-07-07 03:43:01,716: DEBUG - + append=1
2019-07-07 03:43:01,716: DEBUG - + '[' 1 -eq 1 ']'
2019-07-07 03:43:01,716: DEBUG - + append='tee -a'
2019-07-07 03:43:01,717: DEBUG - + mkdir -p /etc/apt/sources.list.d
2019-07-07 03:43:01,717: DEBUG - + echo 'deb http://download.onlyoffice.com/repo/debian squeeze main'
2019-07-07 03:43:01,817: DEBUG - + tee -a /etc/apt/sources.list.d/onlyoffice.list
2019-07-07 03:43:01,818: DEBUG - deb http://download.onlyoffice.com/repo/debian squeeze main
2019-07-07 03:43:01,818: DEBUG - + local pin=download.onlyoffice.com/repo/debian
2019-07-07 03:43:01,818: DEBUG - + pin=download.onlyoffice.com
2019-07-07 03:43:01,819: DEBUG - + '[' -n '' ']'
2019-07-07 03:43:01,819: DEBUG - + ynh_pin_repo '--package=
' '--pin=origin "download.onlyoffice.com"' --name=onlyoffice --append
2019-07-07 03:43:01,819: DEBUG - + local legacy_args=pirna
2019-07-07 03:43:01,820: DEBUG - + args_array=([p]=package= [i]=pin= [r]=priority= [n]=name= [a]=append)
2019-07-07 03:43:01,820: DEBUG - + declare -Ar args_array
2019-07-07 03:43:01,820: DEBUG - + local package
2019-07-07 03:43:01,821: DEBUG - + local pin
2019-07-07 03:43:01,821: DEBUG - + local priority
2019-07-07 03:43:01,821: DEBUG - + local name
2019-07-07 03:43:01,821: DEBUG - + local append
2019-07-07 03:43:01,822: DEBUG - + ynh_handle_getopts_args '--package=' '--pin=origin "download.onlyoffice.com"' --name=onlyoffice --append
2019-07-07 03:43:01,822: DEBUG - + set +x
2019-07-07 03:43:01,923: DEBUG - + package='
'
2019-07-07 03:43:01,923: DEBUG - + priority=50
2019-07-07 03:43:01,923: DEBUG - + name=onlyoffice
2019-07-07 03:43:01,924: DEBUG - + append=1
2019-07-07 03:43:01,924: DEBUG - + '[' 1 -eq 1 ']'
2019-07-07 03:43:01,924: DEBUG - + append='tee -a'
2019-07-07 03:43:01,925: DEBUG - + mkdir -p /etc/apt/preferences.d
2019-07-07 03:43:01,925: DEBUG - + echo 'Package: *
2019-07-07 03:43:01,925: DEBUG - Pin: origin "download.onlyoffice.com"
2019-07-07 03:43:01,925: DEBUG - Pin-Priority: 50'
2019-07-07 03:43:01,926: DEBUG - + tee -a /etc/apt/preferences.d/onlyoffice
2019-07-07 03:43:01,926: DEBUG - Package: *
2019-07-07 03:43:01,926: DEBUG - Pin: origin "download.onlyoffice.com"
2019-07-07 03:43:01,926: DEBUG - Pin-Priority: 50
2019-07-07 03:43:01,927: DEBUG - + '[' -n 0 ']'
2019-07-07 03:43:01,927: DEBUG - + mkdir -p /etc/apt/trusted.gpg.d
2019-07-07 03:43:01,927: DEBUG - + wget -q 0 -O -
2019-07-07 03:43:01,927: DEBUG - + gpg --dearmor
2019-07-07 03:43:01,928: DEBUG - + tee -a /etc/apt/trusted.gpg.d/onlyoffice.gpg
2019-07-07 03:43:02,028: DEBUG - + ynh_package_update
2019-07-07 03:43:02,029: WARNING - gpg: no valid OpenPGP data found.
2019-07-07 03:43:02,029: DEBUG - + ynh_apt update
2019-07-07 03:43:02,030: DEBUG - + ynh_wait_dpkg_free
2019-07-07 03:43:02,030: DEBUG - + local try
2019-07-07 03:43:02,030: DEBUG - ++ seq 1 17
2019-07-07 03:43:02,031: DEBUG - + for try in seq 1 17
2019-07-07 03:43:02,031: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-07-07 03:43:02,332: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-07-07 03:43:02,332: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-07-07 03:43:02,333: DEBUG - + read dpkg_file
2019-07-07 03:43:02,333: DEBUG - + echo ''
2019-07-07 03:43:02,333: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-07-07 03:43:02,334: DEBUG - + read dpkg_file
2019-07-07 03:43:02,334: DEBUG - + return 0
2019-07-07 03:43:02,334: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-07-07 03:43:02,334: DEBUG - + apt-get -y update
2019-07-07 03:43:02,937: DEBUG - Atteint:1 http://forge.yunohost.org/debian stretch InRelease
2019-07-07 03:43:02,937: DEBUG - Atteint:2 http://security.debian.org/debian-security stretch/updates InRelease
2019-07-07 03:43:02,938: DEBUG - Ign:3 http://ftp.debian.org/debian stretch InRelease
2019-07-07 03:43:03,038: DEBUG - Atteint:4 http://ftp.debian.org/debian stretch-updates InRelease
2019-07-07 03:43:03,038: DEBUG - Atteint:5 http://ftp.debian.org/debian stretch Release
2019-07-07 03:43:03,239: DEBUG - Réception de:6 http://download.onlyoffice.com/repo/debian squeeze InRelease [12,8 kB]
2019-07-07 03:43:03,541: DEBUG - Atteint:7 https://deb.nodesource.com/node_8.x stretch InRelease
2019-07-07 03:43:06,254: DEBUG - Réception de:9 http://download.onlyoffice.com/repo/debian squeeze/main amd64 Packages [4.638 B]
2019-07-07 03:43:06,758: DEBUG - 17,4 ko réceptionnés en 4s (4.318 o/s)
2019-07-07 03:43:08,362: DEBUG - Lecture des listes de paquets…
2019-07-07 03:43:08,664: DEBUG - + ynh_print_info '--message=Installing dependencies...'
2019-07-07 03:43:08,664: INFO - Installing dependencies...
2019-07-07 03:43:08,665: DEBUG - + local legacy_args=m
2019-07-07 03:43:08,665: DEBUG - + args_array=([m]=message=)
2019-07-07 03:43:08,666: DEBUG - + declare -Ar args_array
2019-07-07 03:43:08,666: DEBUG - + local message
2019-07-07 03:43:08,666: DEBUG - + ynh_handle_getopts_args '--message=Installing dependencies...'
2019-07-07 03:43:08,667: DEBUG - + set +x
2019-07-07 03:43:08,667: DEBUG - + echo 'Installing dependencies...'
2019-07-07 03:43:08,667: DEBUG - + ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev
2019-07-07 03:43:08,667: DEBUG - + local 'dependencies=postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2019-07-07 03:43:08,668: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev'
2019-07-07 03:43:08,668: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev'
2019-07-07 03:43:08,669: DEBUG - + local manifest_path=../manifest.json
2019-07-07 03:43:08,669: DEBUG - + '[' '!' -e ../manifest.json ']'
2019-07-07 03:43:08,669: DEBUG - ++ grep '"version": ' ../manifest.json
2019-07-07 03:43:08,670: DEBUG - ++ cut -d '"' -f 4
2019-07-07 03:43:08,670: DEBUG - + local version=5.2.8ynh1
2019-07-07 03:43:08,670: DEBUG - + '[' 10 -eq 0 ']'
2019-07-07 03:43:08,670: DEBUG - + local dep_app=onlyoffice
2019-07-07 03:43:08,671: DEBUG - + cat
2019-07-07 03:43:08,671: DEBUG - + ynh_package_install_from_equivs /tmp/onlyoffice-ynh-deps.control
2019-07-07 03:43:08,671: DEBUG - + local controlfile=/tmp/onlyoffice-ynh-deps.control
2019-07-07 03:43:08,672: DEBUG - ++ grep '^Package: ' /tmp/onlyoffice-ynh-deps.control
2019-07-07 03:43:08,672: DEBUG - ++ cut '-d ' -f 2
2019-07-07 03:43:08,672: DEBUG - + local pkgname=onlyoffice-ynh-deps
2019-07-07 03:43:08,780: DEBUG - ++ grep '^Version: ' /tmp/onlyoffice-ynh-deps.control
2019-07-07 03:43:08,780: DEBUG - ++ cut '-d ' -f 2
2019-07-07 03:43:08,780: DEBUG - + local pkgversion=5.2.8
ynh1
2019-07-07 03:43:08,781: DEBUG - + [[ -z onlyoffice-ynh-deps ]]
2019-07-07 03:43:08,781: DEBUG - + [[ -z 5.2.8ynh1 ]]
2019-07-07 03:43:08,781: DEBUG - + ynh_package_update
2019-07-07 03:43:08,782: DEBUG - + ynh_apt update
2019-07-07 03:43:08,782: DEBUG - + ynh_wait_dpkg_free
2019-07-07 03:43:08,782: DEBUG - + local try
2019-07-07 03:43:08,782: DEBUG - ++ seq 1 17
2019-07-07 03:43:08,783: DEBUG - + for try in seq 1 17
2019-07-07 03:43:08,783: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-07-07 03:43:09,084: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-07-07 03:43:09,085: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-07-07 03:43:09,085: DEBUG - + read dpkg_file
2019-07-07 03:43:09,085: DEBUG - + echo ''
2019-07-07 03:43:09,085: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-07-07 03:43:09,086: DEBUG - + read dpkg_file
2019-07-07 03:43:09,086: DEBUG - + return 0
2019-07-07 03:43:09,089: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-07-07 03:43:09,089: DEBUG - + apt-get -y update
2019-07-07 03:43:09,490: DEBUG - Atteint:1 http://security.debian.org/debian-security stretch/updates InRelease
2019-07-07 03:43:09,491: DEBUG - Ign:2 http://ftp.debian.org/debian stretch InRelease
2019-07-07 03:43:09,491: DEBUG - Atteint:3 http://ftp.debian.org/debian stretch-updates InRelease
2019-07-07 03:43:09,491: DEBUG - Atteint:4 http://forge.yunohost.org/debian stretch InRelease
2019-07-07 03:43:09,592: DEBUG - Atteint:5 http://ftp.debian.org/debian stretch Release
2019-07-07 03:43:09,693: DEBUG - Atteint:6 http://download.onlyoffice.com/repo/debian squeeze InRelease
2019-07-07 03:43:10,295: DEBUG - Atteint:7 https://deb.nodesource.com/node_8.x stretch InRelease
2019-07-07 03:43:15,132: DEBUG - Lecture des listes de paquets…
2019-07-07 03:43:15,333: DEBUG - ++ mktemp -d
2019-07-07 03:43:15,333: DEBUG - + local TMPDIR=/tmp/tmp.9AMFcLI1Ie
2019-07-07 03:43:15,334: DEBUG - + echo 10
2019-07-07 03:43:15,334: DEBUG - + ynh_wait_dpkg_free
2019-07-07 03:43:15,334: DEBUG - + local try
2019-07-07 03:43:15,334: DEBUG - ++ seq 1 17
2019-07-07 03:43:15,335: DEBUG - + for try in seq 1 17
2019-07-07 03:43:15,335: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-07-07 03:43:15,736: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-07-07 03:43:15,737: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-07-07 03:43:15,738: DEBUG - + read dpkg_file
2019-07-07 03:43:15,738: DEBUG - + echo ''
2019-07-07 03:43:15,738: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-07-07 03:43:15,739: DEBUG - + read dpkg_file
2019-07-07 03:43:15,739: DEBUG - + return 0
2019-07-07 03:43:15,739: DEBUG - + cp /tmp/onlyoffice-ynh-deps.control /tmp/tmp.9AMFcLI1Ie/control
2019-07-07 03:43:15,739: DEBUG - + cd /tmp/tmp.9AMFcLI1Ie
2019-07-07 03:43:15,740: DEBUG - + equivs-build ./control
2019-07-07 03:43:18,866: DEBUG - + dpkg --force-depends -i ./onlyoffice-ynh-deps_5.2.8
ynh1_all.deb
2019-07-07 03:43:18,966: DEBUG - Sélection du paquet onlyoffice-ynh-deps précédemment désélectionné.
2019-07-07 03:43:19,067: DEBUG - (Lecture de la base de données... 49750 fichiers et répertoires déjà installés.)
2019-07-07 03:43:19,068: DEBUG - Préparation du dépaquetage de .../onlyoffice-ynh-deps_5.2.8ynh1_all.deb ...
2019-07-07 03:43:19,068: DEBUG - Dépaquetage de onlyoffice-ynh-deps (5.2.8
ynh1) ...
2019-07-07 03:43:19,169: DEBUG - dpkg: onlyoffice-ynh-deps : problèmes de dépendances, mais configuration comme demandé :
2019-07-07 03:43:19,169: DEBUG - onlyoffice-ynh-deps dépend de postgresql ; cependant :
2019-07-07 03:43:19,169: DEBUG - Le paquet postgresql n'est pas installé.
2019-07-07 03:43:19,170: DEBUG - onlyoffice-ynh-deps dépend de rabbitmq-server ; cependant :
2019-07-07 03:43:19,170: DEBUG - Le paquet rabbitmq-server n'est pas installé.
2019-07-07 03:43:19,170: DEBUG - onlyoffice-ynh-deps dépend de libcurl4-nss-dev ; cependant :
2019-07-07 03:43:19,170: DEBUG - Le paquet libcurl4-nss-dev n'est pas installé.
2019-07-07 03:43:19,171: DEBUG -
2019-07-07 03:43:19,171: DEBUG - Paramétrage de onlyoffice-ynh-deps (5.2.8~ynh1) ...
2019-07-07 03:43:19,272: DEBUG - + ynh_package_install -f
2019-07-07 03:43:19,272: DEBUG - + ynh_apt --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-07-07 03:43:19,272: DEBUG - + ynh_wait_dpkg_free
2019-07-07 03:43:19,273: DEBUG - + local try
2019-07-07 03:43:19,273: DEBUG - ++ seq 1 17
2019-07-07 03:43:19,273: DEBUG - + for try in seq 1 17
2019-07-07 03:43:19,274: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-07-07 03:43:19,575: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-07-07 03:43:19,575: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-07-07 03:43:19,576: DEBUG - + read dpkg_file
2019-07-07 03:43:19,576: DEBUG - + echo ''
2019-07-07 03:43:19,576: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-07-07 03:43:19,576: DEBUG - + read dpkg_file
2019-07-07 03:43:19,577: DEBUG - + return 0
2019-07-07 03:43:19,577: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-07-07 03:43:19,577: DEBUG - + apt-get -y --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-07-07 03:43:21,890: DEBUG - Lecture des listes de paquets…
2019-07-07 03:43:22,593: DEBUG - Construction de l'arbre des dépendances…
2019-07-07 03:43:22,593: DEBUG - Lecture des informations d'état…
2019-07-07 03:43:22,794: DEBUG - Correction des dépendances... Fait
2019-07-07 03:43:22,995: DEBUG - The following additional packages will be installed:
2019-07-07 03:43:22,996: DEBUG - erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-07-07 03:43:22,996: DEBUG - erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-07-07 03:43:22,996: DEBUG - erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-07-07 03:43:22,997: DEBUG - erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-07-07 03:43:22,997: DEBUG - erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-07-07 03:43:22,997: DEBUG - erlang-xmerl libcurl3-nss libcurl4-nss-dev libnspr4 libnss3 libpq5 libsctp1
2019-07-07 03:43:22,997: DEBUG - postgresql postgresql-9.6 postgresql-client-9.6 postgresql-client-common
2019-07-07 03:43:22,998: DEBUG - postgresql-common postgresql-contrib-9.6 rabbitmq-server sysstat
2019-07-07 03:43:22,998: DEBUG - Paquets suggérés :
2019-07-07 03:43:22,998: DEBUG - erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libcurl4-doc
2019-07-07 03:43:22,998: DEBUG - libcurl3-dbg libidn11-dev libkrb5-dev libldap2-dev libnss3-dev librtmp-dev
2019-07-07 03:43:22,999: DEBUG - libssh2-1-dev pkg-config zlib1g-dev lksctp-tools postgresql-doc locales-all
2019-07-07 03:43:22,999: DEBUG - postgresql-doc-9.6 libdbd-pg-perl isag
2019-07-07 03:43:23,200: DEBUG - Les NOUVEAUX paquets suivants seront installés :
2019-07-07 03:43:23,200: DEBUG - erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-07-07 03:43:23,201: DEBUG - erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-07-07 03:43:23,201: DEBUG - erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-07-07 03:43:23,201: DEBUG - erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-07-07 03:43:23,201: DEBUG - erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-07-07 03:43:23,202: DEBUG - erlang-xmerl libcurl3-nss libcurl4-nss-dev libnspr4 libnss3 libpq5 libsctp1
2019-07-07 03:43:23,202: DEBUG - postgresql postgresql-9.6 postgresql-client-9.6 postgresql-client-common
2019-07-07 03:43:23,202: DEBUG - postgresql-common postgresql-contrib-9.6 rabbitmq-server sysstat
2019-07-07 03:43:23,403: DEBUG - 0 mis à jour, 39 nouvellement installés, 0 à enlever et 0 non mis à jour.
2019-07-07 03:43:23,404: DEBUG - Il est nécessaire de prendre 34,3 Mo dans les archives.
2019-07-07 03:43:23,404: DEBUG - Après cette opération, 81,1 Mo d'espace disque supplémentaires seront utilisés.
2019-07-07 03:43:23,404: DEBUG - Réception de:1 http://security.debian.org/debian-security stretch/updates/main amd64 libpq5 amd64 9.6.13-0+deb9u1 [136 kB]
2019-07-07 03:43:23,505: DEBUG - Réception de:2 http://security.debian.org/debian-security stretch/updates/main amd64 postgresql-client-9.6 amd64 9.6.13-0+deb9u1 [1.278 kB]
2019-07-07 03:43:24,107: DEBUG - Réception de:3 http://security.debian.org/debian-security stretch/updates/main amd64 postgresql-9.6 amd64 9.6.13-0+deb9u1 [4.293 kB]
2019-07-07 03:43:25,913: DEBUG - Réception de:4 http://security.debian.org/debian-security stretch/updates/main amd64 postgresql-contrib-9.6 amd64 9.6.13-0+deb9u1 [500 kB]
2019-07-07 03:43:28,321: DEBUG - Réception de:5 http://ftp.debian.org/debian stretch/main amd64 erlang-base amd64 1:19.2.1+dfsg-2+deb9u2 [7.173 kB]
2019-07-07 03:43:32,233: DEBUG - Réception de:6 http://ftp.debian.org/debian stretch/main amd64 erlang-asn1 amd64 1:19.2.1+dfsg-2+deb9u2 [740 kB]
2019-07-07 03:43:32,635: DEBUG - Réception de:7 http://ftp.debian.org/debian stretch/main amd64 erlang-mnesia amd64 1:19.2.1+dfsg-2+deb9u2 [748 kB]
2019-07-07 03:43:33,036: DEBUG - Réception de:8 http://ftp.debian.org/debian stretch/main amd64 erlang-runtime-tools amd64 1:19.2.1+dfsg-2+deb9u2 [208 kB]
2019-07-07 03:43:33,137: DEBUG - Réception de:9 http://ftp.debian.org/debian stretch/main amd64 erlang-crypto amd64 1:19.2.1+dfsg-2+deb9u2 [125 kB]
2019-07-07 03:43:33,238: DEBUG - Réception de:10 http://ftp.debian.org/debian stretch/main amd64 erlang-public-key amd64 1:19.2.1+dfsg-2+deb9u2 [559 kB]
2019-07-07 03:43:33,543: DEBUG - Réception de:11 http://ftp.debian.org/debian stretch/main amd64 erlang-ssl amd64 1:19.2.1+dfsg-2+deb9u2 [752 kB]
2019-07-07 03:43:33,946: DEBUG - Réception de:12 http://ftp.debian.org/debian stretch/main amd64 erlang-inets amd64 1:19.2.1+dfsg-2+deb9u2 [743 kB]
2019-07-07 03:43:34,147: DEBUG - Réception de:13 http://ftp.debian.org/debian stretch/main amd64 erlang-corba amd64 1:19.2.1+dfsg-2+deb9u2 [2.260 kB]
2019-07-07 03:43:35,452: DEBUG - Réception de:14 http://ftp.debian.org/debian stretch/main amd64 erlang-syntax-tools amd64 1:19.2.1+dfsg-2+deb9u2 [375 kB]
2019-07-07 03:43:35,653: DEBUG - Réception de:15 http://ftp.debian.org/debian stretch/main amd64 erlang-diameter amd64 1:19.2.1+dfsg-2+deb9u2 [679 kB]
2019-07-07 03:43:35,954: DEBUG - Réception de:16 http://ftp.debian.org/debian stretch/main amd64 erlang-xmerl amd64 1:19.2.1+dfsg-2+deb9u2 [986 kB]
2019-07-07 03:43:36,557: DEBUG - Réception de:17 http://ftp.debian.org/debian stretch/main amd64 erlang-edoc amd64 1:19.2.1+dfsg-2+deb9u2 [326 kB]
2019-07-07 03:43:36,758: DEBUG - Réception de:18 http://ftp.debian.org/debian stretch/main amd64 erlang-eldap amd64 1:19.2.1+dfsg-2+deb9u2 [131 kB]
2019-07-07 03:43:36,882: DEBUG - Réception de:19 http://ftp.debian.org/debian stretch/main amd64 erlang-erl-docgen amd64 1:19.2.1+dfsg-2+deb9u2 [167 kB]
2019-07-07 03:43:36,983: DEBUG - Réception de:20 http://ftp.debian.org/debian stretch/main amd64 erlang-eunit amd64 1:19.2.1+dfsg-2+deb9u2 [165 kB]
2019-07-07 03:43:37,184: DEBUG - Réception de:21 http://ftp.debian.org/debian stretch/main amd64 erlang-ic amd64 1:19.2.1+dfsg-2+deb9u2 [847 kB]
2019-07-07 03:43:37,886: DEBUG - Réception de:22 http://ftp.debian.org/debian stretch/main amd64 erlang-odbc amd64 1:19.2.1+dfsg-2+deb9u2 [77,9 kB]
2019-07-07 03:43:37,987: DEBUG - Réception de:23 http://ftp.debian.org/debian stretch/main amd64 erlang-snmp amd64 1:19.2.1+dfsg-2+deb9u2 [1.555 kB]
2019-07-07 03:43:39,093: DEBUG - Réception de:24 http://ftp.debian.org/debian stretch/main amd64 erlang-os-mon amd64 1:19.2.1+dfsg-2+deb9u2 [120 kB]
2019-07-07 03:43:39,194: DEBUG - Réception de:25 http://ftp.debian.org/debian stretch/main amd64 erlang-parsetools amd64 1:19.2.1+dfsg-2+deb9u2 [184 kB]
2019-07-07 03:43:39,194: DEBUG - Réception de:26 http://ftp.debian.org/debian stretch/main amd64 erlang-percept amd64 1:19.2.1+dfsg-2+deb9u2 [164 kB]
2019-07-07 03:43:39,295: DEBUG - Réception de:27 http://ftp.debian.org/debian stretch/main amd64 erlang-ssh amd64 1:19.2.1+dfsg-2+deb9u2 [478 kB]
2019-07-07 03:43:39,496: DEBUG - Réception de:28 http://ftp.debian.org/debian stretch/main amd64 erlang-tools amd64 1:19.2.1+dfsg-2+deb9u2 [529 kB]
2019-07-07 03:43:39,797: DEBUG - Réception de:29 http://ftp.debian.org/debian stretch/main amd64 erlang-nox all 1:19.2.1+dfsg-2+deb9u2 [35,6 kB]
2019-07-07 03:43:39,798: DEBUG - Réception de:30 http://ftp.debian.org/debian stretch/main amd64 libnspr4 amd64 2:4.12-6 [117 kB]
2019-07-07 03:43:39,798: DEBUG - Réception de:31 http://ftp.debian.org/debian stretch/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u1 [1.161 kB]
2019-07-07 03:43:40,500: DEBUG - Réception de:32 http://ftp.debian.org/debian stretch/main amd64 libcurl3-nss amd64 7.52.1-5+deb9u9 [295 kB]
2019-07-07 03:43:40,701: DEBUG - Réception de:33 http://ftp.debian.org/debian stretch/main amd64 libcurl4-nss-dev amd64 7.52.1-5+deb9u9 [379 kB]
2019-07-07 03:43:40,902: DEBUG - Réception de:34 http://ftp.debian.org/debian stretch/main amd64 libsctp1 amd64 1.0.17+dfsg-1+b1 [28,1 kB]
2019-07-07 03:43:40,902: DEBUG - Réception de:35 http://ftp.debian.org/debian stretch/main amd64 postgresql-client-common all 181+deb9u2 [79,2 kB]
2019-07-07 03:43:41,003: DEBUG - Réception de:36 http://ftp.debian.org/debian stretch/main amd64 postgresql-common all 181+deb9u2 [217 kB]
2019-07-07 03:43:41,204: DEBUG - Réception de:37 http://ftp.debian.org/debian stretch/main amd64 postgresql all 9.6+181+deb9u2 [55,8 kB]
2019-07-07 03:43:41,205: DEBUG - Réception de:38 http://ftp.debian.org/debian stretch/main amd64 sysstat amd64 11.4.3-2 [360 kB]
2019-07-07 03:43:41,506: DEBUG - Réception de:39 http://ftp.debian.org/debian stretch/main amd64 rabbitmq-server all 3.6.6-1 [5.234 kB]
2019-07-07 03:43:52,585: WARNING -
Extraction des modèles depuis les paquets : 76%
Extraction des modèles depuis les paquets : 100%
2019-07-07 03:43:53,920: DEBUG - Préconfiguration des paquets...
2019-07-07 03:43:54,021: WARNING - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:43:54,426: DEBUG - 34,3 Mo réceptionnés en 21s (1.570 ko/s)
2019-07-07 03:43:54,527: DEBUG - Sélection du paquet erlang-base précédemment désélectionné.
2019-07-07 03:43:54,628: DEBUG - (Lecture de la base de données...
(Lecture de la base de données... 5%
(Lecture de la base de données... 10%
(Lecture de la base de données... 15%
(Lecture de la base de données... 20%
(Lecture de la base de données... 25%
(Lecture de la base de données... 30%
(Lecture de la base de données... 35%
(Lecture de la base de données... 40%
(Lecture de la base de données... 45%
(Lecture de la base de données... 50%
(Lecture de la base de données... 55%
(Lecture de la base de données... 60%
(Lecture de la base de données... 65%
(Lecture de la base de données... 70%
(Lecture de la base de données... 75%
(Lecture de la base de données... 80%
(Lecture de la base de données... 85%
(Lecture de la base de données... 90%
(Lecture de la base de données... 95%
(Lecture de la base de données... 100%
(Lecture de la base de données... 49754 fichiers et répertoires déjà installés.)
2019-07-07 03:43:54,628: DEBUG - Préparation du dépaquetage de .../00-erlang-base_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:43:54,628: DEBUG - Dépaquetage de erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:00,043: DEBUG - Sélection du paquet erlang-asn1 précédemment désélectionné.
2019-07-07 03:44:00,144: DEBUG - Préparation du dépaquetage de .../01-erlang-asn1_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:00,144: DEBUG - Dépaquetage de erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:00,345: DEBUG - Sélection du paquet erlang-mnesia précédemment désélectionné.
2019-07-07 03:44:00,346: DEBUG - Préparation du dépaquetage de .../02-erlang-mnesia_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:00,446: DEBUG - Dépaquetage de erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:00,748: DEBUG - Sélection du paquet erlang-runtime-tools précédemment désélectionné.
2019-07-07 03:44:00,849: DEBUG - Préparation du dépaquetage de .../03-erlang-runtime-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:00,849: DEBUG - Dépaquetage de erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:01,050: DEBUG - Sélection du paquet erlang-crypto précédemment désélectionné.
2019-07-07 03:44:01,051: DEBUG - Préparation du dépaquetage de .../04-erlang-crypto_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:01,051: DEBUG - Dépaquetage de erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:01,252: DEBUG - Sélection du paquet erlang-public-key précédemment désélectionné.
2019-07-07 03:44:01,253: DEBUG - Préparation du dépaquetage de .../05-erlang-public-key_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:01,253: DEBUG - Dépaquetage de erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:01,554: DEBUG - Sélection du paquet erlang-ssl précédemment désélectionné.
2019-07-07 03:44:01,555: DEBUG - Préparation du dépaquetage de .../06-erlang-ssl_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:01,555: DEBUG - Dépaquetage de erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:01,859: DEBUG - Sélection du paquet erlang-inets précédemment désélectionné.
2019-07-07 03:44:01,859: DEBUG - Préparation du dépaquetage de .../07-erlang-inets_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:01,860: DEBUG - Dépaquetage de erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:02,261: DEBUG - Sélection du paquet erlang-corba précédemment désélectionné.
2019-07-07 03:44:02,362: DEBUG - Préparation du dépaquetage de .../08-erlang-corba_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:02,362: DEBUG - Dépaquetage de erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:04,993: DEBUG - Sélection du paquet erlang-syntax-tools précédemment désélectionné.
2019-07-07 03:44:05,094: DEBUG - Préparation du dépaquetage de .../09-erlang-syntax-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:05,094: DEBUG - Dépaquetage de erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:05,296: DEBUG - Sélection du paquet erlang-diameter précédemment désélectionné.
2019-07-07 03:44:05,296: DEBUG - Préparation du dépaquetage de .../10-erlang-diameter_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:05,296: DEBUG - Dépaquetage de erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:05,497: DEBUG - Sélection du paquet erlang-xmerl précédemment désélectionné.
2019-07-07 03:44:05,598: DEBUG - Préparation du dépaquetage de .../11-erlang-xmerl_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:05,599: DEBUG - Dépaquetage de erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:06,407: DEBUG - Sélection du paquet erlang-edoc précédemment désélectionné.
2019-07-07 03:44:06,508: DEBUG - Préparation du dépaquetage de .../12-erlang-edoc_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:06,509: DEBUG - Dépaquetage de erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:06,710: DEBUG - Sélection du paquet erlang-eldap précédemment désélectionné.
2019-07-07 03:44:06,710: DEBUG - Préparation du dépaquetage de .../13-erlang-eldap_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:06,710: DEBUG - Dépaquetage de erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:06,911: DEBUG - Sélection du paquet erlang-erl-docgen précédemment désélectionné.
2019-07-07 03:44:06,912: DEBUG - Préparation du dépaquetage de .../14-erlang-erl-docgen_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:06,912: DEBUG - Dépaquetage de erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:07,424: DEBUG - Sélection du paquet erlang-eunit précédemment désélectionné.
2019-07-07 03:44:07,525: DEBUG - Préparation du dépaquetage de .../15-erlang-eunit_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:07,526: DEBUG - Dépaquetage de erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:07,827: DEBUG - Sélection du paquet erlang-ic précédemment désélectionné.
2019-07-07 03:44:07,928: DEBUG - Préparation du dépaquetage de .../16-erlang-ic_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:07,928: DEBUG - Dépaquetage de erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:08,536: DEBUG - Sélection du paquet erlang-odbc précédemment désélectionné.
2019-07-07 03:44:08,637: DEBUG - Préparation du dépaquetage de .../17-erlang-odbc_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:08,638: DEBUG - Dépaquetage de erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:08,739: DEBUG - Sélection du paquet erlang-snmp précédemment désélectionné.
2019-07-07 03:44:08,739: DEBUG - Préparation du dépaquetage de .../18-erlang-snmp_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:08,740: DEBUG - Dépaquetage de erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:11,049: DEBUG - Sélection du paquet erlang-os-mon précédemment désélectionné.
2019-07-07 03:44:11,050: DEBUG - Préparation du dépaquetage de .../19-erlang-os-mon_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:11,050: DEBUG - Dépaquetage de erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:11,151: DEBUG - Sélection du paquet erlang-parsetools précédemment désélectionné.
2019-07-07 03:44:11,251: DEBUG - Préparation du dépaquetage de .../20-erlang-parsetools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:11,252: DEBUG - Dépaquetage de erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:11,453: DEBUG - Sélection du paquet erlang-percept précédemment désélectionné.
2019-07-07 03:44:11,453: DEBUG - Préparation du dépaquetage de .../21-erlang-percept_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:11,453: DEBUG - Dépaquetage de erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:11,654: DEBUG - Sélection du paquet erlang-ssh précédemment désélectionné.
2019-07-07 03:44:11,655: DEBUG - Préparation du dépaquetage de .../22-erlang-ssh_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:11,655: DEBUG - Dépaquetage de erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:12,064: DEBUG - Sélection du paquet erlang-tools précédemment désélectionné.
2019-07-07 03:44:12,065: DEBUG - Préparation du dépaquetage de .../23-erlang-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-07-07 03:44:12,065: DEBUG - Dépaquetage de erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:12,896: DEBUG - Sélection du paquet erlang-nox précédemment désélectionné.
2019-07-07 03:44:12,997: DEBUG - Préparation du dépaquetage de .../24-erlang-nox_1%3a19.2.1+dfsg-2+deb9u2_all.deb ...
2019-07-07 03:44:12,998: DEBUG - Dépaquetage de erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:13,098: DEBUG - Sélection du paquet libnspr4:amd64 précédemment désélectionné.
2019-07-07 03:44:13,099: DEBUG - Préparation du dépaquetage de .../25-libnspr4_2%3a4.12-6_amd64.deb ...
2019-07-07 03:44:13,099: DEBUG - Dépaquetage de libnspr4:amd64 (2:4.12-6) ...
2019-07-07 03:44:13,400: DEBUG - Sélection du paquet libnss3:amd64 précédemment désélectionné.
2019-07-07 03:44:13,401: DEBUG - Préparation du dépaquetage de .../26-libnss3_2%3a3.26.2-1.1+deb9u1_amd64.deb ...
2019-07-07 03:44:13,401: DEBUG - Dépaquetage de libnss3:amd64 (2:3.26.2-1.1+deb9u1) ...
2019-07-07 03:44:14,320: DEBUG - Sélection du paquet libcurl3-nss:amd64 précédemment désélectionné.
2019-07-07 03:44:14,321: DEBUG - Préparation du dépaquetage de .../27-libcurl3-nss_7.52.1-5+deb9u9_amd64.deb ...
2019-07-07 03:44:14,321: DEBUG - Dépaquetage de libcurl3-nss:amd64 (7.52.1-5+deb9u9) ...
2019-07-07 03:44:14,529: DEBUG - Sélection du paquet libcurl4-nss-dev:amd64 précédemment désélectionné.
2019-07-07 03:44:14,530: DEBUG - Préparation du dépaquetage de .../28-libcurl4-nss-dev_7.52.1-5+deb9u9_amd64.deb ...
2019-07-07 03:44:14,530: DEBUG - Dépaquetage de libcurl4-nss-dev:amd64 (7.52.1-5+deb9u9) ...
2019-07-07 03:44:14,831: DEBUG - Sélection du paquet libpq5:amd64 précédemment désélectionné.
2019-07-07 03:44:14,932: DEBUG - Préparation du dépaquetage de .../29-libpq5_9.6.13-0+deb9u1_amd64.deb ...
2019-07-07 03:44:14,932: DEBUG - Dépaquetage de libpq5:amd64 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:15,233: DEBUG - Sélection du paquet libsctp1:amd64 précédemment désélectionné.
2019-07-07 03:44:15,234: DEBUG - Préparation du dépaquetage de .../30-libsctp1_1.0.17+dfsg-1+b1_amd64.deb ...
2019-07-07 03:44:15,234: DEBUG - Dépaquetage de libsctp1:amd64 (1.0.17+dfsg-1+b1) ...
2019-07-07 03:44:15,435: DEBUG - Sélection du paquet postgresql-client-common précédemment désélectionné.
2019-07-07 03:44:15,436: DEBUG - Préparation du dépaquetage de .../31-postgresql-client-common_181+deb9u2_all.deb ...
2019-07-07 03:44:15,436: DEBUG - Dépaquetage de postgresql-client-common (181+deb9u2) ...
2019-07-07 03:44:15,640: DEBUG - Sélection du paquet postgresql-client-9.6 précédemment désélectionné.
2019-07-07 03:44:15,640: DEBUG - Préparation du dépaquetage de .../32-postgresql-client-9.6_9.6.13-0+deb9u1_amd64.deb ...
2019-07-07 03:44:15,641: DEBUG - Dépaquetage de postgresql-client-9.6 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:17,753: DEBUG - Sélection du paquet postgresql-common précédemment désélectionné.
2019-07-07 03:44:17,754: DEBUG - Préparation du dépaquetage de .../33-postgresql-common_181+deb9u2_all.deb ...
2019-07-07 03:44:17,859: DEBUG - Ajout de « détournement de /usr/bin/pg_config en /usr/bin/pg_config.libpq-dev par postgresql-common »
2019-07-07 03:44:17,859: DEBUG - Dépaquetage de postgresql-common (181+deb9u2) ...
2019-07-07 03:44:18,261: DEBUG - Sélection du paquet postgresql-9.6 précédemment désélectionné.
2019-07-07 03:44:18,261: DEBUG - Préparation du dépaquetage de .../34-postgresql-9.6_9.6.13-0+deb9u1_amd64.deb ...
2019-07-07 03:44:18,362: DEBUG - Dépaquetage de postgresql-9.6 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:22,164: DEBUG - Sélection du paquet postgresql précédemment désélectionné.
2019-07-07 03:44:22,164: DEBUG - Préparation du dépaquetage de .../35-postgresql_9.6+181+deb9u2_all.deb ...
2019-07-07 03:44:22,164: DEBUG - Dépaquetage de postgresql (9.6+181+deb9u2) ...
2019-07-07 03:44:22,265: DEBUG - Sélection du paquet postgresql-contrib-9.6 précédemment désélectionné.
2019-07-07 03:44:22,366: DEBUG - Préparation du dépaquetage de .../36-postgresql-contrib-9.6_9.6.13-0+deb9u1_amd64.deb ...
2019-07-07 03:44:22,366: DEBUG - Dépaquetage de postgresql-contrib-9.6 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:22,868: DEBUG - Sélection du paquet sysstat précédemment désélectionné.
2019-07-07 03:44:22,969: DEBUG - Préparation du dépaquetage de .../37-sysstat_11.4.3-2_amd64.deb ...
2019-07-07 03:44:22,969: DEBUG - Dépaquetage de sysstat (11.4.3-2) ...
2019-07-07 03:44:23,381: DEBUG - Sélection du paquet rabbitmq-server précédemment désélectionné.
2019-07-07 03:44:23,381: DEBUG - Préparation du dépaquetage de .../38-rabbitmq-server_3.6.6-1_all.deb ...
2019-07-07 03:44:23,381: DEBUG - Dépaquetage de rabbitmq-server (3.6.6-1) ...
2019-07-07 03:44:24,791: DEBUG - Paramétrage de sysstat (11.4.3-2) ...
2019-07-07 03:44:25,293: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:25,695: DEBUG -
2019-07-07 03:44:25,695: DEBUG - Creating config file /etc/default/sysstat with new version
2019-07-07 03:44:25,996: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:26,311: DEBUG - update-alternatives: utilisation de « /usr/bin/sar.sysstat » pour fournir « /usr/bin/sar » (sar) en mode automatique
2019-07-07 03:44:27,135: DEBUG - Paramétrage de erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,061: DEBUG - Searching for services which depend on erlang and should be started...none found.
2019-07-07 03:44:29,062: DEBUG - Paramétrage de libsctp1:amd64 (1.0.17+dfsg-1+b1) ...
2019-07-07 03:44:29,062: DEBUG - Paramétrage de erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,062: DEBUG - Paramétrage de erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,062: DEBUG - Paramétrage de libnspr4:amd64 (2:4.12-6) ...
2019-07-07 03:44:29,063: DEBUG - Paramétrage de erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,063: DEBUG - Paramétrage de erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,063: DEBUG - Paramétrage de erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,064: DEBUG - Paramétrage de erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:29,064: DEBUG - Paramétrage de libpq5:amd64 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:29,064: DEBUG - Traitement des actions différées (« triggers ») pour libc-bin (2.24-11+deb9u4) ...
2019-07-07 03:44:29,165: DEBUG - Paramétrage de postgresql-client-common (181+deb9u2) ...
2019-07-07 03:44:29,165: DEBUG - Traitement des actions différées (« triggers ») pour systemd (232-25+deb9u11) ...
2019-07-07 03:44:29,571: DEBUG - Paramétrage de postgresql-common (181+deb9u2) ...
2019-07-07 03:44:29,872: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:31,989: DEBUG - Adding user postgres to group ssl-cert
2019-07-07 03:44:32,291: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:32,592: DEBUG -
2019-07-07 03:44:32,593: DEBUG - Creating config file /etc/postgresql-common/createcluster.conf with new version
2019-07-07 03:44:32,794: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:33,097: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:33,499: DEBUG -
2019-07-07 03:44:33,499: DEBUG - Creating config file /etc/logrotate.d/postgresql-common with new version
2019-07-07 03:44:33,700: DEBUG - /bin/bash: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
2019-07-07 03:44:34,002: DEBUG - Building PostgreSQL dictionaries from installed myspell/hunspell packages...
2019-07-07 03:44:34,002: DEBUG - Removing obsolete dictionary files:
2019-07-07 03:44:34,413: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
2019-07-07 03:44:35,824: DEBUG - Traitement des actions différées (« triggers ») pour man-db (2.7.6.1-2) ...
2019-07-07 03:44:38,032: DEBUG - Paramétrage de erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:38,033: DEBUG - Paramétrage de erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:38,033: DEBUG - Paramétrage de erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:38,033: DEBUG - Paramétrage de erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:38,033: DEBUG - Paramétrage de libnss3:amd64 (2:3.26.2-1.1+deb9u1) ...
2019-07-07 03:44:38,034: DEBUG - Paramétrage de erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:38,034: DEBUG - Paramétrage de postgresql-client-9.6 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:42,263: DEBUG - update-alternatives: utilisation de « /usr/share/postgresql/9.6/man/man1/psql.1.gz » pour fournir « /usr/share/man/man1/psql.1.gz » (psql.1.gz) en mode automatique
2019-07-07 03:44:42,364: DEBUG - Paramétrage de erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:42,365: DEBUG - Paramétrage de erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:42,365: DEBUG - Paramétrage de erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:42,365: DEBUG - Paramétrage de postgresql-9.6 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:43,268: DEBUG - Creating new cluster 9.6/main ...
2019-07-07 03:44:43,269: DEBUG - config /etc/postgresql/9.6/main
2019-07-07 03:44:43,269: DEBUG - data /var/lib/postgresql/9.6/main
2019-07-07 03:44:43,269: DEBUG - locale fr_BE.UTF-8
2019-07-07 03:44:54,508: DEBUG - socket /var/run/postgresql
2019-07-07 03:44:54,508: DEBUG - port 5432
2019-07-07 03:44:55,219: DEBUG - update-alternatives: utilisation de « /usr/share/postgresql/9.6/man/man1/postmaster.1.gz » pour fournir « /usr/share/man/man1/postmaster.1.gz » (postmaster.1.gz) en mode automatique
2019-07-07 03:44:58,963: DEBUG - Paramétrage de postgresql (9.6+181+deb9u2) ...
2019-07-07 03:44:58,964: DEBUG - Paramétrage de erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,964: DEBUG - Paramétrage de erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,965: DEBUG - Paramétrage de libcurl3-nss:amd64 (7.52.1-5+deb9u9) ...
2019-07-07 03:44:58,965: DEBUG - Paramétrage de erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,965: DEBUG - Paramétrage de erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,966: DEBUG - Paramétrage de erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,966: DEBUG - Paramétrage de erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,966: DEBUG - Paramétrage de erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,966: DEBUG - Paramétrage de erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:58,967: DEBUG - Paramétrage de libcurl4-nss-dev:amd64 (7.52.1-5+deb9u9) ...
2019-07-07 03:44:58,967: DEBUG - Paramétrage de postgresql-contrib-9.6 (9.6.13-0+deb9u1) ...
2019-07-07 03:44:59,569: DEBUG - Paramétrage de erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:59,569: DEBUG - Paramétrage de erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-07-07 03:44:59,570: DEBUG - Paramétrage de rabbitmq-server (3.6.6-1) ...
2019-07-07 03:44:59,972: DEBUG - Ajout du groupe « rabbitmq » (GID 131)...
2019-07-07 03:45:00,174: DEBUG - Fait.
2019-07-07 03:45:00,575: DEBUG - Ajout de l'utilisateur système « rabbitmq » (UID 126) ...
2019-07-07 03:45:00,576: DEBUG - Ajout du nouvel utilisateur « rabbitmq » (UID 126) avec pour groupe d'appartenance « rabbitmq » ...
2019-07-07 03:45:00,877: DEBUG - Le répertoire personnel « /var/lib/rabbitmq » n'a pas été créé.
2019-07-07 03:45:01,386: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2019-07-07 03:45:40,073: DEBUG - Job for rabbitmq-server.service failed because the control process exited with error code.
2019-07-07 03:45:40,074: DEBUG - See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.
2019-07-07 03:45:40,074: DEBUG - invoke-rc.d: initscript rabbitmq-server, action "start" failed.
2019-07-07 03:45:40,074: DEBUG - ● rabbitmq-server.service - RabbitMQ Messaging Server
2019-07-07 03:45:40,075: DEBUG - Loaded: loaded (/lib/systemd/system/rabbitmq-server.service; enabled; vendor preset: enabled)
2019-07-07 03:45:40,075: DEBUG - Active: failed (Result: exit-code) since Sun 2019-07-07 03:45:40 CEST; 37ms ago
2019-07-07 03:45:40,075: DEBUG - Process: 16153 ExecStartPost=/usr/lib/rabbitmq/bin/rabbitmq-server-wait (code=exited, status=70)
2019-07-07 03:45:40,075: DEBUG - Process: 16152 ExecStart=/usr/sbin/rabbitmq-server (code=exited, status=1/FAILURE)
2019-07-07 03:45:40,076: DEBUG - Main PID: 16152 (code=exited, status=1/FAILURE)
2019-07-07 03:45:40,076: DEBUG -
2019-07-07 03:45:40,076: DEBUG - jui 07 03:45:02 cloud.x.be systemd[1]: Starting RabbitMQ Messaging S…...
2019-07-07 03:45:40,076: DEBUG - jui 07 03:45:07 cloud.x.be rabbitmq[16153]: Waiting for rabbit@cloud ...
2019-07-07 03:45:40,077: DEBUG - jui 07 03:45:07 cloud.x.be rabbitmq[16153]: pid is 16167 ...
2019-07-07 03:45:40,077: DEBUG - jui 07 03:45:34 cloud.x.be systemd[1]: rabbitmq-server.service: Main…URE
2019-07-07 03:45:40,077: DEBUG - jui 07 03:45:39 cloud.x.be rabbitmq[16153]: Error: process_not_running
2019-07-07 03:45:40,178: DEBUG - jui 07 03:45:40 cloud.x.be systemd[1]: rabbitmq-server.service: Cont…=70
2019-07-07 03:45:40,178: DEBUG - jui 07 03:45:40 cloud.x.be systemd[1]: Failed to start RabbitMQ Mess…er.
2019-07-07 03:45:40,179: DEBUG - jui 07 03:45:40 cloud.x.be systemd[1]: rabbitmq-server.service: Unit…te.
2019-07-07 03:45:40,179: DEBUG - jui 07 03:45:40 cloud.x.be systemd[1]: rabbitmq-server.service: Fail…e'.
2019-07-07 03:45:40,179: DEBUG - Hint: Some lines were ellipsized, use -l to show in full.
2019-07-07 03:45:40,180: DEBUG - dpkg: erreur de traitement du paquet rabbitmq-server (--configure) :
2019-07-07 03:45:40,180: DEBUG - le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
2019-07-07 03:45:40,180: DEBUG - Traitement des actions différées (« triggers ») pour systemd (232-25+deb9u11) ...
2019-07-07 03:45:40,381: DEBUG - Traitement des actions différées (« triggers ») pour libc-bin (2.24-11+deb9u4) ...
2019-07-07 03:45:40,382: DEBUG - Des erreurs ont été rencontrées pendant l'exécution :
2019-07-07 03:45:40,382: DEBUG - rabbitmq-server
2019-07-07 03:45:44,822: WARNING - E: Sub-process /usr/bin/dpkg returned an error code (1)
2019-07-07 03:45:44,825: DEBUG - + ynh_die '--message=Unable to install dependencies'
2019-07-07 03:45:44,826: DEBUG - + local legacy_args=mc
2019-07-07 03:45:44,826: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-07-07 03:45:44,826: DEBUG - + declare -Ar args_array
2019-07-07 03:45:44,827: DEBUG - + local message
2019-07-07 03:45:44,827: DEBUG - + local ret_code
2019-07-07 03:45:44,827: DEBUG - + ynh_handle_getopts_args '--message=Unable to install dependencies'
2019-07-07 03:45:44,828: DEBUG - + set +x
2019-07-07 03:45:45,143: DEBUG - + echo 'Unable to install dependencies'
2019-07-07 03:45:45,143: WARNING - Unable to install dependencies
2019-07-07 03:45:45,144: DEBUG - + exit 1
2019-07-07 03:45:45,144: DEBUG - + ynh_exit_properly
2019-07-07 03:45:45,144: DEBUG - + local exit_code=1
2019-07-07 03:45:45,145: DEBUG - + '[' 1 -eq 0 ']'
2019-07-07 03:45:45,145: DEBUG - + trap '' EXIT
2019-07-07 03:45:45,145: DEBUG - + set +eu
2019-07-07 03:45:45,145: DEBUG - + sleep 0.5
2019-07-07 03:45:45,647: DEBUG - + ynh_print_err '--message=!!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-07-07 03:45:45,647: DEBUG - + local legacy_args=m
2019-07-07 03:45:45,649: DEBUG - + args_array=([m]=message=)
2019-07-07 03:45:45,655: DEBUG - + declare -Ar args_array
2019-07-07 03:45:45,656: WARNING - �[91m�[1m[ERR]�[0m !!
2019-07-07 03:45:45,657: DEBUG - + local message
2019-07-07 03:45:45,657: WARNING - onlyoffice's script has encountered an error. Its execution was cancelled.
2019-07-07 03:45:45,657: DEBUG - + ynh_handle_getopts_args '--message=!!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-07-07 03:45:45,658: WARNING - !!
2019-07-07 03:45:45,658: DEBUG - + set +x
2019-07-07 03:45:45,658: WARNING -
2019-07-07 03:45:45,659: DEBUG - + ynh_print_log '\e[91m\e[1m[ERR]\e[0m !!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-07-07 03:45:45,660: DEBUG - + echo -e '\e[91m\e[1m[ERR]\e[0m !!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-07-07 03:45:45,660: DEBUG - + '[' api == cli ']'
2019-07-07 03:45:45,660: DEBUG - + type -t ynh_clean_setup
2019-07-07 03:45:45,660: DEBUG - + ynh_die
2019-07-07 03:45:45,661: DEBUG - + local legacy_args=mc
2019-07-07 03:45:45,661: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-07-07 03:45:45,661: DEBUG - + declare -Ar args_array
2019-07-07 03:45:45,662: DEBUG - + local message
2019-07-07 03:45:45,662: DEBUG - + local ret_code
2019-07-07 03:45:45,662: DEBUG - + ynh_handle_getopts_args
2019-07-07 03:45:45,662: DEBUG - + set +x
2019-07-07 03:45:45,663: DEBUG - + echo ''
2019-07-07 03:45:45,663: DEBUG - + exit 1
Propulsé par YunoHost 3.6.4.3 (stable).

s nextcloud mandatory?

i think the documentation is confusing regarding the possibility to install only office with or without nextcloud,

at the beginning, it seems like it is an option.
but then, later on, nextcloud become a requisite.
also, its domain is a required field in the installation process?

so, which one of the two is it?
and, if it is the latter, why?

Support for ARM architecture

Describe the bug
It's actually impossible to install Onlyoffice on ARM architecture

Versions

  • Hardware: Raspberry Pi at home / ARM architecture

To Reproduce
Just go to Yunohost app catalog and try to install OnlyOffice

Expected behavior
Install withouth any problem

There is actually a tutorial on the nextcloud forum to install OnlyOffice on RPi using qemu
https://help.nextcloud.com/t/tutorial-installing-onlyoffice-server-on-raspberry-pi-4-ubuntu-server-20-10/100739

It is possible to make it a "Yunohost" script ?

Sorry for my bad english

Install OnlyOffice twice and it's ok :) Except for NC :(

Hi, thank you for Only Office Server.

With YunoHost 3.6.5.3 (now). on a OVH VPS?
I have to click two time to install Only Office,
but I think it works 👍

I installed it with this issue so I unstalled it and I get this message :)

Removal of onlyoffice completed
Removing the dedicated system user...
gpasswd: user 'www-data' is not a member of 'onlyoffice'
/var/cache/nginx/onlyoffice wasn't deleted because it doesn't exist.
�[93m�[1m[WARN]�[0m Avoid deleting /var/log/onlyoffice/.
Removing nginx web server configuration...
/etc/apt/trusted.gpg.d/onlyoffice.asc wasn't deleted because it doesn't exist.
E: Unable to locate package onlyoffice-ynh-deps
Removing dependencies...
connection to server was lost
before or while processing the request.
This probably means the server terminated abnormally
server closed the connection unexpectedly
FATAL: terminating connection due to administrator command
Removing the PostgreSQL database...
E: Sub-process /usr/bin/dpkg returned an error code (1)
Removing OnlyOffice..
Stopping OnlyOffice...
Loading installation settings...
Removing application onlyoffice…

I reinstall Only Office
First click, stuck at the last message. No error log :)

The server closed the connection instead of answering it, has nginx been restarted by error? (Error code/message: 0 error)
Extracting templates from packages: 40% Extracting templates from packages: 81% Extracting templates from packages: 100%
Install OnlyOffice...
Configuring Onlyoffice...
Configuring system user...
Configuring nginx web server...
Creating a PostgreSQL database...
Installing dependencies...
gpg: no valid OpenPGP data found.
gpg: imported: 1
gpg: Total number processed: 1
gpg: key 8320CA65CB2DE8E5: public key "Ascensio System Limited (ONLYOFFICE) " imported
Add OnlyOffice repository...
Warning: apt-key output should not be parsed (stdout is not a terminal
Add nodejs repository...
Configuring firewall...
Storing installation settings...
Validating installation parameters...
Installing application onlyoffice…

the Install button still active, I click on it :)
and I got the magical message.... Installation complete :)

onlyoffice is already installed
Installation complete
The SSOwat configuration has been generated
Installation of onlyoffice completed
Reloading nginx web server...

In case it was useful :)

Please, note that OO doesn't work in NextCloud
excetpt if you tick Demo Server!

José, confined in France

Yunohost install leaves default NodeJS port, which causes conflicts.

Install script doesn't setup port for internal NodeJS server.

NodeJS server for onlyoffice document server is setup via supervisord with config in /etc/supervisor/conf.d/ds-docservice.conf
Config for NodeJS server is in /etc/onlyoffice/documentserver/default.json
There is a port setting in this default.json
The only command to change app ports in current Yunohost OnlyOffice install script is this:

echo onlyoffice-documentserver onlyoffice/ds-port select $port | debconf-set-selections

This sets up the port that nginx would listen on to serve static content and reverse proxy to the NodeJS server.

If you only setup the nginx port and leave default 8000 for NodeJS, 8000 would conflict with some other app on the system or with app installed via Yunohost. NodeJS server won't start, Only welcome page would work.

This package was public for 2 years at this point. How would nobody stumble on this obvious problem is beyond my understanding.
Did no one ever try to install document server alongside any other packages?

Installation fails due to rabbitmq Debian bug

yunohost app install https://github.com/YunoHost-Apps/onlyoffice_ynh
fails on tty.

2019-04-11 18:33:47,353: DEBUG - + source _common.sh
2019-04-11 18:33:47,354: DEBUG - ++ source=https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE-DocumentServer-5.2.8/onlyoffice-documentserver_amd64.deb
2019-04-11 18:33:47,354: DEBUG - ++ version=5.2.8
2019-04-11 18:33:47,355: DEBUG - + source /usr/share/yunohost/helpers
2019-04-11 18:33:47,355: DEBUG - +++ run-parts --list /usr/share/yunohost/helpers.d
2019-04-11 18:33:47,355: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,355: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/backend ']'
2019-04-11 18:33:47,355: DEBUG - ++ . /usr/share/yunohost/helpers.d/backend
2019-04-11 18:33:47,355: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,356: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/filesystem ']'
2019-04-11 18:33:47,356: DEBUG - ++ . /usr/share/yunohost/helpers.d/filesystem
2019-04-11 18:33:47,356: DEBUG - +++ CAN_BIND=1
2019-04-11 18:33:47,356: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,356: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/getopts ']'
2019-04-11 18:33:47,356: DEBUG - ++ . /usr/share/yunohost/helpers.d/getopts
2019-04-11 18:33:47,357: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,357: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/ip ']'
2019-04-11 18:33:47,357: DEBUG - ++ . /usr/share/yunohost/helpers.d/ip
2019-04-11 18:33:47,357: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,357: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/mysql ']'
2019-04-11 18:33:47,357: DEBUG - ++ . /usr/share/yunohost/helpers.d/mysql
2019-04-11 18:33:47,358: DEBUG - +++ MYSQL_ROOT_PWD_FILE=/etc/yunohost/mysql
2019-04-11 18:33:47,358: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,358: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/network ']'
2019-04-11 18:33:47,358: DEBUG - ++ . /usr/share/yunohost/helpers.d/network
2019-04-11 18:33:47,358: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,358: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nodejs ']'
2019-04-11 18:33:47,359: DEBUG - ++ . /usr/share/yunohost/helpers.d/nodejs
2019-04-11 18:33:47,359: DEBUG - +++ n_install_dir=/opt/node_n
2019-04-11 18:33:47,359: DEBUG - +++ node_version_path=/opt/node_n/n/versions/node
2019-04-11 18:33:47,359: DEBUG - +++ export N_PREFIX=/opt/node_n
2019-04-11 18:33:47,359: DEBUG - +++ N_PREFIX=/opt/node_n
2019-04-11 18:33:47,359: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,360: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/package ']'
2019-04-11 18:33:47,360: DEBUG - ++ . /usr/share/yunohost/helpers.d/package
2019-04-11 18:33:47,360: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,360: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/print ']'
2019-04-11 18:33:47,360: DEBUG - ++ . /usr/share/yunohost/helpers.d/print
2019-04-11 18:33:47,360: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,360: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/psql ']'
2019-04-11 18:33:47,361: DEBUG - ++ . /usr/share/yunohost/helpers.d/psql
2019-04-11 18:33:47,361: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,361: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/setting ']'
2019-04-11 18:33:47,361: DEBUG - ++ . /usr/share/yunohost/helpers.d/setting
2019-04-11 18:33:47,361: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,361: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/string ']'
2019-04-11 18:33:47,362: DEBUG - ++ . /usr/share/yunohost/helpers.d/string
2019-04-11 18:33:47,362: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,362: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/system ']'
2019-04-11 18:33:47,362: DEBUG - ++ . /usr/share/yunohost/helpers.d/system
2019-04-11 18:33:47,362: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,362: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/user ']'
2019-04-11 18:33:47,363: DEBUG - ++ . /usr/share/yunohost/helpers.d/user
2019-04-11 18:33:47,363: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-04-11 18:33:47,363: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/utils ']'
2019-04-11 18:33:47,363: DEBUG - ++ . /usr/share/yunohost/helpers.d/utils
2019-04-11 18:33:47,363: DEBUG - + ynh_abort_if_errors
2019-04-11 18:33:47,363: DEBUG - + set -eu
2019-04-11 18:33:47,363: DEBUG - + trap ynh_exit_properly EXIT
2019-04-11 18:33:47,364: DEBUG - + domain=
2019-04-11 18:33:47,364: DEBUG - + path_url=/onlyoffice
2019-04-11 18:33:47,364: DEBUG - + is_public=0
2019-04-11 18:33:47,364: DEBUG - + nextclouddomain=
2019-04-11 18:33:47,364: DEBUG - + app=onlyoffice
2019-04-11 18:33:47,364: DEBUG - + ynh_print_info 'Validating installation parameters...'
2019-04-11 18:33:47,364: DEBUG - + echo 'Validating installation parameters...'
2019-04-11 18:33:47,365: DEBUG - + final_path=/var/www/onlyoffice
2019-04-11 18:33:47,365: DEBUG - + test '!' -e /var/www/onlyoffice
2019-04-11 18:33:47,365: DEBUG - ++ ynh_normalize_url_path /onlyoffice
2019-04-11 18:33:47,365: DEBUG - ++ local path_url=/onlyoffice
2019-04-11 18:33:47,365: DEBUG - ++ test -n /onlyoffice
2019-04-11 18:33:47,365: DEBUG - ++ '[' / '!=' / ']'
2019-04-11 18:33:47,365: DEBUG - ++ '[' e == / ']'
2019-04-11 18:33:47,365: DEBUG - ++ echo /onlyoffice
2019-04-11 18:33:47,366: DEBUG - + path_url=/onlyoffice
2019-04-11 18:33:47,366: DEBUG - + ynh_webpath_register onlyoffice
2019-04-11 18:33:47,366: DEBUG - + local app=onlyoffice
2019-04-11 18:33:47,366: DEBUG - + local domain=
2019-04-11 18:33:47,366: DEBUG - + local path=/onlyoffice
2019-04-11 18:33:47,366: DEBUG - + sudo yunohost app register-url onlyoffice /onlyoffice
2019-04-11 18:33:47,767: DEBUG - + ynh_print_info 'Storing installation settings...'
2019-04-11 18:33:47,768: INFO - Validating installation parameters...
2019-04-11 18:33:47,768: DEBUG - + echo 'Storing installation settings...'
2019-04-11 18:33:47,768: INFO - Storing installation settings...
2019-04-11 18:33:47,768: DEBUG - + ynh_app_setting_set onlyoffice domain
2019-04-11 18:33:47,769: DEBUG - + sudo yunohost app setting onlyoffice domain --value= --quiet
2019-04-11 18:33:48,069: DEBUG - + ynh_app_setting_set onlyoffice path /onlyoffice
2019-04-11 18:33:48,070: DEBUG - + sudo yunohost app setting onlyoffice path --value=/onlyoffice --quiet
2019-04-11 18:33:48,371: DEBUG - + ynh_app_setting_set onlyoffice is_public 0
2019-04-11 18:33:48,371: DEBUG - + sudo yunohost app setting onlyoffice is_public --value=0 --quiet
2019-04-11 18:33:48,672: DEBUG - + ynh_app_setting_set onlyoffice nextclouddomain
2019-04-11 18:33:48,672: DEBUG - + sudo yunohost app setting onlyoffice nextclouddomain --value= --quiet
2019-04-11 18:33:48,973: DEBUG - + ynh_print_info 'Configuring firewall...'
2019-04-11 18:33:48,974: INFO - Configuring firewall...
2019-04-11 18:33:48,974: DEBUG - + echo 'Configuring firewall...'
2019-04-11 18:33:48,974: DEBUG - ++ ynh_find_port 8095
2019-04-11 18:33:48,974: DEBUG - ++ local port=8095
2019-04-11 18:33:48,974: DEBUG - ++ test -n 8095
2019-04-11 18:33:48,975: DEBUG - ++ netcat -z 127.0.0.1 8095
2019-04-11 18:33:48,975: DEBUG - ++ echo 8095
2019-04-11 18:33:48,975: DEBUG - + port=8095
2019-04-11 18:33:48,975: DEBUG - + ynh_app_setting_set onlyoffice port 8095
2019-04-11 18:33:48,975: DEBUG - + sudo yunohost app setting onlyoffice port --value=8095 --quiet
2019-04-11 18:33:49,276: DEBUG - + ynh_print_info 'Add nodejs repository...'
2019-04-11 18:33:49,277: DEBUG - + echo 'Add nodejs repository...'
2019-04-11 18:33:49,277: DEBUG - + curl -sL https://deb.nodesource.com/setup_8.x
2019-04-11 18:33:49,277: DEBUG - + sudo bash -
2019-04-11 18:33:50,180: DEBUG -
2019-04-11 18:33:50,180: INFO - Add nodejs repository...
2019-04-11 18:33:50,180: DEBUG - ## Installing the NodeSource Node.js 8.x LTS Carbon repo...
2019-04-11 18:33:50,181: DEBUG -
2019-04-11 18:33:50,181: DEBUG -
2019-04-11 18:33:50,181: DEBUG - ## Populating apt-get cache...
2019-04-11 18:33:50,182: DEBUG -
2019-04-11 18:33:50,182: DEBUG - + apt-get update
2019-04-11 18:33:50,483: DEBUG - Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
2019-04-11 18:33:50,483: DEBUG - Ign:2 http://ftp.ch.debian.org/debian stretch InRelease
2019-04-11 18:33:50,483: DEBUG - Hit:3 http://ftp.ch.debian.org/debian stretch-updates InRelease
2019-04-11 18:33:50,484: DEBUG - Hit:4 http://ftp.ch.debian.org/debian stretch Release
2019-04-11 18:33:50,584: DEBUG - Hit:5 http://forge.yunohost.org/debian stretch InRelease
2019-04-11 18:33:52,088: DEBUG - Reading package lists...
2019-04-11 18:33:52,189: DEBUG -
2019-04-11 18:33:52,189: DEBUG - ## Confirming "stretch" is supported...
2019-04-11 18:33:52,189: DEBUG -
2019-04-11 18:33:52,190: DEBUG - + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/stretch/Release'
2019-04-11 18:33:52,792: DEBUG -
2019-04-11 18:33:52,792: DEBUG - ## Adding the NodeSource signing key to your keyring...
2019-04-11 18:33:52,792: DEBUG -
2019-04-11 18:33:52,792: DEBUG - + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
2019-04-11 18:33:52,893: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2019-04-11 18:33:53,696: DEBUG - OK
2019-04-11 18:33:53,696: DEBUG -
2019-04-11 18:33:53,696: DEBUG - ## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo...
2019-04-11 18:33:53,697: DEBUG -
2019-04-11 18:33:53,697: DEBUG - + echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodesource.list
2019-04-11 18:33:53,697: DEBUG - + echo 'deb-src https://deb.nodesource.com/node_8.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
2019-04-11 18:33:53,797: DEBUG -
2019-04-11 18:33:53,798: DEBUG - ## Running apt-get update for you...
2019-04-11 18:33:53,798: DEBUG -
2019-04-11 18:33:53,798: DEBUG - + apt-get update
2019-04-11 18:33:53,999: DEBUG - Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
2019-04-11 18:33:53,999: DEBUG - Ign:2 http://ftp.ch.debian.org/debian stretch InRelease
2019-04-11 18:33:53,999: DEBUG - Hit:3 http://ftp.ch.debian.org/debian stretch-updates InRelease
2019-04-11 18:33:54,000: DEBUG - Hit:4 http://ftp.ch.debian.org/debian stretch Release
2019-04-11 18:33:54,000: DEBUG - Hit:5 http://forge.yunohost.org/debian stretch InRelease
2019-04-11 18:33:54,501: DEBUG - Get:7 https://deb.nodesource.com/node_8.x stretch InRelease [4,620 B]
2019-04-11 18:33:54,802: DEBUG - Get:8 https://deb.nodesource.com/node_8.x stretch/main Sources [762 B]
2019-04-11 18:33:55,204: DEBUG - Get:9 https://deb.nodesource.com/node_8.x stretch/main amd64 Packages [1,007 B]
2019-04-11 18:33:55,304: DEBUG - Fetched 6,389 B in 1s (4,727 B/s)
2019-04-11 18:33:56,207: DEBUG - Reading package lists...
2019-04-11 18:33:56,207: INFO - Add OnlyOffice repository...
2019-04-11 18:33:56,208: DEBUG -
2019-04-11 18:33:56,208: DEBUG - ## Run sudo apt-get install -y nodejs to install Node.js 8.x LTS Carbon and npm
2019-04-11 18:33:56,208: DEBUG - ## You may also need development tools to build native addons:
2019-04-11 18:33:56,208: DEBUG - sudo apt-get install gcc g++ make
2019-04-11 18:33:56,209: DEBUG - ## To install the Yarn package manager, run:
2019-04-11 18:33:56,209: DEBUG - curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2019-04-11 18:33:56,209: DEBUG - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
2019-04-11 18:33:56,209: DEBUG - sudo apt-get update && sudo apt-get install yarn
2019-04-11 18:33:56,210: DEBUG -
2019-04-11 18:33:56,210: DEBUG -
2019-04-11 18:33:56,210: DEBUG - + ynh_print_info 'Add OnlyOffice repository...'
2019-04-11 18:33:56,210: DEBUG - + echo 'Add OnlyOffice repository...'
2019-04-11 18:33:56,210: DEBUG - + apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-04-11 18:33:56,311: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2019-04-11 18:33:56,412: DEBUG - Executing: /tmp/apt-key-gpghome.4uYYmgy0Qc/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-04-11 18:33:57,816: WARNING - gpg: key 8320CA65CB2DE8E5: "Ascensio System Limited (ONLYOFFICE) [email protected]" not changed
2019-04-11 18:33:57,816: WARNING - gpg: Total number processed: 1
2019-04-11 18:33:57,816: WARNING - gpg: unchanged: 1
2019-04-11 18:33:58,218: DEBUG - + echo 'deb http://download.onlyoffice.com/repo/debian squeeze main'
2019-04-11 18:33:58,218: INFO - Installing dependencies...
2019-04-11 18:33:58,218: DEBUG - + sudo tee /etc/apt/sources.list.d/onlyoffice.list
2019-04-11 18:33:58,219: DEBUG - deb http://download.onlyoffice.com/repo/debian squeeze main
2019-04-11 18:33:58,219: DEBUG - + ynh_print_info 'Installing dependencies...'
2019-04-11 18:33:58,219: DEBUG - + echo 'Installing dependencies...'
2019-04-11 18:33:58,219: DEBUG - + ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server
2019-04-11 18:33:58,220: DEBUG - + local 'dependencies=postgresql libstdc++6 redis-server rabbitmq-server'
2019-04-11 18:33:58,220: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server'
2019-04-11 18:33:58,220: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server'
2019-04-11 18:33:58,220: DEBUG - + local manifest_path=../manifest.json
2019-04-11 18:33:58,221: DEBUG - + '[' '!' -e ../manifest.json ']'
2019-04-11 18:33:58,221: DEBUG - ++ grep '"version": ' ../manifest.json
2019-04-11 18:33:58,221: DEBUG - ++ cut -d '"' -f 4
2019-04-11 18:33:58,222: DEBUG - + local version=5.2.8ynh1
2019-04-11 18:33:58,222: DEBUG - + '[' 10 -eq 0 ']'
2019-04-11 18:33:58,222: DEBUG - + local dep_app=onlyoffice
2019-04-11 18:33:58,222: DEBUG - + cat
2019-04-11 18:33:58,223: DEBUG - + ynh_package_install_from_equivs /tmp/onlyoffice-ynh-deps.control
2019-04-11 18:33:58,223: DEBUG - + local controlfile=/tmp/onlyoffice-ynh-deps.control
2019-04-11 18:33:58,223: DEBUG - ++ grep '^Package: ' /tmp/onlyoffice-ynh-deps.control
2019-04-11 18:33:58,223: DEBUG - ++ cut '-d ' -f 2
2019-04-11 18:33:58,224: DEBUG - + local pkgname=onlyoffice-ynh-deps
2019-04-11 18:33:58,224: DEBUG - ++ grep '^Version: ' /tmp/onlyoffice-ynh-deps.control
2019-04-11 18:33:58,224: DEBUG - ++ cut '-d ' -f 2
2019-04-11 18:33:58,225: DEBUG - + local pkgversion=5.2.8
ynh1
2019-04-11 18:33:58,225: DEBUG - + [[ -z onlyoffice-ynh-deps ]]
2019-04-11 18:33:58,225: DEBUG - + [[ -z 5.2.8ynh1 ]]
2019-04-11 18:33:58,225: DEBUG - + ynh_package_update
2019-04-11 18:33:58,226: DEBUG - + ynh_apt update
2019-04-11 18:33:58,226: DEBUG - + ynh_wait_dpkg_free
2019-04-11 18:33:58,226: DEBUG - + local try
2019-04-11 18:33:58,226: DEBUG - ++ seq 1 17
2019-04-11 18:33:58,227: DEBUG - + for try in seq 1 17
2019-04-11 18:33:58,227: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-04-11 18:33:58,427: DEBUG - + return 0
2019-04-11 18:33:58,428: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-04-11 18:33:58,428: DEBUG - + sudo apt-get -y update
2019-04-11 18:33:58,629: DEBUG - Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
2019-04-11 18:33:58,730: DEBUG - Ign:2 http://ftp.ch.debian.org/debian stretch InRelease
2019-04-11 18:33:58,730: DEBUG - Hit:3 http://ftp.ch.debian.org/debian stretch-updates InRelease
2019-04-11 18:33:58,730: DEBUG - Hit:4 http://ftp.ch.debian.org/debian stretch Release
2019-04-11 18:33:58,730: DEBUG - Hit:5 http://forge.yunohost.org/debian stretch InRelease
2019-04-11 18:33:59,031: DEBUG - Get:6 http://download.onlyoffice.com/repo/debian squeeze InRelease [12.8 kB]
2019-04-11 18:33:59,132: DEBUG - Hit:8 https://deb.nodesource.com/node_8.x stretch InRelease
2019-04-11 18:33:59,533: DEBUG - Get:9 http://download.onlyoffice.com/repo/debian squeeze/main amd64 Packages [5,108 B]
2019-04-11 18:33:59,634: DEBUG - Fetched 17.9 kB in 0s (18.2 kB/s)
2019-04-11 18:34:00,537: DEBUG - Reading package lists...
2019-04-11 18:34:00,537: DEBUG - ++ mktemp -d
2019-04-11 18:34:00,537: DEBUG - + local TMPDIR=/tmp/tmp.2QTsvN3Tf2
2019-04-11 18:34:00,537: DEBUG - + echo 10
2019-04-11 18:34:00,537: DEBUG - + ynh_wait_dpkg_free
2019-04-11 18:34:00,537: DEBUG - + local try
2019-04-11 18:34:00,538: DEBUG - ++ seq 1 17
2019-04-11 18:34:00,538: DEBUG - + for try in seq 1 17
2019-04-11 18:34:00,538: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-04-11 18:34:00,839: DEBUG - + return 0
2019-04-11 18:34:00,839: DEBUG - + cp /tmp/onlyoffice-ynh-deps.control /tmp/tmp.2QTsvN3Tf2/control
2019-04-11 18:34:00,839: DEBUG - + cd /tmp/tmp.2QTsvN3Tf2
2019-04-11 18:34:00,840: DEBUG - + equivs-build ./control
2019-04-11 18:34:01,642: DEBUG - + dpkg --force-depends -i ./onlyoffice-ynh-deps_5.2.8
ynh1_all.deb
2019-04-11 18:34:01,743: DEBUG - Selecting previously unselected package onlyoffice-ynh-deps.
2019-04-11 18:34:01,843: DEBUG - (Reading database ... 137885 files and directories currently installed.)
2019-04-11 18:34:01,843: DEBUG - Preparing to unpack .../onlyoffice-ynh-deps_5.2.8ynh1_all.deb ...
2019-04-11 18:34:01,844: DEBUG - Unpacking onlyoffice-ynh-deps (5.2.8
ynh1) ...
2019-04-11 18:34:01,844: DEBUG - dpkg: onlyoffice-ynh-deps: dependency problems, but configuring anyway as you requested:
2019-04-11 18:34:01,844: DEBUG - onlyoffice-ynh-deps depends on rabbitmq-server; however:
2019-04-11 18:34:01,845: DEBUG - Package rabbitmq-server is not installed.
2019-04-11 18:34:01,845: DEBUG -
2019-04-11 18:34:01,845: DEBUG - Setting up onlyoffice-ynh-deps (5.2.8~ynh1) ...
2019-04-11 18:34:01,946: DEBUG - + ynh_package_install -f
2019-04-11 18:34:01,946: DEBUG - + ynh_apt --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-04-11 18:34:01,946: DEBUG - + ynh_wait_dpkg_free
2019-04-11 18:34:01,946: DEBUG - + local try
2019-04-11 18:34:01,947: DEBUG - ++ seq 1 17
2019-04-11 18:34:01,947: DEBUG - + for try in seq 1 17
2019-04-11 18:34:01,947: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-04-11 18:34:02,148: DEBUG - + return 0
2019-04-11 18:34:02,148: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-04-11 18:34:02,148: DEBUG - + sudo apt-get -y --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-04-11 18:34:02,449: DEBUG - Reading package lists...
2019-04-11 18:34:02,650: DEBUG - Building dependency tree...
2019-04-11 18:34:02,651: DEBUG - Reading state information...
2019-04-11 18:34:02,751: DEBUG - Correcting dependencies... Done
2019-04-11 18:34:03,052: DEBUG - The following additional packages will be installed:
2019-04-11 18:34:03,053: DEBUG - erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-04-11 18:34:03,053: DEBUG - erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-04-11 18:34:03,053: DEBUG - erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-04-11 18:34:03,053: DEBUG - erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-04-11 18:34:03,053: DEBUG - erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-04-11 18:34:03,053: DEBUG - erlang-xmerl libsctp1 rabbitmq-server
2019-04-11 18:34:03,053: DEBUG - Suggested packages:
2019-04-11 18:34:03,054: DEBUG - erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java lksctp-tools
2019-04-11 18:34:03,054: DEBUG - The following NEW packages will be installed:
2019-04-11 18:34:03,054: DEBUG - erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-04-11 18:34:03,054: DEBUG - erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-04-11 18:34:03,054: DEBUG - erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-04-11 18:34:03,054: DEBUG - erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-04-11 18:34:03,054: DEBUG - erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-04-11 18:34:03,054: DEBUG - erlang-xmerl libsctp1 rabbitmq-server
2019-04-11 18:34:04,257: DEBUG - 0 upgraded, 27 newly installed, 0 to remove and 7 not upgraded.
2019-04-11 18:34:04,258: DEBUG - Need to get 0 B/25.4 MB of archives.
2019-04-11 18:34:04,258: DEBUG - After this operation, 42.4 MB of additional disk space will be used.
2019-04-11 18:34:04,358: DEBUG - Selecting previously unselected package erlang-base.
2019-04-11 18:34:04,459: DEBUG - (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137889 files and directories currently installed.)
2019-04-11 18:34:04,459: DEBUG - Preparing to unpack .../00-erlang-base_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:04,459: DEBUG - Unpacking erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,261: DEBUG - Selecting previously unselected package erlang-asn1.
2019-04-11 18:34:05,261: DEBUG - Preparing to unpack .../01-erlang-asn1_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,262: DEBUG - Unpacking erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,362: DEBUG - Selecting previously unselected package erlang-mnesia.
2019-04-11 18:34:05,362: DEBUG - Preparing to unpack .../02-erlang-mnesia_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,362: DEBUG - Unpacking erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,463: DEBUG - Selecting previously unselected package erlang-runtime-tools.
2019-04-11 18:34:05,463: DEBUG - Preparing to unpack .../03-erlang-runtime-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,464: DEBUG - Unpacking erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,564: DEBUG - Selecting previously unselected package erlang-crypto.
2019-04-11 18:34:05,565: DEBUG - Preparing to unpack .../04-erlang-crypto_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,565: DEBUG - Unpacking erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,665: DEBUG - Selecting previously unselected package erlang-public-key.
2019-04-11 18:34:05,666: DEBUG - Preparing to unpack .../05-erlang-public-key_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,666: DEBUG - Unpacking erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,866: DEBUG - Selecting previously unselected package erlang-ssl.
2019-04-11 18:34:05,867: DEBUG - Preparing to unpack .../06-erlang-ssl_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,867: DEBUG - Unpacking erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:05,967: DEBUG - Selecting previously unselected package erlang-inets.
2019-04-11 18:34:05,968: DEBUG - Preparing to unpack .../07-erlang-inets_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:05,968: DEBUG - Unpacking erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:06,168: DEBUG - Selecting previously unselected package erlang-corba.
2019-04-11 18:34:06,169: DEBUG - Preparing to unpack .../08-erlang-corba_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:06,169: DEBUG - Unpacking erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:06,470: DEBUG - Selecting previously unselected package erlang-syntax-tools.
2019-04-11 18:34:06,470: DEBUG - Preparing to unpack .../09-erlang-syntax-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:06,470: DEBUG - Unpacking erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:06,571: DEBUG - Selecting previously unselected package erlang-diameter.
2019-04-11 18:34:06,571: DEBUG - Preparing to unpack .../10-erlang-diameter_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:06,571: DEBUG - Unpacking erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:06,672: DEBUG - Selecting previously unselected package erlang-xmerl.
2019-04-11 18:34:06,672: DEBUG - Preparing to unpack .../11-erlang-xmerl_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:06,672: DEBUG - Unpacking erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:06,873: DEBUG - Selecting previously unselected package erlang-edoc.
2019-04-11 18:34:06,874: DEBUG - Preparing to unpack .../12-erlang-edoc_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:06,874: DEBUG - Unpacking erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:06,974: DEBUG - Selecting previously unselected package erlang-eldap.
2019-04-11 18:34:06,975: DEBUG - Preparing to unpack .../13-erlang-eldap_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:06,975: DEBUG - Unpacking erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,075: DEBUG - Selecting previously unselected package erlang-erl-docgen.
2019-04-11 18:34:07,076: DEBUG - Preparing to unpack .../14-erlang-erl-docgen_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,076: DEBUG - Unpacking erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,176: DEBUG - Selecting previously unselected package erlang-eunit.
2019-04-11 18:34:07,176: DEBUG - Preparing to unpack .../15-erlang-eunit_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,177: DEBUG - Unpacking erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,277: DEBUG - Selecting previously unselected package erlang-ic.
2019-04-11 18:34:07,277: DEBUG - Preparing to unpack .../16-erlang-ic_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,278: DEBUG - Unpacking erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,378: DEBUG - Selecting previously unselected package erlang-odbc.
2019-04-11 18:34:07,479: DEBUG - Preparing to unpack .../17-erlang-odbc_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,479: DEBUG - Unpacking erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,479: DEBUG - Selecting previously unselected package erlang-snmp.
2019-04-11 18:34:07,480: DEBUG - Preparing to unpack .../18-erlang-snmp_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,480: DEBUG - Unpacking erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,781: DEBUG - Selecting previously unselected package erlang-os-mon.
2019-04-11 18:34:07,782: DEBUG - Preparing to unpack .../19-erlang-os-mon_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,782: DEBUG - Unpacking erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,883: DEBUG - Selecting previously unselected package erlang-parsetools.
2019-04-11 18:34:07,883: DEBUG - Preparing to unpack .../20-erlang-parsetools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,883: DEBUG - Unpacking erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:07,984: DEBUG - Selecting previously unselected package erlang-percept.
2019-04-11 18:34:07,984: DEBUG - Preparing to unpack .../21-erlang-percept_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:07,984: DEBUG - Unpacking erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:08,085: DEBUG - Selecting previously unselected package erlang-ssh.
2019-04-11 18:34:08,086: DEBUG - Preparing to unpack .../22-erlang-ssh_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:08,086: DEBUG - Unpacking erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:08,187: DEBUG - Selecting previously unselected package erlang-tools.
2019-04-11 18:34:08,187: DEBUG - Preparing to unpack .../23-erlang-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-04-11 18:34:08,187: DEBUG - Unpacking erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:08,287: DEBUG - Selecting previously unselected package erlang-nox.
2019-04-11 18:34:08,288: DEBUG - Preparing to unpack .../24-erlang-nox_1%3a19.2.1+dfsg-2+deb9u2_all.deb ...
2019-04-11 18:34:08,288: DEBUG - Unpacking erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:08,389: DEBUG - Selecting previously unselected package libsctp1:amd64.
2019-04-11 18:34:08,489: DEBUG - Preparing to unpack .../25-libsctp1_1.0.17+dfsg-1+b1_amd64.deb ...
2019-04-11 18:34:08,490: DEBUG - Unpacking libsctp1:amd64 (1.0.17+dfsg-1+b1) ...
2019-04-11 18:34:08,590: DEBUG - Selecting previously unselected package rabbitmq-server.
2019-04-11 18:34:08,590: DEBUG - Preparing to unpack .../26-rabbitmq-server_3.6.6-1_all.deb ...
2019-04-11 18:34:08,591: DEBUG - Unpacking rabbitmq-server (3.6.6-1) ...
2019-04-11 18:34:09,092: DEBUG - Setting up erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:09,894: DEBUG - Searching for services which depend on erlang and should be started...none found.
2019-04-11 18:34:09,895: DEBUG - Setting up libsctp1:amd64 (1.0.17+dfsg-1+b1) ...
2019-04-11 18:34:09,996: DEBUG - Setting up erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:09,996: DEBUG - Setting up erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:09,996: DEBUG - Setting up erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:09,997: DEBUG - Setting up erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,098: DEBUG - Setting up erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,098: DEBUG - Setting up erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,099: DEBUG - Processing triggers for libc-bin (2.24-11+deb9u4) ...
2019-04-11 18:34:10,199: DEBUG - Processing triggers for systemd (232-25+deb9u11) ...
2019-04-11 18:34:10,300: DEBUG - Processing triggers for man-db (2.7.6.1-2) ...
2019-04-11 18:34:10,501: DEBUG - Setting up erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,501: DEBUG - Setting up erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,602: DEBUG - Setting up erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,602: DEBUG - Setting up erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,602: DEBUG - Setting up erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,603: DEBUG - Setting up erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,703: DEBUG - Setting up erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,703: DEBUG - Setting up erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,704: DEBUG - Setting up erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,804: DEBUG - Setting up erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,804: DEBUG - Setting up erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,804: DEBUG - Setting up erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,805: DEBUG - Setting up erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,905: DEBUG - Setting up erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,905: DEBUG - Setting up erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,906: DEBUG - Setting up erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:10,906: DEBUG - Setting up erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:11,006: DEBUG - Setting up erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-11 18:34:11,006: DEBUG - Setting up rabbitmq-server (3.6.6-1) ...
2019-04-11 18:34:11,307: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2019-04-11 18:34:44,391: DEBUG - Job for rabbitmq-server.service failed because the control process exited with error code.
2019-04-11 18:34:44,391: DEBUG - See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.
2019-04-11 18:34:44,391: DEBUG - invoke-rc.d: initscript rabbitmq-server, action "start" failed.
2019-04-11 18:34:44,392: DEBUG - �[0;1;31m��[0m rabbitmq-server.service - RabbitMQ Messaging Server
2019-04-11 18:34:44,392: DEBUG - Loaded: loaded (/lib/systemd/system/rabbitmq-server.service; enabled; vendor preset: enabled)
2019-04-11 18:34:44,392: DEBUG - Active: �[0;1;31mfailed�[0m (Result: exit-code) since Thu 2019-04-11 18:34:44 CEST; 11ms ago
2019-04-11 18:34:44,392: DEBUG - Process: 14583 ExecStartPost=/usr/lib/rabbitmq/bin/rabbitmq-server-wait �[0;1;31m(code=exited, status=70)�[0m
2019-04-11 18:34:44,392: DEBUG - Process: 14582 ExecStart=/usr/sbin/rabbitmq-server �[0;1;31m(code=exited, status=1/FAILURE)�[0m
2019-04-11 18:34:44,392: DEBUG - Main PID: 14582 (code=exited, status=1/FAILURE)
2019-04-11 18:34:44,393: DEBUG -
2019-04-11 18:34:44,393: DEBUG - Apr 11 18:34:11 systemd[1]: Starting RabbitMQ Messaging S…...
2019-04-11 18:34:44,393: DEBUG - Apr 11 18:34:12 rabbitmq[14583]: Waiting for rabbit@
2019-04-11 18:34:44,393: DEBUG - Apr 11 18:34:12 rabbitmq[14583]: pid is 14595 ...
2019-04-11 18:34:44,393: DEBUG - Apr 11 18:34:41 systemd[1]: �[0;1;39mrabbitmq-server.service: Main…URE�[0m
2019-04-11 18:34:44,393: DEBUG - Apr 11 18:34:44 rabbitmq[14583]: Error: process_not_running
2019-04-11 18:34:44,394: DEBUG - Apr 11 18:34:44 systemd[1]: �[0;1;39mrabbitmq-server.service: Cont…=70�[0m
2019-04-11 18:34:44,394: DEBUG - Apr 11 18:34:44 systemd[1]: �[0;1;31mFailed to start RabbitMQ Mess…er.�[0m
2019-04-11 18:34:44,394: DEBUG - Apr 11 18:34:44 systemd[1]: �[0;1;39mrabbitmq-server.service: Unit…te.�[0m
2019-04-11 18:34:44,394: DEBUG - Apr 11 18:34:44 systemd[1]: �[0;1;39mrabbitmq-server.service: Fail…e'.�[0m
2019-04-11 18:34:44,394: DEBUG - Hint: Some lines were ellipsized, use -l to show in full.
2019-04-11 18:34:44,394: DEBUG - dpkg: error processing package rabbitmq-server (--configure):
2019-04-11 18:34:44,395: DEBUG - subprocess installed post-installation script returned error exit status 1
2019-04-11 18:34:44,395: DEBUG - Processing triggers for systemd (232-25+deb9u11) ...
2019-04-11 18:34:44,595: DEBUG - Errors were encountered while processing:
2019-04-11 18:34:44,596: DEBUG - rabbitmq-server
2019-04-11 18:34:45,298: DEBUG - + ynh_die 'Unable to install dependencies'
2019-04-11 18:34:45,298: WARNING - E: Sub-process /usr/bin/dpkg returned an error code (1)
2019-04-11 18:34:45,298: DEBUG - + echo 'Unable to install dependencies'
2019-04-11 18:34:45,299: WARNING - Unable to install dependencies
2019-04-11 18:34:45,299: DEBUG - + exit 1
2019-04-11 18:34:45,299: WARNING - !!
2019-04-11 18:34:45,300: DEBUG - + ynh_exit_properly
2019-04-11 18:34:45,300: WARNING - onlyoffice's script has encountered an error. Its execution was cancelled.
2019-04-11 18:34:45,300: DEBUG - + local exit_code=1
2019-04-11 18:34:45,301: WARNING - !!
2019-04-11 18:34:45,301: DEBUG - + '[' 1 -eq 0 ']'
2019-04-11 18:34:45,301: WARNING -
2019-04-11 18:34:45,302: DEBUG - + trap '' EXIT
2019-04-11 18:34:45,302: DEBUG - + set +eu
2019-04-11 18:34:45,302: DEBUG - + echo -e '!!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-04-11 18:34:45,302: DEBUG - + type -t ynh_clean_setup
2019-04-11 18:34:45,303: DEBUG - + ynh_clean_setup
2019-04-11 18:34:45,303: DEBUG - + true
2019-04-11 18:34:45,303: DEBUG - + ynh_die
2019-04-11 18:34:45,304: DEBUG - + echo ''
2019-04-11 18:34:45,304: DEBUG - + exit 1

Installation fails on raspberry pi 3b +

2019-04-25 09:06:16,771: DEBUG - + VALUE=pi.simon511000.fr
2019-04-25 09:06:16,772: DEBUG - + python -
2019-04-25 09:06:17,174: DEBUG - + ynh_app_setting_set onlyoffice path /onlyoffice
2019-04-25 09:06:17,175: DEBUG - + local legacy_args=akv
2019-04-25 09:06:17,176: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-04-25 09:06:17,176: DEBUG - + declare -Ar args_array
2019-04-25 09:06:17,177: DEBUG - + local app
2019-04-25 09:06:17,177: DEBUG - + local key
2019-04-25 09:06:17,178: DEBUG - + local value
2019-04-25 09:06:17,178: DEBUG - + ynh_handle_getopts_args onlyoffice path /onlyoffice
2019-04-25 09:06:17,179: DEBUG - + set +x
2019-04-25 09:06:17,179: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:17,180: DEBUG - + set +x
2019-04-25 09:06:17,181: DEBUG - + ynh_app_setting set onlyoffice path /onlyoffice
2019-04-25 09:06:17,181: DEBUG - + ACTION=set
2019-04-25 09:06:17,182: DEBUG - + APP=onlyoffice
2019-04-25 09:06:17,182: DEBUG - + KEY=path
2019-04-25 09:06:17,183: DEBUG - + VALUE=/onlyoffice
2019-04-25 09:06:17,184: DEBUG - + python -
2019-04-25 09:06:17,687: DEBUG - + ynh_app_setting_set onlyoffice is_public 1
2019-04-25 09:06:17,688: DEBUG - + local legacy_args=akv
2019-04-25 09:06:17,689: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-04-25 09:06:17,690: DEBUG - + declare -Ar args_array
2019-04-25 09:06:17,691: DEBUG - + local app
2019-04-25 09:06:17,692: DEBUG - + local key
2019-04-25 09:06:17,693: DEBUG - + local value
2019-04-25 09:06:17,694: DEBUG - + ynh_handle_getopts_args onlyoffice is_public 1
2019-04-25 09:06:17,695: DEBUG - + set +x
2019-04-25 09:06:17,695: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:17,696: DEBUG - + set +x
2019-04-25 09:06:17,696: DEBUG - + ynh_app_setting set onlyoffice is_public 1
2019-04-25 09:06:17,697: DEBUG - + ACTION=set
2019-04-25 09:06:17,698: DEBUG - + APP=onlyoffice
2019-04-25 09:06:17,698: DEBUG - + KEY=is_public
2019-04-25 09:06:17,699: DEBUG - + VALUE=1
2019-04-25 09:06:17,699: DEBUG - + python -
2019-04-25 09:06:18,101: DEBUG - + ynh_app_setting_set onlyoffice nextclouddomain pi.simon511000.fr/nextcloud
2019-04-25 09:06:18,103: DEBUG - + local legacy_args=akv
2019-04-25 09:06:18,103: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-04-25 09:06:18,104: DEBUG - + declare -Ar args_array
2019-04-25 09:06:18,105: DEBUG - + local app
2019-04-25 09:06:18,106: DEBUG - + local key
2019-04-25 09:06:18,107: DEBUG - + local value
2019-04-25 09:06:18,107: DEBUG - + ynh_handle_getopts_args onlyoffice nextclouddomain pi.simon511000.fr/nextcloud
2019-04-25 09:06:18,108: DEBUG - + set +x
2019-04-25 09:06:18,109: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:18,110: DEBUG - + set +x
2019-04-25 09:06:18,111: DEBUG - + ynh_app_setting set onlyoffice nextclouddomain pi.simon511000.fr/nextcloud
2019-04-25 09:06:18,112: DEBUG - + ACTION=set
2019-04-25 09:06:18,112: DEBUG - + APP=onlyoffice
2019-04-25 09:06:18,113: DEBUG - + KEY=nextclouddomain
2019-04-25 09:06:18,114: DEBUG - + VALUE=pi.simon511000.fr/nextcloud
2019-04-25 09:06:18,115: DEBUG - + python -
2019-04-25 09:06:18,617: DEBUG - + ynh_print_info 'Configuring firewall...'
2019-04-25 09:06:18,618: INFO - Configuring firewall...
2019-04-25 09:06:18,620: DEBUG - + local legacy_args=m
2019-04-25 09:06:18,621: DEBUG - + args_array=([m]=message=)
2019-04-25 09:06:18,622: DEBUG - + declare -Ar args_array
2019-04-25 09:06:18,622: DEBUG - + local message
2019-04-25 09:06:18,623: DEBUG - + ynh_handle_getopts_args 'Configuring firewall...'
2019-04-25 09:06:18,623: DEBUG - + set +x
2019-04-25 09:06:18,624: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:18,625: DEBUG - + set +x
2019-04-25 09:06:18,626: DEBUG - + echo 'Configuring firewall...'
2019-04-25 09:06:18,627: DEBUG - ++ ynh_find_port 8095
2019-04-25 09:06:18,628: DEBUG - ++ local legacy_args=p
2019-04-25 09:06:18,629: DEBUG - ++ args_array=([p]=port=)
2019-04-25 09:06:18,630: DEBUG - ++ declare -Ar args_array
2019-04-25 09:06:18,631: DEBUG - ++ local port
2019-04-25 09:06:18,632: DEBUG - ++ ynh_handle_getopts_args 8095
2019-04-25 09:06:18,633: DEBUG - ++ set +x
2019-04-25 09:06:18,634: DEBUG - ++ echo '! Helper used in legacy mode !'
2019-04-25 09:06:18,635: DEBUG - ++ set +x
2019-04-25 09:06:18,636: DEBUG - ++ test -n 8095
2019-04-25 09:06:18,637: DEBUG - ++ netcat -z 127.0.0.1 8095
2019-04-25 09:06:18,638: DEBUG - ++ echo 8095
2019-04-25 09:06:18,639: DEBUG - + port=8095
2019-04-25 09:06:18,640: DEBUG - + ynh_app_setting_set onlyoffice port 8095
2019-04-25 09:06:18,640: DEBUG - + local legacy_args=akv
2019-04-25 09:06:18,641: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-04-25 09:06:18,642: DEBUG - + declare -Ar args_array
2019-04-25 09:06:18,644: DEBUG - + local app
2019-04-25 09:06:18,645: DEBUG - + local key
2019-04-25 09:06:18,646: DEBUG - + local value
2019-04-25 09:06:18,646: DEBUG - + ynh_handle_getopts_args onlyoffice port 8095
2019-04-25 09:06:18,647: DEBUG - + set +x
2019-04-25 09:06:18,648: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:18,649: DEBUG - + set +x
2019-04-25 09:06:18,751: DEBUG - + ynh_app_setting set onlyoffice port 8095
2019-04-25 09:06:18,752: DEBUG - + ACTION=set
2019-04-25 09:06:18,752: DEBUG - + APP=onlyoffice
2019-04-25 09:06:18,753: DEBUG - + KEY=port
2019-04-25 09:06:18,753: DEBUG - + VALUE=8095
2019-04-25 09:06:18,755: DEBUG - + python -
2019-04-25 09:06:19,160: DEBUG - + ynh_print_info 'Add nodejs repository...'
2019-04-25 09:06:19,161: INFO - Add nodejs repository...
2019-04-25 09:06:19,164: DEBUG - + local legacy_args=m
2019-04-25 09:06:19,165: DEBUG - + args_array=([m]=message=)
2019-04-25 09:06:19,166: DEBUG - + declare -Ar args_array
2019-04-25 09:06:19,167: DEBUG - + local message
2019-04-25 09:06:19,167: DEBUG - + ynh_handle_getopts_args 'Add nodejs repository...'
2019-04-25 09:06:19,168: DEBUG - + set +x
2019-04-25 09:06:19,169: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:19,170: DEBUG - + set +x
2019-04-25 09:06:19,170: DEBUG - + echo 'Add nodejs repository...'
2019-04-25 09:06:19,171: DEBUG - + curl -sL https://deb.nodesource.com/setup_8.x
2019-04-25 09:06:19,174: DEBUG - + sudo bash -
2019-04-25 09:06:19,375: DEBUG - 
2019-04-25 09:06:19,376: DEBUG - ## Installing the NodeSource Node.js 8.x LTS Carbon repo...
2019-04-25 09:06:19,377: DEBUG - 
2019-04-25 09:06:19,378: DEBUG - 
2019-04-25 09:06:19,379: DEBUG - ## Populating apt-get cache...
2019-04-25 09:06:19,380: DEBUG - 
2019-04-25 09:06:19,381: DEBUG - + apt-get update
2019-04-25 09:06:19,582: DEBUG - Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
2019-04-25 09:06:19,584: DEBUG - Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
2019-04-25 09:06:19,685: DEBUG - Hit:3 http://forge.yunohost.org/debian stretch InRelease
2019-04-25 09:06:25,304: DEBUG - Reading package lists...
2019-04-25 09:06:26,008: DEBUG - 
2019-04-25 09:06:26,009: DEBUG - ## Confirming "stretch" is supported...
2019-04-25 09:06:26,009: DEBUG - 
2019-04-25 09:06:26,010: DEBUG - + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/stretch/Release'
2019-04-25 09:06:26,211: DEBUG - 
2019-04-25 09:06:26,212: DEBUG - ## Adding the NodeSource signing key to your keyring...
2019-04-25 09:06:26,213: DEBUG - 
2019-04-25 09:06:26,213: DEBUG - + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
2019-04-25 09:06:26,515: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2019-04-25 09:06:26,919: DEBUG - OK
2019-04-25 09:06:26,920: DEBUG - 
2019-04-25 09:06:26,921: DEBUG - ## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo...
2019-04-25 09:06:26,922: DEBUG - 
2019-04-25 09:06:26,923: DEBUG - + echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodesource.list
2019-04-25 09:06:26,924: DEBUG - + echo 'deb-src https://deb.nodesource.com/node_8.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
2019-04-25 09:06:26,925: DEBUG - 
2019-04-25 09:06:26,926: DEBUG - ## Running `apt-get update` for you...
2019-04-25 09:06:26,927: DEBUG - 
2019-04-25 09:06:26,927: DEBUG - + apt-get update
2019-04-25 09:06:27,229: DEBUG - Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
2019-04-25 09:06:27,230: DEBUG - Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
2019-04-25 09:06:27,231: DEBUG - Hit:3 http://forge.yunohost.org/debian stretch InRelease
2019-04-25 09:06:27,634: DEBUG - Get:4 https://deb.nodesource.com/node_8.x stretch InRelease [4,620 B]
2019-04-25 09:06:28,838: DEBUG - Get:5 https://deb.nodesource.com/node_8.x stretch/main Sources [762 B]
2019-04-25 09:06:28,940: DEBUG - Get:6 https://deb.nodesource.com/node_8.x stretch/main armhf Packages [1,004 B]
2019-04-25 09:06:29,242: DEBUG - Fetched 6,386 B in 2s (3,123 B/s)
2019-04-25 09:06:33,456: DEBUG - Reading package lists...
2019-04-25 09:06:33,557: DEBUG - 
2019-04-25 09:06:33,559: DEBUG - ## Run `sudo apt-get install -y nodejs` to install Node.js 8.x LTS Carbon and npm
2019-04-25 09:06:33,560: DEBUG - ## You may also need development tools to build native addons:
2019-04-25 09:06:33,561: DEBUG -      sudo apt-get install gcc g++ make
2019-04-25 09:06:33,562: DEBUG - ## To install the Yarn package manager, run:
2019-04-25 09:06:33,564: DEBUG -      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2019-04-25 09:06:33,565: DEBUG -      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
2019-04-25 09:06:33,566: DEBUG -      sudo apt-get update && sudo apt-get install yarn
2019-04-25 09:06:33,567: DEBUG - 
2019-04-25 09:06:33,568: DEBUG - 
2019-04-25 09:06:33,569: DEBUG - + ynh_print_info 'Add OnlyOffice repository...'
2019-04-25 09:06:33,570: DEBUG - + local legacy_args=m
2019-04-25 09:06:33,571: DEBUG - + args_array=([m]=message=)
2019-04-25 09:06:33,572: DEBUG - + declare -Ar args_array
2019-04-25 09:06:33,574: DEBUG - + local message
2019-04-25 09:06:33,575: DEBUG - + ynh_handle_getopts_args 'Add OnlyOffice repository...'
2019-04-25 09:06:33,575: DEBUG - + set +x
2019-04-25 09:06:33,576: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:33,577: DEBUG - + set +x
2019-04-25 09:06:33,578: DEBUG - + echo 'Add OnlyOffice repository...'
2019-04-25 09:06:33,579: DEBUG - + apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-04-25 09:06:33,881: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2019-04-25 09:06:33,883: INFO - Add OnlyOffice repository...
2019-04-25 09:06:33,985: DEBUG - Executing: /tmp/apt-key-gpghome.JiREggRKyB/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-04-25 09:06:35,190: WARNING - gpg: key 8320CA65CB2DE8E5: "Ascensio System Limited (ONLYOFFICE) <[email protected]>" not changed
2019-04-25 09:06:35,192: WARNING - gpg: Total number processed: 1
2019-04-25 09:06:35,194: WARNING - gpg:              unchanged: 1
2019-04-25 09:06:35,397: DEBUG - + echo 'deb http://download.onlyoffice.com/repo/debian squeeze main'
2019-04-25 09:06:35,398: DEBUG - + sudo tee /etc/apt/sources.list.d/onlyoffice.list
2019-04-25 09:06:35,499: DEBUG - deb http://download.onlyoffice.com/repo/debian squeeze main
2019-04-25 09:06:35,500: DEBUG - + ynh_print_info 'Installing dependencies...'
2019-04-25 09:06:35,501: DEBUG - + local legacy_args=m
2019-04-25 09:06:35,502: DEBUG - + args_array=([m]=message=)
2019-04-25 09:06:35,503: DEBUG - + declare -Ar args_array
2019-04-25 09:06:35,504: DEBUG - + local message
2019-04-25 09:06:35,505: DEBUG - + ynh_handle_getopts_args 'Installing dependencies...'
2019-04-25 09:06:35,506: DEBUG - + set +x
2019-04-25 09:06:35,508: DEBUG - + echo '! Helper used in legacy mode !'
2019-04-25 09:06:35,509: DEBUG - + set +x
2019-04-25 09:06:35,510: DEBUG - + echo 'Installing dependencies...'
2019-04-25 09:06:35,511: DEBUG - + ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server
2019-04-25 09:06:35,512: DEBUG - + local 'dependencies=postgresql libstdc++6 redis-server rabbitmq-server'
2019-04-25 09:06:35,513: INFO - Installing dependencies...
2019-04-25 09:06:35,516: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server'
2019-04-25 09:06:35,517: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server'
2019-04-25 09:06:35,518: DEBUG - + local manifest_path=../manifest.json
2019-04-25 09:06:35,519: DEBUG - + '[' '!' -e ../manifest.json ']'
2019-04-25 09:06:35,520: DEBUG - ++ grep '\"version\": ' ../manifest.json
2019-04-25 09:06:35,521: DEBUG - ++ cut -d '"' -f 4
2019-04-25 09:06:35,522: DEBUG - + local version=5.2.8~ynh1
2019-04-25 09:06:35,523: DEBUG - + '[' 10 -eq 0 ']'
2019-04-25 09:06:35,524: DEBUG - + local dep_app=onlyoffice
2019-04-25 09:06:35,525: DEBUG - + cat
2019-04-25 09:06:35,526: DEBUG - + ynh_package_install_from_equivs /tmp/onlyoffice-ynh-deps.control
2019-04-25 09:06:35,527: DEBUG - + local controlfile=/tmp/onlyoffice-ynh-deps.control
2019-04-25 09:06:35,528: DEBUG - ++ grep '^Package: ' /tmp/onlyoffice-ynh-deps.control
2019-04-25 09:06:35,529: DEBUG - ++ cut '-d ' -f 2
2019-04-25 09:06:35,530: DEBUG - + local pkgname=onlyoffice-ynh-deps
2019-04-25 09:06:35,530: DEBUG - ++ grep '^Version: ' /tmp/onlyoffice-ynh-deps.control
2019-04-25 09:06:35,531: DEBUG - ++ cut '-d ' -f 2
2019-04-25 09:06:35,531: DEBUG - + local pkgversion=5.2.8~ynh1
2019-04-25 09:06:35,532: DEBUG - + [[ -z onlyoffice-ynh-deps ]]
2019-04-25 09:06:35,533: DEBUG - + [[ -z 5.2.8~ynh1 ]]
2019-04-25 09:06:35,533: DEBUG - + ynh_package_update
2019-04-25 09:06:35,534: DEBUG - + ynh_apt update
2019-04-25 09:06:35,535: DEBUG - + ynh_wait_dpkg_free
2019-04-25 09:06:35,535: DEBUG - + local try
2019-04-25 09:06:35,536: DEBUG - ++ seq 1 17
2019-04-25 09:06:35,537: DEBUG - + for try in `seq 1 17`
2019-04-25 09:06:35,538: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-04-25 09:06:36,041: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-04-25 09:06:36,042: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-04-25 09:06:36,042: DEBUG - + read dpkg_file
2019-04-25 09:06:36,043: DEBUG - + echo ''
2019-04-25 09:06:36,044: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-04-25 09:06:36,045: DEBUG - + read dpkg_file
2019-04-25 09:06:36,045: DEBUG - + return 0
2019-04-25 09:06:36,046: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-04-25 09:06:36,047: DEBUG - + apt-get -y update
2019-04-25 09:06:36,349: DEBUG - Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
2019-04-25 09:06:36,350: DEBUG - Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
2019-04-25 09:06:36,351: DEBUG - Get:3 http://download.onlyoffice.com/repo/debian squeeze InRelease [12.8 kB]
2019-04-25 09:06:36,351: DEBUG - Hit:4 http://forge.yunohost.org/debian stretch InRelease
2019-04-25 09:06:36,854: DEBUG - Hit:5 https://deb.nodesource.com/node_8.x stretch InRelease
2019-04-25 09:06:38,661: DEBUG - Fetched 12.8 kB in 2s (5,423 B/s)
2019-04-25 09:06:42,975: DEBUG - Reading package lists...
2019-04-25 09:06:43,177: DEBUG - ++ mktemp -d
2019-04-25 09:06:43,178: DEBUG - + local TMPDIR=/tmp/tmp.tCMI4wSSxQ
2019-04-25 09:06:43,178: DEBUG - + echo 10
2019-04-25 09:06:43,179: DEBUG - + ynh_wait_dpkg_free
2019-04-25 09:06:43,179: DEBUG - + local try
2019-04-25 09:06:43,180: DEBUG - ++ seq 1 17
2019-04-25 09:06:43,181: DEBUG - + for try in `seq 1 17`
2019-04-25 09:06:43,181: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-04-25 09:06:43,583: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-04-25 09:06:43,584: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-04-25 09:06:43,585: DEBUG - + read dpkg_file
2019-04-25 09:06:43,586: DEBUG - + echo ''
2019-04-25 09:06:43,587: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-04-25 09:06:43,588: DEBUG - + read dpkg_file
2019-04-25 09:06:43,589: DEBUG - + return 0
2019-04-25 09:06:43,590: DEBUG - + cp /tmp/onlyoffice-ynh-deps.control /tmp/tmp.tCMI4wSSxQ/control
2019-04-25 09:06:43,591: DEBUG - + cd /tmp/tmp.tCMI4wSSxQ
2019-04-25 09:06:43,592: DEBUG - + equivs-build ./control
2019-04-25 09:06:46,403: DEBUG - + dpkg --force-depends -i ./onlyoffice-ynh-deps_5.2.8~ynh1_all.deb
2019-04-25 09:06:46,604: DEBUG - Selecting previously unselected package onlyoffice-ynh-deps.
2019-04-25 09:06:46,706: DEBUG - (Reading database ... 54225 files and directories currently installed.)
2019-04-25 09:06:46,707: DEBUG - Preparing to unpack .../onlyoffice-ynh-deps_5.2.8~ynh1_all.deb ...
2019-04-25 09:06:46,708: DEBUG - Unpacking onlyoffice-ynh-deps (5.2.8~ynh1) ...
2019-04-25 09:06:46,809: DEBUG - dpkg: onlyoffice-ynh-deps: dependency problems, but configuring anyway as you requested:
2019-04-25 09:06:46,810: DEBUG -  onlyoffice-ynh-deps depends on postgresql; however:
2019-04-25 09:06:46,810: DEBUG -   Package postgresql is not installed.
2019-04-25 09:06:46,811: DEBUG -  onlyoffice-ynh-deps depends on rabbitmq-server; however:
2019-04-25 09:06:46,811: DEBUG -   Package rabbitmq-server is not installed.
2019-04-25 09:06:46,812: DEBUG - 
2019-04-25 09:06:46,813: DEBUG - Setting up onlyoffice-ynh-deps (5.2.8~ynh1) ...
2019-04-25 09:06:47,115: DEBUG - + ynh_package_install -f
2019-04-25 09:06:47,116: DEBUG - + ynh_apt --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-04-25 09:06:47,118: DEBUG - + ynh_wait_dpkg_free
2019-04-25 09:06:47,119: DEBUG - + local try
2019-04-25 09:06:47,120: DEBUG - ++ seq 1 17
2019-04-25 09:06:47,121: DEBUG - + for try in `seq 1 17`
2019-04-25 09:06:47,122: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-04-25 09:06:47,525: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-04-25 09:06:47,525: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-04-25 09:06:47,526: DEBUG - + read dpkg_file
2019-04-25 09:06:47,527: DEBUG - + echo ''
2019-04-25 09:06:47,527: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-04-25 09:06:47,528: DEBUG - + read dpkg_file
2019-04-25 09:06:47,528: DEBUG - + return 0
2019-04-25 09:06:47,529: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-04-25 09:06:47,530: DEBUG - + apt-get -y --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-04-25 09:06:49,436: DEBUG - Reading package lists...
2019-04-25 09:06:50,342: DEBUG - Building dependency tree...
2019-04-25 09:06:50,343: DEBUG - Reading state information...
2019-04-25 09:06:51,146: DEBUG - Correcting dependencies... Done
2019-04-25 09:06:52,150: DEBUG - The following additional packages will be installed:
2019-04-25 09:06:52,151: DEBUG -   erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-04-25 09:06:52,153: DEBUG -   erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-04-25 09:06:52,153: DEBUG -   erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-04-25 09:06:52,154: DEBUG -   erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-04-25 09:06:52,155: DEBUG -   erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-04-25 09:06:52,156: DEBUG -   erlang-xmerl libsctp1 postgresql rabbitmq-server
2019-04-25 09:06:52,156: DEBUG - Suggested packages:
2019-04-25 09:06:52,157: DEBUG -   erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java lksctp-tools
2019-04-25 09:06:52,158: DEBUG -   postgresql-doc
2019-04-25 09:06:52,259: DEBUG - The following NEW packages will be installed:
2019-04-25 09:06:52,260: DEBUG -   erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-04-25 09:06:52,260: DEBUG -   erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-04-25 09:06:52,261: DEBUG -   erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-04-25 09:06:52,262: DEBUG -   erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-04-25 09:06:52,263: DEBUG -   erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-04-25 09:06:52,264: DEBUG -   erlang-xmerl libsctp1 postgresql rabbitmq-server
2019-04-25 09:06:56,076: DEBUG - 0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
2019-04-25 09:06:56,077: DEBUG - Need to get 0 B/25.1 MB of archives.
2019-04-25 09:06:56,078: DEBUG - After this operation, 41.1 MB of additional disk space will be used.
2019-04-25 09:06:56,280: DEBUG - Selecting previously unselected package erlang-base.
2019-04-25 09:06:56,381: DEBUG - (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 54229 files and directories currently installed.)
2019-04-25 09:06:56,383: DEBUG - Preparing to unpack .../00-erlang-base_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:56,385: DEBUG - Unpacking erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:06:58,392: DEBUG - Selecting previously unselected package erlang-asn1.
2019-04-25 09:06:58,393: DEBUG - Preparing to unpack .../01-erlang-asn1_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:58,394: DEBUG - Unpacking erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:06:58,695: DEBUG - Selecting previously unselected package erlang-mnesia.
2019-04-25 09:06:58,696: DEBUG - Preparing to unpack .../02-erlang-mnesia_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:58,697: DEBUG - Unpacking erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:06:58,999: DEBUG - Selecting previously unselected package erlang-runtime-tools.
2019-04-25 09:06:58,999: DEBUG - Preparing to unpack .../03-erlang-runtime-tools_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:59,000: DEBUG - Unpacking erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:06:59,202: DEBUG - Selecting previously unselected package erlang-crypto.
2019-04-25 09:06:59,203: DEBUG - Preparing to unpack .../04-erlang-crypto_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:59,205: DEBUG - Unpacking erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:06:59,408: DEBUG - Selecting previously unselected package erlang-public-key.
2019-04-25 09:06:59,409: DEBUG - Preparing to unpack .../05-erlang-public-key_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:59,411: DEBUG - Unpacking erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:06:59,713: DEBUG - Selecting previously unselected package erlang-ssl.
2019-04-25 09:06:59,814: DEBUG - Preparing to unpack .../06-erlang-ssl_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:06:59,815: DEBUG - Unpacking erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:00,017: DEBUG - Selecting previously unselected package erlang-inets.
2019-04-25 09:07:00,118: DEBUG - Preparing to unpack .../07-erlang-inets_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:00,119: DEBUG - Unpacking erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:00,421: DEBUG - Selecting previously unselected package erlang-corba.
2019-04-25 09:07:00,422: DEBUG - Preparing to unpack .../08-erlang-corba_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:00,423: DEBUG - Unpacking erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:01,125: DEBUG - Selecting previously unselected package erlang-syntax-tools.
2019-04-25 09:07:01,126: DEBUG - Preparing to unpack .../09-erlang-syntax-tools_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:01,127: DEBUG - Unpacking erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:01,329: DEBUG - Selecting previously unselected package erlang-diameter.
2019-04-25 09:07:01,330: DEBUG - Preparing to unpack .../10-erlang-diameter_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:01,331: DEBUG - Unpacking erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:01,734: DEBUG - Selecting previously unselected package erlang-xmerl.
2019-04-25 09:07:01,836: DEBUG - Preparing to unpack .../11-erlang-xmerl_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:01,838: DEBUG - Unpacking erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:02,240: DEBUG - Selecting previously unselected package erlang-edoc.
2019-04-25 09:07:02,342: DEBUG - Preparing to unpack .../12-erlang-edoc_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:02,343: DEBUG - Unpacking erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:02,645: DEBUG - Selecting previously unselected package erlang-eldap.
2019-04-25 09:07:02,647: DEBUG - Preparing to unpack .../13-erlang-eldap_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:02,648: DEBUG - Unpacking erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:02,951: DEBUG - Selecting previously unselected package erlang-erl-docgen.
2019-04-25 09:07:02,953: DEBUG - Preparing to unpack .../14-erlang-erl-docgen_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:02,955: DEBUG - Unpacking erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:03,157: DEBUG - Selecting previously unselected package erlang-eunit.
2019-04-25 09:07:03,158: DEBUG - Preparing to unpack .../15-erlang-eunit_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:03,261: DEBUG - Unpacking erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:03,363: DEBUG - Selecting previously unselected package erlang-ic.
2019-04-25 09:07:03,364: DEBUG - Preparing to unpack .../16-erlang-ic_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:03,365: DEBUG - Unpacking erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:03,667: DEBUG - Selecting previously unselected package erlang-odbc.
2019-04-25 09:07:03,668: DEBUG - Preparing to unpack .../17-erlang-odbc_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:03,669: DEBUG - Unpacking erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:03,871: DEBUG - Selecting previously unselected package erlang-snmp.
2019-04-25 09:07:03,872: DEBUG - Preparing to unpack .../18-erlang-snmp_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:03,873: DEBUG - Unpacking erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:04,576: DEBUG - Selecting previously unselected package erlang-os-mon.
2019-04-25 09:07:04,577: DEBUG - Preparing to unpack .../19-erlang-os-mon_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:04,578: DEBUG - Unpacking erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:04,779: DEBUG - Selecting previously unselected package erlang-parsetools.
2019-04-25 09:07:04,780: DEBUG - Preparing to unpack .../20-erlang-parsetools_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:04,781: DEBUG - Unpacking erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:04,983: DEBUG - Selecting previously unselected package erlang-percept.
2019-04-25 09:07:04,984: DEBUG - Preparing to unpack .../21-erlang-percept_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:04,985: DEBUG - Unpacking erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:05,087: DEBUG - Selecting previously unselected package erlang-ssh.
2019-04-25 09:07:05,188: DEBUG - Preparing to unpack .../22-erlang-ssh_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:05,189: DEBUG - Unpacking erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:05,391: DEBUG - Selecting previously unselected package erlang-tools.
2019-04-25 09:07:05,392: DEBUG - Preparing to unpack .../23-erlang-tools_1%3a19.2.1+dfsg-2+deb9u2_armhf.deb ...
2019-04-25 09:07:05,393: DEBUG - Unpacking erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:05,695: DEBUG - Selecting previously unselected package erlang-nox.
2019-04-25 09:07:05,696: DEBUG - Preparing to unpack .../24-erlang-nox_1%3a19.2.1+dfsg-2+deb9u2_all.deb ...
2019-04-25 09:07:05,696: DEBUG - Unpacking erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:05,797: DEBUG - Selecting previously unselected package libsctp1:armhf.
2019-04-25 09:07:05,799: DEBUG - Preparing to unpack .../25-libsctp1_1.0.17+dfsg-1_armhf.deb ...
2019-04-25 09:07:05,799: DEBUG - Unpacking libsctp1:armhf (1.0.17+dfsg-1) ...
2019-04-25 09:07:05,901: DEBUG - Selecting previously unselected package postgresql.
2019-04-25 09:07:06,002: DEBUG - Preparing to unpack .../26-postgresql_9.6+181+deb9u2_all.deb ...
2019-04-25 09:07:06,003: DEBUG - Unpacking postgresql (9.6+181+deb9u2) ...
2019-04-25 09:07:06,104: DEBUG - Selecting previously unselected package rabbitmq-server.
2019-04-25 09:07:06,106: DEBUG - Preparing to unpack .../27-rabbitmq-server_3.6.6-1_all.deb ...
2019-04-25 09:07:06,208: DEBUG - Unpacking rabbitmq-server (3.6.6-1) ...
2019-04-25 09:07:07,513: DEBUG - Setting up erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:09,621: DEBUG - Searching for services which depend on erlang and should be started...none found.
2019-04-25 09:07:09,722: DEBUG - Setting up libsctp1:armhf (1.0.17+dfsg-1) ...
2019-04-25 09:07:09,723: DEBUG - Setting up erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:09,824: DEBUG - Setting up erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:09,926: DEBUG - Setting up erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:10,028: DEBUG - Setting up erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:10,030: DEBUG - Setting up erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:10,032: DEBUG - Setting up erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:10,034: DEBUG - Processing triggers for libc-bin (2.24-11+deb9u4) ...
2019-04-25 09:07:10,136: DEBUG - Setting up postgresql (9.6+181+deb9u2) ...
2019-04-25 09:07:10,237: DEBUG - Processing triggers for systemd (232-25+deb9u11) ...
2019-04-25 09:07:10,539: DEBUG - Processing triggers for man-db (2.7.6.1-2) ...
2019-04-25 09:07:11,042: DEBUG - Setting up erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,143: DEBUG - Setting up erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,144: DEBUG - Setting up erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,145: DEBUG - Setting up erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,145: DEBUG - Setting up erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,246: DEBUG - Setting up erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,247: DEBUG - Setting up erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,248: DEBUG - Setting up erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,251: DEBUG - Setting up erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,352: DEBUG - Setting up erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,353: DEBUG - Setting up erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,356: DEBUG - Setting up erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,356: DEBUG - Setting up erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,458: DEBUG - Setting up erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,458: DEBUG - Setting up erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,459: DEBUG - Setting up erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,460: DEBUG - Setting up erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,561: DEBUG - Setting up erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-04-25 09:07:11,563: DEBUG - Setting up rabbitmq-server (3.6.6-1) ...
2019-04-25 09:07:12,367: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2019-04-25 09:07:48,476: DEBUG - Job for rabbitmq-server.service failed because the control process exited with error code.
2019-04-25 09:07:48,477: DEBUG - See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.
2019-04-25 09:07:48,478: DEBUG - invoke-rc.d: initscript rabbitmq-server, action "start" failed.
2019-04-25 09:07:48,479: DEBUG - ● rabbitmq-server.service - RabbitMQ Messaging Server
2019-04-25 09:07:48,480: DEBUG -    Loaded: loaded (/lib/systemd/system/rabbitmq-server.service; enabled; vendor preset: enabled)
2019-04-25 09:07:48,481: DEBUG -    Active: failed (Result: exit-code) since Thu 2019-04-25 09:07:48 BST; 59ms ago
2019-04-25 09:07:48,481: DEBUG -   Process: 26566 ExecStartPost=/usr/lib/rabbitmq/bin/rabbitmq-server-wait (code=exited, status=70)
2019-04-25 09:07:48,482: DEBUG -   Process: 26565 ExecStart=/usr/sbin/rabbitmq-server (code=exited, status=1/FAILURE)
2019-04-25 09:07:48,483: DEBUG -  Main PID: 26565 (code=exited, status=1/FAILURE)
2019-04-25 09:07:48,484: DEBUG - 
2019-04-25 09:07:48,485: DEBUG - Apr 25 09:07:13 pi.simon511000.fr systemd[1]: Starting RabbitMQ Messaging Se…...
2019-04-25 09:07:48,485: DEBUG - Apr 25 09:07:15 pi.simon511000.fr rabbitmq[26566]: Waiting for rabbit@pi ...
2019-04-25 09:07:48,486: DEBUG - Apr 25 09:07:15 pi.simon511000.fr rabbitmq[26566]: pid is 26580 ...
2019-04-25 09:07:48,486: DEBUG - Apr 25 09:07:44 pi.simon511000.fr systemd[1]: rabbitmq-server.service: Main …URE
2019-04-25 09:07:48,487: DEBUG - Apr 25 09:07:48 pi.simon511000.fr rabbitmq[26566]: Error: process_not_running
2019-04-25 09:07:48,488: DEBUG - Apr 25 09:07:48 pi.simon511000.fr systemd[1]: rabbitmq-server.service: Contr…=70
2019-04-25 09:07:48,488: DEBUG - Apr 25 09:07:48 pi.simon511000.fr systemd[1]: Failed to start RabbitMQ Messa…er.
2019-04-25 09:07:48,489: DEBUG - Apr 25 09:07:48 pi.simon511000.fr systemd[1]: rabbitmq-server.service: Unit …te.
2019-04-25 09:07:48,489: DEBUG - Apr 25 09:07:48 pi.simon511000.fr systemd[1]: rabbitmq-server.service: Faile…e'.
2019-04-25 09:07:48,490: DEBUG - Hint: Some lines were ellipsized, use -l to show in full.
2019-04-25 09:07:48,491: DEBUG - dpkg: error processing package rabbitmq-server (--configure):
2019-04-25 09:07:48,491: DEBUG -  subprocess installed post-installation script returned error exit status 1
2019-04-25 09:07:48,492: DEBUG - Processing triggers for systemd (232-25+deb9u11) ...
2019-04-25 09:07:48,994: DEBUG - Errors were encountered while processing:
2019-04-25 09:07:48,995: DEBUG -  rabbitmq-server
2019-04-25 09:07:50,602: DEBUG - + ynh_die '--message=Unable to install dependencies'
2019-04-25 09:07:50,602: WARNING - E: Sub-process /usr/bin/dpkg returned an error code (1)
2019-04-25 09:07:50,604: DEBUG - + local legacy_args=mc
2019-04-25 09:07:50,605: WARNING - Unable to install dependencies
2019-04-25 09:07:50,607: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-04-25 09:07:50,608: WARNING - !!
2019-04-25 09:07:50,609: DEBUG - + declare -Ar args_array
2019-04-25 09:07:50,610: WARNING -   onlyoffice's script has encountered an error. Its execution was cancelled.
2019-04-25 09:07:50,612: DEBUG - + local message
2019-04-25 09:07:50,612: WARNING - !!
2019-04-25 09:07:50,614: DEBUG - + local ret_code
2019-04-25 09:07:50,615: WARNING - 
2019-04-25 09:07:50,616: DEBUG - + ynh_handle_getopts_args '--message=Unable to install dependencies'
2019-04-25 09:07:50,617: DEBUG - + set +x
2019-04-25 09:07:50,617: DEBUG - + echo 'Unable to install dependencies'
2019-04-25 09:07:50,618: DEBUG - + exit 1
2019-04-25 09:07:50,619: DEBUG - + ynh_exit_properly
2019-04-25 09:07:50,619: DEBUG - + local exit_code=1
2019-04-25 09:07:50,620: DEBUG - + '[' 1 -eq 0 ']'
2019-04-25 09:07:50,620: DEBUG - + trap '' EXIT
2019-04-25 09:07:50,621: DEBUG - + set +eu
2019-04-25 09:07:50,621: DEBUG - + echo -e '!!\n  onlyoffice'\''s script has encountered an error. Its execution was cancelled.\n!!'
2019-04-25 09:07:50,622: DEBUG - + type -t ynh_clean_setup
2019-04-25 09:07:50,623: DEBUG - + ynh_clean_setup
2019-04-25 09:07:50,623: DEBUG - + true
2019-04-25 09:07:50,624: DEBUG - + ynh_die
2019-04-25 09:07:50,625: DEBUG - + local legacy_args=mc
2019-04-25 09:07:50,625: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-04-25 09:07:50,626: DEBUG - + declare -Ar args_array
2019-04-25 09:07:50,626: DEBUG - + local message
2019-04-25 09:07:50,627: DEBUG - + local ret_code
2019-04-25 09:07:50,628: DEBUG - + ynh_handle_getopts_args
2019-04-25 09:07:50,628: DEBUG - + set +x
2019-04-25 09:07:50,629: DEBUG - + echo ''
2019-04-25 09:07:50,629: DEBUG - + exit 1

Install fail via tty on Raspberry pi 2b

Here the log: https://paste.yunohost.org/raw/ewiqujodoq
Here the specs:
OS: Raspbian GNU/Linux 9.9 (stretch) armv7l
Model: Raspberry Pi 2 Model B Rev 1.1
Kernel: 4.14.79-v7+
Packages: 864
Shell: bash 4.4.12
CPU: ARMv7 rev 5 (v7l) (4) @ 0.9GHz
Memory: 363MB / 927MB

scenario:
admin@minecraft:~ $ sudo yunohost app install https://github.com/YunoHost-Apps/onlyoffice_ynh

Cannot install from RPi3 Yunohost

Describe the bug
I tried to install onlyoffice from yunohost(RPi3) but It failed.

Versions

  • Hardware: Raspberry Pi 3
  • YunoHost version: 4.1.6
  • 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
  • Using, or trying to install package version/branch: 6.0.1~ynh1

To Reproduce
sh sudo yunohost app install onlyoffice

Expected behavior
onlyoffice installed.

Logs
From web: https://paste.yunohost.org/raw/vowayovowo
From cli: https://paste.yunohost.org/raw/eboborecef

Heavy load due to spellchecker

My server is a small home computer and onlyoffice seems to work perfectly on it, but spellchecker constantly uses a lot of resources.

I tried to wait for 24h in case it was just building something but without success, my system load stays at 2 (with 2 cores).

Is there a way to stop the spellchecker ?
Or at least make it work only during a document edition ?
(I don't really care about this, there are many great tools in the web browser for this)

Thanks a lot

Can't connect nextcloud or Android app, healthcheck URL returns a 400 error

Describe the bug

Installation went fine, but OO is unusable via Nextcloud or the Android app - probably because the address https:///healthcheck returns a 400 error

Context

  • Hardware: VPS on Linode
  • YunoHost version:
root@ynh:~# yunohost -v
yunohost:
  repo: stable
  version: 4.2.6.1
yunohost-admin:
  repo: stable
  version: 4.2.3.3
moulinette:
  repo: stable
  version: 4.2.3.3
ssowat:
  repo: stable
  version: 4.2.3
  • I have access to my server: SSH and webadmin
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
  • Using, or trying to install package version/branch: 6.1.0~ynh2

Steps to reproduce

  • Install OO.
  • Install OO Nextcloud app.
  • Put the OO URL in the config of the nextcloud app
  • A 400 error is returned saying that the address https:///healthcheck is not found

Expected behavior

Well, for the nextcloud app to succeed in connecting to OO ;)

Logs

I found this in the documentserver/nginx.error.log:

2021/08/07 22:52:00 [error] 30035#30035: *1040 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /healthcheck/ HTTP/1.1", upstream: "http://[::1]:8000/healthcheck/", host: "[my obfuscated documentserverURL]"

When I look at the nginx configuration for the documentserver, it's not running on port 8000 but on 8096, might this be the issue?

GPG Key not found for OnlyOffice repo

Upgrade from 6.1.0~ynh1 to ynh2 fails. Log line is "2021-07-09 18:05:08,379: DEBUG - Executing: /tmp/apt-key-gpghome.EJHWnDvJO3/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2021-07-09 18:05:08,639: WARNING - gpg: keyserver receive failed: Server indicated a failure"

And searching for key CB2DE8E5 on keyserver.ubuntu.com returns : "Not Found"

Maybe onlyOffice has a new key ?

Run prepare4shutdown.sh

To avoid data loss we should run

55 23 * * * documentserver-prepare4shutdown.sh && supervisorctl restart ds:docservice && supervisorctl restart ds:converter && supervisorctl restart ds:metrics

This should be trigger before the nextcloud backup in an ideal way.

Error: TypeError: e.indexOf is not a function

[2019-10-24T10:45:55.511] [ERROR] nodeJS - changesError: docId = 2096958959 Error: TypeError: e.indexOf is not a function Script: https://office.biobulkbende.org/5.4.0-21//sdkjs/cell/sdk-all-min.js Line: 660:213 userAgent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0 platform: Linux x86_64 isLoadFullApi: true isDocumentLoadComplete: true StackTrace: mb.prototype.wIc@https://foo.com/5.4.0-21//sdkjs/cell/sdk-all-min.js:660:213

Update to version 7.0.0 in testing?

Context

  • Hardware: Intel x86_64
  • YunoHost version: 4.3.6.2 (stable)
  • Nextcloud version: 22.2.3~ynh1
  • Onlyoffice version: 6.4.0~ynh2

Describe the bug

I used to open documents from Nextcloud and it was working well but it stopped working recently (I would say in December).
I can open the web page in the subdomain where Onlyoffice is installed without problem and I tried with starting ds:example to see if it was a nextcloud problem and it's also not working. Like in nextcloud, I get a Warning followed by an Error window stating that the download failed. See the screenshot from ds:example
onlyoffice-error

I found a similar bug report upstream:
ONLYOFFICE/DocumentServer#1298
They say it is a problem with TLSv1.3, which is activated in my onlyoffice page as you can see in the screenshot in the right part of the address bar.
Apparently the problem is solved with version 7, which was released 3 days ago.
Are you planning an update to this version in testing ?
Thanks

Fixe Relsease

Need to work on fixe release for run correctly this app and secure install for more good install.
Now installer install OnlyOffice with official step to install app have try installer with fixe release but not work :(

Need your help

OnlyOffice failed to installed due to "Error inside Installation Script"

Describe the bug

OnlyOffice failed to installed due to "Error inside Installation Script"

Context

  • Hardware: VPS
    OS: Debian 11 (64-bit)
    Processor: 2 x 1.8 GHz
    Memory: 4096 MB
    Storage: 40 GB

  • YunoHost version: 11.1.6.2 (stable)

  • I have access to my server: through the webadmin

  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

  • Using, or trying to install package version/branch: 7.1.0~ynh1

Steps to reproduce

  • If the error occurs in your browser, explain what you did:*
    1. Set up new VPS server
    2. Install yunohost
    3. Install OnlyOffice

Expected behavior

Complete installation

Logs

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


Apologize for the brevity, I am not sure how to detail more information.

502 Bad Gateway

Hello,

Onlyoffice give me an error 502 and i have no idea to get rid of it.
Here above, the log:

2019/09/06 14:39:46 [error] 9783#9783: *15550 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/1704729769/c/info?t=1567773586700 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/1704729769/c/info", host: "stemy.me"
2019/09/06 14:39:46 [error] 9783#9783: *15550 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/1704729769/c/info?t=1567773586700 HTTP/1.1", upstream: "http://[::1]:8000/doc/1704729769/c/info", host: "stemy.me"
2019/09/06 14:39:48 [error] 9783#9783: *15556 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/1704729769/c/info?t=1567773588700 HTTP/1.1", upstream: "http://docservice/doc/1704729769/c/info", host: "stemy.me"
2019/09/06 14:39:52 [error] 9783#9783: *15562 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/1704729769/c/info?t=1567773592500 HTTP/1.1", upstream: "http://[::1]:8000/doc/1704729769/c/info", host: "stemy.me"
2019/09/06 14:39:52 [error] 9783#9783: *15562 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/1704729769/c/info?t=1567773592500 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/1704729769/c/info", host: "stemy.me"
2019/09/06 14:40:11 [error] 9782#9782: *15636 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773611600 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:11 [error] 9782#9782: *15636 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773611600 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:14 [error] 9783#9783: *15640 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773614100 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:14 [error] 9783#9783: *15640 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773614100 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:18 [error] 9783#9783: *15650 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773618400 HTTP/1.1", upstream: "http://docservice/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:21 [error] 9783#9783: *15656 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773621500 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:21 [error] 9783#9783: *15656 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773621500 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:24 [error] 9783#9783: *15664 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773623800 HTTP/1.1", upstream: "http://docservice/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:26 [error] 9783#9783: *15671 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773626100 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:26 [error] 9783#9783: *15671 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773626100 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:28 [error] 9783#9783: *15678 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773628300 HTTP/1.1", upstream: "http://docservice/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:30 [error] 9783#9783: *15683 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773630500 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:30 [error] 9783#9783: *15683 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773630500 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:32 [error] 9783#9783: *15694 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773632500 HTTP/1.1", upstream: "http://docservice/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:34 [error] 9783#9783: *15696 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773634700 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:34 [error] 9783#9783: *15696 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773634700 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:36 [error] 9783#9783: *15705 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773636900 HTTP/1.1", upstream: "http://docservice/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:39 [error] 9783#9783: *15710 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773639000 HTTP/1.1", upstream: "http://[::1]:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:39 [error] 9783#9783: *15710 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /5.4.0-21/doc/200824494/c/info?t=1567773639000 HTTP/1.1", upstream: "http://127.0.0.1:8000/doc/200824494/c/info", host: "stemy.me"
2019/09/06 14:40:50 [error] 9783#9783: *15735 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /welcome/ HTTP/1.1", upstream: "http://[::1]:8000/welcome/", host: "stemy.me", referrer: "https://stemy.me/onlyoffice/welcome/"
2019/09/06 14:40:50 [error] 9783#9783: *15735 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /welcome/ HTTP/1.1", upstream: "http://127.0.0.1:8000/welcome/", host: "stemy.me", referrer: "https://stemy.me/onlyoffice/welcome/"

Don't restart all and sleep

supervisorctl restart all

sleep 30

In the install script. We shouldn't restart services we don't control in this app.

We shouldn't sleep for this length without polling ..

Onlyoffice community edition : read only on android

Describe the bug
It's impossible to edit documents online on android with the community edition. Does a workaround exists ?
I mean, this impossibility is caused by proprietary code allowing modifications on android and not available in the opensource edition, or by a parameter creating this limit to incite people to by a licence, but with the whole code opensource ?

Expected behaviour
Be able to edit online documents on android.

Onlyoffice don't throw error on arm64 arch

Describe the bug

When trying to install onlyoffice application on an odroid hc4, there is an error.

Context

  • Hardware: Odroid hc4
  • YunoHost version: 4.3.4.2
  • I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen if needed |
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: I guess yes
    • If yes, please explain: I have some changes on fail2ban config and postfix/main config
  • Using, or trying to install package version/branch: 6.4.0~ynh2

Steps to reproduce

Try to install app on an odroid hc4 or any arm64 architecture board.

Expected behavior

Trying to not install since it's not possible :

Logs

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

Problem seems to come frome here : https://github.com/YunoHost-Apps/onlyoffice_ynh/blob/testing/scripts/install#L38

Only armhf architecture is tested.

Black screen instead of the expected document

Hello,

I had many problems with onlyoffice because rabbitmq was unable to start. I upgraded it and now, the said server says it works, but when i open a document in my nextcloud instance, instead of opening it with onlyoffice, does nothig but giving a black screen. I don't even have onlyoffice's toolbars, just the favicon. The onlyoffice's url specified in the nextcloud's parameters is right, and reciprocally, so i don't understand what did i missed.

Avoid editing the internal NGINX configurations during install

I'm sure there's a good reason for what happens here :

https://github.com/YunoHost-Apps/onlyoffice_ynh/blob/07c565b882c288a4490302f2123dc0dc1e76a74e/scripts/install

but it's really not recommended to proceed that way ... The nginx configuration is going to be marked as manually modified, and will therefore not be updated to Yunohost's standard, and might even trigger bugs later like in https://forum.yunohost.org/t/nginx-ne-demarre-plus/9175 ... 😕

Could not install on ARM/RPi

OS: Yunohost 3.8.4.6 (stable)
Device: Raspberry Pi 3b+

When installing OnlyOffice through Yunohost gui the following error occurs and installation is rolled back:
“ ERROR - Could not install onlyoffice: An error occurred inside the app installation script”
Full log here: https://paste.yunohost.org/raw/ociqeyilaj

The error itself is rather vague. Any idea what’s going on and how to get around it?

Please consider using ynh_install_extra_repo

Hi

We noticed that you use an extra repository for your app. Using extra repository without pinning it can have consequences.
Please consider using the experimental helper ynh_install_extra_repo to handle securely any extra repo.

If you encounter any problem using this helper, please open an issue on the repo.

installation failure

Hello,
my attempts to install the onlyoffice application on a yunohost 11.1.9 server failed several times
According to the logs, the installation fails at this steps :
Executing: /tmp/apt-key-gpghome.ahljlXDFgF/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
Here are the complete logs : https://paste.yunohost.org/raw/xapebobayo

I tried this solution without success :
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
Executing: /tmp/apt-key-gpghome.hui7PhqPwC/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 gpg: WARNING: unacceptable HTTP redirect from server was cleaned up gpg: keyserver receive failed: Server indicated a failure

Can you direct me to another solution please ?

onlyoffice does not install

here the log

2019-12-14 15:39:34,085: INFO - Installation de l'application onlyoffice …
2019-12-14 15:39:34,258: DEBUG - Exécution de la commande 'sh -c YNH_APP_INSTANCE_NUMBER=1 YNH_CWD=/var/cache/yunohost/from_file/onlyoffice_ynh-07c565b882c288a4490302f2123dc0dc1e76a74e/scripts YNH_APP_ARG_IS_PUBLIC=1 YNH_STDRETURN=/tmp/tmpYh7qWx/stdreturn YNH_STDINFO=/tmp/tmpWf1caZ/stdinfo YNH_APP_INSTANCE_NAME=onlyoffice YNH_APP_ARG_NEXTCLOUDDOMAIN=vpsdebian.ynh.fr/nextcloud YNH_APP_ID=onlyoffice YNH_APP_ARG_PATH=/onlyoffice YNH_INTERFACE=api YNH_APP_ARG_DOMAIN=vpsdebian.ynh.fr BASH_XTRACEFD=7 /bin/bash -x "./install" vpsdebian.ynh.fr /onlyoffice vpsdebian.ynh.fr/nextcloud 1 onlyoffice 7>&1' …
2019-12-14 15:39:34,259: DEBUG - About to run the command '['sh', '-c', 'YNH_APP_INSTANCE_NUMBER=1 YNH_CWD=/var/cache/yunohost/from_file/onlyoffice_ynh-07c565b882c288a4490302f2123dc0dc1e76a74e/scripts YNH_APP_ARG_IS_PUBLIC=1 YNH_STDRETURN=/tmp/tmpYh7qWx/stdreturn YNH_STDINFO=/tmp/tmpWf1caZ/stdinfo YNH_APP_INSTANCE_NAME=onlyoffice YNH_APP_ARG_NEXTCLOUDDOMAIN=vpsdebian.ynh.fr/nextcloud YNH_APP_ID=onlyoffice YNH_APP_ARG_PATH=/onlyoffice YNH_INTERFACE=api YNH_APP_ARG_DOMAIN=vpsdebian.ynh.fr BASH_XTRACEFD=7 /bin/bash -x "./install" vpsdebian.ynh.fr /onlyoffice vpsdebian.ynh.fr/nextcloud 1 onlyoffice 7>&1']'
2019-12-14 15:39:34,285: DEBUG - + source _common.sh
2019-12-14 15:39:34,287: DEBUG - ++ pkg_dependencies='postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2019-12-14 15:39:34,287: DEBUG - + source ynh_add_extra_apt_repos__3
2019-12-14 15:39:34,288: DEBUG - + source /usr/share/yunohost/helpers
2019-12-14 15:39:34,288: DEBUG - +++ run-parts --list /usr/share/yunohost/helpers.d
2019-12-14 15:39:34,288: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,288: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/apt ']'
2019-12-14 15:39:34,288: DEBUG - ++ . /usr/share/yunohost/helpers.d/apt
2019-12-14 15:39:34,289: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,289: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/backup ']'
2019-12-14 15:39:34,289: DEBUG - ++ . /usr/share/yunohost/helpers.d/backup
2019-12-14 15:39:34,293: DEBUG - +++ CAN_BIND=1
2019-12-14 15:39:34,294: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,294: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/fail2ban ']'
2019-12-14 15:39:34,294: DEBUG - ++ . /usr/share/yunohost/helpers.d/fail2ban
2019-12-14 15:39:34,294: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,294: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/getopts ']'
2019-12-14 15:39:34,294: DEBUG - ++ . /usr/share/yunohost/helpers.d/getopts
2019-12-14 15:39:34,295: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,295: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/logging ']'
2019-12-14 15:39:34,295: DEBUG - ++ . /usr/share/yunohost/helpers.d/logging
2019-12-14 15:39:34,396: DEBUG - +++ increment_progression=0
2019-12-14 15:39:34,396: INFO - Validating installation parameters...
2019-12-14 15:39:34,400: DEBUG - +++ previous_weight=0
2019-12-14 15:39:34,400: DEBUG - +++ max_progression=-1
2019-12-14 15:39:34,401: DEBUG - +++ progress_scale=20
2019-12-14 15:39:34,402: DEBUG - +++ progress_string2='####################'
2019-12-14 15:39:34,403: DEBUG - +++ progress_string1=++++++++++++++++++++
2019-12-14 15:39:34,403: DEBUG - +++ progress_string0=....................
2019-12-14 15:39:34,403: DEBUG - ++++ date +%s
2019-12-14 15:39:34,403: DEBUG - +++ base_time=1576334374
2019-12-14 15:39:34,404: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,404: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/logrotate ']'
2019-12-14 15:39:34,404: DEBUG - ++ . /usr/share/yunohost/helpers.d/logrotate
2019-12-14 15:39:34,404: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,404: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/mysql ']'
2019-12-14 15:39:34,404: DEBUG - ++ . /usr/share/yunohost/helpers.d/mysql
2019-12-14 15:39:34,404: DEBUG - +++ MYSQL_ROOT_PWD_FILE=/etc/yunohost/mysql
2019-12-14 15:39:34,405: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,405: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/network ']'
2019-12-14 15:39:34,405: DEBUG - ++ . /usr/share/yunohost/helpers.d/network
2019-12-14 15:39:34,405: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,405: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nginx ']'
2019-12-14 15:39:34,406: DEBUG - ++ . /usr/share/yunohost/helpers.d/nginx
2019-12-14 15:39:34,406: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,406: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nodejs ']'
2019-12-14 15:39:34,406: DEBUG - ++ . /usr/share/yunohost/helpers.d/nodejs
2019-12-14 15:39:34,406: DEBUG - +++ n_install_dir=/opt/node_n
2019-12-14 15:39:34,406: DEBUG - +++ node_version_path=/opt/node_n/n/versions/node
2019-12-14 15:39:34,406: DEBUG - +++ export N_PREFIX=/opt/node_n
2019-12-14 15:39:34,407: DEBUG - +++ N_PREFIX=/opt/node_n
2019-12-14 15:39:34,407: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,407: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/php ']'
2019-12-14 15:39:34,407: DEBUG - ++ . /usr/share/yunohost/helpers.d/php
2019-12-14 15:39:34,407: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,408: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/postgresql ']'
2019-12-14 15:39:34,408: DEBUG - ++ . /usr/share/yunohost/helpers.d/postgresql
2019-12-14 15:39:34,408: DEBUG - +++ PSQL_ROOT_PWD_FILE=/etc/yunohost/psql
2019-12-14 15:39:34,409: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,409: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/setting ']'
2019-12-14 15:39:34,409: DEBUG - ++ . /usr/share/yunohost/helpers.d/setting
2019-12-14 15:39:34,409: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,409: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/string ']'
2019-12-14 15:39:34,409: DEBUG - ++ . /usr/share/yunohost/helpers.d/string
2019-12-14 15:39:34,409: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,410: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/systemd ']'
2019-12-14 15:39:34,410: DEBUG - ++ . /usr/share/yunohost/helpers.d/systemd
2019-12-14 15:39:34,410: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,410: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/user ']'
2019-12-14 15:39:34,410: DEBUG - ++ . /usr/share/yunohost/helpers.d/user
2019-12-14 15:39:34,411: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2019-12-14 15:39:34,411: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/utils ']'
2019-12-14 15:39:34,411: DEBUG - ++ . /usr/share/yunohost/helpers.d/utils
2019-12-14 15:39:34,411: DEBUG - + ynh_abort_if_errors
2019-12-14 15:39:34,411: DEBUG - + set -eu
2019-12-14 15:39:34,411: DEBUG - + trap ynh_exit_properly EXIT
2019-12-14 15:39:34,411: DEBUG - + domain=vpsdebian.ynh.fr
2019-12-14 15:39:34,411: DEBUG - + path_url=/onlyoffice
2019-12-14 15:39:34,412: DEBUG - + is_public=1
2019-12-14 15:39:34,412: DEBUG - + nextclouddomain=vpsdebian.ynh.fr/nextcloud
2019-12-14 15:39:34,412: DEBUG - + app=onlyoffice
2019-12-14 15:39:34,412: DEBUG - + ynh_print_info '--message=Validating installation parameters...'
2019-12-14 15:39:34,412: DEBUG - + local legacy_args=m
2019-12-14 15:39:34,412: DEBUG - + args_array=([m]=message=)
2019-12-14 15:39:34,412: DEBUG - + declare -Ar args_array
2019-12-14 15:39:34,412: DEBUG - + local message
2019-12-14 15:39:34,413: DEBUG - + ynh_handle_getopts_args '--message=Validating installation parameters...'
2019-12-14 15:39:34,413: DEBUG - + set +x
2019-12-14 15:39:34,413: DEBUG - + echo 'Validating installation parameters...'
2019-12-14 15:39:34,413: DEBUG - + ynh_webpath_register --app=onlyoffice --domain=vpsdebian.ynh.fr --path_url=/onlyoffice
2019-12-14 15:39:34,413: DEBUG - + local legacy_args=adp
2019-12-14 15:39:34,413: DEBUG - + args_array=([a]=app= [d]=domain= [p]=path_url=)
2019-12-14 15:39:34,413: DEBUG - + declare -Ar args_array
2019-12-14 15:39:34,414: DEBUG - + local app
2019-12-14 15:39:34,414: DEBUG - + local domain
2019-12-14 15:39:34,414: DEBUG - + local path_url
2019-12-14 15:39:34,414: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --domain=vpsdebian.ynh.fr --path_url=/onlyoffice
2019-12-14 15:39:34,414: DEBUG - + set +x
2019-12-14 15:39:34,414: DEBUG - + sudo yunohost app register-url onlyoffice vpsdebian.ynh.fr /onlyoffice
2019-12-14 15:39:34,916: DEBUG - + ynh_print_info '--message=Storing installation settings...'
2019-12-14 15:39:34,916: INFO - Storing installation settings...
2019-12-14 15:39:34,917: DEBUG - + local legacy_args=m
2019-12-14 15:39:34,917: DEBUG - + args_array=([m]=message=)
2019-12-14 15:39:34,917: DEBUG - + declare -Ar args_array
2019-12-14 15:39:34,917: DEBUG - + local message
2019-12-14 15:39:34,917: DEBUG - + ynh_handle_getopts_args '--message=Storing installation settings...'
2019-12-14 15:39:34,918: DEBUG - + set +x
2019-12-14 15:39:34,918: DEBUG - + echo 'Storing installation settings...'
2019-12-14 15:39:34,918: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=domain --value=vpsdebian.ynh.fr
2019-12-14 15:39:34,918: DEBUG - + local legacy_args=akv
2019-12-14 15:39:34,918: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-12-14 15:39:34,918: DEBUG - + declare -Ar args_array
2019-12-14 15:39:34,918: DEBUG - + local app
2019-12-14 15:39:34,919: DEBUG - + local key
2019-12-14 15:39:34,919: DEBUG - + local value
2019-12-14 15:39:34,919: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=domain --value=vpsdebian.ynh.fr
2019-12-14 15:39:34,919: DEBUG - + set +x
2019-12-14 15:39:34,919: DEBUG - + ynh_app_setting set onlyoffice domain vpsdebian.ynh.fr
2019-12-14 15:39:34,919: DEBUG - + ACTION=set
2019-12-14 15:39:34,919: DEBUG - + APP=onlyoffice
2019-12-14 15:39:34,919: DEBUG - + KEY=domain
2019-12-14 15:39:34,919: DEBUG - + VALUE=vpsdebian.ynh.fr
2019-12-14 15:39:34,920: DEBUG - + python -
2019-12-14 15:39:35,120: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=path --value=/onlyoffice
2019-12-14 15:39:35,121: DEBUG - + local legacy_args=akv
2019-12-14 15:39:35,121: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-12-14 15:39:35,121: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,121: DEBUG - + local app
2019-12-14 15:39:35,121: DEBUG - + local key
2019-12-14 15:39:35,121: DEBUG - + local value
2019-12-14 15:39:35,122: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=path --value=/onlyoffice
2019-12-14 15:39:35,122: DEBUG - + set +x
2019-12-14 15:39:35,122: DEBUG - + ynh_app_setting set onlyoffice path /onlyoffice
2019-12-14 15:39:35,122: DEBUG - + ACTION=set
2019-12-14 15:39:35,122: DEBUG - + APP=onlyoffice
2019-12-14 15:39:35,122: DEBUG - + KEY=path
2019-12-14 15:39:35,123: DEBUG - + VALUE=/onlyoffice
2019-12-14 15:39:35,123: DEBUG - + python -
2019-12-14 15:39:35,324: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=is_public --value=1
2019-12-14 15:39:35,324: DEBUG - + local legacy_args=akv
2019-12-14 15:39:35,324: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-12-14 15:39:35,325: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,325: DEBUG - + local app
2019-12-14 15:39:35,325: DEBUG - + local key
2019-12-14 15:39:35,325: DEBUG - + local value
2019-12-14 15:39:35,325: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=is_public --value=1
2019-12-14 15:39:35,325: DEBUG - + set +x
2019-12-14 15:39:35,325: DEBUG - + ynh_app_setting set onlyoffice is_public 1
2019-12-14 15:39:35,326: DEBUG - + ACTION=set
2019-12-14 15:39:35,326: DEBUG - + APP=onlyoffice
2019-12-14 15:39:35,326: DEBUG - + KEY=is_public
2019-12-14 15:39:35,326: DEBUG - + VALUE=1
2019-12-14 15:39:35,326: DEBUG - + python -
2019-12-14 15:39:35,527: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=nextclouddomain --value=vpsdebian.ynh.fr/nextcloud
2019-12-14 15:39:35,528: DEBUG - + local legacy_args=akv
2019-12-14 15:39:35,528: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-12-14 15:39:35,529: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,529: DEBUG - + local app
2019-12-14 15:39:35,529: DEBUG - + local key
2019-12-14 15:39:35,529: DEBUG - + local value
2019-12-14 15:39:35,529: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=nextclouddomain --value=vpsdebian.ynh.fr/nextcloud
2019-12-14 15:39:35,529: DEBUG - + set +x
2019-12-14 15:39:35,529: DEBUG - + ynh_app_setting set onlyoffice nextclouddomain vpsdebian.ynh.fr/nextcloud
2019-12-14 15:39:35,530: DEBUG - + ACTION=set
2019-12-14 15:39:35,530: DEBUG - + APP=onlyoffice
2019-12-14 15:39:35,530: DEBUG - + KEY=nextclouddomain
2019-12-14 15:39:35,531: DEBUG - + VALUE=vpsdebian.ynh.fr/nextcloud
2019-12-14 15:39:35,531: DEBUG - + python -
2019-12-14 15:39:35,732: DEBUG - + ynh_print_info '--message=Configuring firewall...'
2019-12-14 15:39:35,732: INFO - Configuring firewall...
2019-12-14 15:39:35,733: DEBUG - + local legacy_args=m
2019-12-14 15:39:35,733: DEBUG - + args_array=([m]=message=)
2019-12-14 15:39:35,733: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,733: DEBUG - + local message
2019-12-14 15:39:35,733: DEBUG - + ynh_handle_getopts_args '--message=Configuring firewall...'
2019-12-14 15:39:35,733: DEBUG - + set +x
2019-12-14 15:39:35,733: DEBUG - + echo 'Configuring firewall...'
2019-12-14 15:39:35,734: DEBUG - ++ ynh_find_port --port=8095
2019-12-14 15:39:35,734: DEBUG - ++ local legacy_args=p
2019-12-14 15:39:35,734: DEBUG - ++ args_array=([p]=port=)
2019-12-14 15:39:35,734: DEBUG - ++ declare -Ar args_array
2019-12-14 15:39:35,734: DEBUG - ++ local port
2019-12-14 15:39:35,734: DEBUG - ++ ynh_handle_getopts_args --port=8095
2019-12-14 15:39:35,734: DEBUG - ++ set +x
2019-12-14 15:39:35,734: DEBUG - ++ test -n 8095
2019-12-14 15:39:35,735: DEBUG - ++ netcat -z 127.0.0.1 8095
2019-12-14 15:39:35,735: DEBUG - ++ port=8096
2019-12-14 15:39:35,735: DEBUG - ++ netcat -z 127.0.0.1 8096
2019-12-14 15:39:35,736: DEBUG - ++ echo 8096
2019-12-14 15:39:35,736: DEBUG - + port=8096
2019-12-14 15:39:35,737: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=port --value=8096
2019-12-14 15:39:35,737: DEBUG - + local legacy_args=akv
2019-12-14 15:39:35,737: DEBUG - + args_array=([a]=app= [k]=key= [v]=value=)
2019-12-14 15:39:35,737: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,737: DEBUG - + local app
2019-12-14 15:39:35,746: DEBUG - + local key
2019-12-14 15:39:35,746: DEBUG - + local value
2019-12-14 15:39:35,746: DEBUG - + ynh_handle_getopts_args --app=onlyoffice --key=port --value=8096
2019-12-14 15:39:35,746: DEBUG - + set +x
2019-12-14 15:39:35,746: DEBUG - + ynh_app_setting set onlyoffice port 8096
2019-12-14 15:39:35,746: DEBUG - + ACTION=set
2019-12-14 15:39:35,746: DEBUG - + APP=onlyoffice
2019-12-14 15:39:35,746: DEBUG - + KEY=port
2019-12-14 15:39:35,747: DEBUG - + VALUE=8096
2019-12-14 15:39:35,747: DEBUG - + python -
2019-12-14 15:39:35,947: DEBUG - + ynh_print_info '--message=Add nodejs repository...'
2019-12-14 15:39:35,948: DEBUG - + local legacy_args=m
2019-12-14 15:39:35,949: DEBUG - + args_array=([m]=message=)
2019-12-14 15:39:35,949: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,949: DEBUG - + local message
2019-12-14 15:39:35,950: DEBUG - + ynh_handle_getopts_args '--message=Add nodejs repository...'
2019-12-14 15:39:35,950: DEBUG - + set +x
2019-12-14 15:39:35,950: DEBUG - + echo 'Add nodejs repository...'
2019-12-14 15:39:35,950: DEBUG - + ynh_install_extra_repo '--repo=deb https://deb.nodesource.com/node_8.x stretch main' --key=**********
2019-12-14 15:39:35,950: DEBUG - + local legacy_args=rkpna
2019-12-14 15:39:35,950: DEBUG - + args_array=([r]=repo= [k]=key= [p]=priority= [n]=name= [a]=append)
2019-12-14 15:39:35,950: DEBUG - + declare -Ar args_array
2019-12-14 15:39:35,951: DEBUG - + local repo
2019-12-14 15:39:35,951: DEBUG - + local key
2019-12-14 15:39:35,951: DEBUG - + local priority
2019-12-14 15:39:35,951: DEBUG - + local name
2019-12-14 15:39:35,951: DEBUG - + local append
2019-12-14 15:39:35,951: DEBUG - + ynh_handle_getopts_args '--repo=deb https://deb.nodesource.com/node_8.x stretch main' --key=**********
2019-12-14 15:39:35,952: DEBUG - + set +x
2019-12-14 15:39:36,052: DEBUG - + name=onlyoffice
2019-12-14 15:39:36,053: INFO - Add nodejs repository...
2019-12-14 15:39:36,054: DEBUG - + append=0
2019-12-14 15:39:36,054: DEBUG - + key=**********
2019-12-14 15:39:36,054: DEBUG - + priority=
2019-12-14 15:39:36,054: DEBUG - + '[' 0 -eq 1 ']'
2019-12-14 15:39:36,054: DEBUG - + append=
2019-12-14 15:39:36,054: DEBUG - + wget_append=tee
2019-12-14 15:39:36,054: DEBUG - + repo='https://deb.nodesource.com/node_8.x stretch main'
2019-12-14 15:39:36,055: DEBUG - ++ echo 'https://deb.nodesource.com/node_8.x stretch main'
2019-12-14 15:39:36,055: DEBUG - ++ awk '{ print $1 }'
2019-12-14 15:39:36,055: DEBUG - + local uri=https://deb.nodesource.com/node_8.x
2019-12-14 15:39:36,056: DEBUG - ++ echo 'https://deb.nodesource.com/node_8.x stretch main'
2019-12-14 15:39:36,056: DEBUG - ++ awk '{ print $2 }'
2019-12-14 15:39:36,057: DEBUG - + local suite=stretch
2019-12-14 15:39:36,059: DEBUG - + local component=main
2019-12-14 15:39:36,059: DEBUG - + ynh_add_repo --uri=https://deb.nodesource.com/node_8.x --suite=stretch --component=main --name=onlyoffice
2019-12-14 15:39:36,059: DEBUG - + local legacy_args=uscna
2019-12-14 15:39:36,059: DEBUG - + args_array=([u]=uri= [s]=suite= [c]=component= [n]=name= [a]=append)
2019-12-14 15:39:36,059: DEBUG - + declare -Ar args_array
2019-12-14 15:39:36,059: DEBUG - + local uri
2019-12-14 15:39:36,059: DEBUG - + local suite
2019-12-14 15:39:36,060: DEBUG - + local component
2019-12-14 15:39:36,060: DEBUG - + local name
2019-12-14 15:39:36,060: DEBUG - + local append
2019-12-14 15:39:36,060: DEBUG - + ynh_handle_getopts_args --uri=https://deb.nodesource.com/node_8.x --suite=stretch --component=main --name=onlyoffice
2019-12-14 15:39:36,060: DEBUG - + set +x
2019-12-14 15:39:36,061: DEBUG - + name=onlyoffice
2019-12-14 15:39:36,061: DEBUG - + append=0
2019-12-14 15:39:36,061: DEBUG - + '[' 0 -eq 1 ']'
2019-12-14 15:39:36,061: DEBUG - + append=tee
2019-12-14 15:39:36,061: DEBUG - + mkdir -p /etc/apt/sources.list.d
2019-12-14 15:39:36,062: DEBUG - + echo 'deb https://deb.nodesource.com/node_8.x stretch main'
2019-12-14 15:39:36,062: DEBUG - + tee /etc/apt/sources.list.d/onlyoffice.list
2019-12-14 15:39:36,062: DEBUG - deb https://deb.nodesource.com/node_8.x stretch main
2019-12-14 15:39:36,062: DEBUG - + local pin=deb.nodesource.com/node_8.x
2019-12-14 15:39:36,062: DEBUG - + pin=deb.nodesource.com
2019-12-14 15:39:36,062: DEBUG - + '[' -n '' ']'
2019-12-14 15:39:36,063: DEBUG - + ynh_pin_repo '--package=' '--pin=origin "deb.nodesource.com"' --name=onlyoffice
2019-12-14 15:39:36,063: DEBUG - + local legacy_args=pirna
2019-12-14 15:39:36,063: DEBUG - + args_array=([p]=package= [i]=pin= [r]=priority= [n]=name= [a]=append)
2019-12-14 15:39:36,063: DEBUG - + declare -Ar args_array
2019-12-14 15:39:36,063: DEBUG - + local package
2019-12-14 15:39:36,063: DEBUG - + local pin
2019-12-14 15:39:36,063: DEBUG - + local priority
2019-12-14 15:39:36,063: DEBUG - + local name
2019-12-14 15:39:36,064: DEBUG - + local append
2019-12-14 15:39:36,064: DEBUG - + ynh_handle_getopts_args '--package=
' '--pin=origin "deb.nodesource.com"' --name=onlyoffice
2019-12-14 15:39:36,064: DEBUG - + set +x
2019-12-14 15:39:36,064: DEBUG - + package=''
2019-12-14 15:39:36,064: DEBUG - + priority=50
2019-12-14 15:39:36,064: DEBUG - + name=onlyoffice
2019-12-14 15:39:36,064: DEBUG - + append=0
2019-12-14 15:39:36,064: DEBUG - + '[' 0 -eq 1 ']'
2019-12-14 15:39:36,065: DEBUG - + append=tee
2019-12-14 15:39:36,065: DEBUG - + mkdir -p /etc/apt/preferences.d
2019-12-14 15:39:36,067: DEBUG - + echo 'Package: *
2019-12-14 15:39:36,067: DEBUG - Pin: origin "deb.nodesource.com"
2019-12-14 15:39:36,067: DEBUG - Pin-Priority: 50'
2019-12-14 15:39:36,067: DEBUG - + tee /etc/apt/preferences.d/onlyoffice
2019-12-14 15:39:36,067: DEBUG - Package: *
2019-12-14 15:39:36,068: DEBUG - Pin: origin "deb.nodesource.com"
2019-12-14 15:39:36,068: DEBUG - Pin-Priority: 50
2019-12-14 15:39:36,068: DEBUG - + '[' -n ********** ']'
2019-12-14 15:39:36,068: DEBUG - + mkdir -p /etc/apt/trusted.gpg.d
2019-12-14 15:39:36,068: DEBUG - + wget -q ********** -O -
2019-12-14 15:39:36,068: DEBUG - + gpg --dearmor
2019-12-14 15:39:36,068: DEBUG - + tee /etc/apt/trusted.gpg.d/onlyoffice.gpg
2019-12-14 15:39:36,269: DEBUG - + ynh_package_update
2019-12-14 15:39:36,270: DEBUG - + ynh_apt update
2019-12-14 15:39:36,270: DEBUG - + ynh_wait_dpkg_free
2019-12-14 15:39:36,270: DEBUG - + local try
2019-12-14 15:39:36,270: DEBUG - ++ seq 1 17
2019-12-14 15:39:36,270: DEBUG - + for try in seq 1 17
2019-12-14 15:39:36,270: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-12-14 15:39:36,471: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-12-14 15:39:36,472: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-12-14 15:39:36,472: DEBUG - + read dpkg_file
2019-12-14 15:39:36,473: DEBUG - + echo ''
2019-12-14 15:39:36,473: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-12-14 15:39:36,473: DEBUG - + read dpkg_file
2019-12-14 15:39:36,473: DEBUG - + return 0
2019-12-14 15:39:36,473: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-12-14 15:39:36,474: DEBUG - + apt-get -y update
2019-12-14 15:39:36,775: DEBUG - Atteint:1 http://security.debian.org/debian-security stretch/updates InRelease
2019-12-14 15:39:36,775: DEBUG - Ign:2 http://ftp.fr.debian.org/debian stretch InRelease
2019-12-14 15:39:36,776: DEBUG - Atteint:3 http://forge.yunohost.org/debian stretch InRelease
2019-12-14 15:39:36,776: DEBUG - Atteint:4 http://ftp.fr.debian.org/debian stretch-updates InRelease
2019-12-14 15:39:36,776: DEBUG - Atteint:5 http://ftp.fr.debian.org/debian stretch Release
2019-12-14 15:39:37,075: DEBUG - Réception de:6 https://deb.nodesource.com/node_8.x stretch InRelease [4 620 B]
2019-12-14 15:39:37,879: DEBUG - Réception de:8 https://deb.nodesource.com/node_8.x stretch/main amd64 Packages [1 009 B]
2019-12-14 15:39:37,879: DEBUG - 5 629 o réceptionnés en 1s (4 288 o/s)
2019-12-14 15:39:39,384: DEBUG - Lecture des listes de paquets…
2019-12-14 15:39:39,384: INFO - Add OnlyOffice repository...
2019-12-14 15:39:39,385: DEBUG - + ynh_print_info '--message=Add OnlyOffice repository...'
2019-12-14 15:39:39,385: DEBUG - + local legacy_args=m
2019-12-14 15:39:39,385: DEBUG - + args_array=([m]=message=)
2019-12-14 15:39:39,386: DEBUG - + declare -Ar args_array
2019-12-14 15:39:39,386: DEBUG - + local message
2019-12-14 15:39:39,386: DEBUG - + ynh_handle_getopts_args '--message=Add OnlyOffice repository...'
2019-12-14 15:39:39,386: DEBUG - + set +x
2019-12-14 15:39:39,386: DEBUG - + echo 'Add OnlyOffice repository...'
2019-12-14 15:39:39,386: DEBUG - + apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-12-14 15:39:39,487: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2019-12-14 15:39:39,588: DEBUG - Executing: /tmp/apt-key-gpghome.OMyk6uXYHz/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2019-12-14 15:39:40,794: WARNING - gpg: key 8320CA65CB2DE8E5: public key "Ascensio System Limited (ONLYOFFICE) [email protected]" imported
2019-12-14 15:39:41,798: WARNING - gpg: Total number processed: 1
2019-12-14 15:39:41,799: WARNING - gpg: imported: 1
2019-12-14 15:39:42,599: DEBUG - + ynh_install_extra_repo '--repo=deb http://download.onlyoffice.com/repo/debian squeeze main' --append
2019-12-14 15:39:42,600: DEBUG - + local legacy_args=rkpna
2019-12-14 15:39:42,600: DEBUG - + args_array=([r]=repo= [k]=key= [p]=priority= [n]=name= [a]=append)
2019-12-14 15:39:42,600: DEBUG - + declare -Ar args_array
2019-12-14 15:39:42,600: DEBUG - + local repo
2019-12-14 15:39:42,600: DEBUG - + local key
2019-12-14 15:39:42,600: DEBUG - + local priority
2019-12-14 15:39:42,601: DEBUG - + local name
2019-12-14 15:39:42,601: DEBUG - + local append
2019-12-14 15:39:42,601: DEBUG - + ynh_handle_getopts_args '--repo=deb http://download.onlyoffice.com/repo/debian squeeze main' --append
2019-12-14 15:39:42,601: DEBUG - + set +x
2019-12-14 15:39:42,601: DEBUG - + name=onlyoffice
2019-12-14 15:39:42,601: DEBUG - + append=1
2019-12-14 15:39:42,601: DEBUG - + key=0
2019-12-14 15:39:42,602: DEBUG - + priority=
2019-12-14 15:39:42,602: DEBUG - + '[' 1 -eq 1 ']'
2019-12-14 15:39:42,602: DEBUG - + append=--append
2019-12-14 15:39:42,602: DEBUG - + wget_append='tee -a'
2019-12-14 15:39:42,602: DEBUG - + repo='http://download.onlyoffice.com/repo/debian squeeze main'
2019-12-14 15:39:42,602: DEBUG - ++ echo 'http://download.onlyoffice.com/repo/debian squeeze main'
2019-12-14 15:39:42,602: DEBUG - ++ awk '{ print $1 }'
2019-12-14 15:39:42,602: DEBUG - + local uri=http://download.onlyoffice.com/repo/debian
2019-12-14 15:39:42,603: DEBUG - ++ echo 'http://download.onlyoffice.com/repo/debian squeeze main'
2019-12-14 15:39:42,603: DEBUG - ++ awk '{ print $2 }'
2019-12-14 15:39:42,603: DEBUG - + local suite=squeeze
2019-12-14 15:39:42,603: DEBUG - + local component=main
2019-12-14 15:39:42,704: DEBUG - + ynh_add_repo --uri=http://download.onlyoffice.com/repo/debian --suite=squeeze --component=main --name=onlyoffice --append
2019-12-14 15:39:42,704: DEBUG - + local legacy_args=uscna
2019-12-14 15:39:42,704: DEBUG - + args_array=([u]=uri= [s]=suite= [c]=component= [n]=name= [a]=append)
2019-12-14 15:39:42,704: DEBUG - + declare -Ar args_array
2019-12-14 15:39:42,705: DEBUG - + local uri
2019-12-14 15:39:42,705: DEBUG - + local suite
2019-12-14 15:39:42,706: DEBUG - + local component
2019-12-14 15:39:42,706: DEBUG - + local name
2019-12-14 15:39:42,706: DEBUG - + local append
2019-12-14 15:39:42,706: DEBUG - + ynh_handle_getopts_args --uri=http://download.onlyoffice.com/repo/debian --suite=squeeze --component=main --name=onlyoffice --append
2019-12-14 15:39:42,706: DEBUG - + set +x
2019-12-14 15:39:42,706: DEBUG - + name=onlyoffice
2019-12-14 15:39:42,707: DEBUG - + append=1
2019-12-14 15:39:42,707: DEBUG - + '[' 1 -eq 1 ']'
2019-12-14 15:39:42,707: WARNING - gpg: no valid OpenPGP data found.
2019-12-14 15:39:42,708: DEBUG - + append='tee -a'
2019-12-14 15:39:42,708: DEBUG - + mkdir -p /etc/apt/sources.list.d
2019-12-14 15:39:42,709: DEBUG - + echo 'deb http://download.onlyoffice.com/repo/debian squeeze main'
2019-12-14 15:39:42,709: DEBUG - + tee -a /etc/apt/sources.list.d/onlyoffice.list
2019-12-14 15:39:42,709: DEBUG - deb http://download.onlyoffice.com/repo/debian squeeze main
2019-12-14 15:39:42,709: DEBUG - + local pin=download.onlyoffice.com/repo/debian
2019-12-14 15:39:42,710: DEBUG - + pin=download.onlyoffice.com
2019-12-14 15:39:42,710: DEBUG - + '[' -n '' ']'
2019-12-14 15:39:42,710: DEBUG - + ynh_pin_repo '--package=
' '--pin=origin "download.onlyoffice.com"' --name=onlyoffice --append
2019-12-14 15:39:42,710: DEBUG - + local legacy_args=pirna
2019-12-14 15:39:42,710: DEBUG - + args_array=([p]=package= [i]=pin= [r]=priority= [n]=name= [a]=append)
2019-12-14 15:39:42,710: DEBUG - + declare -Ar args_array
2019-12-14 15:39:42,710: DEBUG - + local package
2019-12-14 15:39:42,710: DEBUG - + local pin
2019-12-14 15:39:42,711: DEBUG - + local priority
2019-12-14 15:39:42,711: DEBUG - + local name
2019-12-14 15:39:42,711: DEBUG - + local append
2019-12-14 15:39:42,711: DEBUG - + ynh_handle_getopts_args '--package=' '--pin=origin "download.onlyoffice.com"' --name=onlyoffice --append
2019-12-14 15:39:42,711: DEBUG - + set +x
2019-12-14 15:39:42,711: DEBUG - + package='
'
2019-12-14 15:39:42,711: DEBUG - + priority=50
2019-12-14 15:39:42,711: DEBUG - + name=onlyoffice
2019-12-14 15:39:42,711: DEBUG - + append=1
2019-12-14 15:39:42,712: DEBUG - + '[' 1 -eq 1 ']'
2019-12-14 15:39:42,712: DEBUG - + append='tee -a'
2019-12-14 15:39:42,712: DEBUG - + mkdir -p /etc/apt/preferences.d
2019-12-14 15:39:42,712: DEBUG - + echo 'Package: *
2019-12-14 15:39:42,712: DEBUG - Pin: origin "download.onlyoffice.com"
2019-12-14 15:39:42,712: DEBUG - Pin-Priority: 50'
2019-12-14 15:39:42,712: DEBUG - + tee -a /etc/apt/preferences.d/onlyoffice
2019-12-14 15:39:42,713: DEBUG - Package: *
2019-12-14 15:39:42,713: DEBUG - Pin: origin "download.onlyoffice.com"
2019-12-14 15:39:42,714: DEBUG - Pin-Priority: 50
2019-12-14 15:39:42,714: DEBUG - + '[' -n 0 ']'
2019-12-14 15:39:42,714: DEBUG - + mkdir -p /etc/apt/trusted.gpg.d
2019-12-14 15:39:42,714: DEBUG - + wget -q 0 -O -
2019-12-14 15:39:42,714: DEBUG - + gpg --dearmor
2019-12-14 15:39:42,714: DEBUG - + tee -a /etc/apt/trusted.gpg.d/onlyoffice.gpg
2019-12-14 15:39:42,715: DEBUG - + ynh_package_update
2019-12-14 15:39:42,715: DEBUG - + ynh_apt update
2019-12-14 15:39:42,715: DEBUG - + ynh_wait_dpkg_free
2019-12-14 15:39:42,715: DEBUG - + local try
2019-12-14 15:39:42,715: DEBUG - ++ seq 1 17
2019-12-14 15:39:42,717: DEBUG - + for try in seq 1 17
2019-12-14 15:39:42,717: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-12-14 15:39:42,918: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-12-14 15:39:42,919: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-12-14 15:39:42,919: DEBUG - + read dpkg_file
2019-12-14 15:39:42,919: DEBUG - + echo ''
2019-12-14 15:39:42,919: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-12-14 15:39:42,919: DEBUG - + read dpkg_file
2019-12-14 15:39:42,919: DEBUG - + return 0
2019-12-14 15:39:42,919: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-12-14 15:39:42,920: DEBUG - + apt-get -y update
2019-12-14 15:39:43,121: DEBUG - Ign:1 http://ftp.fr.debian.org/debian stretch InRelease
2019-12-14 15:39:43,121: DEBUG - Atteint:2 http://security.debian.org/debian-security stretch/updates InRelease
2019-12-14 15:39:43,121: DEBUG - Atteint:3 http://forge.yunohost.org/debian stretch InRelease
2019-12-14 15:39:43,121: DEBUG - Atteint:4 http://ftp.fr.debian.org/debian stretch-updates InRelease
2019-12-14 15:39:43,222: DEBUG - Réception de:5 http://download.onlyoffice.com/repo/debian squeeze InRelease [14,3 kB]
2019-12-14 15:39:43,222: DEBUG - Atteint:6 http://ftp.fr.debian.org/debian stretch Release
2019-12-14 15:39:43,223: DEBUG - Atteint:7 https://deb.nodesource.com/node_8.x stretch InRelease
2019-12-14 15:39:43,926: DEBUG - Réception de:8 http://download.onlyoffice.com/repo/debian squeeze/main amd64 Packages [4 982 B]
2019-12-14 15:39:44,227: DEBUG - 19,3 ko réceptionnés en 1s (15,4 ko/s)
2019-12-14 15:39:45,532: DEBUG - Lecture des listes de paquets…
2019-12-14 15:39:45,533: DEBUG - + ynh_print_info '--message=Installing dependencies...'
2019-12-14 15:39:45,533: DEBUG - + local legacy_args=m
2019-12-14 15:39:45,533: DEBUG - + args_array=([m]=message=)
2019-12-14 15:39:45,533: DEBUG - + declare -Ar args_array
2019-12-14 15:39:45,533: DEBUG - + local message
2019-12-14 15:39:45,533: DEBUG - + ynh_handle_getopts_args '--message=Installing dependencies...'
2019-12-14 15:39:45,533: DEBUG - + set +x
2019-12-14 15:39:45,533: DEBUG - + echo 'Installing dependencies...'
2019-12-14 15:39:45,534: DEBUG - + ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev
2019-12-14 15:39:45,534: DEBUG - + local 'dependencies=postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2019-12-14 15:39:45,534: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev'
2019-12-14 15:39:45,534: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev'
2019-12-14 15:39:45,534: DEBUG - + local manifest_path=../manifest.json
2019-12-14 15:39:45,535: DEBUG - + '[' '!' -e ../manifest.json ']'
2019-12-14 15:39:45,535: DEBUG - ++ grep '"version": ' ../manifest.json
2019-12-14 15:39:45,535: DEBUG - ++ cut -d '"' -f 4
2019-12-14 15:39:45,635: DEBUG - + local version=5.2.8ynh1
2019-12-14 15:39:45,636: INFO - Installing dependencies...
2019-12-14 15:39:45,636: DEBUG - + '[' 10 -eq 0 ']'
2019-12-14 15:39:45,636: DEBUG - + local dep_app=onlyoffice
2019-12-14 15:39:45,637: DEBUG - + echo postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev
2019-12-14 15:39:45,637: DEBUG - + grep -q php
2019-12-14 15:39:45,637: DEBUG - + cat
2019-12-14 15:39:45,637: DEBUG - + ynh_package_install_from_equivs /tmp/onlyoffice-ynh-deps.control
2019-12-14 15:39:45,637: DEBUG - + local controlfile=/tmp/onlyoffice-ynh-deps.control
2019-12-14 15:39:45,637: DEBUG - ++ grep '^Package: ' /tmp/onlyoffice-ynh-deps.control
2019-12-14 15:39:45,637: DEBUG - ++ cut '-d ' -f 2
2019-12-14 15:39:45,637: DEBUG - + local pkgname=onlyoffice-ynh-deps
2019-12-14 15:39:45,637: DEBUG - ++ cut '-d ' -f 2
2019-12-14 15:39:45,638: DEBUG - ++ grep '^Version: ' /tmp/onlyoffice-ynh-deps.control
2019-12-14 15:39:45,638: DEBUG - + local pkgversion=5.2.8
ynh1
2019-12-14 15:39:45,638: DEBUG - + [[ -z onlyoffice-ynh-deps ]]
2019-12-14 15:39:45,638: DEBUG - + [[ -z 5.2.8ynh1 ]]
2019-12-14 15:39:45,638: DEBUG - + ynh_package_update
2019-12-14 15:39:45,638: DEBUG - + ynh_apt update
2019-12-14 15:39:45,638: DEBUG - + ynh_wait_dpkg_free
2019-12-14 15:39:45,638: DEBUG - + local try
2019-12-14 15:39:45,639: DEBUG - ++ seq 1 17
2019-12-14 15:39:45,639: DEBUG - + for try in seq 1 17
2019-12-14 15:39:45,639: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-12-14 15:39:45,739: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-12-14 15:39:45,741: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-12-14 15:39:45,741: DEBUG - + read dpkg_file
2019-12-14 15:39:45,741: DEBUG - + echo ''
2019-12-14 15:39:45,741: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-12-14 15:39:45,742: DEBUG - + read dpkg_file
2019-12-14 15:39:45,742: DEBUG - + return 0
2019-12-14 15:39:45,742: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-12-14 15:39:45,742: DEBUG - + apt-get -y update
2019-12-14 15:39:45,943: DEBUG - Atteint:1 http://download.onlyoffice.com/repo/debian squeeze InRelease
2019-12-14 15:39:45,944: DEBUG - Atteint:2 http://security.debian.org/debian-security stretch/updates InRelease
2019-12-14 15:39:45,944: DEBUG - Ign:3 http://ftp.fr.debian.org/debian stretch InRelease
2019-12-14 15:39:46,044: DEBUG - Atteint:4 http://forge.yunohost.org/debian stretch InRelease
2019-12-14 15:39:46,045: DEBUG - Atteint:5 http://ftp.fr.debian.org/debian stretch-updates InRelease
2019-12-14 15:39:46,045: DEBUG - Atteint:6 http://ftp.fr.debian.org/debian stretch Release
2019-12-14 15:39:46,146: DEBUG - Atteint:7 https://deb.nodesource.com/node_8.x stretch InRelease
2019-12-14 15:39:48,354: DEBUG - Lecture des listes de paquets…
2019-12-14 15:39:48,454: DEBUG - ++ mktemp -d
2019-12-14 15:39:48,455: DEBUG - + local TMPDIR=/tmp/tmp.3UYoSvrFDf
2019-12-14 15:39:48,455: DEBUG - + echo 10
2019-12-14 15:39:48,455: DEBUG - + ynh_wait_dpkg_free
2019-12-14 15:39:48,455: DEBUG - + local try
2019-12-14 15:39:48,456: DEBUG - ++ seq 1 17
2019-12-14 15:39:48,456: DEBUG - + for try in seq 1 17
2019-12-14 15:39:48,456: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-12-14 15:39:48,557: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-12-14 15:39:48,557: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-12-14 15:39:48,558: DEBUG - + read dpkg_file
2019-12-14 15:39:48,558: DEBUG - + echo ''
2019-12-14 15:39:48,558: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-12-14 15:39:48,558: DEBUG - + read dpkg_file
2019-12-14 15:39:48,558: DEBUG - + return 0
2019-12-14 15:39:48,558: DEBUG - + cp /tmp/onlyoffice-ynh-deps.control /tmp/tmp.3UYoSvrFDf/control
2019-12-14 15:39:48,559: DEBUG - + cd /tmp/tmp.3UYoSvrFDf
2019-12-14 15:39:48,559: DEBUG - + equivs-build ./control
2019-12-14 15:39:50,063: DEBUG - + dpkg --force-depends -i ./onlyoffice-ynh-deps_5.2.8
ynh1_all.deb
2019-12-14 15:39:50,063: DEBUG - Sélection du paquet onlyoffice-ynh-deps précédemment désélectionné.
2019-12-14 15:39:50,765: DEBUG - (Lecture de la base de données... 74681 fichiers et répertoires déjà installés.)
2019-12-14 15:39:50,769: DEBUG - Préparation du dépaquetage de .../onlyoffice-ynh-deps_5.2.8ynh1_all.deb ...
2019-12-14 15:39:50,870: DEBUG - Dépaquetage de onlyoffice-ynh-deps (5.2.8
ynh1) ...
2019-12-14 15:39:50,871: DEBUG - dpkg: onlyoffice-ynh-deps : problèmes de dépendances, mais configuration comme demandé :
2019-12-14 15:39:50,871: DEBUG - onlyoffice-ynh-deps dépend de postgresql ; cependant :
2019-12-14 15:39:50,871: DEBUG - Le paquet postgresql n'est pas installé.
2019-12-14 15:39:50,871: DEBUG - onlyoffice-ynh-deps dépend de rabbitmq-server ; cependant :
2019-12-14 15:39:50,871: DEBUG - Le paquet rabbitmq-server n'est pas installé.
2019-12-14 15:39:50,871: DEBUG - onlyoffice-ynh-deps dépend de libcurl4-nss-dev ; cependant :
2019-12-14 15:39:50,872: DEBUG - Le paquet libcurl4-nss-dev n'est pas installé.
2019-12-14 15:39:50,872: DEBUG -
2019-12-14 15:39:50,872: DEBUG - Paramétrage de onlyoffice-ynh-deps (5.2.8~ynh1) ...
2019-12-14 15:39:50,972: DEBUG - + ynh_package_install -f
2019-12-14 15:39:50,973: DEBUG - + ynh_apt --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-12-14 15:39:50,973: DEBUG - + ynh_wait_dpkg_free
2019-12-14 15:39:50,973: DEBUG - + local try
2019-12-14 15:39:50,973: DEBUG - ++ seq 1 17
2019-12-14 15:39:50,973: DEBUG - + for try in seq 1 17
2019-12-14 15:39:50,973: DEBUG - + sudo lsof /var/lib/dpkg/lock
2019-12-14 15:39:51,194: DEBUG - + local dpkg_dir=/var/lib/dpkg/updates/
2019-12-14 15:39:51,194: DEBUG - ++ ls -1 /var/lib/dpkg/updates/
2019-12-14 15:39:51,195: DEBUG - + read dpkg_file
2019-12-14 15:39:51,195: DEBUG - + echo ''
2019-12-14 15:39:51,195: DEBUG - + grep -Pq '^[[:digit:]]+$'
2019-12-14 15:39:51,195: DEBUG - + read dpkg_file
2019-12-14 15:39:51,195: DEBUG - + return 0
2019-12-14 15:39:51,195: DEBUG - + DEBIAN_FRONTEND=noninteractive
2019-12-14 15:39:51,195: DEBUG - + apt-get -y --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
2019-12-14 15:39:51,396: DEBUG - Lecture des listes de paquets…
2019-12-14 15:39:51,697: DEBUG - Construction de l'arbre des dépendances…
2019-12-14 15:39:51,698: DEBUG - Lecture des informations d'état…
2019-12-14 15:39:51,999: DEBUG - Correction des dépendances... Fait
2019-12-14 15:39:52,498: DEBUG - The following additional packages will be installed:
2019-12-14 15:39:52,499: DEBUG - erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-12-14 15:39:52,499: DEBUG - erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-12-14 15:39:52,500: DEBUG - erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-12-14 15:39:52,500: DEBUG - erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-12-14 15:39:52,500: DEBUG - erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-12-14 15:39:52,500: DEBUG - erlang-xmerl libcurl3-nss libcurl4-nss-dev libsctp1 postgresql
2019-12-14 15:39:52,500: DEBUG - rabbitmq-server
2019-12-14 15:39:52,500: DEBUG - Paquets suggérés :
2019-12-14 15:39:52,500: DEBUG - erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libcurl4-doc
2019-12-14 15:39:52,501: DEBUG - libcurl3-dbg libidn11-dev libkrb5-dev libldap2-dev libnss3-dev librtmp-dev
2019-12-14 15:39:52,501: DEBUG - libssh2-1-dev pkg-config lksctp-tools postgresql-doc
2019-12-14 15:39:52,601: DEBUG - Les NOUVEAUX paquets suivants seront installés :
2019-12-14 15:39:52,602: DEBUG - erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2019-12-14 15:39:52,602: DEBUG - erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2019-12-14 15:39:52,602: DEBUG - erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2019-12-14 15:39:52,602: DEBUG - erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2019-12-14 15:39:52,602: DEBUG - erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2019-12-14 15:39:52,602: DEBUG - erlang-xmerl libcurl3-nss libcurl4-nss-dev libsctp1 postgresql
2019-12-14 15:39:52,603: DEBUG - rabbitmq-server
2019-12-14 15:39:54,309: DEBUG - 0 mis à jour, 30 nouvellement installés, 0 à enlever et 0 non mis à jour.
2019-12-14 15:39:54,309: DEBUG - Il est nécessaire de prendre 0 o/26,1 Mo dans les archives.
2019-12-14 15:39:54,310: DEBUG - Après cette opération, 44,5 Mo d'espace disque supplémentaires seront utilisés.
2019-12-14 15:39:54,410: DEBUG - Sélection du paquet erlang-base précédemment désélectionné.
2019-12-14 15:39:54,410: DEBUG - (Lecture de la base de données...
(Lecture de la base de données... 5%
(Lecture de la base de données... 10%
(Lecture de la base de données... 15%
(Lecture de la base de données... 20%
(Lecture de la base de données... 25%
(Lecture de la base de données... 30%
(Lecture de la base de données... 35%
(Lecture de la base de données... 40%
(Lecture de la base de données... 45%
(Lecture de la base de données... 50%
(Lecture de la base de données... 55%
(Lecture de la base de données... 60%
(Lecture de la base de données... 65%
(Lecture de la base de données... 70%
(Lecture de la base de données... 75%
(Lecture de la base de données... 80%
(Lecture de la base de données... 85%
(Lecture de la base de données... 90%
(Lecture de la base de données... 95%
(Lecture de la base de données... 100%
(Lecture de la base de données... 74685 fichiers et répertoires déjà installés.)
2019-12-14 15:39:54,511: DEBUG - Préparation du dépaquetage de .../00-erlang-base_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:54,511: DEBUG - Dépaquetage de erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:55,414: DEBUG - Sélection du paquet erlang-asn1 précédemment désélectionné.
2019-12-14 15:39:55,414: DEBUG - Préparation du dépaquetage de .../01-erlang-asn1_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:55,414: DEBUG - Dépaquetage de erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:55,615: DEBUG - Sélection du paquet erlang-mnesia précédemment désélectionné.
2019-12-14 15:39:55,615: DEBUG - Préparation du dépaquetage de .../02-erlang-mnesia_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:55,616: DEBUG - Dépaquetage de erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:55,716: DEBUG - Sélection du paquet erlang-runtime-tools précédemment désélectionné.
2019-12-14 15:39:55,817: DEBUG - Préparation du dépaquetage de .../03-erlang-runtime-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:55,817: DEBUG - Dépaquetage de erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:55,918: DEBUG - Sélection du paquet erlang-crypto précédemment désélectionné.
2019-12-14 15:39:55,918: DEBUG - Préparation du dépaquetage de .../04-erlang-crypto_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:55,918: DEBUG - Dépaquetage de erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:56,019: DEBUG - Sélection du paquet erlang-public-key précédemment désélectionné.
2019-12-14 15:39:56,019: DEBUG - Préparation du dépaquetage de .../05-erlang-public-key_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:56,019: DEBUG - Dépaquetage de erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:56,119: DEBUG - Sélection du paquet erlang-ssl précédemment désélectionné.
2019-12-14 15:39:56,120: DEBUG - Préparation du dépaquetage de .../06-erlang-ssl_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:56,120: DEBUG - Dépaquetage de erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:56,320: DEBUG - Sélection du paquet erlang-inets précédemment désélectionné.
2019-12-14 15:39:56,321: DEBUG - Préparation du dépaquetage de .../07-erlang-inets_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:56,321: DEBUG - Dépaquetage de erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:56,522: DEBUG - Sélection du paquet erlang-corba précédemment désélectionné.
2019-12-14 15:39:56,522: DEBUG - Préparation du dépaquetage de .../08-erlang-corba_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:56,522: DEBUG - Dépaquetage de erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,024: DEBUG - Sélection du paquet erlang-syntax-tools précédemment désélectionné.
2019-12-14 15:39:57,024: DEBUG - Préparation du dépaquetage de .../09-erlang-syntax-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,024: DEBUG - Dépaquetage de erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,122: DEBUG - Sélection du paquet erlang-diameter précédemment désélectionné.
2019-12-14 15:39:57,123: DEBUG - Préparation du dépaquetage de .../10-erlang-diameter_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,123: DEBUG - Dépaquetage de erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,224: DEBUG - Sélection du paquet erlang-xmerl précédemment désélectionné.
2019-12-14 15:39:57,327: DEBUG - Préparation du dépaquetage de .../11-erlang-xmerl_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,327: DEBUG - Dépaquetage de erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,428: DEBUG - Sélection du paquet erlang-edoc précédemment désélectionné.
2019-12-14 15:39:57,528: DEBUG - Préparation du dépaquetage de .../12-erlang-edoc_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,529: DEBUG - Dépaquetage de erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,630: DEBUG - Sélection du paquet erlang-eldap précédemment désélectionné.
2019-12-14 15:39:57,631: DEBUG - Préparation du dépaquetage de .../13-erlang-eldap_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,633: DEBUG - Dépaquetage de erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,733: DEBUG - Sélection du paquet erlang-erl-docgen précédemment désélectionné.
2019-12-14 15:39:57,734: DEBUG - Préparation du dépaquetage de .../14-erlang-erl-docgen_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,734: DEBUG - Dépaquetage de erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,835: DEBUG - Sélection du paquet erlang-eunit précédemment désélectionné.
2019-12-14 15:39:57,835: DEBUG - Préparation du dépaquetage de .../15-erlang-eunit_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,836: DEBUG - Dépaquetage de erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:57,936: DEBUG - Sélection du paquet erlang-ic précédemment désélectionné.
2019-12-14 15:39:57,936: DEBUG - Préparation du dépaquetage de .../16-erlang-ic_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:57,937: DEBUG - Dépaquetage de erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:58,137: DEBUG - Sélection du paquet erlang-odbc précédemment désélectionné.
2019-12-14 15:39:58,138: DEBUG - Préparation du dépaquetage de .../17-erlang-odbc_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:58,138: DEBUG - Dépaquetage de erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:58,238: DEBUG - Sélection du paquet erlang-snmp précédemment désélectionné.
2019-12-14 15:39:58,239: DEBUG - Préparation du dépaquetage de .../18-erlang-snmp_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:58,239: DEBUG - Dépaquetage de erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:58,540: DEBUG - Sélection du paquet erlang-os-mon précédemment désélectionné.
2019-12-14 15:39:58,540: DEBUG - Préparation du dépaquetage de .../19-erlang-os-mon_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:58,541: DEBUG - Dépaquetage de erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:58,641: DEBUG - Sélection du paquet erlang-parsetools précédemment désélectionné.
2019-12-14 15:39:58,641: DEBUG - Préparation du dépaquetage de .../20-erlang-parsetools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:58,642: DEBUG - Dépaquetage de erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:58,742: DEBUG - Sélection du paquet erlang-percept précédemment désélectionné.
2019-12-14 15:39:58,743: DEBUG - Préparation du dépaquetage de .../21-erlang-percept_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:58,743: DEBUG - Dépaquetage de erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:58,843: DEBUG - Sélection du paquet erlang-ssh précédemment désélectionné.
2019-12-14 15:39:58,844: DEBUG - Préparation du dépaquetage de .../22-erlang-ssh_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:58,844: DEBUG - Dépaquetage de erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:59,145: DEBUG - Sélection du paquet erlang-tools précédemment désélectionné.
2019-12-14 15:39:59,145: DEBUG - Préparation du dépaquetage de .../23-erlang-tools_1%3a19.2.1+dfsg-2+deb9u2_amd64.deb ...
2019-12-14 15:39:59,146: DEBUG - Dépaquetage de erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:59,347: DEBUG - Sélection du paquet erlang-nox précédemment désélectionné.
2019-12-14 15:39:59,347: DEBUG - Préparation du dépaquetage de .../24-erlang-nox_1%3a19.2.1+dfsg-2+deb9u2_all.deb ...
2019-12-14 15:39:59,347: DEBUG - Dépaquetage de erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:39:59,448: DEBUG - Sélection du paquet libcurl3-nss:amd64 précédemment désélectionné.
2019-12-14 15:39:59,448: DEBUG - Préparation du dépaquetage de .../25-libcurl3-nss_7.52.1-5+deb9u9_amd64.deb ...
2019-12-14 15:39:59,448: DEBUG - Dépaquetage de libcurl3-nss:amd64 (7.52.1-5+deb9u9) ...
2019-12-14 15:39:59,553: DEBUG - Sélection du paquet libcurl4-nss-dev:amd64 précédemment désélectionné.
2019-12-14 15:39:59,554: DEBUG - Préparation du dépaquetage de .../26-libcurl4-nss-dev_7.52.1-5+deb9u9_amd64.deb ...
2019-12-14 15:39:59,554: DEBUG - Dépaquetage de libcurl4-nss-dev:amd64 (7.52.1-5+deb9u9) ...
2019-12-14 15:39:59,755: DEBUG - Sélection du paquet libsctp1:amd64 précédemment désélectionné.
2019-12-14 15:39:59,755: DEBUG - Préparation du dépaquetage de .../27-libsctp1_1.0.17+dfsg-1+b1_amd64.deb ...
2019-12-14 15:39:59,755: DEBUG - Dépaquetage de libsctp1:amd64 (1.0.17+dfsg-1+b1) ...
2019-12-14 15:39:59,856: DEBUG - Sélection du paquet postgresql précédemment désélectionné.
2019-12-14 15:39:59,856: DEBUG - Préparation du dépaquetage de .../28-postgresql_9.6+181+deb9u3_all.deb ...
2019-12-14 15:39:59,856: DEBUG - Dépaquetage de postgresql (9.6+181+deb9u3) ...
2019-12-14 15:39:59,957: DEBUG - Sélection du paquet rabbitmq-server précédemment désélectionné.
2019-12-14 15:39:59,957: DEBUG - Préparation du dépaquetage de .../29-rabbitmq-server_3.6.6-1_all.deb ...
2019-12-14 15:39:59,957: DEBUG - Dépaquetage de rabbitmq-server (3.6.6-1) ...
2019-12-14 15:40:00,559: DEBUG - Paramétrage de erlang-base (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:02,765: DEBUG - Searching for services which depend on erlang and should be started...none found.
2019-12-14 15:40:02,866: DEBUG - Paramétrage de libsctp1:amd64 (1.0.17+dfsg-1+b1) ...
2019-12-14 15:40:03,368: DEBUG - Paramétrage de erlang-ic (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:03,770: DEBUG - Paramétrage de erlang-xmerl (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:04,373: DEBUG - Paramétrage de erlang-crypto (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:04,775: DEBUG - Paramétrage de erlang-asn1 (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:05,579: DEBUG - Paramétrage de erlang-mnesia (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:05,579: DEBUG - Paramétrage de erlang-eunit (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:05,680: DEBUG - Traitement des actions différées (« triggers ») pour libc-bin (2.24-11+deb9u4) ...
2019-12-14 15:40:05,680: DEBUG - Paramétrage de postgresql (9.6+181+deb9u3) ...
2019-12-14 15:40:05,681: DEBUG - Traitement des actions différées (« triggers ») pour systemd (232-25+deb9u12) ...
2019-12-14 15:40:05,881: DEBUG - Traitement des actions différées (« triggers ») pour man-db (2.7.6.1-2) ...
2019-12-14 15:40:06,288: DEBUG - Paramétrage de erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,288: DEBUG - Paramétrage de erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,288: DEBUG - Paramétrage de erlang-odbc (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,289: DEBUG - Paramétrage de libcurl3-nss:amd64 (7.52.1-5+deb9u9) ...
2019-12-14 15:40:06,389: DEBUG - Paramétrage de erlang-parsetools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,389: DEBUG - Paramétrage de erlang-public-key (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,390: DEBUG - Paramétrage de erlang-snmp (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,390: DEBUG - Paramétrage de erlang-ssl (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,390: DEBUG - Paramétrage de erlang-inets (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,490: DEBUG - Paramétrage de libcurl4-nss-dev:amd64 (7.52.1-5+deb9u9) ...
2019-12-14 15:40:06,491: DEBUG - Paramétrage de erlang-tools (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,491: DEBUG - Paramétrage de erlang-percept (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,491: DEBUG - Paramétrage de erlang-diameter (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,591: DEBUG - Paramétrage de erlang-ssh (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,592: DEBUG - Paramétrage de erlang-os-mon (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,592: DEBUG - Paramétrage de erlang-eldap (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,592: DEBUG - Paramétrage de erlang-edoc (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,592: DEBUG - Paramétrage de erlang-corba (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,693: DEBUG - Paramétrage de erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,693: DEBUG - Paramétrage de erlang-nox (1:19.2.1+dfsg-2+deb9u2) ...
2019-12-14 15:40:06,693: DEBUG - Paramétrage de rabbitmq-server (3.6.6-1) ...
2019-12-14 15:40:06,999: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2019-12-14 15:40:08,701: DEBUG - Job for rabbitmq-server.service failed because the control process exited with error code.
2019-12-14 15:40:08,701: DEBUG - See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.
2019-12-14 15:40:08,701: DEBUG - invoke-rc.d: initscript rabbitmq-server, action "start" failed.
2019-12-14 15:40:08,701: DEBUG - ● rabbitmq-server.service - RabbitMQ Messaging Server
2019-12-14 15:40:08,701: DEBUG - Loaded: loaded (/lib/systemd/system/rabbitmq-server.service; enabled; vendor preset: enabled)
2019-12-14 15:40:08,701: DEBUG - Active: failed (Result: exit-code) since Sat 2019-12-14 15:40:08 CET; 11ms ago
2019-12-14 15:40:08,702: DEBUG - Process: 8081 ExecStartPost=/usr/lib/rabbitmq/bin/rabbitmq-server-wait (code=exited, status=70)
2019-12-14 15:40:08,702: DEBUG - Process: 8080 ExecStart=/usr/sbin/rabbitmq-server (code=exited, status=1/FAILURE)
2019-12-14 15:40:08,702: DEBUG - Main PID: 8080 (code=exited, status=1/FAILURE)
2019-12-14 15:40:08,702: DEBUG -
2019-12-14 15:40:08,702: DEBUG - déc. 14 15:40:07 vpsdebian.ynh.fr systemd[1]: Starting RabbitMQ Messaging S…...
2019-12-14 15:40:08,702: DEBUG - déc. 14 15:40:07 vpsdebian.ynh.fr systemd[1]: rabbitmq-server.service: Main…URE
2019-12-14 15:40:08,702: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr rabbitmq[8081]: Waiting for rabbit@vpsdebi…..
2019-12-14 15:40:08,702: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr rabbitmq[8081]: pid is 8087 ...
2019-12-14 15:40:08,703: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr rabbitmq[8081]: Error: process_not_running
2019-12-14 15:40:08,703: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr systemd[1]: rabbitmq-server.service: Cont…=70
2019-12-14 15:40:08,703: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr systemd[1]: Failed to start RabbitMQ Mess…er.
2019-12-14 15:40:08,703: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr systemd[1]: rabbitmq-server.service: Unit…te.
2019-12-14 15:40:08,703: DEBUG - déc. 14 15:40:08 vpsdebian.ynh.fr systemd[1]: rabbitmq-server.service: Fail…e'.
2019-12-14 15:40:08,703: DEBUG - Hint: Some lines were ellipsized, use -l to show in full.
2019-12-14 15:40:08,703: DEBUG - dpkg: erreur de traitement du paquet rabbitmq-server (--configure) :
2019-12-14 15:40:08,703: DEBUG - le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
2019-12-14 15:40:08,703: DEBUG - Traitement des actions différées (« triggers ») pour libc-bin (2.24-11+deb9u4) ...
2019-12-14 15:40:08,704: DEBUG - Traitement des actions différées (« triggers ») pour systemd (232-25+deb9u12) ...
2019-12-14 15:40:08,904: DEBUG - Des erreurs ont été rencontrées pendant l'exécution :
2019-12-14 15:40:08,905: DEBUG - rabbitmq-server
2019-12-14 15:40:09,507: DEBUG - + ynh_die '--message=Unable to install dependencies'
2019-12-14 15:40:09,507: WARNING - E: Sub-process /usr/bin/dpkg returned an error code (1)
2019-12-14 15:40:09,508: DEBUG - + local legacy_args=mc
2019-12-14 15:40:09,508: WARNING - Unable to install dependencies
2019-12-14 15:40:09,508: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-12-14 15:40:09,508: DEBUG - + declare -Ar args_array
2019-12-14 15:40:09,509: DEBUG - + local message
2019-12-14 15:40:09,509: DEBUG - + local ret_code
2019-12-14 15:40:09,509: DEBUG - + ynh_handle_getopts_args '--message=Unable to install dependencies'
2019-12-14 15:40:09,509: DEBUG - + set +x
2019-12-14 15:40:09,509: DEBUG - + echo 'Unable to install dependencies'
2019-12-14 15:40:09,510: DEBUG - + exit 1
2019-12-14 15:40:09,510: DEBUG - + ynh_exit_properly
2019-12-14 15:40:09,511: DEBUG - + local exit_code=1
2019-12-14 15:40:09,511: DEBUG - + '[' 1 -eq 0 ']'
2019-12-14 15:40:09,512: DEBUG - + trap '' EXIT
2019-12-14 15:40:09,512: DEBUG - + set +eu
2019-12-14 15:40:09,513: DEBUG - + sleep 0.5
2019-12-14 15:40:10,016: DEBUG - + ynh_print_err '--message=!!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-12-14 15:40:10,017: WARNING - �[91m�[1m[ERR]�[0m !!
2019-12-14 15:40:10,018: DEBUG - + local legacy_args=m
2019-12-14 15:40:10,018: WARNING - onlyoffice's script has encountered an error. Its execution was cancelled.
2019-12-14 15:40:10,019: DEBUG - + args_array=([m]=message=)
2019-12-14 15:40:10,019: WARNING - !!
2019-12-14 15:40:10,021: DEBUG - + declare -Ar args_array
2019-12-14 15:40:10,021: WARNING -
2019-12-14 15:40:10,022: DEBUG - + local message
2019-12-14 15:40:10,022: DEBUG - + ynh_handle_getopts_args '--message=!!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-12-14 15:40:10,023: DEBUG - + set +x
2019-12-14 15:40:10,023: DEBUG - + ynh_print_log '\e[91m\e[1m[ERR]\e[0m !!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-12-14 15:40:10,023: DEBUG - + echo -e '\e[91m\e[1m[ERR]\e[0m !!\n onlyoffice'''s script has encountered an error. Its execution was cancelled.\n!!'
2019-12-14 15:40:10,024: DEBUG - + '[' api == cli ']'
2019-12-14 15:40:10,024: DEBUG - + type -t ynh_clean_setup
2019-12-14 15:40:10,024: DEBUG - + ynh_die
2019-12-14 15:40:10,025: DEBUG - + local legacy_args=mc
2019-12-14 15:40:10,025: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-12-14 15:40:10,025: DEBUG - + declare -Ar args_array
2019-12-14 15:40:10,025: DEBUG - + local message
2019-12-14 15:40:10,026: DEBUG - + local ret_code
2019-12-14 15:40:10,026: DEBUG - + ynh_handle_getopts_args
2019-12-14 15:40:10,026: DEBUG - + set +x
2019-12-14 15:40:10,027: DEBUG - + echo ''
2019-12-14 15:40:10,027: DEBUG - + exit 1

X-frame-options allowfrom is deprecated

Following last upgrade, OnlyOffice is not working anymore on my install (using a different subdomain). ynh4.2.6.1 on both servers, oo version 6.1.0~ynh2.
Error message from the browser (both FF and Chromium) is :
"Un en-tête X-Frame-Options non valide a été trouvé lors du chargement de « https://oo.domain.fr/onlyoffice/6.1.1-53/web-apps/apps/spreadsheeteditor/main/index.html?_dc=6.3.1-32&lang=fr&customer=ONLYOFFICE&frameEditorId=iframeEditor&parentOrigin=https://cloud.domain.fr » : « ALLOW-FROM https://cloud.domain.fr always » n’est pas une directive valide.index.html

I encountered this doc : https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/X-Frame-Options which mention only two options (sameorigin or deny) and points allowfrom as deprecated.

What can we do now ? 😮 This old thread should be revived...

Installing Onlyoffice stopped due to dependency conflict

args:
  app: onlyoffice
  args: domain=maindomain.tld&path=%2Fonlyoffice&nextclouddomain=maindomain.tld%2Fnextcloud&is_public=1
  force: false
  label: OnlyOffice
  no_remove_on_failure: false
ended_at: 2020-07-05 15:48:28.778805
env:
  YNH_APP_ARG_DOMAIN: maindomain.tld
  YNH_APP_ARG_IS_PUBLIC: 1
  YNH_APP_ARG_NEXTCLOUDDOMAIN: maindomain.tld/nextcloud
  YNH_APP_ARG_PATH: /onlyoffice
  YNH_APP_ID: onlyoffice
  YNH_APP_INSTANCE_NAME: onlyoffice
  YNH_APP_INSTANCE_NUMBER: '1'
  YNH_CWD: /var/cache/yunohost/from_file/onlyoffice_ynh-2c0fa86508d3231fc8baf110fd613f543f9ec55c/scripts
  YNH_INTERFACE: api
  YNH_STDINFO: /tmp/tmpkLdkKN/stdinfo
  YNH_STDRETURN: /tmp/tmpchOzjb/stdreturn
error: An error occurred inside the app installation script
operation: app_install
related_to:
- - app
  - onlyoffice
started_at: 2020-07-05 15:48:04.517077
success: false
yunohost_version: 3.8.4.9

============

2020-07-05 17:48:04,533: INFO - Installing the app 'onlyoffice'…
2020-07-05 17:48:04,601: DEBUG - The permission database has been resynchronized
2020-07-05 17:48:04,976: DEBUG - SSOwat configuration generated
2020-07-05 17:48:05,005: DEBUG - No default hook for action 'post_app_addaccess' in /usr/share/yunohost/hooks/
2020-07-05 17:48:05,006: DEBUG - No custom hook for action 'post_app_addaccess' in /etc/yunohost/hooks.d/
2020-07-05 17:48:05,007: DEBUG - Permission 'onlyoffice.main' created
2020-07-05 17:48:05,008: DEBUG - Full log of this operation: '<a href="#/tools/logs/20200705-154804-permission_create-onlyoffice" style="text-decoration:underline">Create permission 'onlyoffice'</a>'
2020-07-05 17:48:05,028: DEBUG - Executing command 'sh -c YNH_APP_INSTANCE_NUMBER=1 YNH_CWD=/var/cache/yunohost/from_file/onlyoffice_ynh-2c0fa86508d3231fc8baf110fd613f543f9ec55c/scripts YNH_APP_ARG_IS_PUBLIC=1 YNH_STDRETURN=/tmp/tmpchOzjb/stdreturn YNH_STDINFO=/tmp/tmpkLdkKN/stdinfo YNH_APP_INSTANCE_NAME=onlyoffice YNH_APP_ARG_NEXTCLOUDDOMAIN=maindomain.tld/nextcloud YNH_APP_ID=onlyoffice YNH_APP_ARG_PATH=/onlyoffice YNH_INTERFACE=api YNH_APP_ARG_DOMAIN=maindomain.tld BASH_XTRACEFD=7 /bin/bash -x "./install" maindomain.tld /onlyoffice maindomain.tld/nextcloud 1 onlyoffice 7>&1'…
2020-07-05 17:48:05,028: DEBUG - About to run the command '['sh', '-c', 'YNH_APP_INSTANCE_NUMBER=1 YNH_CWD=/var/cache/yunohost/from_file/onlyoffice_ynh-2c0fa86508d3231fc8baf110fd613f543f9ec55c/scripts YNH_APP_ARG_IS_PUBLIC=1 YNH_STDRETURN=/tmp/tmpchOzjb/stdreturn YNH_STDINFO=/tmp/tmpkLdkKN/stdinfo YNH_APP_INSTANCE_NAME=onlyoffice YNH_APP_ARG_NEXTCLOUDDOMAIN=maindomain.tld/nextcloud YNH_APP_ID=onlyoffice YNH_APP_ARG_PATH=/onlyoffice YNH_INTERFACE=api YNH_APP_ARG_DOMAIN=maindomain.tld BASH_XTRACEFD=7 /bin/bash -x "./install" maindomain.tld /onlyoffice maindomain.tld/nextcloud 1 onlyoffice 7>&1']'
2020-07-05 17:48:05,148: DEBUG - + source _common.sh
2020-07-05 17:48:05,149: DEBUG - ++ pkg_dependencies='postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2020-07-05 17:48:05,150: DEBUG - + source /usr/share/yunohost/helpers
2020-07-05 17:48:05,150: DEBUG - +++ run-parts --list /usr/share/yunohost/helpers.d
2020-07-05 17:48:05,150: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,151: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/apt ']'
2020-07-05 17:48:05,151: DEBUG - ++ . /usr/share/yunohost/helpers.d/apt
2020-07-05 17:48:05,151: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,151: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/backup ']'
2020-07-05 17:48:05,151: DEBUG - ++ . /usr/share/yunohost/helpers.d/backup
2020-07-05 17:48:05,151: DEBUG - +++ CAN_BIND=1
2020-07-05 17:48:05,152: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,152: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/fail2ban ']'
2020-07-05 17:48:05,152: DEBUG - ++ . /usr/share/yunohost/helpers.d/fail2ban
2020-07-05 17:48:05,152: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,153: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/getopts ']'
2020-07-05 17:48:05,153: DEBUG - ++ . /usr/share/yunohost/helpers.d/getopts
2020-07-05 17:48:05,153: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,153: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/hardware ']'
2020-07-05 17:48:05,154: DEBUG - ++ . /usr/share/yunohost/helpers.d/hardware
2020-07-05 17:48:05,154: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,155: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/logging ']'
2020-07-05 17:48:05,155: DEBUG - ++ . /usr/share/yunohost/helpers.d/logging
2020-07-05 17:48:05,155: DEBUG - +++ increment_progression=0
2020-07-05 17:48:05,156: DEBUG - +++ previous_weight=0
2020-07-05 17:48:05,156: DEBUG - +++ max_progression=-1
2020-07-05 17:48:05,156: DEBUG - +++ progress_scale=20
2020-07-05 17:48:05,156: DEBUG - +++ progress_string2='####################'
2020-07-05 17:48:05,157: DEBUG - +++ progress_string1=++++++++++++++++++++
2020-07-05 17:48:05,157: DEBUG - +++ progress_string0=....................
2020-07-05 17:48:05,157: DEBUG - ++++ date +%s
2020-07-05 17:48:05,158: DEBUG - +++ base_time=1593964085
2020-07-05 17:48:05,158: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,158: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/logrotate ']'
2020-07-05 17:48:05,159: DEBUG - ++ . /usr/share/yunohost/helpers.d/logrotate
2020-07-05 17:48:05,159: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,159: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/mysql ']'
2020-07-05 17:48:05,159: DEBUG - ++ . /usr/share/yunohost/helpers.d/mysql
2020-07-05 17:48:05,160: DEBUG - +++ MYSQL_ROOT_PWD_FILE=/etc/yunohost/mysql
2020-07-05 17:48:05,160: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,160: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/network ']'
2020-07-05 17:48:05,161: DEBUG - ++ . /usr/share/yunohost/helpers.d/network
2020-07-05 17:48:05,161: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,161: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nginx ']'
2020-07-05 17:48:05,162: DEBUG - ++ . /usr/share/yunohost/helpers.d/nginx
2020-07-05 17:48:05,162: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,162: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/nodejs ']'
2020-07-05 17:48:05,162: DEBUG - ++ . /usr/share/yunohost/helpers.d/nodejs
2020-07-05 17:48:05,163: DEBUG - +++ n_version=6.5.1
2020-07-05 17:48:05,163: DEBUG - +++ n_install_dir=/opt/node_n
2020-07-05 17:48:05,163: DEBUG - +++ node_version_path=/opt/node_n/n/versions/node
2020-07-05 17:48:05,164: DEBUG - +++ export N_PREFIX=/opt/node_n
2020-07-05 17:48:05,164: DEBUG - +++ N_PREFIX=/opt/node_n
2020-07-05 17:48:05,164: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,164: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/php ']'
2020-07-05 17:48:05,165: DEBUG - ++ . /usr/share/yunohost/helpers.d/php
2020-07-05 17:48:05,165: DEBUG - +++ readonly YNH_DEFAULT_PHP_VERSION=7.0
2020-07-05 17:48:05,165: DEBUG - +++ YNH_DEFAULT_PHP_VERSION=7.0
2020-07-05 17:48:05,166: DEBUG - +++ YNH_PHP_VERSION=7.0
2020-07-05 17:48:05,166: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,166: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/postgresql ']'
2020-07-05 17:48:05,167: DEBUG - ++ . /usr/share/yunohost/helpers.d/postgresql
2020-07-05 17:48:05,167: DEBUG - +++ PSQL_ROOT_PWD_FILE=/etc/yunohost/psql
2020-07-05 17:48:05,167: DEBUG - +++ PSQL_VERSION=9.6
2020-07-05 17:48:05,168: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,168: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/setting ']'
2020-07-05 17:48:05,168: DEBUG - ++ . /usr/share/yunohost/helpers.d/setting
2020-07-05 17:48:05,169: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,169: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/string ']'
2020-07-05 17:48:05,169: DEBUG - ++ . /usr/share/yunohost/helpers.d/string
2020-07-05 17:48:05,170: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,170: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/systemd ']'
2020-07-05 17:48:05,170: DEBUG - ++ . /usr/share/yunohost/helpers.d/systemd
2020-07-05 17:48:05,171: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,171: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/user ']'
2020-07-05 17:48:05,171: DEBUG - ++ . /usr/share/yunohost/helpers.d/user
2020-07-05 17:48:05,172: DEBUG - ++ for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)
2020-07-05 17:48:05,172: DEBUG - ++ '[' -r /usr/share/yunohost/helpers.d/utils ']'
2020-07-05 17:48:05,172: DEBUG - ++ . /usr/share/yunohost/helpers.d/utils
2020-07-05 17:48:05,173: DEBUG - + ynh_abort_if_errors
2020-07-05 17:48:05,173: DEBUG - + set -o errexit
2020-07-05 17:48:05,173: DEBUG - + set -o nounset
2020-07-05 17:48:05,174: DEBUG - + trap ynh_exit_properly EXIT
2020-07-05 17:48:05,174: DEBUG - + domain=maindomain.tld
2020-07-05 17:48:05,174: DEBUG - + path_url=/onlyoffice
2020-07-05 17:48:05,174: DEBUG - + is_public=1
2020-07-05 17:48:05,175: DEBUG - + nextclouddomain=maindomain.tld/nextcloud
2020-07-05 17:48:05,175: DEBUG - + app=onlyoffice
2020-07-05 17:48:05,177: DEBUG - + echo '[+...................] > Validating installation parameters...'
2020-07-05 17:48:05,177: DEBUG - + final_path=/var/www/onlyoffice
2020-07-05 17:48:05,178: DEBUG - + test '!' -e /var/www/onlyoffice
2020-07-05 17:48:05,178: DEBUG - + ynh_webpath_register --app=onlyoffice --domain=maindomain.tld --path_url=/onlyoffice
2020-07-05 17:48:05,281: DEBUG - + yunohost app register-url onlyoffice maindomain.tld /onlyoffice
2020-07-05 17:48:05,281: INFO - [+...................] > Validating installation parameters...
2020-07-05 17:48:05,986: DEBUG - + echo '[#+..................] > Storing installation settings...'
2020-07-05 17:48:05,986: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=domain --value=maindomain.tld
2020-07-05 17:48:05,989: DEBUG - + ynh_app_setting set onlyoffice domain maindomain.tld
2020-07-05 17:48:05,990: DEBUG - + [[ set == \d\e\l\e\t\e ]]
2020-07-05 17:48:05,991: DEBUG - + ACTION=set
2020-07-05 17:48:05,992: DEBUG - + APP=onlyoffice
2020-07-05 17:48:05,992: DEBUG - + KEY=domain
2020-07-05 17:48:05,993: DEBUG - + VALUE=maindomain.tld
2020-07-05 17:48:05,993: DEBUG - + python2.7 -
2020-07-05 17:48:06,194: DEBUG - + [[ domain =~ ^(unprotected|skipped)_ ]]
2020-07-05 17:48:06,194: INFO - [#+..................] > Storing installation settings...
2020-07-05 17:48:06,195: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=path --value=/onlyoffice
2020-07-05 17:48:06,198: DEBUG - + ynh_app_setting set onlyoffice path /onlyoffice
2020-07-05 17:48:06,198: DEBUG - + [[ set == \d\e\l\e\t\e ]]
2020-07-05 17:48:06,199: DEBUG - + ACTION=set
2020-07-05 17:48:06,199: DEBUG - + APP=onlyoffice
2020-07-05 17:48:06,199: DEBUG - + KEY=path
2020-07-05 17:48:06,199: DEBUG - + VALUE=/onlyoffice
2020-07-05 17:48:06,200: DEBUG - + python2.7 -
2020-07-05 17:48:06,400: DEBUG - + [[ path =~ ^(unprotected|skipped)_ ]]
2020-07-05 17:48:06,401: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=is_public --value=1
2020-07-05 17:48:06,403: DEBUG - + ynh_app_setting set onlyoffice is_public 1
2020-07-05 17:48:06,403: DEBUG - + [[ set == \d\e\l\e\t\e ]]
2020-07-05 17:48:06,404: DEBUG - + ACTION=set
2020-07-05 17:48:06,404: DEBUG - + APP=onlyoffice
2020-07-05 17:48:06,404: DEBUG - + KEY=is_public
2020-07-05 17:48:06,404: DEBUG - + VALUE=1
2020-07-05 17:48:06,405: DEBUG - + python2.7 -
2020-07-05 17:48:06,605: DEBUG - + [[ is_public =~ ^(unprotected|skipped)_ ]]
2020-07-05 17:48:06,606: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=nextclouddomain --value=maindomain.tld/nextcloud
2020-07-05 17:48:06,608: DEBUG - + ynh_app_setting set onlyoffice nextclouddomain maindomain.tld/nextcloud
2020-07-05 17:48:06,609: DEBUG - + [[ set == \d\e\l\e\t\e ]]
2020-07-05 17:48:06,609: DEBUG - + ACTION=set
2020-07-05 17:48:06,609: DEBUG - + APP=onlyoffice
2020-07-05 17:48:06,610: DEBUG - + KEY=nextclouddomain
2020-07-05 17:48:06,610: DEBUG - + VALUE=maindomain.tld/nextcloud
2020-07-05 17:48:06,610: DEBUG - + python2.7 -
2020-07-05 17:48:06,811: DEBUG - + [[ nextclouddomain =~ ^(unprotected|skipped)_ ]]
2020-07-05 17:48:06,811: INFO - [##+.................] > Configuring firewall...
2020-07-05 17:48:06,814: DEBUG - + echo '[##+.................] > Configuring firewall...'
2020-07-05 17:48:06,814: DEBUG - ++ ynh_find_port --port=8095
2020-07-05 17:48:06,816: DEBUG - ++ test -n 8095
2020-07-05 17:48:06,816: DEBUG - ++ ynh_port_available --port=8095
2020-07-05 17:48:06,823: DEBUG - ++ ss --numeric --listening --tcp --udp
2020-07-05 17:48:06,823: DEBUG - ++ awk '{print$5}'
2020-07-05 17:48:06,824: DEBUG - ++ grep --quiet --extended-regexp ':8095$'
2020-07-05 17:48:06,824: DEBUG - ++ return 1
2020-07-05 17:48:06,824: DEBUG - ++ port=8096
2020-07-05 17:48:06,825: DEBUG - ++ ynh_port_available --port=8096
2020-07-05 17:48:06,827: DEBUG - ++ ss --numeric --listening --tcp --udp
2020-07-05 17:48:06,827: DEBUG - ++ awk '{print$5}'
2020-07-05 17:48:06,828: DEBUG - ++ grep --quiet --extended-regexp ':8096$'
2020-07-05 17:48:06,828: DEBUG - ++ return 1
2020-07-05 17:48:06,834: DEBUG - ++ port=8097
2020-07-05 17:48:06,834: DEBUG - ++ ynh_port_available --port=8097
2020-07-05 17:48:06,837: DEBUG - ++ ss --numeric --listening --tcp --udp
2020-07-05 17:48:06,837: DEBUG - ++ grep --quiet --extended-regexp ':8097$'
2020-07-05 17:48:06,837: DEBUG - ++ awk '{print$5}'
2020-07-05 17:48:06,838: DEBUG - ++ return 0
2020-07-05 17:48:06,838: DEBUG - ++ echo 8097
2020-07-05 17:48:06,838: DEBUG - + port=8097
2020-07-05 17:48:06,839: DEBUG - + ynh_app_setting_set --app=onlyoffice --key=port --value=8097
2020-07-05 17:48:06,841: DEBUG - + ynh_app_setting set onlyoffice port 8097
2020-07-05 17:48:06,842: DEBUG - + [[ set == \d\e\l\e\t\e ]]
2020-07-05 17:48:06,842: DEBUG - + ACTION=set
2020-07-05 17:48:06,842: DEBUG - + APP=onlyoffice
2020-07-05 17:48:06,842: DEBUG - + KEY=port
2020-07-05 17:48:06,842: DEBUG - + VALUE=8097
2020-07-05 17:48:06,843: DEBUG - + python2.7 -
2020-07-05 17:48:07,044: DEBUG - + [[ port =~ ^(unprotected|skipped)_ ]]
2020-07-05 17:48:07,044: INFO - [###+................] > Add nodejs repository...
2020-07-05 17:48:07,046: DEBUG - + echo '[###+................] > Add nodejs repository...'
2020-07-05 17:48:07,047: DEBUG - + ynh_install_extra_repo '--repo=deb https://deb.nodesource.com/node_10.x stretch main' --key=https://deb.nodesource.com/gpgkey/nodesource.gpg.key
2020-07-05 17:48:07,051: DEBUG - + name=onlyoffice
2020-07-05 17:48:07,051: DEBUG - + append=0
2020-07-05 17:48:07,051: DEBUG - + key=https://deb.nodesource.com/gpgkey/nodesource.gpg.key
2020-07-05 17:48:07,052: DEBUG - + priority=
2020-07-05 17:48:07,052: DEBUG - + '[' 0 -eq 1 ']'
2020-07-05 17:48:07,052: DEBUG - + append=
2020-07-05 17:48:07,053: DEBUG - + wget_append=tee
2020-07-05 17:48:07,053: DEBUG - + repo='https://deb.nodesource.com/node_10.x stretch main'
2020-07-05 17:48:07,053: DEBUG - ++ awk '{ print $1 }'
2020-07-05 17:48:07,054: DEBUG - ++ echo 'https://deb.nodesource.com/node_10.x stretch main'
2020-07-05 17:48:07,054: DEBUG - + local uri=https://deb.nodesource.com/node_10.x
2020-07-05 17:48:07,054: DEBUG - ++ echo 'https://deb.nodesource.com/node_10.x stretch main'
2020-07-05 17:48:07,055: DEBUG - ++ awk '{ print $2 }'
2020-07-05 17:48:07,055: DEBUG - + local suite=stretch
2020-07-05 17:48:07,055: DEBUG - + local component=main
2020-07-05 17:48:07,056: DEBUG - + ynh_add_repo --uri=https://deb.nodesource.com/node_10.x --suite=stretch --component=main --name=onlyoffice
2020-07-05 17:48:07,059: DEBUG - + name=onlyoffice
2020-07-05 17:48:07,059: DEBUG - + append=0
2020-07-05 17:48:07,060: DEBUG - + '[' 0 -eq 1 ']'
2020-07-05 17:48:07,060: DEBUG - + append=tee
2020-07-05 17:48:07,060: DEBUG - + mkdir --parents /etc/apt/sources.list.d
2020-07-05 17:48:07,061: DEBUG - + tee /etc/apt/sources.list.d/onlyoffice.list
2020-07-05 17:48:07,061: DEBUG - + echo 'deb https://deb.nodesource.com/node_10.x stretch main'
2020-07-05 17:48:07,061: DEBUG - deb https://deb.nodesource.com/node_10.x stretch main
2020-07-05 17:48:07,062: DEBUG - + local pin=deb.nodesource.com/node_10.x
2020-07-05 17:48:07,062: DEBUG - + pin=deb.nodesource.com
2020-07-05 17:48:07,062: DEBUG - + '[' -n '' ']'
2020-07-05 17:48:07,062: DEBUG - + ynh_pin_repo '--package=*' '--pin=origin "deb.nodesource.com"' --name=onlyoffice
2020-07-05 17:48:07,166: DEBUG - + package='*'
2020-07-05 17:48:07,166: DEBUG - + priority=50
2020-07-05 17:48:07,166: DEBUG - + name=onlyoffice
2020-07-05 17:48:07,166: DEBUG - + append=0
2020-07-05 17:48:07,167: DEBUG - + '[' 0 -eq 1 ']'
2020-07-05 17:48:07,167: DEBUG - + append=tee
2020-07-05 17:48:07,167: DEBUG - + mkdir --parents /etc/apt/preferences.d
2020-07-05 17:48:07,167: DEBUG - + tee /etc/apt/preferences.d/onlyoffice
2020-07-05 17:48:07,167: DEBUG - + echo 'Package: *
2020-07-05 17:48:07,167: DEBUG - Pin: origin "deb.nodesource.com"
2020-07-05 17:48:07,168: DEBUG - Pin-Priority: 50
2020-07-05 17:48:07,168: DEBUG - '
2020-07-05 17:48:07,168: DEBUG - Package: *
2020-07-05 17:48:07,168: DEBUG - Pin: origin "deb.nodesource.com"
2020-07-05 17:48:07,169: DEBUG - Pin-Priority: 50
2020-07-05 17:48:07,169: DEBUG - 
2020-07-05 17:48:07,169: DEBUG - + '[' -n https://deb.nodesource.com/gpgkey/nodesource.gpg.key ']'
2020-07-05 17:48:07,169: DEBUG - + mkdir --parents /etc/apt/trusted.gpg.d
2020-07-05 17:48:07,169: DEBUG - + wget --timeout 900 --quiet https://deb.nodesource.com/gpgkey/nodesource.gpg.key --output-document=-
2020-07-05 17:48:07,170: DEBUG - + gpg --dearmor
2020-07-05 17:48:07,170: DEBUG - + tee /etc/apt/trusted.gpg.d/onlyoffice.gpg
2020-07-05 17:48:07,471: DEBUG - + ynh_package_update
2020-07-05 17:48:07,471: DEBUG - + ynh_apt update
2020-07-05 17:48:07,472: DEBUG - + ynh_wait_dpkg_free
2020-07-05 17:48:08,074: DEBUG - + return 0
2020-07-05 17:48:08,074: DEBUG - + LC_ALL=C
2020-07-05 17:48:08,074: DEBUG - + DEBIAN_FRONTEND=noninteractive
2020-07-05 17:48:08,075: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2020-07-05 17:48:08,376: DEBUG - Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
2020-07-05 17:48:08,476: DEBUG - Hit:2 http://forge.yunohost.org/debian stretch InRelease
2020-07-05 17:48:08,477: DEBUG - Ign:3 http://ftp.debian.org/debian stretch InRelease
2020-07-05 17:48:08,477: DEBUG - Get:4 http://ftp.debian.org/debian stretch-updates InRelease [93.6 kB]
2020-07-05 17:48:08,478: DEBUG - Hit:5 https://packages.sury.org/php stretch InRelease
2020-07-05 17:48:08,478: DEBUG - Get:6 https://deb.nodesource.com/node_10.x stretch InRelease [4585 B]
2020-07-05 17:48:08,679: DEBUG - Hit:7 http://ftp.debian.org/debian stretch Release
2020-07-05 17:48:08,879: DEBUG - Get:8 http://security.debian.org/debian-security stretch/updates/main Sources [217 kB]
2020-07-05 17:48:08,980: DEBUG - Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [529 kB]
2020-07-05 17:48:09,582: DEBUG - Get:10 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [768 B]
2020-07-05 17:48:09,683: DEBUG - Fetched 939 kB in 1s (672 kB/s)
2020-07-05 17:48:11,388: DEBUG - Reading package lists...
2020-07-05 17:48:11,390: DEBUG - + echo '[####+...............] > Add OnlyOffice repository...'
2020-07-05 17:48:11,391: DEBUG - + apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2020-07-05 17:48:11,591: DEBUG - Executing: /tmp/apt-key-gpghome.qljqzGIh6g/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
2020-07-05 17:48:11,592: WARNING - Warning: apt-key output should not be parsed (stdout is not a terminal)
2020-07-05 17:48:11,592: INFO - [####+...............] > Add OnlyOffice repository...
2020-07-05 17:48:12,996: WARNING - gpg: key 8320CA65CB2DE8E5: public key "Ascensio System Limited (ONLYOFFICE) <[email protected]>" imported
2020-07-05 17:48:13,998: WARNING - gpg: Total number processed: 1
2020-07-05 17:48:13,999: WARNING - gpg:               imported: 1
2020-07-05 17:48:15,002: DEBUG - + ynh_install_extra_repo '--repo=deb http://download.onlyoffice.com/repo/debian squeeze main' --append
2020-07-05 17:48:15,106: DEBUG - + name=onlyoffice
2020-07-05 17:48:15,106: DEBUG - + append=1
2020-07-05 17:48:15,106: DEBUG - + key=
2020-07-05 17:48:15,107: DEBUG - + priority=
2020-07-05 17:48:15,107: DEBUG - + '[' 1 -eq 1 ']'
2020-07-05 17:48:15,107: DEBUG - + append=--append
2020-07-05 17:48:15,107: DEBUG - + wget_append='tee --append'
2020-07-05 17:48:15,108: DEBUG - + repo='http://download.onlyoffice.com/repo/debian squeeze main'
2020-07-05 17:48:15,108: DEBUG - ++ echo 'http://download.onlyoffice.com/repo/debian squeeze main'
2020-07-05 17:48:15,108: DEBUG - ++ awk '{ print $1 }'
2020-07-05 17:48:15,108: DEBUG - + local uri=http://download.onlyoffice.com/repo/debian
2020-07-05 17:48:15,109: DEBUG - ++ echo 'http://download.onlyoffice.com/repo/debian squeeze main'
2020-07-05 17:48:15,109: DEBUG - ++ awk '{ print $2 }'
2020-07-05 17:48:15,109: DEBUG - + local suite=squeeze
2020-07-05 17:48:15,110: DEBUG - + local component=main
2020-07-05 17:48:15,110: DEBUG - + ynh_add_repo --uri=http://download.onlyoffice.com/repo/debian --suite=squeeze --component=main --name=onlyoffice --append
2020-07-05 17:48:15,113: DEBUG - + name=onlyoffice
2020-07-05 17:48:15,113: DEBUG - + append=1
2020-07-05 17:48:15,113: DEBUG - + '[' 1 -eq 1 ']'
2020-07-05 17:48:15,114: DEBUG - + append='tee --append'
2020-07-05 17:48:15,114: DEBUG - + mkdir --parents /etc/apt/sources.list.d
2020-07-05 17:48:15,114: DEBUG - + tee --append /etc/apt/sources.list.d/onlyoffice.list
2020-07-05 17:48:15,115: DEBUG - + echo 'deb http://download.onlyoffice.com/repo/debian squeeze main'
2020-07-05 17:48:15,115: DEBUG - deb http://download.onlyoffice.com/repo/debian squeeze main
2020-07-05 17:48:15,115: DEBUG - + local pin=download.onlyoffice.com/repo/debian
2020-07-05 17:48:15,115: DEBUG - + pin=download.onlyoffice.com
2020-07-05 17:48:15,116: DEBUG - + '[' -n '' ']'
2020-07-05 17:48:15,116: DEBUG - + ynh_pin_repo '--package=*' '--pin=origin "download.onlyoffice.com"' --name=onlyoffice --append
2020-07-05 17:48:15,121: DEBUG - + package='*'
2020-07-05 17:48:15,122: DEBUG - + priority=50
2020-07-05 17:48:15,122: DEBUG - + name=onlyoffice
2020-07-05 17:48:15,122: DEBUG - + append=1
2020-07-05 17:48:15,122: DEBUG - + '[' 1 -eq 1 ']'
2020-07-05 17:48:15,123: DEBUG - + append='tee --append'
2020-07-05 17:48:15,123: DEBUG - + mkdir --parents /etc/apt/preferences.d
2020-07-05 17:48:15,123: DEBUG - + echo 'Package: *
2020-07-05 17:48:15,124: DEBUG - Pin: origin "download.onlyoffice.com"
2020-07-05 17:48:15,124: DEBUG - Pin-Priority: 50
2020-07-05 17:48:15,124: DEBUG - '
2020-07-05 17:48:15,124: DEBUG - + tee --append /etc/apt/preferences.d/onlyoffice
2020-07-05 17:48:15,125: DEBUG - Package: *
2020-07-05 17:48:15,125: DEBUG - Pin: origin "download.onlyoffice.com"
2020-07-05 17:48:15,125: DEBUG - Pin-Priority: 50
2020-07-05 17:48:15,126: DEBUG - 
2020-07-05 17:48:15,126: DEBUG - + '[' -n '' ']'
2020-07-05 17:48:15,126: DEBUG - + ynh_package_update
2020-07-05 17:48:15,127: DEBUG - + ynh_apt update
2020-07-05 17:48:15,127: DEBUG - + ynh_wait_dpkg_free
2020-07-05 17:48:15,729: DEBUG - + return 0
2020-07-05 17:48:15,729: DEBUG - + LC_ALL=C
2020-07-05 17:48:15,730: DEBUG - + DEBIAN_FRONTEND=noninteractive
2020-07-05 17:48:15,730: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2020-07-05 17:48:16,031: DEBUG - Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
2020-07-05 17:48:16,031: DEBUG - Ign:2 http://ftp.debian.org/debian stretch InRelease
2020-07-05 17:48:16,032: DEBUG - Hit:3 http://forge.yunohost.org/debian stretch InRelease
2020-07-05 17:48:16,032: DEBUG - Hit:4 http://ftp.debian.org/debian stretch-updates InRelease
2020-07-05 17:48:16,132: DEBUG - Get:5 http://download.onlyoffice.com/repo/debian squeeze InRelease [7502 B]
2020-07-05 17:48:16,133: DEBUG - Hit:6 http://ftp.debian.org/debian stretch Release
2020-07-05 17:48:16,133: DEBUG - Hit:7 https://packages.sury.org/php stretch InRelease
2020-07-05 17:48:16,133: DEBUG - Hit:8 https://deb.nodesource.com/node_10.x stretch InRelease
2020-07-05 17:48:16,835: DEBUG - Get:9 http://download.onlyoffice.com/repo/debian squeeze/main amd64 Packages [4611 B]
2020-07-05 17:48:17,336: DEBUG - Fetched 12.1 kB in 1s (8350 B/s)
2020-07-05 17:48:18,942: DEBUG - Reading package lists...
2020-07-05 17:48:19,045: INFO - [#####+..............] > Installing dependencies...
2020-07-05 17:48:19,047: DEBUG - + echo '[#####+..............] > Installing dependencies...'
2020-07-05 17:48:19,047: DEBUG - + ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev
2020-07-05 17:48:19,048: DEBUG - + local 'dependencies=postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2020-07-05 17:48:19,048: DEBUG - ++ echo 'postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2020-07-05 17:48:19,048: DEBUG - ++ sed 's/\([^\<=\>]\)\ \([^(]\)/\1, \2/g'
2020-07-05 17:48:19,048: DEBUG - + dependencies='postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev'
2020-07-05 17:48:19,053: DEBUG - + local 'dependencies=postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev'
2020-07-05 17:48:19,053: DEBUG - + local manifest_path=../manifest.json
2020-07-05 17:48:19,054: DEBUG - + '[' '!' -e ../manifest.json ']'
2020-07-05 17:48:19,054: DEBUG - ++ grep '\"version\": ' ../manifest.json
2020-07-05 17:48:19,054: DEBUG - ++ cut '--delimiter="' --fields=4
2020-07-05 17:48:19,055: DEBUG - + local version=5.5.3~ynh2
2020-07-05 17:48:19,055: DEBUG - + '[' 10 -eq 0 ']'
2020-07-05 17:48:19,055: DEBUG - + local dep_app=onlyoffice
2020-07-05 17:48:19,055: DEBUG - + [[ postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev =~ [<=>] ]]
2020-07-05 17:48:19,056: DEBUG - + echo postgresql, libstdc++6, redis-server, rabbitmq-server, libcurl4-nss-dev
2020-07-05 17:48:19,056: DEBUG - + grep --quiet php
2020-07-05 17:48:19,056: DEBUG - + cat
2020-07-05 17:48:19,057: DEBUG - + ynh_package_install_from_equivs /tmp/onlyoffice-ynh-deps.control
2020-07-05 17:48:19,057: DEBUG - + local controlfile=/tmp/onlyoffice-ynh-deps.control
2020-07-05 17:48:19,057: DEBUG - ++ grep '^Package: ' /tmp/onlyoffice-ynh-deps.control
2020-07-05 17:48:19,057: DEBUG - ++ cut '--delimiter= ' --fields=2
2020-07-05 17:48:19,058: DEBUG - + local pkgname=onlyoffice-ynh-deps
2020-07-05 17:48:19,058: DEBUG - ++ grep '^Version: ' /tmp/onlyoffice-ynh-deps.control
2020-07-05 17:48:19,058: DEBUG - ++ cut '--delimiter= ' --fields=2
2020-07-05 17:48:19,058: DEBUG - + local pkgversion=5.5.3~ynh2
2020-07-05 17:48:19,059: DEBUG - + [[ -z onlyoffice-ynh-deps ]]
2020-07-05 17:48:19,059: DEBUG - + [[ -z 5.5.3~ynh2 ]]
2020-07-05 17:48:19,059: DEBUG - + ynh_package_update
2020-07-05 17:48:19,059: DEBUG - + ynh_apt update
2020-07-05 17:48:19,060: DEBUG - + ynh_wait_dpkg_free
2020-07-05 17:48:19,662: DEBUG - + return 0
2020-07-05 17:48:19,662: DEBUG - + LC_ALL=C
2020-07-05 17:48:19,663: DEBUG - + DEBIAN_FRONTEND=noninteractive
2020-07-05 17:48:19,663: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2020-07-05 17:48:19,966: DEBUG - Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
2020-07-05 17:48:19,967: DEBUG - Ign:2 http://ftp.debian.org/debian stretch InRelease
2020-07-05 17:48:19,967: DEBUG - Hit:3 http://forge.yunohost.org/debian stretch InRelease
2020-07-05 17:48:19,967: DEBUG - Hit:4 http://download.onlyoffice.com/repo/debian squeeze InRelease
2020-07-05 17:48:19,968: DEBUG - Hit:5 http://ftp.debian.org/debian stretch-updates InRelease
2020-07-05 17:48:20,068: DEBUG - Hit:6 https://packages.sury.org/php stretch InRelease
2020-07-05 17:48:20,069: DEBUG - Hit:7 http://ftp.debian.org/debian stretch Release
2020-07-05 17:48:20,069: DEBUG - Hit:8 https://deb.nodesource.com/node_10.x stretch InRelease
2020-07-05 17:48:22,875: DEBUG - Reading package lists...
2020-07-05 17:48:22,875: DEBUG - ++ mktemp --directory
2020-07-05 17:48:22,876: DEBUG - + local TMPDIR=/tmp/tmp.MMb7UCgcWv
2020-07-05 17:48:22,876: DEBUG - + echo 10
2020-07-05 17:48:22,876: DEBUG - + ynh_wait_dpkg_free
2020-07-05 17:48:23,581: DEBUG - + return 0
2020-07-05 17:48:23,582: DEBUG - + cp /tmp/onlyoffice-ynh-deps.control /tmp/tmp.MMb7UCgcWv/control
2020-07-05 17:48:23,582: DEBUG - + cd /tmp/tmp.MMb7UCgcWv
2020-07-05 17:48:23,582: DEBUG - + LC_ALL=C
2020-07-05 17:48:23,583: DEBUG - + equivs-build ./control
2020-07-05 17:48:24,786: DEBUG - + dpkg --force-depends --install ./onlyoffice-ynh-deps_5.5.3~ynh2_all.deb
2020-07-05 17:48:24,886: DEBUG - Selecting previously unselected package onlyoffice-ynh-deps.
2020-07-05 17:48:25,087: DEBUG - (Reading database ... 60691 files and directories currently installed.)
2020-07-05 17:48:25,088: DEBUG - Preparing to unpack .../onlyoffice-ynh-deps_5.5.3~ynh2_all.deb ...
2020-07-05 17:48:25,088: DEBUG - Unpacking onlyoffice-ynh-deps (5.5.3~ynh2) ...
2020-07-05 17:48:25,189: DEBUG - dpkg: onlyoffice-ynh-deps: dependency problems, but configuring anyway as you requested:
2020-07-05 17:48:25,189: DEBUG -  onlyoffice-ynh-deps depends on rabbitmq-server; however:
2020-07-05 17:48:25,189: DEBUG -   Package rabbitmq-server is not installed.
2020-07-05 17:48:25,189: DEBUG -  onlyoffice-ynh-deps depends on libcurl4-nss-dev; however:
2020-07-05 17:48:25,190: DEBUG -   Package libcurl4-nss-dev is not installed.
2020-07-05 17:48:25,190: DEBUG - 
2020-07-05 17:48:25,190: DEBUG - Setting up onlyoffice-ynh-deps (5.5.3~ynh2) ...
2020-07-05 17:48:25,190: DEBUG - + ynh_package_install --fix-broken
2020-07-05 17:48:25,190: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken
2020-07-05 17:48:25,191: DEBUG - + ynh_wait_dpkg_free
2020-07-05 17:48:25,792: DEBUG - + return 0
2020-07-05 17:48:25,793: DEBUG - + LC_ALL=C
2020-07-05 17:48:25,793: DEBUG - + DEBIAN_FRONTEND=noninteractive
2020-07-05 17:48:25,793: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken
2020-07-05 17:48:26,194: DEBUG - Reading package lists...
2020-07-05 17:48:26,496: DEBUG - Building dependency tree...
2020-07-05 17:48:26,496: DEBUG - Reading state information...
2020-07-05 17:48:26,697: DEBUG - Correcting dependencies... Done
2020-07-05 17:48:26,897: DEBUG - The following packages were automatically installed and are no longer required:
2020-07-05 17:48:26,898: DEBUG -   brotli checkinstall gifsicle jhead jpegoptim libapr1 libapr1-dev
2020-07-05 17:48:26,898: DEBUG -   libjemalloc-dev libjpeg-turbo-progs libreadline-dev libsctp-dev libtinfo-dev
2020-07-05 17:48:26,899: DEBUG -   libturbojpeg0 libyaml-dev optipng uuid-dev
2020-07-05 17:48:26,899: DEBUG - Use 'apt autoremove' to remove them.
2020-07-05 17:48:26,899: DEBUG - The following additional packages will be installed:
2020-07-05 17:48:26,899: DEBUG -   erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2020-07-05 17:48:26,900: DEBUG -   erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2020-07-05 17:48:26,900: DEBUG -   erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2020-07-05 17:48:26,900: DEBUG -   erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2020-07-05 17:48:26,901: DEBUG -   erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2020-07-05 17:48:26,901: DEBUG -   erlang-xmerl libcurl3-nss libcurl4-nss-dev libnspr4 libnss3 rabbitmq-server
2020-07-05 17:48:26,901: DEBUG - Suggested packages:
2020-07-05 17:48:26,901: DEBUG -   erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libcurl4-doc
2020-07-05 17:48:26,902: DEBUG -   libcurl3-dbg libidn11-dev libkrb5-dev libnss3-dev librtmp-dev libssh2-1-dev
2020-07-05 17:48:26,902: DEBUG -   pkg-config
2020-07-05 17:48:27,002: DEBUG - The following packages will be REMOVED:
2020-07-05 17:48:27,003: WARNING - E: Packages need to be removed but remove is disabled.
2020-07-05 17:48:27,004: DEBUG -   discourse-ynh-deps libcurl4-openssl-dev
2020-07-05 17:48:27,004: DEBUG - The following NEW packages will be installed:
2020-07-05 17:48:27,004: DEBUG -   erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2020-07-05 17:48:27,004: DEBUG -   erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2020-07-05 17:48:27,005: DEBUG -   erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2020-07-05 17:48:27,005: DEBUG -   erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
2020-07-05 17:48:27,005: DEBUG -   erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
2020-07-05 17:48:27,006: DEBUG -   erlang-xmerl libcurl3-nss libcurl4-nss-dev libnspr4 libnss3 rabbitmq-server
2020-07-05 17:48:27,006: DEBUG - 0 upgraded, 30 newly installed, 2 to remove and 21 not upgraded.
2020-07-05 17:48:27,006: DEBUG - ++ dpkg --info /tmp/tmp.MMb7UCgcWv/onlyoffice-ynh-deps_5.5.3~ynh2_all.deb
2020-07-05 17:48:27,007: DEBUG - ++ grep Depends
2020-07-05 17:48:27,007: DEBUG - ++ sed s/,//g
2020-07-05 17:48:27,007: DEBUG - ++ sed 's/^ Depends: //'
2020-07-05 17:48:27,008: DEBUG - + local 'dependencies=postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev'
2020-07-05 17:48:27,008: DEBUG - + ynh_package_install postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev --dry-run
2020-07-05 17:48:27,009: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev --dry-run
2020-07-05 17:48:27,009: DEBUG - + sed --quiet '/--fix-broken/,$p'
2020-07-05 17:48:27,009: DEBUG - + ynh_wait_dpkg_free
2020-07-05 17:48:27,612: DEBUG - + return 0
2020-07-05 17:48:27,612: DEBUG - + LC_ALL=C
2020-07-05 17:48:27,612: DEBUG - + DEBIAN_FRONTEND=noninteractive
2020-07-05 17:48:27,613: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install postgresql libstdc++6 redis-server rabbitmq-server libcurl4-nss-dev --dry-run
2020-07-05 17:48:28,214: DEBUG - + ynh_die '--message=Unable to install dependencies'
2020-07-05 17:48:28,215: WARNING - E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
2020-07-05 17:48:28,216: WARNING - You might want to run 'apt --fix-broken install' to correct these.
2020-07-05 17:48:28,217: WARNING - The following packages have unmet dependencies:
2020-07-05 17:48:28,217: WARNING -  libcurl4-nss-dev : Depends: libcurl3-nss (= 7.52.1-5+deb9u10) but it is not going to be installed
2020-07-05 17:48:28,218: WARNING -                     Conflicts: libcurl4-openssl-dev but 7.52.1-5+deb9u10 is to be installed
2020-07-05 17:48:28,219: WARNING -  libcurl4-openssl-dev : Conflicts: libcurl4-nss-dev but 7.52.1-5+deb9u10 is to be installed
2020-07-05 17:48:28,220: WARNING -  rabbitmq-server : Depends: erlang-nox (>= 1:13.b.3) but it is not going to be installed or
2020-07-05 17:48:28,221: WARNING -                             esl-erlang but it is not installable
2020-07-05 17:48:28,221: DEBUG - + ret_code=1
2020-07-05 17:48:28,222: WARNING - Unable to install dependencies
2020-07-05 17:48:28,222: DEBUG - + echo 'Unable to install dependencies'
2020-07-05 17:48:28,222: DEBUG - + exit 1
2020-07-05 17:48:28,223: DEBUG - + ynh_exit_properly
2020-07-05 17:48:28,223: DEBUG - + local exit_code=1
2020-07-05 17:48:28,223: DEBUG - + '[' 1 -eq 0 ']'
2020-07-05 17:48:28,223: DEBUG - + trap '' EXIT
2020-07-05 17:48:28,224: DEBUG - + set +o errexit
2020-07-05 17:48:28,224: DEBUG - + set +o nounset
2020-07-05 17:48:28,224: DEBUG - + sleep 0.5
2020-07-05 17:48:28,726: DEBUG - + type -t ynh_clean_setup
2020-07-05 17:48:28,726: DEBUG - + exit 1
2020-07-05 17:48:28,778: ERROR - Could not install onlyoffice: An error occurred inside the app installation script

install failed

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

  YNH_APP_ARG_DOMAIN: krashboyz.org
  YNH_APP_ARG_PATH: /onlyoffice

j'ai l'impression qu'il prend pas YNH_APP_ARG_PATH en compte ?

voir :

2018-11-23 00:08:18,534: DEBUG - + ynh_webpath_available krashboyz.org /
2018-11-23 00:08:18,535: DEBUG - + local domain=krashboyz.org
2018-11-23 00:08:18,535: DEBUG - + local path=/
2018-11-23 00:08:18,535: DEBUG - + sudo yunohost domain url-available krashboyz.org /
2018-11-23 00:08:19,036: DEBUG - False
2018-11-23 00:08:19,037: DEBUG - + ynh_webpath_register onlyoffice krashboyz.org /
2018-11-23 00:08:19,037: DEBUG - + local app=onlyoffice
2018-11-23 00:08:19,037: DEBUG - + local domain=krashboyz.org
2018-11-23 00:08:19,037: DEBUG - + local path=/
2018-11-23 00:08:19,038: DEBUG - + sudo yunohost app register-url onlyoffice krashboyz.org /
2018-11-23 00:08:19,539: WARNING - Cette URL n’est pas disponible ou est en conflit avec une application existante

no update and no new install db connection error

Describe the bug
A clear and concise description of what the bug is.

updating apps from ssh cli error on onlyoffice update, log here:
https://paste.yunohost.org/raw/lilesofona

afterwards clean removal of onlyoffice app with no errors, here logs:
https://paste.yunohost.org/raw/cegucataxa

then attempted a clean install with no success:
https://paste.yunohost.org/raw/azuceqacoy

Versions

  • Hardware: a vps with clean Debian 10 install
  • YunoHost version: x.x.x
yunohost -v
yunohost: 
  repo: stable
  version: 4.0.8.3
yunohost-admin: 
  repo: stable
  version: 4.0.4
moulinette: 
  repo: stable
  version: 4.0.3
ssowat: 
  repo: stable
  version: 4.0.5
  • I have access to my server: accessed through web and ssh
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance ?: no
    • If yes, please explain:
  • Using, or trying to install package version/branch:
    ID onlyoffice
    Description Create and edit documents collaboratively
    License GPL-3.0-or-later
    Version 6.0.1~ynh1
    Multi instance No
    
  • If upgrading, current package version:

To Reproduce
Steps to reproduce the behavior.

  • If you performed a command from the CLI, the command itself is enough. For example:
    sudo yunohost tools update --apps onlyoffice
    and also
    sudo yunohost app install onlyoffice
  • If you used the webadmin, please perform the equivalent command from the CLI first.
    already done
  • If the error occurs in your browser, explain what you did:
    na

Expected behavior
A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.

I expected to be able to update the app or at least install it from scratch

Logs
After a failed command, YunoHost makes the log available to you, but also to others, thanks to yunohost log display [log name] --share. The actual command, with the correct log name, is displayed at the end of the failed attempt in the CLI. Execute it and copy here the share link it outputs.

done

If applicable and useful, add screenshots to help explain your problem.

Installation fails due to dependencies

When trying to install OnlyOffice, I'm ultimately met with this notification: "The operation 'Install 'onlyoffice' application' has failed! To get help, please provide the full log of this operation by clicking here".

Here is the full log. There specifically seems to be a problem installing rabbitmq-server around L647.

I have no idea how to solve this, but with Nextcloud 18 being very much in the YunoHost-pipeline, it'd be amazing to get to use the OnlyOffice integration 😊

Upgrade soft-fails due to 7.2 enabling JWT

Hi there,

Thanks for maintaining this package so far 😸
Contrary to what is written in the Readme, the package upgrades now to OO 7.2.0.204 (released on 21/09/2022). This version ships with a a new default mode : Auth with tokens enabled, but the configuration upgrade is not managed by this package.

So I was stuck with a non-working install, services kept crashing with undefined config variables. So I removed and re-installed the app, and everythning work well. 🙂
⚠️ as JWT authentication is now enabled by default, you have to give the token to your users//Nextcloud installs. You may display it with the command sudo documentserver-jwt-status.sh.

Thanks for any follow-up, I hope the transition will be smoother for future users !

Upgrade in the webadmin

Upgrades are not visible in the webadmin. I have to manually check if there is any upgrade on github, and then upgrade in command line with
sudo yunohost app upgrade onlyoffice -u https://github.com/YunoHost-Apps/onlyoffice_ynh/

Edit : upgrading in command line actually doesn't upgrade onlyoffice, I had to uninstall and install it again to upgrade.

Is it possible to get it upgradable directly in the webadmin ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.