My YunoHost server
Hardware: Raspberry Pi at home
YunoHost version: 4.2.7
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 ? : yes:
If yes, please explain: The yunohost instance is accessed via a redirect from another yunohost instance: internet => Yunohost A redirect => Yunohost B
Description of my issue
Hi,
On one of my yunohost instance, performing any yunohost command will give me warning message:
Attention : <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
Other than that, everything seems to work normaly: So this is not a real issue but very annoying !
For example:
admin@syldavie:~ $ sudo yunohost backup create --apps domoticz --debug
555 DEBUG initializing base actions map parser for cli
561 DEBUG loading actions map namespace 'yunohost'
575 DEBUG building parser...
595 DEBUG building parser took 0.020s
600 DEBUG acquiring lock...
648 DEBUG lock has been acquired
795 DEBUG loading python module yunohost.backup took 0.146s
795 DEBUG processing action [20542.1]: yunohost.backup.create with args={'name': None, 'description': None, 'output_directory': None, 'methods': None, 'system': None, 'apps': ['domoticz'], 'dry_run': False}
848 INFO Collecte des fichiers devant être sauvegardés pour domoticz...
895 DEBUG Executing command '['sh', '-c', '/bin/bash -x "/var/cache/yunohost/app_tmp_work_dirs/app_kp4ab3ou/scripts/backup" 7>&1']'
913 DEBUG + source ../settings/scripts/_common.sh
914 DEBUG ++ pkg_dependencies='libudev-dev python3-dev'
917 DEBUG +++ grep -oP '(?<=^ID=).+' /etc/os-release
918 DEBUG +++ tr -d '"'
922 DEBUG ++ DEBIAN_ID=raspbian
926 DEBUG +++ tr -d '"'
927 DEBUG +++ grep -oP '(?<=^VERSION_ID=).+' /etc/os-release
932 DEBUG ++ DEBIAN_VERSION=10
933 DEBUG ++ test 10 -lt 10
934 DEBUG ++ add_dep='libcurl4 libusb-0.1-4'
935 DEBUG ++ pkg_dependencies='libudev-dev python3-dev libcurl4 libusb-0.1-4'
937 DEBUG ++++ uname -s
940 DEBUG +++ lowercase Linux
941 DEBUG +++ echo Linux
943 DEBUG +++ sed y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
948 DEBUG ++ OS=linux
949 DEBUG +++ uname -m
953 DEBUG ++ MACH=armv7l
954 DEBUG ++ '[' armv7l = armv6l ']'
956 DEBUG +++ wget -qO- https://releases.domoticz.com/releases/release/domoticz_linux_armv7l.tgz.sha256sum
958 DEBUG +++ sed 's/ update.tgz//'
960 DEBUG +++ sed 's/ domoticz_linux_x86_64.tgz//'
3448 DEBUG ++ SHA256=1c9a0f493baf9a47b7772ca6766c018053d34c207584095305f0c185b4db8879
3450 DEBUG + source /usr/share/yunohost/helpers
3453 DEBUG +++ grep xtrace
3455 DEBUG +++ set +o
3464 DEBUG ++ readonly 'XTRACE_ENABLE=set -o xtrace'
3466 DEBUG ++ XTRACE_ENABLE='set -o xtrace'
3468 DEBUG ++ set +x
3644 DEBUG + ynh_abort_if_errors
3646 DEBUG + set -o errexit
3647 DEBUG + set -o nounset
3648 DEBUG + trap ynh_exit_properly EXIT
3649 DEBUG + ynh_print_info '--message=Loading installation settings...'
3651 DEBUG + local legacy_args=m
3652 DEBUG + args_array=([m]=message=)
3653 DEBUG + local -A args_array
3654 DEBUG + local message
3655 DEBUG + ynh_handle_getopts_args '--message=Loading installation settings...'
3656 DEBUG + set +o xtrace
3681 DEBUG + echo 'Loading installation settings...'
3683 INFO Loading installation settings...
3684 DEBUG + app=domoticz
3686 DEBUG ++ ynh_app_setting_get --app=domoticz --key=final_path
3687 DEBUG ++ local legacy_args=ak
3688 DEBUG ++ args_array=([a]=app= [k]=key=)
3689 DEBUG ++ local -A args_array
3690 DEBUG ++ local app
3691 DEBUG ++ local key
3692 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=final_path
3694 DEBUG ++ set +o xtrace
3789 DEBUG ++ [[ final_path =~ (unprotected|protected|skipped)_ ]]
3791 DEBUG ++ ynh_app_setting get domoticz final_path
3792 DEBUG ++ set +o xtrace
4056 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
4082 DEBUG + final_path=/opt/yunohost/domoticz
4083 DEBUG ++ ynh_app_setting_get --app=domoticz --key=domain
4085 DEBUG ++ local legacy_args=ak
4086 DEBUG ++ args_array=([a]=app= [k]=key=)
4087 DEBUG ++ local -A args_array
4088 DEBUG ++ local app
4089 DEBUG ++ local key
4090 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=domain
4091 DEBUG ++ set +o xtrace
4188 DEBUG ++ [[ domain =~ (unprotected|protected|skipped)_ ]]
4190 DEBUG ++ ynh_app_setting get domoticz domain
4191 DEBUG ++ set +o xtrace
4451 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
4481 DEBUG + domain=syldavie.aubonalbanais.ovh
4483 DEBUG + ynh_print_info '--message=Declaring files to be backed up...'
4484 DEBUG + local legacy_args=m
4485 DEBUG + args_array=([m]=message=)
4486 DEBUG + local -A args_array
4487 DEBUG + local message
4488 DEBUG + ynh_handle_getopts_args '--message=Declaring files to be backed up...'
4489 DEBUG + set +o xtrace
4518 DEBUG + echo 'Declaring files to be backed up...'
4519 INFO Declaring files to be backed up...
4521 DEBUG + ynh_backup --src_path=/opt/yunohost/domoticz
4522 DEBUG + local legacy_args=sdbm
4523 DEBUG + args_array=([s]=src_path= [d]=dest_path= [b]=is_big [m]=not_mandatory)
4524 DEBUG + local -A args_array
4525 DEBUG + local src_path
4526 DEBUG + local dest_path
4527 DEBUG + local is_big
4529 DEBUG + local not_mandatory
4530 DEBUG + ynh_handle_getopts_args --src_path=/opt/yunohost/domoticz
4531 DEBUG + set +o xtrace
4628 DEBUG + dest_path=
4630 DEBUG + is_big=0
4631 DEBUG + not_mandatory=0
4633 DEBUG + BACKUP_CORE_ONLY=0
4634 DEBUG + test -n domoticz
4635 DEBUG ++ ynh_app_setting_get --app=domoticz --key=do_not_backup_data
4636 DEBUG ++ local legacy_args=ak
4637 DEBUG ++ args_array=([a]=app= [k]=key=)
4638 DEBUG ++ local -A args_array
4639 DEBUG ++ local app
4640 DEBUG ++ local key
4641 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=do_not_backup_data
4642 DEBUG ++ set +o xtrace
4739 DEBUG ++ [[ do_not_backup_data =~ (unprotected|protected|skipped)_ ]]
4741 DEBUG ++ ynh_app_setting get domoticz do_not_backup_data
4742 DEBUG ++ set +o xtrace
5002 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
5033 DEBUG + do_not_backup_data=
5034 DEBUG + '[' 0 -eq 1 ']'
5036 DEBUG + '[' '!' -e /opt/yunohost/domoticz ']'
5037 DEBUG ++ realpath /opt/yunohost/domoticz
5039 DEBUG + src_path=/opt/yunohost/domoticz
5041 DEBUG + [[ -z '' ]]
5042 DEBUG + dest_path=opt/yunohost/domoticz
5044 DEBUG + [[ -e opt/yunohost/domoticz ]]
5045 DEBUG + local rel_dir=/apps/domoticz/backup
5047 DEBUG + rel_dir=/apps/domoticz/backup/
5048 DEBUG + dest_path=/apps/domoticz/backup/opt/yunohost/domoticz
5049 DEBUG + dest_path=apps/domoticz/backup/opt/yunohost/domoticz
5050 DEBUG ++ echo /opt/yunohost/domoticz
5051 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
5052 DEBUG + local src=/opt/yunohost/domoticz
5056 DEBUG ++ echo apps/domoticz/backup/opt/yunohost/domoticz
5057 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
5064 DEBUG + local dest=apps/domoticz/backup/opt/yunohost/domoticz
5066 DEBUG + echo '"/opt/yunohost/domoticz","apps/domoticz/backup/opt/yunohost/domoticz"'
5068 DEBUG ++ dirname /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/opt/yunohost/domoticz
5071 DEBUG + mkdir --parents /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/opt/yunohost
5078 DEBUG + ynh_backup --src_path=/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5079 DEBUG + local legacy_args=sdbm
5080 DEBUG + args_array=([s]=src_path= [d]=dest_path= [b]=is_big [m]=not_mandatory)
5082 DEBUG + local -A args_array
5083 DEBUG + local src_path
5084 DEBUG + local dest_path
5085 DEBUG + local is_big
5086 DEBUG + local not_mandatory
5088 DEBUG + ynh_handle_getopts_args --src_path=/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5089 DEBUG + set +o xtrace
5193 DEBUG + dest_path=
5194 DEBUG + is_big=0
5196 DEBUG + not_mandatory=0
5197 DEBUG + BACKUP_CORE_ONLY=0
5198 DEBUG + test -n domoticz
5200 DEBUG ++ ynh_app_setting_get --app=domoticz --key=do_not_backup_data
5201 DEBUG ++ local legacy_args=ak
5202 DEBUG ++ args_array=([a]=app= [k]=key=)
5203 DEBUG ++ local -A args_array
5204 DEBUG ++ local app
5205 DEBUG ++ local key
5207 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=do_not_backup_data
5208 DEBUG ++ set +o xtrace
5302 DEBUG ++ [[ do_not_backup_data =~ (unprotected|protected|skipped)_ ]]
5303 DEBUG ++ ynh_app_setting get domoticz do_not_backup_data
5304 DEBUG ++ set +o xtrace
5566 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
5596 DEBUG + do_not_backup_data=
5597 DEBUG + '[' 0 -eq 1 ']'
5598 DEBUG + '[' '!' -e /etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf ']'
5600 DEBUG ++ realpath /etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5605 DEBUG + src_path=/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5606 DEBUG + [[ -z '' ]]
5607 DEBUG + dest_path=etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5609 DEBUG + [[ -e etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf ]]
5611 DEBUG + local rel_dir=/apps/domoticz/backup
5612 DEBUG + rel_dir=/apps/domoticz/backup/
5613 DEBUG + dest_path=/apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5614 DEBUG + dest_path=apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5615 DEBUG ++ echo /etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5616 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
5621 DEBUG + local src=/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5625 DEBUG ++ echo apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5627 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
5634 DEBUG + local dest=apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5635 DEBUG + echo '"/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf","apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf"'
5637 DEBUG ++ dirname /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d/domoticz.conf
5640 DEBUG + mkdir --parents /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/nginx/conf.d/syldavie.aubonalbanais.ovh.d
5647 DEBUG + ynh_backup --src_path=/etc/logrotate.d/domoticz
5649 DEBUG + local legacy_args=sdbm
5650 DEBUG + args_array=([s]=src_path= [d]=dest_path= [b]=is_big [m]=not_mandatory)
5651 DEBUG + local -A args_array
5652 DEBUG + local src_path
5653 DEBUG + local dest_path
5654 DEBUG + local is_big
5655 DEBUG + local not_mandatory
5656 DEBUG + ynh_handle_getopts_args --src_path=/etc/logrotate.d/domoticz
5657 DEBUG + set +o xtrace
5757 DEBUG + dest_path=
5758 DEBUG + is_big=0
5759 DEBUG + not_mandatory=0
5761 DEBUG + BACKUP_CORE_ONLY=0
5762 DEBUG + test -n domoticz
5763 DEBUG ++ ynh_app_setting_get --app=domoticz --key=do_not_backup_data
5764 DEBUG ++ local legacy_args=ak
5766 DEBUG ++ args_array=([a]=app= [k]=key=)
5767 DEBUG ++ local -A args_array
5769 DEBUG ++ local app
5770 DEBUG ++ local key
5772 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=do_not_backup_data
5774 DEBUG ++ set +o xtrace
5869 DEBUG ++ [[ do_not_backup_data =~ (unprotected|protected|skipped)_ ]]
5871 DEBUG ++ ynh_app_setting get domoticz do_not_backup_data
5872 DEBUG ++ set +o xtrace
6131 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
6160 DEBUG + do_not_backup_data=
6162 DEBUG + '[' 0 -eq 1 ']'
6164 DEBUG + '[' '!' -e /etc/logrotate.d/domoticz ']'
6165 DEBUG ++ realpath /etc/logrotate.d/domoticz
6167 DEBUG + src_path=/etc/logrotate.d/domoticz
6168 DEBUG + [[ -z '' ]]
6170 DEBUG + dest_path=etc/logrotate.d/domoticz
6172 DEBUG + [[ -e etc/logrotate.d/domoticz ]]
6174 DEBUG + local rel_dir=/apps/domoticz/backup
6175 DEBUG + rel_dir=/apps/domoticz/backup/
6177 DEBUG + dest_path=/apps/domoticz/backup/etc/logrotate.d/domoticz
6178 DEBUG + dest_path=apps/domoticz/backup/etc/logrotate.d/domoticz
6180 DEBUG ++ echo /etc/logrotate.d/domoticz
6182 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
6183 DEBUG + local src=/etc/logrotate.d/domoticz
6186 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
6187 DEBUG ++ echo apps/domoticz/backup/etc/logrotate.d/domoticz
6192 DEBUG + local dest=apps/domoticz/backup/etc/logrotate.d/domoticz
6194 DEBUG + echo '"/etc/logrotate.d/domoticz","apps/domoticz/backup/etc/logrotate.d/domoticz"'
6195 DEBUG ++ dirname /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/logrotate.d/domoticz
6200 DEBUG + mkdir --parents /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/logrotate.d
6205 DEBUG + ynh_backup --src_path=/etc/systemd/system/domoticz.service
6207 DEBUG + local legacy_args=sdbm
6209 DEBUG + args_array=([s]=src_path= [d]=dest_path= [b]=is_big [m]=not_mandatory)
6210 DEBUG + local -A args_array
6212 DEBUG + local src_path
6213 DEBUG + local dest_path
6215 DEBUG + local is_big
6216 DEBUG + local not_mandatory
6219 DEBUG + ynh_handle_getopts_args --src_path=/etc/systemd/system/domoticz.service
6220 DEBUG + set +o xtrace
6322 DEBUG + dest_path=
6323 DEBUG + is_big=0
6325 DEBUG + not_mandatory=0
6327 DEBUG + BACKUP_CORE_ONLY=0
6329 DEBUG + test -n domoticz
6330 DEBUG ++ ynh_app_setting_get --app=domoticz --key=do_not_backup_data
6332 DEBUG ++ local legacy_args=ak
6333 DEBUG ++ args_array=([a]=app= [k]=key=)
6335 DEBUG ++ local -A args_array
6336 DEBUG ++ local app
6337 DEBUG ++ local key
6339 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=do_not_backup_data
6340 DEBUG ++ set +o xtrace
6436 DEBUG ++ [[ do_not_backup_data =~ (unprotected|protected|skipped)_ ]]
6438 DEBUG ++ ynh_app_setting get domoticz do_not_backup_data
6439 DEBUG ++ set +o xtrace
6702 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
6732 DEBUG + do_not_backup_data=
6733 DEBUG + '[' 0 -eq 1 ']'
6734 DEBUG + '[' '!' -e /etc/systemd/system/domoticz.service ']'
6735 DEBUG ++ realpath /etc/systemd/system/domoticz.service
6738 DEBUG + src_path=/etc/systemd/system/domoticz.service
6740 DEBUG + [[ -z '' ]]
6741 DEBUG + dest_path=etc/systemd/system/domoticz.service
6742 DEBUG + [[ -e etc/systemd/system/domoticz.service ]]
6744 DEBUG + local rel_dir=/apps/domoticz/backup
6746 DEBUG + rel_dir=/apps/domoticz/backup/
6747 DEBUG + dest_path=/apps/domoticz/backup/etc/systemd/system/domoticz.service
6748 DEBUG + dest_path=apps/domoticz/backup/etc/systemd/system/domoticz.service
6749 DEBUG ++ echo /etc/systemd/system/domoticz.service
6750 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
6753 DEBUG + local src=/etc/systemd/system/domoticz.service
6756 DEBUG ++ echo apps/domoticz/backup/etc/systemd/system/domoticz.service
6758 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
6766 DEBUG + local dest=apps/domoticz/backup/etc/systemd/system/domoticz.service
6767 DEBUG + echo '"/etc/systemd/system/domoticz.service","apps/domoticz/backup/etc/systemd/system/domoticz.service"'
6768 DEBUG ++ dirname /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/systemd/system/domoticz.service
6772 DEBUG + mkdir --parents /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/systemd/system
6778 DEBUG + ynh_backup --src_path=/etc/sudoers.d/domoticz
6780 DEBUG + local legacy_args=sdbm
6781 DEBUG + args_array=([s]=src_path= [d]=dest_path= [b]=is_big [m]=not_mandatory)
6782 DEBUG + local -A args_array
6784 DEBUG + local src_path
6785 DEBUG + local dest_path
6786 DEBUG + local is_big
6788 DEBUG + local not_mandatory
6789 DEBUG + ynh_handle_getopts_args --src_path=/etc/sudoers.d/domoticz
6791 DEBUG + set +o xtrace
6894 DEBUG + dest_path=
6896 DEBUG + is_big=0
6897 DEBUG + not_mandatory=0
6899 DEBUG + BACKUP_CORE_ONLY=0
6900 DEBUG + test -n domoticz
6901 DEBUG ++ ynh_app_setting_get --app=domoticz --key=do_not_backup_data
6902 DEBUG ++ local legacy_args=ak
6903 DEBUG ++ args_array=([a]=app= [k]=key=)
6905 DEBUG ++ local -A args_array
6906 DEBUG ++ local app
6907 DEBUG ++ local key
6908 DEBUG ++ ynh_handle_getopts_args --app=domoticz --key=do_not_backup_data
6910 DEBUG ++ set +o xtrace
7006 DEBUG ++ [[ do_not_backup_data =~ (unprotected|protected|skipped)_ ]]
7007 DEBUG ++ ynh_app_setting get domoticz do_not_backup_data
7008 DEBUG ++ set +o xtrace
7269 WARNING <stdin>:7: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
7299 DEBUG + do_not_backup_data=
7301 DEBUG + '[' 0 -eq 1 ']'
7302 DEBUG + '[' '!' -e /etc/sudoers.d/domoticz ']'
7303 DEBUG ++ realpath /etc/sudoers.d/domoticz
7306 DEBUG + src_path=/etc/sudoers.d/domoticz
7308 DEBUG + [[ -z '' ]]
7309 DEBUG + dest_path=etc/sudoers.d/domoticz
7311 DEBUG + [[ -e etc/sudoers.d/domoticz ]]
7312 DEBUG + local rel_dir=/apps/domoticz/backup
7313 DEBUG + rel_dir=/apps/domoticz/backup/
7314 DEBUG + dest_path=/apps/domoticz/backup/etc/sudoers.d/domoticz
7315 DEBUG + dest_path=apps/domoticz/backup/etc/sudoers.d/domoticz
7316 DEBUG ++ echo /etc/sudoers.d/domoticz
7317 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
7322 DEBUG + local src=/etc/sudoers.d/domoticz
7326 DEBUG ++ echo apps/domoticz/backup/etc/sudoers.d/domoticz
7327 DEBUG ++ sed --regexp-extended 's/"/\"\"/g'
7334 DEBUG + local dest=apps/domoticz/backup/etc/sudoers.d/domoticz
7336 DEBUG + echo '"/etc/sudoers.d/domoticz","apps/domoticz/backup/etc/sudoers.d/domoticz"'
7337 DEBUG ++ dirname /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/sudoers.d/domoticz
7342 DEBUG + mkdir --parents /home/yunohost.backup/tmp/20210810-215250/apps/domoticz/backup/etc/sudoers.d
7348 DEBUG + ynh_print_info '--message=Backup script completed for domoticz. (YunoHost will then actually copy those files to the archive).'
7350 DEBUG + local legacy_args=m
7351 DEBUG + args_array=([m]=message=)
7352 DEBUG + local -A args_array
7353 DEBUG + local message
7355 DEBUG + ynh_handle_getopts_args '--message=Backup script completed for domoticz. (YunoHost will then actually copy those files to the archive).'
7356 DEBUG + set +o xtrace
7385 DEBUG + echo 'Backup script completed for domoticz. (YunoHost will then actually copy those files to the archive).'
7387 INFO Backup script completed for domoticz. (YunoHost will then actually copy those files to the archive).
7389 DEBUG + ynh_exit_properly
7390 DEBUG + local exit_code=0
7391 DEBUG + rm -rf /var/cache/yunohost/download/
7393 DEBUG + '[' 0 -eq 0 ']'
7394 DEBUG + exit 0
8399 DEBUG Permission de sauvegarde pour domoticz
8689 DEBUG initialize authenticator 'as-root' with: uri='ldapi://%2Fvar%2Frun%2Fslapd%2Fldapi', base_dn='dc=yunohost,dc=org', user_rdn='gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth'
/usr/lib/moulinette/yunohost/app.py:2178: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
settings = yaml.load(f)
9051 INFO Création d’une archive de sauvegarde à partir des fichiers collectés...
9053 INFO L'archive contiendra environ 57.8MiB de données.
9054 DEBUG Création de l’archive TAR de la sauvegarde...
12658 DEBUG L’archive TAR de la sauvegarde a été créée
12659 SUCCESS Sauvegarde terminée
12670 DEBUG Pour voir le journal de cette opération 'Créer une archive de sauvegarde', utilisez la commande 'yunohost log show 20210810-215249-backup_create20210810-215249-backup_create'
12697 DEBUG action [20542.1] executed in 11.901s
12698 DEBUG lock has been released
name: 20210810-215250
results:
apps:
domoticz: Success
system:
size: 60642009
The same occurs for a lot of command: upgrade, backup, install…
Any idea what cause this and how to solve it?