Echec de l'installation de Netdata

Bonjour

J’ai essayé plusieurs fois d’installer Netdata, mais l’installer plante systématiquement. Ce n’est pas le même bug que celui remonté précédemment en février, d’après les logs que j’ai récupérés…

Mon serveur YunoHost

Matériel: Raspberry Pi à la maison
Version de YunoHost: 11.0.9.14 (stable)
J’ai accès à mon serveur : En SSH | Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non
Si oui, expliquer:

Description du problème

Comme je l’ai indiqué précédemment, l’installer de Netdata plante. A priori les dépendances sont bien installées en amont.

Voici le log de l’installation:

args:
app: netdata
force: false
label: NetData
no_remove_on_failure: false
ended_at: 2022-09-18 06:19:10.663151
env:
YNH_APP_ARG_ADMIN: yann
YNH_APP_ARG_DOMAIN: maindomain.tld
YNH_APP_ARG_IS_PUBLIC: ‘0’
YNH_APP_ARG_PATH: /netdata
YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k
YNH_APP_ID: netdata
YNH_APP_INSTANCE_NAME: netdata
YNH_APP_INSTANCE_NUMBER: ‘1’
YNH_APP_MANIFEST_VERSION: 1.36.1~ynh1
YNH_ARCH: armhf
error: Une erreur est survenue dans le script d’installation de l’application
interface: api
operation: app_install
parent: null
related_to:

    • app
    • netdata
      started_at: 2022-09-18 06:14:10.036152
      success: false
      yunohost_version: 11.0.9.14

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

