Duniter sur raspberry

Bonjour à tous

Mon serveur YunoHost est installé sur un Raspberry Pi 4 hébergé à la maison.

Version de YunoHost: 11.0.10.2
J’ai accès à mon serveur : En SSH & Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modifications particulières sur votre instance ? : non

Description du problème

L’installation de Yunohost se passe tout à fait normalement.
Les configurations suivantes sont OK (
Aucun problème de ce côté.

Mon soucis est l’installation de Duniter.
J’ai suivi cette doc: Installation d’un nœud Duniter à l’aide de YunoHost
J’ai testé cette installation via la ligne de commande et j’obtiens les erreurs ci-dessous.

Je vous remercie par avance des pistes que vous pourrez me donner.

args:
  app: https://github.com/duniter/duniter_ynh/
  force: false
  label: Duniter
  no_remove_on_failure: false
ended_at: 2022-11-01 17:41:50.502980
env:
  YNH_APP_ARG_ADMIN: pierrexxxxxxx
  YNH_APP_ARG_DOMAIN: maindomain.tld
  YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57
  YNH_APP_ID: duniter
  YNH_APP_INSTANCE_NAME: duniter
  YNH_APP_INSTANCE_NUMBER: '1'
  YNH_APP_MANIFEST_VERSION: 1.8.5~ynh0
  YNH_ARCH: arm64
error: Une erreur est survenue dans le script d'installation de l'application
interface: api
operation: app_install
parent: null
related_to:
- - app
  - duniter
started_at: 2022-11-01 17:41:42.798215
success: false
yunohost_version: 11.0.10.2
2022-11-01 17:41:42,813: INFO - Installation de duniter...
2022-11-01 17:41:42,877: DEBUG - Nothing to update in LDAP
2022-11-01 17:41:42,878: DEBUG - Permission 'duniter.main' mise à jour
2022-11-01 17:41:42,886: DEBUG - Journal complet de cette opération : '<a href="#/tools/logs/20221101-174142-permission_url-duniter" style="text-decoration:underline"> Mise à jour de l'URL associée à l'autorisation 'duniter' </a>'
2022-11-01 17:41:42,944: DEBUG - The permission database has been resynchronized
2022-11-01 17:41:42,958: DEBUG - La configuration de SSOwat a été regénérée
2022-11-01 17:41:42,974: DEBUG - Permission 'duniter.main' créée
2022-11-01 17:41:42,975: DEBUG - Journal complet de cette opération : '<a href="#/tools/logs/20221101-174142-permission_create-duniter" style="text-decoration:underline"> Créer permission 'duniter' </a>'
2022-11-01 17:41:43,015: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./install"  7>&1']'
2022-11-01 17:41:43,032: DEBUG - + source _common.sh
2022-11-01 17:41:43,033: DEBUG - ++ pkg_dependencies='deb1 deb2 php-deb1 php-deb2'
2022-11-01 17:41:43,034: DEBUG - + source /usr/share/yunohost/helpers
2022-11-01 17:41:43,034: DEBUG - +++ set +o
2022-11-01 17:41:43,035: DEBUG - +++ grep xtrace
2022-11-01 17:41:43,037: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2022-11-01 17:41:43,037: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2022-11-01 17:41:43,068: DEBUG - + ynh_abort_if_errors
2022-11-01 17:41:43,069: DEBUG - + trap ynh_exit_properly EXIT
2022-11-01 17:41:43,070: DEBUG - + domain=maindomain.tld
2022-11-01 17:41:43,070: DEBUG - + path_url=/
2022-11-01 17:41:43,070: DEBUG - + admin=pierrexxxxxxx
2022-11-01 17:41:43,070: DEBUG - + app=duniter
2022-11-01 17:41:43,071: DEBUG - + architecture=arm64
2022-11-01 17:41:43,183: INFO - [+...................] > Validating installation parameters…
2022-11-01 17:41:43,186: DEBUG - + ynh_webpath_register --app=duniter --domain=maindomain.tld --path_url=/
2022-11-01 17:41:43,311: DEBUG - + yunohost app register-url duniter maindomain.tld /
2022-11-01 17:41:44,349: INFO - [#+..................] > Storing installation settings…
2022-11-01 17:41:44,351: DEBUG - + ynh_app_setting_set --app=duniter --key=domain --value=maindomain.tld
2022-11-01 17:41:44,351: DEBUG - + local _globalapp=duniter
2022-11-01 17:41:44,477: DEBUG - + app=duniter
2022-11-01 17:41:44,477: DEBUG - + [[ domain =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:44,478: DEBUG - + ynh_app_setting set duniter domain maindomain.tld
2022-11-01 17:41:44,609: DEBUG - + ynh_app_setting_set --app=duniter --key=path --value=/
2022-11-01 17:41:44,609: DEBUG - + local _globalapp=duniter
2022-11-01 17:41:44,737: DEBUG - + app=duniter
2022-11-01 17:41:44,738: DEBUG - + [[ path =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:44,738: DEBUG - + ynh_app_setting set duniter path /
2022-11-01 17:41:44,865: DEBUG - + ynh_app_setting_set --app=duniter --key=admin --value=pierrexxxxxxx
2022-11-01 17:41:44,865: DEBUG - + local _globalapp=duniter
2022-11-01 17:41:45,000: DEBUG - + app=duniter
2022-11-01 17:41:45,001: DEBUG - + [[ admin =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:45,001: DEBUG - + ynh_app_setting set duniter admin pierrexxxxxxx
2022-11-01 17:41:45,225: INFO - [##++................] > Finding an available port…
2022-11-01 17:41:45,228: DEBUG - ++ ynh_find_port --port=10901
2022-11-01 17:41:45,249: DEBUG - ++ test -n 10901
2022-11-01 17:41:45,250: DEBUG - ++ ynh_port_available --port=10901
2022-11-01 17:41:45,271: DEBUG - ++ ss --numeric --listening --tcp --udp
2022-11-01 17:41:45,272: DEBUG - ++ awk '{print$5}'
2022-11-01 17:41:45,273: DEBUG - ++ grep --quiet --extended-regexp ':10901$'
2022-11-01 17:41:45,293: DEBUG - ++ grep -q 'port: '\''10901'\''' /etc/yunohost/apps/duniter/settings.yml
2022-11-01 17:41:45,296: DEBUG - ++ return 0
2022-11-01 17:41:45,296: DEBUG - ++ echo 10901
2022-11-01 17:41:45,297: DEBUG - + port=10901
2022-11-01 17:41:45,297: DEBUG - + ynh_app_setting_set --app=duniter --key=port --value=10901
2022-11-01 17:41:45,298: DEBUG - + local _globalapp=duniter
2022-11-01 17:41:45,428: DEBUG - + app=duniter
2022-11-01 17:41:45,429: DEBUG - + [[ port =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:45,430: DEBUG - + ynh_app_setting set duniter port 10901
2022-11-01 17:41:45,652: INFO - [####+...............] > Configuring system user…
2022-11-01 17:41:45,654: DEBUG - + datadir=/home/yunohost.app/duniter
2022-11-01 17:41:45,654: DEBUG - + ynh_system_user_create --username=duniter --home_dir=/home/yunohost.app/duniter --use_shell
2022-11-01 17:41:45,821: DEBUG - + use_shell=1
2022-11-01 17:41:45,822: DEBUG - + home_dir=/home/yunohost.app/duniter
2022-11-01 17:41:45,822: DEBUG - + groups=
2022-11-01 17:41:45,823: DEBUG - + ynh_system_user_exists duniter
2022-11-01 17:41:45,842: DEBUG - + getent passwd duniter
2022-11-01 17:41:45,850: DEBUG - + '[' -n /home/yunohost.app/duniter ']'
2022-11-01 17:41:45,851: DEBUG - + local 'user_home_dir=--home-dir /home/yunohost.app/duniter'
2022-11-01 17:41:45,852: DEBUG - + local shell=
2022-11-01 17:41:45,852: DEBUG - + useradd --home-dir /home/yunohost.app/duniter --system --user-group duniter
2022-11-01 17:41:46,048: DEBUG - + ynh_add_nginx_config
2022-11-01 17:41:46,048: INFO - [#####++.............] > Configuring NGINX web server…
2022-11-01 17:41:46,050: DEBUG - + local finalnginxconf=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,050: DEBUG - + ynh_add_config --template=nginx.conf --destination=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,113: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/nginx.conf ']'
2022-11-01 17:41:46,114: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/nginx.conf
2022-11-01 17:41:46,114: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,134: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf
2022-11-01 17:41:46,135: DEBUG - ++ ynh_app_setting_get --app=duniter --key=checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf
2022-11-01 17:41:46,136: DEBUG - ++ local _globalapp=duniter
2022-11-01 17:41:46,204: DEBUG - ++ app=duniter
2022-11-01 17:41:46,204: DEBUG - ++ [[ checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:46,205: DEBUG - ++ ynh_app_setting get duniter checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf
2022-11-01 17:41:46,338: DEBUG - + local checksum_value=
2022-11-01 17:41:46,338: DEBUG - + backup_file_checksum=
2022-11-01 17:41:46,339: DEBUG - + '[' -n '' ']'
2022-11-01 17:41:46,339: DEBUG - + touch /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,340: DEBUG - + chown root:root /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,351: DEBUG - + chmod 640 /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,354: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/nginx.conf /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,357: DEBUG - + _ynh_apply_default_permissions /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,358: DEBUG - + local target=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,360: DEBUG - ++ jq -r .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/manifest.json
2022-11-01 17:41:46,361: DEBUG - ++ tr -d '>= '
2022-11-01 17:41:46,460: DEBUG - + local ynh_requirement=4.3.0
2022-11-01 17:41:46,460: DEBUG - + '[' -z 4.3.0 ']'
2022-11-01 17:41:46,461: DEBUG - + '[' 4.3.0 == null ']'
2022-11-01 17:41:46,461: DEBUG - + dpkg --compare-versions 4.3.0 ge 4.2
2022-11-01 17:41:46,463: DEBUG - + chmod o-rwx /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,466: DEBUG - + chmod g-w /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,468: DEBUG - + chown -R root:root /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,471: DEBUG - + ynh_system_user_exists duniter
2022-11-01 17:41:46,493: DEBUG - + getent passwd duniter
2022-11-01 17:41:46,500: DEBUG - + chown duniter:duniter /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,508: DEBUG - + echo /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,509: DEBUG - + grep -q '^/etc/cron'
2022-11-01 17:41:46,513: DEBUG - + ynh_replace_vars --file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,534: DEBUG - + test -n /
2022-11-01 17:41:46,534: DEBUG - + local path_url_slash_less=
2022-11-01 17:41:46,535: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,672: DEBUG - + sed --in-place s@__PATH__/@/@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,675: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,812: DEBUG - + sed --in-place s@__PATH__@/@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,816: DEBUG - + test -n duniter
2022-11-01 17:41:46,817: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=duniter --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,955: DEBUG - + sed --in-place s@__NAME__@duniter@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:46,959: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=duniter --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,096: DEBUG - + sed --in-place s@__NAMETOCHANGE__@duniter@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,100: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=duniter --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,236: DEBUG - + sed --in-place s@__USER__@duniter@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,240: DEBUG - + test -n ''
2022-11-01 17:41:47,241: DEBUG - + test -n 7.4
2022-11-01 17:41:47,241: DEBUG - + ynh_replace_string --match_string=__PHPVERSION__ --replace_string=7.4 --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,379: DEBUG - + sed --in-place s@__PHPVERSION__@7.4@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,383: DEBUG - + test -n ''
2022-11-01 17:41:47,385: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,387: DEBUG - ++ sort --unique
2022-11-01 17:41:47,387: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2022-11-01 17:41:47,391: DEBUG - + uniques_vars=('port')
2022-11-01 17:41:47,392: DEBUG - + local delimit=@
2022-11-01 17:41:47,393: DEBUG - + for one_var in "${uniques_vars[@]}"
2022-11-01 17:41:47,393: DEBUG - + [[ -v port ]]
2022-11-01 17:41:47,393: DEBUG - + match_string=__PORT__
2022-11-01 17:41:47,394: DEBUG - + match_string=__PORT__
2022-11-01 17:41:47,394: DEBUG - + replace_string=10901
2022-11-01 17:41:47,394: DEBUG - + replace_string=10901
2022-11-01 17:41:47,395: DEBUG - + replace_string=10901
2022-11-01 17:41:47,395: DEBUG - + sed --in-place s@__PORT__@10901@g /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,396: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,399: DEBUG - + update_only=0
2022-11-01 17:41:47,435: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf
2022-11-01 17:41:47,437: DEBUG - ++ md5sum /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,439: DEBUG - ++ cut '--delimiter= ' --fields=1
2022-11-01 17:41:47,443: DEBUG - + ynh_app_setting_set --app=duniter --key=checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf --value=82e2ea7d0520e9aa9a4c983a73554f36
2022-11-01 17:41:47,444: DEBUG - + local _globalapp=duniter
2022-11-01 17:41:47,582: DEBUG - + app=duniter
2022-11-01 17:41:47,582: DEBUG - + [[ checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:47,583: DEBUG - + ynh_app_setting set duniter checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf 82e2ea7d0520e9aa9a4c983a73554f36
2022-11-01 17:41:47,711: DEBUG - + '[' -n '' ']'
2022-11-01 17:41:47,711: DEBUG - + unset backup_file_checksum
2022-11-01 17:41:47,712: DEBUG - + '[' / '!=' / ']'
2022-11-01 17:41:47,712: DEBUG - + ynh_replace_string '--match_string=^#root_path_only' --replace_string= --target_file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,852: DEBUG - + sed --in-place 's@^#root_path_only@@g' /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,856: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,858: DEBUG - + update_only=0
2022-11-01 17:41:47,894: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf
2022-11-01 17:41:47,896: DEBUG - ++ md5sum /etc/nginx/conf.d/maindomain.tld.d/duniter.conf
2022-11-01 17:41:47,896: DEBUG - ++ cut '--delimiter= ' --fields=1
2022-11-01 17:41:47,901: DEBUG - + ynh_app_setting_set --app=duniter --key=checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf --value=82e2ea7d0520e9aa9a4c983a73554f36
2022-11-01 17:41:47,902: DEBUG - + local _globalapp=duniter
2022-11-01 17:41:48,040: DEBUG - + app=duniter
2022-11-01 17:41:48,040: DEBUG - + [[ checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf =~ (unprotected|protected|skipped)_ ]]
2022-11-01 17:41:48,041: DEBUG - + ynh_app_setting set duniter checksum__etc_nginx_conf.d_maindomain.tld.d_duniter.conf 82e2ea7d0520e9aa9a4c983a73554f36
2022-11-01 17:41:48,169: DEBUG - + '[' -n '' ']'
2022-11-01 17:41:48,169: DEBUG - + unset backup_file_checksum
2022-11-01 17:41:48,170: DEBUG - + ynh_systemd_action --service_name=nginx --action=reload
2022-11-01 17:41:48,341: DEBUG - + service_name=nginx
2022-11-01 17:41:48,342: DEBUG - + action=reload
2022-11-01 17:41:48,342: DEBUG - + line_match=
2022-11-01 17:41:48,343: DEBUG - + length=20
2022-11-01 17:41:48,343: DEBUG - + log_path=/var/log/nginx/nginx.log
2022-11-01 17:41:48,343: DEBUG - + timeout=300
2022-11-01 17:41:48,343: DEBUG - + '[' reload == stop ']'
2022-11-01 17:41:48,345: DEBUG - + '[' reload == reload ']'
2022-11-01 17:41:48,345: DEBUG - + action=reload-or-restart
2022-11-01 17:41:48,345: DEBUG - + systemctl reload-or-restart nginx
2022-11-01 17:41:48,745: INFO - [#######+............] > Installation of Debian package of Duniter…
2022-11-01 17:41:48,746: DEBUG - ++ mktemp -d
2022-11-01 17:41:48,749: DEBUG - + tempdir=/tmp/tmp.f3e8TsoH0d
2022-11-01 17:41:48,749: DEBUG - + ynh_setup_source --dest_dir=/tmp/tmp.f3e8TsoH0d --source_id=arm64
2022-11-01 17:41:48,864: DEBUG - + source_id=arm64
2022-11-01 17:41:48,865: DEBUG - + keep=
2022-11-01 17:41:48,865: DEBUG - + full_replace=0
2022-11-01 17:41:48,866: DEBUG - + local src_file_path=/var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,867: DEBUG - ++ grep SOURCE_URL= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,867: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,872: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,874: DEBUG - + local src_url=
2022-11-01 17:41:48,875: DEBUG - ++ grep SOURCE_SUM= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,875: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,877: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,879: DEBUG - + local src_sum=
2022-11-01 17:41:48,880: DEBUG - ++ grep SOURCE_SUM_PRG= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,881: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,884: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,886: DEBUG - + local src_sumprg=
2022-11-01 17:41:48,888: DEBUG - ++ grep SOURCE_FORMAT= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,888: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,891: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,893: DEBUG - + local src_format=
2022-11-01 17:41:48,895: DEBUG - ++ grep SOURCE_EXTRACT= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,895: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,898: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,900: DEBUG - + local src_extract=
2022-11-01 17:41:48,902: DEBUG - ++ grep SOURCE_IN_SUBDIR= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,903: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,905: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,907: DEBUG - + local src_in_subdir=
2022-11-01 17:41:48,909: DEBUG - ++ grep SOURCE_FILENAME= /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src
2022-11-01 17:41:48,910: DEBUG - ++ cut --delimiter== --fields=2-
2022-11-01 17:41:48,913: WARNING - grep: /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src: No such file or directory
2022-11-01 17:41:48,914: DEBUG - + local src_filename=
2022-11-01 17:41:48,915: DEBUG - + src_sumprg=sha256sum
2022-11-01 17:41:48,915: DEBUG - + src_in_subdir=true
2022-11-01 17:41:48,916: DEBUG - + src_format=tar.gz
2022-11-01 17:41:48,916: DEBUG - ++ echo tar.gz
2022-11-01 17:41:48,917: DEBUG - ++ tr '[:upper:]' '[:lower:]'
2022-11-01 17:41:48,921: DEBUG - + src_format=tar.gz
2022-11-01 17:41:48,922: DEBUG - + src_extract=true
2022-11-01 17:41:48,923: DEBUG - + '[' '' = '' ']'
2022-11-01 17:41:48,923: DEBUG - + src_filename=arm64.tar.gz
2022-11-01 17:41:48,923: DEBUG - + local local_src=/opt/yunohost-apps-src/duniter/arm64.tar.gz
2022-11-01 17:41:48,924: DEBUG - + mkdir -p /var/cache/yunohost/download/duniter/
2022-11-01 17:41:48,929: DEBUG - + src_filename=/var/cache/yunohost/download/duniter/arm64.tar.gz
2022-11-01 17:41:48,930: DEBUG - + test -e /opt/yunohost-apps-src/duniter/arm64.tar.gz
2022-11-01 17:41:48,931: DEBUG - + '[' -n '' ']'
2022-11-01 17:41:48,931: DEBUG - + ynh_die 'Couldn'\''t parse SOURCE_URL from /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src ?'
2022-11-01 17:41:48,987: DEBUG - + ynh_exit_properly
2022-11-01 17:41:48,989: WARNING - Couldn't parse SOURCE_URL from /var/cache/yunohost/app_tmp_work_dirs/app_5itcgg57/conf/arm64.src ?
2022-11-01 17:41:49,496: DEBUG - + ynh_clean_setup
2022-11-01 17:41:49,497: DEBUG - + ynh_clean_check_starting
2022-11-01 17:41:49,498: DEBUG - + '[' -n '' ']'
2022-11-01 17:41:49,499: DEBUG - + '[' -n '' ']'
2022-11-01 17:41:50,501: ERROR - Impossible d'installer duniter : Une erreur est survenue dans le script d'installation de l'application

Il n’y a pas de gestion de l’architecture arm64 dans le paquet duniter_ynh. Duniter n’est pas construit pour cette architecture.

Voir Search results for 'arm64 duniter' - Duniter Forum

Bonjour,

Et merci de cette réponse.
Je dois rater qqchose car il s’agit de l’installeur dédié à un rasp et les rasp sont bien en arm64.
Merci par avance des éclaircissements.

Comment ce tuto Duniter | Duniter avec Yunohost sur Raspberry Pi derrière Freebox peut fonctionner?

Quoi qu’il en soit j’ai compris le message. Je vais réinstaller mon yunohost sur une autre architecture.
Merci Moul.

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