2022-09-18 07:14:10,056: INFO - Installation de netdata…
2022-09-18 07:14:10,293: DEBUG - Nothing to update in LDAP
2022-09-18 07:14:10,294: DEBUG - Permission ‘netdata.main’ mise à jour
2022-09-18 07:14:10,477: DEBUG - Journal complet de cette opération : ‘ Mise à jour de l’URL associée à l’autorisation ‘netdata’
2022-09-18 07:14:10,864: DEBUG - The permission database has been resynchronized
2022-09-18 07:14:11,121: DEBUG - La configuration de SSOwat a été regénérée
2022-09-18 07:14:11,314: DEBUG - Permission ‘netdata.main’ créée
2022-09-18 07:14:11,315: DEBUG - Journal complet de cette opération : ‘ Créer permission ‘netdata’
2022-09-18 07:14:11,365: DEBUG - Executing command ‘[‘sh’, ‘-c’, ‘/bin/bash -x “./install” 7>&1’]’
2022-09-18 07:14:11,387: DEBUG - + source _common.sh
2022-09-18 07:14:11,388: DEBUG - ++ pkg_dependencies=‘zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python3-mysqldb libipmimonitoring-dev acl python3-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake’
2022-09-18 07:14:11,388: DEBUG - + source /usr/share/yunohost/helpers
2022-09-18 07:14:11,389: DEBUG - +++ set +o
2022-09-18 07:14:11,391: DEBUG - +++ grep xtrace
2022-09-18 07:14:11,395: DEBUG - ++ readonly ‘XTRACE_ENABLE=set -o xtrace’
2022-09-18 07:14:11,396: DEBUG - ++ XTRACE_ENABLE=‘set -o xtrace’
2022-09-18 07:14:11,437: DEBUG - + ynh_abort_if_errors
2022-09-18 07:14:11,438: DEBUG - + trap ynh_exit_properly EXIT
2022-09-18 07:14:11,438: DEBUG - + domain=maindomain.tld
2022-09-18 07:14:11,439: DEBUG - + path_url=/netdata
2022-09-18 07:14:11,439: DEBUG - + is_public=0
2022-09-18 07:14:11,439: DEBUG - + admin=yann
2022-09-18 07:14:11,440: DEBUG - + app=netdata
2022-09-18 07:14:11,679: INFO - […] > Validating installation parameters…
2022-09-18 07:14:11,682: DEBUG - + final_path=/opt/netdata
2022-09-18 07:14:11,683: DEBUG - + test ‘!’ -e /opt/netdata
2022-09-18 07:14:11,683: DEBUG - + ynh_webpath_register --app=netdata --domain=maindomain.tld --path_url=/netdata
2022-09-18 07:14:11,868: DEBUG - + yunohost app register-url netdata maindomain.tld /netdata
2022-09-18 07:14:14,901: INFO - […] > Storing installation settings…
2022-09-18 07:14:14,903: DEBUG - + ynh_app_setting_set --app=netdata --key=domain --value=maindomain.tld
2022-09-18 07:14:14,903: DEBUG - + local globalapp=netdata
2022-09-18 07:14:15,088: DEBUG - + app=netdata
2022-09-18 07:14:15,089: DEBUG - + [[ domain =~ (unprotected|protected|skipped)
]]
2022-09-18 07:14:15,091: DEBUG - + ynh_app_setting set netdata domain maindomain.tld
2022-09-18 07:14:15,241: DEBUG - + ynh_app_setting_set --app=netdata --key=path --value=/netdata
2022-09-18 07:14:15,241: DEBUG - + local globalapp=netdata
2022-09-18 07:14:15,433: DEBUG - + app=netdata
2022-09-18 07:14:15,434: DEBUG - + [[ path =~ (unprotected|protected|skipped)
]]
2022-09-18 07:14:15,434: DEBUG - + ynh_app_setting set netdata path /netdata
2022-09-18 07:14:15,577: DEBUG - + ynh_app_setting_set --app=netdata --key=admin --value=yann
2022-09-18 07:14:15,578: DEBUG - + local globalapp=netdata
2022-09-18 07:14:15,826: DEBUG - + app=netdata
2022-09-18 07:14:15,826: DEBUG - + [[ admin =~ (unprotected|protected|skipped)
]]
2022-09-18 07:14:15,827: DEBUG - + ynh_app_setting set netdata admin yann
2022-09-18 07:14:16,182: INFO - [++++++++…] > Installing dependencies…
2022-09-18 07:14:16,185: DEBUG - + ynh_install_app_dependencies zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python3-mysqldb libipmimonitoring-dev acl python3-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake
2022-09-18 07:14:16,185: DEBUG - + local ‘dependencies=zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python3-mysqldb libipmimonitoring-dev acl python3-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake’
2022-09-18 07:14:16,186: DEBUG - ++ echo ‘zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python3-mysqldb libipmimonitoring-dev acl python3-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake’
2022-09-18 07:14:16,188: DEBUG - ++ sed ‘s/([^<=>])\ ([^(])/\1, \2/g’
2022-09-18 07:14:16,194: DEBUG - + dependencies=‘zlib1g-dev, uuid-dev, libmnl-dev, gcc, make, git, autoconf, autoconf-archive, autogen, automake, pkg-config, curl, jq, nodejs, python3-mysqldb, libipmimonitoring-dev, acl, python3-pymongo, libuv1-dev, liblz4-dev, libjudy-dev, libssl-dev, cmake’
2022-09-18 07:14:16,195: DEBUG - + local ‘dependencies=zlib1g-dev, uuid-dev, libmnl-dev, gcc, make, git, autoconf, autoconf-archive, autogen, automake, pkg-config, curl, jq, nodejs, python3-mysqldb, libipmimonitoring-dev, acl, python3-pymongo, libuv1-dev, liblz4-dev, libjudy-dev, libssl-dev, cmake’
2022-09-18 07:14:16,196: DEBUG - + local manifest_path=/var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/manifest.json
2022-09-18 07:14:16,196: DEBUG - ++ jq -r .version /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/manifest.json
2022-09-18 07:14:16,293: DEBUG - + local version=1.36.1~ynh1
2022-09-18 07:14:16,294: DEBUG - + ‘[’ -z 1.36.1~ynh1 ‘]’
2022-09-18 07:14:16,294: DEBUG - + ‘[’ 1.36.1~ynh1 == null ‘]’
2022-09-18 07:14:16,294: DEBUG - + local dep_app=netdata
2022-09-18 07:14:16,295: DEBUG - + [[ zlib1g-dev, uuid-dev, libmnl-dev, gcc, make, git, autoconf, autoconf-archive, autogen, automake, pkg-config, curl, jq, nodejs, python3-mysqldb, libipmimonitoring-dev, acl, python3-pymongo, libuv1-dev, liblz4-dev, libjudy-dev, libssl-dev, cmake =~ [<=>] ]]
2022-09-18 07:14:16,297: DEBUG - ++ echo zlib1g-dev, uuid-dev, libmnl-dev, gcc, make, git, autoconf, autoconf-archive, autogen, automake, pkg-config, curl, jq, nodejs, python3-mysqldb, libipmimonitoring-dev, acl, python3-pymongo, libuv1-dev, liblz4-dev, libjudy-dev, libssl-dev, cmake
2022-09-18 07:14:16,298: DEBUG - ++ grep -oP ‘(?<=php)[0-9.]+(?=-|>)’
2022-09-18 07:14:16,299: DEBUG - ++ sort -u
2022-09-18 07:14:16,304: DEBUG - + local specific_php_version=
2022-09-18 07:14:16,305: DEBUG - + grep --quiet php
2022-09-18 07:14:16,311: DEBUG - ++ ynh_package_is_installed postgresql-13
2022-09-18 07:14:16,340: DEBUG - ++ ynh_wait_dpkg_free
2022-09-18 07:14:16,717: DEBUG - ++ return 0
2022-09-18 07:14:16,718: DEBUG - ++ dpkg-query --show ‘–showformat=${Status}’ postgresql-13
2022-09-18 07:14:16,719: DEBUG - ++ grep --count ‘ok installed’
2022-09-18 07:14:16,772: DEBUG - ++ echo no
2022-09-18 07:14:16,773: DEBUG - + local psql_installed=no
2022-09-18 07:14:16,773: DEBUG - + [[ true == \t\r\u\e ]]
2022-09-18 07:14:16,774: DEBUG - + YNH_INSTALL_APP_DEPENDENCIES_REPLACE=false
2022-09-18 07:14:16,774: DEBUG - + cat
2022-09-18 07:14:16,778: DEBUG - + ynh_package_install_from_equivs /tmp/netdata-ynh-deps.control
2022-09-18 07:14:16,778: DEBUG - + local controlfile=/tmp/netdata-ynh-deps.control
2022-09-18 07:14:16,781: DEBUG - ++ grep '^Package: ’ /tmp/netdata-ynh-deps.control
2022-09-18 07:14:16,781: DEBUG - ++ cut ‘–delimiter= ’ --fields=2
2022-09-18 07:14:16,786: DEBUG - + local pkgname=netdata-ynh-deps
2022-09-18 07:14:16,789: DEBUG - ++ grep ‘^Version: ’ /tmp/netdata-ynh-deps.control
2022-09-18 07:14:16,790: DEBUG - ++ cut ‘–delimiter= ’ --fields=2
2022-09-18 07:14:16,795: DEBUG - + local pkgversion=1.36.1~ynh1
2022-09-18 07:14:16,796: DEBUG - + [[ -z netdata-ynh-deps ]]
2022-09-18 07:14:16,796: DEBUG - + [[ -z 1.36.1~ynh1 ]]
2022-09-18 07:14:16,796: DEBUG - + ynh_package_update
2022-09-18 07:14:16,797: DEBUG - + ynh_apt update
2022-09-18 07:14:16,797: DEBUG - + ynh_wait_dpkg_free
2022-09-18 07:14:17,133: DEBUG - + return 0
2022-09-18 07:14:17,134: DEBUG - + LC_ALL=C
2022-09-18 07:14:17,134: DEBUG - + DEBIAN_FRONTEND=noninteractive
2022-09-18 07:14:17,135: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2022-09-18 07:14:17,466: DEBUG - Hit:1 Index of /debian/ bullseye InRelease
2022-09-18 07:14:17,496: DEBUG - Hit:2 Index of /debian bullseye InRelease
2022-09-18 07:14:17,627: DEBUG - Hit:3 Index of /raspbian bullseye InRelease
2022-09-18 07:14:17,730: DEBUG - Hit:4 Index of /php/ bullseye InRelease
2022-09-18 07:14:21,970: DEBUG - Reading package lists…
2022-09-18 07:14:22,061: DEBUG - ++ mktemp --directory
2022-09-18 07:14:22,065: DEBUG - + local TMPDIR=/tmp/tmp.z4aGijiqRK
2022-09-18 07:14:22,065: DEBUG - + rm -f /usr/share/equivs/template/debian/compat
2022-09-18 07:14:22,068: DEBUG - + ynh_wait_dpkg_free
2022-09-18 07:14:22,373: DEBUG - + return 0
2022-09-18 07:14:22,374: DEBUG - + cp /tmp/netdata-ynh-deps.control /tmp/tmp.z4aGijiqRK/control
2022-09-18 07:14:22,380: DEBUG - + cd /tmp/tmp.z4aGijiqRK
2022-09-18 07:14:22,380: DEBUG - + LC_ALL=C
2022-09-18 07:14:22,381: DEBUG - + equivs-build ./control
2022-09-18 07:14:22,923: DEBUG - dpkg-buildpackage: info: source package netdata-ynh-deps
2022-09-18 07:14:22,924: DEBUG - dpkg-buildpackage: info: source version 1.36.1~ynh1
2022-09-18 07:14:22,924: DEBUG - dpkg-buildpackage: info: source distribution unstable
2022-09-18 07:14:22,924: DEBUG - dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator root@maindomain.tld
2022-09-18 07:14:23,052: DEBUG - dpkg-source --before-build .
2022-09-18 07:14:23,053: DEBUG - dpkg-buildpackage: info: host architecture armhf
2022-09-18 07:14:23,414: DEBUG - debian/rules clean
2022-09-18 07:14:23,421: DEBUG - dh clean
2022-09-18 07:14:23,707: DEBUG - dh_clean
2022-09-18 07:14:23,821: DEBUG - debian/rules binary
2022-09-18 07:14:23,825: DEBUG - dh binary
2022-09-18 07:14:24,058: DEBUG - dh_update_autotools_config
2022-09-18 07:14:24,156: DEBUG - dh_autoreconf
2022-09-18 07:14:24,339: DEBUG - create-stamp debian/debhelper-build-stamp
2022-09-18 07:14:24,340: DEBUG - dh_prep
2022-09-18 07:14:24,440: DEBUG - dh_install
2022-09-18 07:14:24,556: DEBUG - dh_installdocs
2022-09-18 07:14:24,692: DEBUG - dh_installchangelogs
2022-09-18 07:14:24,996: DEBUG - dh_perl
2022-09-18 07:14:25,124: DEBUG - dh_link
2022-09-18 07:14:25,244: DEBUG - dh_strip_nondeterminism
2022-09-18 07:14:25,482: DEBUG - dh_compress
2022-09-18 07:14:25,622: DEBUG - dh_fixperms
2022-09-18 07:14:25,797: DEBUG - dh_missing
2022-09-18 07:14:25,928: DEBUG - dh_installdeb
2022-09-18 07:14:26,046: DEBUG - dh_gencontrol
2022-09-18 07:14:26,465: DEBUG - dh_md5sums
2022-09-18 07:14:26,587: DEBUG - dh_builddeb
2022-09-18 07:14:26,679: DEBUG - dpkg-deb: building package ‘netdata-ynh-deps’ in ‘…/netdata-ynh-deps_1.36.1~ynh1_all.deb’.
2022-09-18 07:14:26,751: DEBUG - dpkg-genbuildinfo --build=binary
2022-09-18 07:14:28,015: DEBUG - dpkg-genchanges --build=binary >…/netdata-ynh-deps_1.36.1~ynh1_armhf.changes
2022-09-18 07:14:28,304: DEBUG - dpkg-genchanges: info: binary-only upload (no source code included)
2022-09-18 07:14:28,313: DEBUG - dpkg-source --after-build .
2022-09-18 07:14:28,672: DEBUG - dpkg-buildpackage: info: binary-only upload (no source included)
2022-09-18 07:14:28,686: DEBUG -
2022-09-18 07:14:28,686: DEBUG - The package has been created.
2022-09-18 07:14:28,687: DEBUG - Attention, the package has been created in the current directory,
2022-09-18 07:14:28,687: DEBUG - not in “…” as indicated by the message above!
2022-09-18 07:14:28,691: DEBUG - + LC_ALL=C
2022-09-18 07:14:28,691: DEBUG - + dpkg --force-depends --install ./netdata-ynh-deps_1.36.1~ynh1_all.deb
2022-09-18 07:14:28,692: DEBUG - + tee ./dpkg_log
2022-09-18 07:14:28,859: DEBUG - Selecting previously unselected package netdata-ynh-deps.
2022-09-18 07:14:29,367: DEBUG - (Reading database … 77181 files and directories currently installed.)
2022-09-18 07:14:29,376: DEBUG - Preparing to unpack …/netdata-ynh-deps_1.36.1~ynh1_all.deb …
2022-09-18 07:14:29,414: DEBUG - Unpacking netdata-ynh-deps (1.36.1~ynh1) …
2022-09-18 07:14:29,659: DEBUG - dpkg: netdata-ynh-deps: dependency problems, but configuring anyway as you requested:
2022-09-18 07:14:29,659: DEBUG - netdata-ynh-deps depends on uuid-dev; however:
2022-09-18 07:14:29,661: DEBUG - Package uuid-dev is not installed.
2022-09-18 07:14:29,661: DEBUG - netdata-ynh-deps depends on autogen; however:
2022-09-18 07:14:29,661: DEBUG - Package autogen is not installed.
2022-09-18 07:14:29,662: DEBUG - netdata-ynh-deps depends on nodejs; however:
2022-09-18 07:14:29,662: DEBUG - Package nodejs is not installed.
2022-09-18 07:14:29,663: DEBUG - netdata-ynh-deps depends on python3-mysqldb; however:
2022-09-18 07:14:29,663: DEBUG - Package python3-mysqldb is not installed.
2022-09-18 07:14:29,663: DEBUG - netdata-ynh-deps depends on libipmimonitoring-dev; however:
2022-09-18 07:14:29,664: DEBUG - Package libipmimonitoring-dev is not installed.
2022-09-18 07:14:29,664: DEBUG - netdata-ynh-deps depends on python3-pymongo; however:
2022-09-18 07:14:29,664: DEBUG - Package python3-pymongo is not installed.
2022-09-18 07:14:29,665: DEBUG - netdata-ynh-deps depends on libuv1-dev; however:
2022-09-18 07:14:29,665: DEBUG - Package libuv1-dev is not installed.
2022-09-18 07:14:29,666: DEBUG - netdata-ynh-deps depends on liblz4-dev; however:
2022-09-18 07:14:29,666: DEBUG - Package liblz4-dev is not installed.
2022-09-18 07:14:29,666: DEBUG - netdata-ynh-deps depends on libjudy-dev; however:
2022-09-18 07:14:29,667: DEBUG - Package libjudy-dev is not installed.
2022-09-18 07:14:29,667: DEBUG - netdata-ynh-deps depends on cmake; however:
2022-09-18 07:14:29,667: DEBUG - Package cmake is not installed.
2022-09-18 07:14:29,668: DEBUG -
2022-09-18 07:14:29,668: DEBUG - Setting up netdata-ynh-deps (1.36.1~ynh1) …
2022-09-18 07:14:29,917: DEBUG - + ynh_package_install --fix-broken
2022-09-18 07:14:29,918: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=–force-confdef --option Dpkg::Options::=–force-confold install --fix-broken
2022-09-18 07:14:29,918: DEBUG - + ynh_wait_dpkg_free
2022-09-18 07:14:30,272: DEBUG - + return 0
2022-09-18 07:14:30,273: DEBUG - + LC_ALL=C
2022-09-18 07:14:30,273: DEBUG - + DEBIAN_FRONTEND=noninteractive
2022-09-18 07:14:30,273: 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
2022-09-18 07:14:31,104: DEBUG - Reading package lists…
2022-09-18 07:14:31,714: DEBUG - Building dependency tree…
2022-09-18 07:14:31,718: DEBUG - Reading state information…
2022-09-18 07:14:32,266: DEBUG - Correcting dependencies… Done
2022-09-18 07:14:33,092: DEBUG - The following additional packages will be installed:
2022-09-18 07:14:33,094: DEBUG - autogen autogen-doc cmake cmake-data freeipmi-common libfreeipmi17
2022-09-18 07:14:33,095: DEBUG - libipmimonitoring-dev libipmimonitoring6 libjs-highlight.js libjsoncpp24
2022-09-18 07:14:33,096: DEBUG - libjudy-dev libjudydebian1 liblz4-dev libnode72 libopts25-dev librhash0
2022-09-18 07:14:33,097: DEBUG - libuv1-dev nodejs nodejs-doc python3-bson python3-gridfs python3-mysqldb
2022-09-18 07:14:33,098: DEBUG - python3-pymongo uuid-dev
2022-09-18 07:14:33,104: DEBUG - Suggested packages:
2022-09-18 07:14:33,105: DEBUG - cmake-doc ninja-build freeipmi-tools npm python3-mysqldb-dbg
2022-09-18 07:14:33,106: DEBUG - python-pymongo-doc
2022-09-18 07:14:33,159: DEBUG - The following NEW packages will be installed:
2022-09-18 07:14:33,161: DEBUG - autogen autogen-doc cmake cmake-data freeipmi-common libfreeipmi17
2022-09-18 07:14:33,163: DEBUG - libipmimonitoring-dev libipmimonitoring6 libjs-highlight.js libjsoncpp24
2022-09-18 07:14:33,164: DEBUG - libjudy-dev libjudydebian1 liblz4-dev libnode72 libopts25-dev librhash0
2022-09-18 07:14:33,165: DEBUG - libuv1-dev nodejs nodejs-doc python3-bson python3-gridfs python3-mysqldb
2022-09-18 07:14:33,166: DEBUG - python3-pymongo uuid-dev
2022-09-18 07:14:34,859: DEBUG - 0 upgraded, 24 newly installed, 0 to remove and 2 not upgraded.
2022-09-18 07:14:34,859: DEBUG - Need to get 0 B/19.5 MB of archives.
2022-09-18 07:14:34,860: DEBUG - After this operation, 87.0 MB of additional disk space will be used.
2022-09-18 07:14:34,936: DEBUG - Selecting previously unselected package libopts25-dev:armhf.
2022-09-18 07:14:35,120: DEBUG - (Reading database … 77185 files and directories currently installed.)
2022-09-18 07:14:35,130: DEBUG - Preparing to unpack …/00-libopts25-dev_1%3a5.18.16-4_armhf.deb …
2022-09-18 07:14:35,134: DEBUG - Unpacking libopts25-dev:armhf (1:5.18.16-4) …
2022-09-18 07:14:35,229: DEBUG - Selecting previously unselected package autogen.
2022-09-18 07:14:35,246: DEBUG - Preparing to unpack …/01-autogen_1%3a5.18.16-4_armhf.deb …
2022-09-18 07:14:35,250: DEBUG - Unpacking autogen (1:5.18.16-4) …
2022-09-18 07:14:35,276: DEBUG - Replaced by files in installed package libopts25-dev:armhf (1:5.18.16-4) …
2022-09-18 07:14:35,399: DEBUG - Selecting previously unselected package autogen-doc.
2022-09-18 07:14:35,414: DEBUG - Preparing to unpack …/02-autogen-doc_1%3a5.18.16-4_all.deb …
2022-09-18 07:14:35,418: DEBUG - Unpacking autogen-doc (1:5.18.16-4) …
2022-09-18 07:14:35,879: DEBUG - Selecting previously unselected package cmake-data.
2022-09-18 07:14:35,898: DEBUG - Preparing to unpack …/03-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb …
2022-09-18 07:14:35,907: DEBUG - Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) …
2022-09-18 07:14:38,105: DEBUG - Selecting previously unselected package libjsoncpp24:armhf.
2022-09-18 07:14:38,127: DEBUG - Preparing to unpack …/04-libjsoncpp24_1.9.4-4_armhf.deb …
2022-09-18 07:14:38,134: DEBUG - Unpacking libjsoncpp24:armhf (1.9.4-4) …
2022-09-18 07:14:38,214: DEBUG - Selecting previously unselected package librhash0:armhf.
2022-09-18 07:14:38,230: DEBUG - Preparing to unpack …/05-librhash0_1.4.1-2_armhf.deb …
2022-09-18 07:14:38,234: DEBUG - Unpacking librhash0:armhf (1.4.1-2) …
2022-09-18 07:14:38,319: DEBUG - Selecting previously unselected package cmake.
2022-09-18 07:14:38,331: DEBUG - Preparing to unpack …/06-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb …
2022-09-18 07:14:38,335: DEBUG - Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) …
2022-09-18 07:14:39,149: DEBUG - Selecting previously unselected package freeipmi-common.
2022-09-18 07:14:39,161: DEBUG - Preparing to unpack …/07-freeipmi-common_1.6.6-4+deb11u1_all.deb …
2022-09-18 07:14:39,165: DEBUG - Unpacking freeipmi-common (1.6.6-4+deb11u1) …
2022-09-18 07:14:39,289: DEBUG - Selecting previously unselected package libfreeipmi17.
2022-09-18 07:14:39,307: DEBUG - Preparing to unpack …/08-libfreeipmi17_1.6.6-4+deb11u1_armhf.deb …
2022-09-18 07:14:39,327: DEBUG - Unpacking libfreeipmi17 (1.6.6-4+deb11u1) …
2022-09-18 07:14:39,589: DEBUG - Selecting previously unselected package libipmimonitoring6.
2022-09-18 07:14:39,599: DEBUG - Preparing to unpack …/09-libipmimonitoring6_1.6.6-4+deb11u1_armhf.deb …
2022-09-18 07:14:39,617: DEBUG - Unpacking libipmimonitoring6 (1.6.6-4+deb11u1) …
2022-09-18 07:14:39,699: DEBUG - Selecting previously unselected package libipmimonitoring-dev.
2022-09-18 07:14:39,718: DEBUG - Preparing to unpack …/10-libipmimonitoring-dev_1.6.6-4+deb11u1_armhf.deb …
2022-09-18 07:14:39,736: DEBUG - Unpacking libipmimonitoring-dev (1.6.6-4+deb11u1) …
2022-09-18 07:14:39,819: DEBUG - Selecting previously unselected package libjs-highlight.js.
2022-09-18 07:14:39,834: DEBUG - Preparing to unpack …/11-libjs-highlight.js_9.18.5+dfsg1-1_all.deb …
2022-09-18 07:14:39,838: DEBUG - Unpacking libjs-highlight.js (9.18.5+dfsg1-1) …
2022-09-18 07:14:40,049: DEBUG - Selecting previously unselected package libjudydebian1.
2022-09-18 07:14:40,064: DEBUG - Preparing to unpack …/12-libjudydebian1_1.0.5-5_armhf.deb …
2022-09-18 07:14:40,067: DEBUG - Unpacking libjudydebian1 (1.0.5-5) …
2022-09-18 07:14:40,139: DEBUG - Selecting previously unselected package libjudy-dev.
2022-09-18 07:14:40,155: DEBUG - Preparing to unpack …/13-libjudy-dev_1.0.5-5_armhf.deb …
2022-09-18 07:14:40,159: DEBUG - Unpacking libjudy-dev (1.0.5-5) …
2022-09-18 07:14:40,308: DEBUG - Selecting previously unselected package liblz4-dev:armhf.
2022-09-18 07:14:40,327: DEBUG - Preparing to unpack …/14-liblz4-dev_1.9.3-2_armhf.deb …
2022-09-18 07:14:40,331: DEBUG - Unpacking liblz4-dev:armhf (1.9.3-2) …
2022-09-18 07:14:40,409: DEBUG - Selecting previously unselected package libnode72:armhf.
2022-09-18 07:14:40,426: DEBUG - Preparing to unpack …/15-libnode72_12.22.12~dfsg-1~deb11u1_armhf.deb …
2022-09-18 07:14:40,430: DEBUG - Unpacking libnode72:armhf (12.22.12~dfsg-1~deb11u1) …
2022-09-18 07:14:42,009: DEBUG - Selecting previously unselected package libuv1-dev:armhf.
2022-09-18 07:14:42,026: DEBUG - Preparing to unpack …/16-libuv1-dev_1.40.0-1_armhf.deb …
2022-09-18 07:14:42,030: DEBUG - Unpacking libuv1-dev:armhf (1.40.0-1) …
2022-09-18 07:14:42,129: DEBUG - Selecting previously unselected package nodejs.
2022-09-18 07:14:42,144: DEBUG - Preparing to unpack …/17-nodejs_12.22.12~dfsg-1~deb11u1_armhf.deb …
2022-09-18 07:14:42,147: DEBUG - Unpacking nodejs (12.22.12~dfsg-1~deb11u1) …
2022-09-18 07:14:42,268: DEBUG - Selecting previously unselected package nodejs-doc.
2022-09-18 07:14:42,280: DEBUG - Preparing to unpack …/18-nodejs-doc_12.22.12~dfsg-1~deb11u1_all.deb …
2022-09-18 07:14:42,283: DEBUG - Unpacking nodejs-doc (12.22.12~dfsg-1~deb11u1) …
2022-09-18 07:14:42,759: DEBUG - Selecting previously unselected package python3-bson.
2022-09-18 07:14:42,774: DEBUG - Preparing to unpack …/19-python3-bson_3.11.0-1_armhf.deb …
2022-09-18 07:14:42,778: DEBUG - Unpacking python3-bson (3.11.0-1) …
2022-09-18 07:14:42,856: DEBUG - Selecting previously unselected package python3-pymongo.
2022-09-18 07:14:42,875: DEBUG - Preparing to unpack …/20-python3-pymongo_3.11.0-1_armhf.deb …
2022-09-18 07:14:42,879: DEBUG - Unpacking python3-pymongo (3.11.0-1) …
2022-09-18 07:14:43,009: DEBUG - Selecting previously unselected package python3-gridfs.
2022-09-18 07:14:43,025: DEBUG - Preparing to unpack …/21-python3-gridfs_3.11.0-1_all.deb …
2022-09-18 07:14:43,028: DEBUG - Unpacking python3-gridfs (3.11.0-1) …
2022-09-18 07:14:43,099: DEBUG - Selecting previously unselected package python3-mysqldb.
2022-09-18 07:14:43,114: DEBUG - Preparing to unpack …/22-python3-mysqldb_1.4.4-2+b1_armhf.deb …
2022-09-18 07:14:43,117: DEBUG - Unpacking python3-mysqldb (1.4.4-2+b1) …
2022-09-18 07:14:43,199: DEBUG - Selecting previously unselected package uuid-dev:armhf.
2022-09-18 07:14:43,214: DEBUG - Preparing to unpack …/23-uuid-dev_2.36.1-8+deb11u1_armhf.deb …
2022-09-18 07:14:43,217: DEBUG - Unpacking uuid-dev:armhf (2.36.1-8+deb11u1) …
2022-09-18 07:14:43,386: DEBUG - Setting up libuv1-dev:armhf (1.40.0-1) …
2022-09-18 07:14:43,397: DEBUG - Setting up libopts25-dev:armhf (1:5.18.16-4) …
2022-09-18 07:14:43,407: DEBUG - Setting up freeipmi-common (1.6.6-4+deb11u1) …
2022-09-18 07:14:43,427: DEBUG - Setting up libnode72:armhf (12.22.12~dfsg-1~deb11u1) …
2022-09-18 07:14:43,437: DEBUG - Setting up autogen (1:5.18.16-4) …
2022-09-18 07:14:43,447: DEBUG - Setting up libjudydebian1 (1.0.5-5) …
2022-09-18 07:14:43,514: DEBUG - Setting up python3-mysqldb (1.4.4-2+b1) …
2022-09-18 07:14:44,003: DEBUG - Setting up python3-bson (3.11.0-1) …
2022-09-18 07:14:44,518: DEBUG - Setting up autogen-doc (1:5.18.16-4) …
2022-09-18 07:14:44,528: DEBUG - Setting up libjudy-dev (1.0.5-5) …
2022-09-18 07:14:44,538: DEBUG - Setting up uuid-dev:armhf (2.36.1-8+deb11u1) …
2022-09-18 07:14:44,547: DEBUG - Setting up liblz4-dev:armhf (1.9.3-2) …
2022-09-18 07:14:44,557: DEBUG - Setting up libfreeipmi17 (1.6.6-4+deb11u1) …
2022-09-18 07:14:44,580: DEBUG - Setting up libjsoncpp24:armhf (1.9.4-4) …
2022-09-18 07:14:44,590: DEBUG - Setting up libjs-highlight.js (9.18.5+dfsg1-1) …
2022-09-18 07:14:44,599: DEBUG - Setting up librhash0:armhf (1.4.1-2) …
2022-09-18 07:14:44,609: DEBUG - Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) …
2022-09-18 07:14:44,627: DEBUG - Setting up python3-pymongo (3.11.0-1) …
2022-09-18 07:14:45,434: DEBUG - Setting up nodejs (12.22.12~dfsg-1~deb11u1) …
2022-09-18 07:14:45,456: DEBUG - update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
2022-09-18 07:14:45,464: DEBUG - Setting up libipmimonitoring6 (1.6.6-4+deb11u1) …
2022-09-18 07:14:45,486: DEBUG - Setting up python3-gridfs (3.11.0-1) …
2022-09-18 07:14:45,952: DEBUG - Setting up libipmimonitoring-dev (1.6.6-4+deb11u1) …
2022-09-18 07:14:45,974: DEBUG - Setting up nodejs-doc (12.22.12~dfsg-1~deb11u1) …
2022-09-18 07:14:45,984: DEBUG - Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) …
2022-09-18 07:14:45,997: DEBUG - Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u4) …
2022-09-18 07:14:46,058: DEBUG - Processing triggers for man-db (2.9.4-2) …
2022-09-18 07:14:54,766: DEBUG - Processing triggers for install-info (6.7.0.dfsg.2-6) …
2022-09-18 07:14:55,886: DEBUG - + [[ -n /tmp/tmp.z4aGijiqRK ]]
2022-09-18 07:14:55,887: DEBUG - + rm --recursive --force /tmp/tmp.z4aGijiqRK
2022-09-18 07:14:55,891: DEBUG - + ynh_package_is_installed netdata-ynh-deps
2022-09-18 07:14:55,919: DEBUG - + ynh_wait_dpkg_free
2022-09-18 07:14:56,264: DEBUG - + return 0
2022-09-18 07:14:56,265: DEBUG - + dpkg-query --show ‘–showformat=${Status}’ netdata-ynh-deps
2022-09-18 07:14:56,267: DEBUG - + grep --count ‘ok installed’
2022-09-18 07:14:56,320: DEBUG - + rm /tmp/netdata-ynh-deps.control
2022-09-18 07:14:56,326: DEBUG - ++ ynh_package_is_installed postgresql-13
2022-09-18 07:14:56,359: DEBUG - ++ ynh_wait_dpkg_free
2022-09-18 07:14:56,720: DEBUG - ++ return 0
2022-09-18 07:14:56,722: DEBUG - ++ dpkg-query --show ‘–showformat=${Status}’ postgresql-13
2022-09-18 07:14:56,722: DEBUG - ++ grep --count ‘ok installed’
2022-09-18 07:14:56,776: DEBUG - ++ echo no
2022-09-18 07:14:56,779: DEBUG - + local psql_installed2=no
2022-09-18 07:14:56,780: DEBUG - + [[ no != \n\o ]]
2022-09-18 07:14:56,996: INFO - [########++…] > Setting up source files…
2022-09-18 07:14:56,998: DEBUG - + ynh_app_setting_set --app=netdata --key=final_path --value=/opt/netdata
2022-09-18 07:14:56,999: DEBUG - + local globalapp=netdata
2022-09-18 07:14:57,192: DEBUG - + app=netdata
2022-09-18 07:14:57,193: DEBUG - + [[ final_path =~ (unprotected|protected|skipped)
]]
2022-09-18 07:14:57,194: DEBUG - + ynh_app_setting set netdata final_path /opt/netdata
2022-09-18 07:14:57,339: DEBUG - ++ mktemp -d
2022-09-18 07:14:57,345: DEBUG - + NETDATA_TMPDIR=/tmp/tmp.h9EcRpdveO
2022-09-18 07:14:57,346: DEBUG - + ynh_setup_source --dest_dir=/tmp/tmp.h9EcRpdveO
2022-09-18 07:14:57,450: DEBUG - + source_id=app
2022-09-18 07:14:57,451: DEBUG - + keep=
2022-09-18 07:14:57,452: DEBUG - + local src_file_path=/var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,455: DEBUG - ++ grep SOURCE_URL= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,456: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,464: DEBUG - + local src_url=https://github.com/netdata/netdata/releases/download/v1.36.1/netdata-v1.36.1.tar.gz
2022-09-18 07:14:57,469: DEBUG - ++ grep SOURCE_SUM= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,470: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,479: DEBUG - + local src_sum=f4a1233112b55e07e2862ffda0416255f0aa4c8e2b16929b76fa7ad6b69fd931
2022-09-18 07:14:57,483: DEBUG - ++ grep SOURCE_SUM_PRG= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,485: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,493: DEBUG - + local src_sumprg=sha256sum
2022-09-18 07:14:57,497: DEBUG - ++ grep SOURCE_FORMAT= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,498: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,507: DEBUG - + local src_format=tar.gz
2022-09-18 07:14:57,511: DEBUG - ++ grep SOURCE_EXTRACT= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,512: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,520: DEBUG - + local src_extract=
2022-09-18 07:14:57,525: DEBUG - ++ grep SOURCE_IN_SUBDIR= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,526: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,534: DEBUG - + local src_in_subdir=true
2022-09-18 07:14:57,539: DEBUG - ++ grep SOURCE_FILENAME= /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/app.src
2022-09-18 07:14:57,540: DEBUG - ++ cut --delimiter== --fields=2-
2022-09-18 07:14:57,545: DEBUG - + local src_filename=
2022-09-18 07:14:57,546: DEBUG - + src_sumprg=sha256sum
2022-09-18 07:14:57,546: DEBUG - + src_in_subdir=true
2022-09-18 07:14:57,547: DEBUG - + src_format=tar.gz
2022-09-18 07:14:57,549: DEBUG - ++ echo tar.gz
2022-09-18 07:14:57,550: DEBUG - ++ tr ‘[:upper:]’ ‘[:lower:]’
2022-09-18 07:14:57,555: DEBUG - + src_format=tar.gz
2022-09-18 07:14:57,555: DEBUG - + src_extract=true
2022-09-18 07:14:57,556: DEBUG - + ‘[’ ‘’ = ‘’ ‘]’
2022-09-18 07:14:57,556: DEBUG - + src_filename=app.tar.gz
2022-09-18 07:14:57,556: DEBUG - + local local_src=/opt/yunohost-apps-src/netdata/app.tar.gz
2022-09-18 07:14:57,557: DEBUG - + mkdir -p /var/cache/yunohost/download/netdata/
2022-09-18 07:14:57,559: DEBUG - + src_filename=/var/cache/yunohost/download/netdata/app.tar.gz
2022-09-18 07:14:57,560: DEBUG - + test -e /opt/yunohost-apps-src/netdata/app.tar.gz
2022-09-18 07:14:57,560: DEBUG - + ‘[’ -n https://github.com/netdata/netdata/releases/download/v1.36.1/netdata-v1.36.1.tar.gz ‘]’
2022-09-18 07:14:57,562: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/netdata/app.tar.gz https://github.com/netdata/netdata/releases/download/v1.36.1/netdata-v1.36.1.tar.gz
2022-09-18 07:15:01,843: DEBUG - + out=‘2022-09-18 07:15:01 URL:https://objects.githubusercontent.com/github-production-release-asset-2e65be/10744183/db3a148a-1a22-44e4-b92b-dc19971fb222?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220918T061457Z&X-Amz-Expires=300&X-Amz-Signature=fa8ccf5a674eb18b58aabed0d2fd5f6bfe3712ef8cd695c006175e99919f83db&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=10744183&response-content-disposition=attachment%3B%20filename%3Dnetdata-v1.36.1.tar.gz&response-content-type=application%2Foctet-stream [24795841/24795841] → “/var/cache/yunohost/download/netdata/app.tar.gz” [1]’
2022-09-18 07:15:01,846: DEBUG - + sha256sum --check --status
2022-09-18 07:15:02,128: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2022-09-18 07:15:02,131: DEBUG - + ‘[’ -n ‘’ ‘]’
2022-09-18 07:15:02,132: DEBUG - + mkdir --parents /tmp/tmp.h9EcRpdveO
2022-09-18 07:15:02,136: DEBUG - + ‘[’ -n /opt/netdata ‘]’
2022-09-18 07:15:02,137: DEBUG - + ‘[’ /tmp/tmp.h9EcRpdveO == /opt/netdata ‘]’
2022-09-18 07:15:02,138: DEBUG - + true
2022-09-18 07:15:02,138: DEBUG - + ‘[’ tar.gz = zip ‘]’
2022-09-18 07:15:02,138: DEBUG - + local strip=
2022-09-18 07:15:02,139: DEBUG - + ‘[’ true ‘!=’ false ‘]’
2022-09-18 07:15:02,139: DEBUG - + ‘[’ true == true ‘]’
2022-09-18 07:15:02,140: DEBUG - + local sub_dirs=1
2022-09-18 07:15:02,140: DEBUG - + strip=’–strip-components 1’
2022-09-18 07:15:02,141: DEBUG - + [[ tar.gz =~ ^tar.gz|tar.bz2|tar.xz$ ]]
2022-09-18 07:15:02,141: DEBUG - + tar --extract --file=/var/cache/yunohost/download/netdata/app.tar.gz --directory=/tmp/tmp.h9EcRpdveO --strip-components 1
2022-09-18 07:15:03,915: DEBUG - + ynh_secure_remove --file=/var/cache/yunohost/download/netdata/app.tar.gz
2022-09-18 07:15:03,993: DEBUG - + ‘[’ -d /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/sources/patches/ ‘]’
2022-09-18 07:15:03,994: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/sources/extra_files/app
2022-09-18 07:15:03,994: DEBUG - + ‘[’ -n ‘’ ‘]’
2022-09-18 07:15:03,995: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2022-09-18 07:15:04,240: INFO - [##########+…] > Configuring NGINX web server…
2022-09-18 07:15:04,242: DEBUG - + ynh_add_nginx_config
2022-09-18 07:15:04,242: DEBUG - + local finalnginxconf=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,243: DEBUG - + ynh_add_config --template=/var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/nginx.conf --destination=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,343: DEBUG - + ‘[’ -f /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf//var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/nginx.conf ‘]’
2022-09-18 07:15:04,343: DEBUG - + ‘[’ -f /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/nginx.conf ‘]’
2022-09-18 07:15:04,344: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/nginx.conf
2022-09-18 07:15:04,345: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,379: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf
2022-09-18 07:15:04,381: DEBUG - ++ ynh_app_setting_get --app=netdata --key=checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf
2022-09-18 07:15:04,382: DEBUG - ++ local globalapp=netdata
2022-09-18 07:15:04,498: DEBUG - ++ app=netdata
2022-09-18 07:15:04,499: DEBUG - ++ [[ checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf =~ (unprotected|protected|skipped)
]]
2022-09-18 07:15:04,500: DEBUG - ++ ynh_app_setting get netdata checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf
2022-09-18 07:15:04,662: DEBUG - + local checksum_value=
2022-09-18 07:15:04,662: DEBUG - + backup_file_checksum=
2022-09-18 07:15:04,663: DEBUG - + ‘[’ -n ‘’ ‘]’
2022-09-18 07:15:04,663: DEBUG - + touch /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,665: DEBUG - + chown root:root /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,669: DEBUG - + chmod 640 /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,672: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/conf/nginx.conf /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,677: DEBUG - + ynh_apply_default_permissions /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,678: DEBUG - + local target=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,682: DEBUG - ++ jq -r .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/manifest.json
2022-09-18 07:15:04,683: DEBUG - ++ tr -d '>= ’
2022-09-18 07:15:04,789: DEBUG - + local ynh_requirement=4.3.0
2022-09-18 07:15:04,790: DEBUG - + ‘[’ -z 4.3.0 ‘]’
2022-09-18 07:15:04,791: DEBUG - + ‘[’ 4.3.0 == null ‘]’
2022-09-18 07:15:04,791: DEBUG - + dpkg --compare-versions 4.3.0 ge 4.2
2022-09-18 07:15:04,795: DEBUG - + chmod o-rwx /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,798: DEBUG - + chmod g-w /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,801: DEBUG - + chown -R root:root /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,805: DEBUG - + ynh_system_user_exists netdata
2022-09-18 07:15:04,840: DEBUG - + getent passwd netdata
2022-09-18 07:15:04,853: DEBUG - + echo /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,854: DEBUG - + grep -q ‘^/etc/cron’
2022-09-18 07:15:04,860: DEBUG - + ynh_replace_vars --file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:04,892: DEBUG - + test -n /netdata
2022-09-18 07:15:04,893: DEBUG - + local path_url_slash_less=/netdata
2022-09-18 07:15:04,893: DEBUG - + ynh_replace_string --match_string=PATH/ --replace_string=/netdata/ --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,105: DEBUG - + sed --in-place s@PATH/@/netdata/@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,137: DEBUG - + ynh_replace_string --match_string=PATH --replace_string=/netdata --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,376: DEBUG - + sed --in-place s@PATH@/netdata@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,382: DEBUG - + test -n netdata
2022-09-18 07:15:05,383: DEBUG - + ynh_replace_string --match_string=NAME --replace_string=netdata --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,607: DEBUG - + sed --in-place s@NAME@netdata@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,614: DEBUG - + ynh_replace_string --match_string=NAMETOCHANGE --replace_string=netdata --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,882: DEBUG - + sed --in-place s@NAMETOCHANGE@netdata@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:05,891: DEBUG - + ynh_replace_string --match_string=USER --replace_string=netdata --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,134: DEBUG - + sed --in-place s@USER@netdata@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,140: DEBUG - + test -n /opt/netdata
2022-09-18 07:15:06,140: DEBUG - + ynh_replace_string --match_string=FINALPATH --replace_string=/opt/netdata --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,350: DEBUG - + sed --in-place s@FINALPATH@/opt/netdata@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,356: DEBUG - + test -n 7.4
2022-09-18 07:15:06,356: DEBUG - + ynh_replace_string --match_string=PHPVERSION --replace_string=7.4 --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,562: DEBUG - + sed --in-place s@PHPVERSION@7.4@g /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,568: DEBUG - + test -n ‘’
2022-09-18 07:15:06,572: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9
]?[A-Z0-9]?’ /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,572: DEBUG - ++ sort --unique
2022-09-18 07:15:06,574: DEBUG - ++ sed 's@
([^.]*)__@\L\1@g’
2022-09-18 07:15:06,581: DEBUG - + uniques_vars=()
2022-09-18 07:15:06,582: DEBUG - + local delimit=@
2022-09-18 07:15:06,583: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,585: DEBUG - + update_only=0
2022-09-18 07:15:06,637: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf
2022-09-18 07:15:06,641: DEBUG - ++ md5sum /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:06,642: DEBUG - ++ cut '–delimiter= ’ --fields=1
2022-09-18 07:15:06,648: DEBUG - + ynh_app_setting_set --app=netdata --key=checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf --value=8e6b9b88486a2d98314c23069690f521
2022-09-18 07:15:06,649: DEBUG - + local globalapp=netdata
2022-09-18 07:15:06,926: DEBUG - + app=netdata
2022-09-18 07:15:06,927: DEBUG - + [[ checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf =~ (unprotected|protected|skipped)
]]
2022-09-18 07:15:06,927: DEBUG - + ynh_app_setting set netdata checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf 8e6b9b88486a2d98314c23069690f521
2022-09-18 07:15:07,102: DEBUG - + ‘[’ -n ‘’ ‘]’
2022-09-18 07:15:07,103: DEBUG - + unset backup_file_checksum
2022-09-18 07:15:07,103: DEBUG - + ‘[’ /netdata ‘!=’ / ‘]’
2022-09-18 07:15:07,104: DEBUG - + ynh_replace_string ‘–match_string=^#sub_path_only’ --replace_string= --target_file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:07,307: DEBUG - + sed --in-place ‘s@^#sub_path_only@@g’ /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:07,312: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:07,315: DEBUG - + update_only=0
2022-09-18 07:15:07,369: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf
2022-09-18 07:15:07,372: DEBUG - ++ md5sum /etc/nginx/conf.d/maindomain.tld.d/netdata.conf
2022-09-18 07:15:07,373: DEBUG - ++ cut '–delimiter= ’ --fields=1
2022-09-18 07:15:07,380: DEBUG - + ynh_app_setting_set --app=netdata --key=checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf --value=3b26f826c76045dbda03212b73d98846
2022-09-18 07:15:07,381: DEBUG - + local globalapp=netdata
2022-09-18 07:15:07,585: DEBUG - + app=netdata
2022-09-18 07:15:07,586: DEBUG - + [[ checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf =~ (unprotected|protected|skipped)
]]
2022-09-18 07:15:07,586: DEBUG - + ynh_app_setting set netdata checksum__etc_nginx_conf.d_maindomain.tld.d_netdata.conf 3b26f826c76045dbda03212b73d98846
2022-09-18 07:15:07,732: DEBUG - + ‘[’ -n ‘’ ‘]’
2022-09-18 07:15:07,733: DEBUG - + unset backup_file_checksum
2022-09-18 07:15:07,734: DEBUG - + ynh_systemd_action --service_name=nginx --action=reload
2022-09-18 07:15:08,122: DEBUG - + service_name=nginx
2022-09-18 07:15:08,124: DEBUG - + action=reload
2022-09-18 07:15:08,124: DEBUG - + line_match=
2022-09-18 07:15:08,125: DEBUG - + length=20
2022-09-18 07:15:08,126: DEBUG - + log_path=/var/log/nginx/nginx.log
2022-09-18 07:15:08,126: DEBUG - + timeout=300
2022-09-18 07:15:08,127: DEBUG - + ‘[’ reload == stop ‘]’
2022-09-18 07:15:08,128: DEBUG - + ‘[’ reload == reload ‘]’
2022-09-18 07:15:08,128: DEBUG - + action=reload-or-restart
2022-09-18 07:15:08,129: DEBUG - + systemctl reload-or-restart nginx
2022-09-18 07:15:08,611: INFO - [###########+++++++…] > Executing Netdata installer…
2022-09-18 07:15:08,614: DEBUG - ++ mktemp /tmp/netdata-updater-log-XXXXXX.log
2022-09-18 07:15:08,618: DEBUG - + tmp=/tmp/netdata-updater-log-BbMTxo.log
2022-09-18 07:15:08,618: DEBUG - + exec
2022-09-18 07:15:08,619: DEBUG - + pushd /tmp/tmp.h9EcRpdveO
2022-09-18 07:15:08,619: DEBUG - /tmp/tmp.h9EcRpdveO /var/cache/yunohost/app_tmp_work_dirs/app_ebci4l7k/scripts
2022-09-18 07:15:08,620: DEBUG - + ./netdata-installer.sh --install /opt --dont-wait --disable-cloud --disable-telemetry --stable-channel
2022-09-18 07:19:09,095: DEBUG - + ynh_die ‘FAILED TO COMPILE/INSTALL NETDATA’
2022-09-18 07:19:09,150: WARNING - FAILED TO COMPILE/INSTALL NETDATA
2022-09-18 07:19:09,153: DEBUG - + ynh_exit_properly
2022-09-18 07:19:09,656: DEBUG - + ynh_clean_setup
2022-09-18 07:19:09,657: DEBUG - + true
2022-09-18 07:19:10,661: ERROR - Impossible d’installer netdata : Une erreur est survenue dans le script d’installation de l’application

Merci d’avance pour votre aide.

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