Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install jitsi meet on a new instance. #154

Open
peeweek opened this issue Oct 14, 2024 · 3 comments
Open

Cannot install jitsi meet on a new instance. #154

peeweek opened this issue Oct 14, 2024 · 3 comments

Comments

@peeweek
Copy link

peeweek commented Oct 14, 2024

Describe the bug

Install scripts ends prematurely and cleans up.

2024-10-14 12:23:56,951: DEBUG - + test -n ''
2024-10-14 12:23:56,951: DEBUG - + dpkg --compare-versions 2.0 lt 2
2024-10-14 12:23:56,953: DEBUG - + test -n ''
2024-10-14 12:23:56,954: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/jitsi/videobridge/sip-communicator.properties
2024-10-14 12:23:56,954: DEBUG - ++ sort --unique
2024-10-14 12:23:56,954: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2024-10-14 12:23:56,957: DEBUG - + uniques_vars=('domain' 'muc_nickname' 'port' 'private_ipv4' 'public_ipv4' 'videobridge_secret' 'videobridge_user')
2024-10-14 12:23:56,969: WARNING - sed: -e expression #1, char 25: unterminated `s' command
2024-10-14 12:23:57,971: ERROR - Unable to install jitsi: An error occurred inside the app installation script

Context

  • Hardware: Intel NUC
  • YunoHost version: 11.2.30.2
  • I have access to my server: Web admin (local network)
  • 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: 2.0.9753~ynh1

Steps to reproduce

  • Removed XMPP Metronome via apt (SSH)
  • Installed Jitsi via web admin
  • (Also tried to reboot but it doesn't solve the issue)

Expected behavior

App installs successfully.

Logs

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

@binuts
Copy link

binuts commented Oct 21, 2024

Same issue here.
Testing in web admin and cli ==> same issue

`args:
  app: jitsi
  force: false
  label: null
  no_remove_on_failure: false
ended_at: 2024-10-21 04:13:53.480558
env:
  YNH_APP_ACTION: install
  YNH_APP_ARG_DOMAIN: live.domain2.tld
  YNH_APP_ARG_INIT_MAIN_PERMISSION: visitors
  YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf
  YNH_APP_ID: jitsi
  YNH_APP_INSTANCE_NAME: jitsi
  YNH_APP_INSTANCE_NUMBER: '1'
  YNH_APP_MANIFEST_VERSION: 2.0.9753~ynh1
  YNH_APP_PACKAGING_FORMAT: '2.0'
  YNH_ARCH: amd64
  YNH_DEBIAN_VERSION: bullseye
  YNH_HELPERS_VERSION: '2'
error: An error occurred inside the app installation script
interface: cli
operation: app_install
parent: null
related_to:
- - app
  - jitsi
started_at: 2024-10-21 04:13:07.089710
success: false
yunohost_version: 11.2.31

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

2024-10-21 06:13:07,101: INFO - Installing jitsi…
2024-10-21 06:13:07,133: INFO - Provisioning sources...
2024-10-21 06:13:07,134: DEBUG - Prefetching asset jitsi-meet-web: https://download.jitsi.org/stable/jitsi-meet-web_1.0.8187-1_all.deb ...
2024-10-21 06:13:09,715: DEBUG - Prefetching asset jitsi-sctp: https://github.com/sctplab/usrsctp/archive/a07d9a846480f072fe53cd9f55fd014077d532af.zip ...
2024-10-21 06:13:10,433: DEBUG - Prefetching asset jitsi-jicofo: https://download.jitsi.org/stable/jicofo_1.0-1090-1_all.deb ...
2024-10-21 06:13:13,270: DEBUG - Prefetching asset jitsi-videobridge: https://download.jitsi.org/stable/jitsi-videobridge2_2.3-92-g64f9f34f-1_all.deb ...
2024-10-21 06:13:17,511: DEBUG - Prefetching asset usrsctp: https://github.com/sctplab/usrsctp/archive/07f871bda23943c43c9e74cc54f25130459de830.tar.gz ...
2024-10-21 06:13:18,233: DEBUG - Prefetching asset jitsi-meet-prosody: https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.8187-1_all.deb ...
2024-10-21 06:13:19,412: DEBUG - Prefetching asset mod_auth_ldap: https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua ...
2024-10-21 06:13:19,704: INFO - Provisioning system_user...
2024-10-21 06:13:19,816: INFO - Provisioning install_dir...
2024-10-21 06:13:19,823: INFO - Provisioning ports...
2024-10-21 06:13:20,170: DEBUG - Running 'systemctl restart fail2ban'
2024-10-21 06:13:21,446: SUCCESS - Firewall reloaded
2024-10-21 06:13:22,144: DEBUG - Running 'systemctl restart fail2ban'
2024-10-21 06:13:23,611: SUCCESS - Firewall reloaded
2024-10-21 06:13:23,663: INFO - Provisioning permissions...
2024-10-21 06:13:23,735: DEBUG - Permission 'jitsi.main' updated
2024-10-21 06:13:23,744: DEBUG - To view the log of the operation 'Update URL related to permission 'jitsi'', use the command 'yunohost log show 20241021-041323-permission_url-jitsi'
2024-10-21 06:13:23,786: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./50-freshrss" jitsi \'\' main all_users,visitors 7>&1']'
2024-10-21 06:13:23,805: DEBUG - + set -a
2024-10-21 06:13:23,808: DEBUG - + source /usr/share/yunohost/helpers
2024-10-21 06:13:23,815: DEBUG - ++++ dirname -- /usr/share/yunohost/helpers
2024-10-21 06:13:23,817: DEBUG - +++ cd -- /usr/share/yunohost
2024-10-21 06:13:23,817: DEBUG - +++ pwd
2024-10-21 06:13:23,817: DEBUG - ++ SCRIPT_DIR=/usr/share/yunohost
2024-10-21 06:13:23,817: DEBUG - ++ YNH_HELPERS_VERSION=1
2024-10-21 06:13:23,826: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2024-10-21 06:13:23,826: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2024-10-21 06:13:23,891: DEBUG - + new_users=
2024-10-21 06:13:23,891: DEBUG - + [[ freshrss = \j\i\t\s\i ]]
2024-10-21 06:13:24,892: DEBUG - Permission 'jitsi.main' created
2024-10-21 06:13:24,893: DEBUG - To view the log of the operation 'Create permission 'jitsi'', use the command 'yunohost log show 20241021-041323-permission_create-jitsi'
2024-10-21 06:13:24,933: DEBUG - Permission 'jitsi.main' updated
2024-10-21 06:13:24,934: DEBUG - To view the log of the operation 'Update accesses for permission 'jitsi'', use the command 'yunohost log show 20241021-041324-user_permission_update-jitsi'
2024-10-21 06:13:24,957: DEBUG - Nothing to update in LDAP
2024-10-21 06:13:24,958: DEBUG - Permission 'jitsi.main' updated
2024-10-21 06:13:24,960: DEBUG - To view the log of the operation 'Update URL related to permission 'jitsi'', use the command 'yunohost log show 20241021-041324-permission_url-jitsi'
2024-10-21 06:13:24,978: DEBUG - The permission database has been resynchronized
2024-10-21 06:13:25,051: DEBUG - SSOwat configuration regenerated
2024-10-21 06:13:25,057: INFO - Provisioning apt...
2024-10-21 06:13:25,065: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./provision_or_update_apt"  7>&1']'
2024-10-21 06:13:25,071: DEBUG - + source /usr/share/yunohost/helpers
2024-10-21 06:13:25,072: DEBUG - ++++ dirname -- /usr/share/yunohost/helpers
2024-10-21 06:13:25,074: DEBUG - +++ cd -- /usr/share/yunohost
2024-10-21 06:13:25,074: DEBUG - +++ pwd
2024-10-21 06:13:25,074: DEBUG - ++ SCRIPT_DIR=/usr/share/yunohost
2024-10-21 06:13:25,074: DEBUG - ++ YNH_HELPERS_VERSION=2
2024-10-21 06:13:25,077: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2024-10-21 06:13:25,077: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2024-10-21 06:13:25,100: DEBUG - + ynh_abort_if_errors
2024-10-21 06:13:25,101: DEBUG - + trap ynh_exit_properly EXIT
2024-10-21 06:13:25,101: DEBUG - + ynh_install_app_dependencies openjdk-17-jre-headless debconf procps uuid-runtime lua-ldap prosody
2024-10-21 06:13:25,101: DEBUG - + local 'dependencies=openjdk-17-jre-headless debconf procps uuid-runtime lua-ldap prosody'
2024-10-21 06:13:25,102: DEBUG - ++ sed 's/\([^\<=\>]\)\ \([^(]\)/\1, \2/g'
2024-10-21 06:13:25,105: DEBUG - ++ echo 'openjdk-17-jre-headless debconf procps uuid-runtime lua-ldap prosody'
2024-10-21 06:13:25,106: DEBUG - + dependencies='openjdk-17-jre-headless, debconf, procps, uuid-runtime, lua-ldap, prosody'
2024-10-21 06:13:25,106: DEBUG - + local 'dependencies=openjdk-17-jre-headless, debconf, procps, uuid-runtime, lua-ldap, prosody'
2024-10-21 06:13:25,106: DEBUG - ++ ynh_read_manifest --manifest_key=version
2024-10-21 06:13:25,127: DEBUG - ++ '[' '!' -e '' ']'
2024-10-21 06:13:25,127: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_saz7d5p5/manifest.json ']'
2024-10-21 06:13:25,127: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_saz7d5p5/manifest.toml ']'
2024-10-21 06:13:25,127: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_saz7d5p5/manifest.toml
2024-10-21 06:13:25,127: DEBUG - ++ grep -q '\.json$'
2024-10-21 06:13:25,129: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_saz7d5p5/manifest.toml
2024-10-21 06:13:25,130: DEBUG - ++ jq .version --raw-output
2024-10-21 06:13:25,135: DEBUG - ++ python3 -c 'import json, toml, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:25,139: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_saz7d5p5/manifest.toml
2024-10-21 06:13:25,225: DEBUG - + local version=2.0.9753~ynh1
2024-10-21 06:13:25,225: DEBUG - + '[' -z 2.0.9753~ynh1 ']'
2024-10-21 06:13:25,225: DEBUG - + '[' 2.0.9753~ynh1 == null ']'
2024-10-21 06:13:25,225: DEBUG - + local dep_app=jitsi
2024-10-21 06:13:25,225: DEBUG - + [[ openjdk-17-jre-headless, debconf, procps, uuid-runtime, lua-ldap, prosody =~ [<=>] ]]
2024-10-21 06:13:25,226: DEBUG - ++ sort -u
2024-10-21 06:13:25,227: DEBUG - ++ grep -oP '(?<=php)[0-9.]+(?=-|\>|)'
2024-10-21 06:13:25,230: DEBUG - ++ echo openjdk-17-jre-headless, debconf, procps, uuid-runtime, lua-ldap, prosody
2024-10-21 06:13:25,232: DEBUG - + local specific_php_version=
2024-10-21 06:13:25,232: DEBUG - + grep --quiet php
2024-10-21 06:13:25,234: DEBUG - ++ ynh_package_is_installed postgresql-13
2024-10-21 06:13:25,247: DEBUG - ++ grep --count 'ok installed'
2024-10-21 06:13:25,249: DEBUG - ++ dpkg-query --show '--showformat=${Status}' postgresql-13
2024-10-21 06:13:25,264: DEBUG - ++ echo yes
2024-10-21 06:13:25,265: DEBUG - + local psql_installed=yes
2024-10-21 06:13:25,265: DEBUG - + [[ true == \t\r\u\e ]]
2024-10-21 06:13:25,265: DEBUG - + YNH_INSTALL_APP_DEPENDENCIES_REPLACE=false
2024-10-21 06:13:25,265: DEBUG - + cat
2024-10-21 06:13:25,266: DEBUG - + ynh_package_install_from_equivs /tmp/jitsi-ynh-deps.control
2024-10-21 06:13:25,267: DEBUG - + local controlfile=/tmp/jitsi-ynh-deps.control
2024-10-21 06:13:25,268: DEBUG - ++ cut '--delimiter= ' --fields=2
2024-10-21 06:13:25,269: DEBUG - ++ grep '^Package: ' /tmp/jitsi-ynh-deps.control
2024-10-21 06:13:25,272: DEBUG - + local pkgname=jitsi-ynh-deps
2024-10-21 06:13:25,273: DEBUG - ++ cut '--delimiter= ' --fields=2
2024-10-21 06:13:25,274: DEBUG - ++ grep '^Version: ' /tmp/jitsi-ynh-deps.control
2024-10-21 06:13:25,277: DEBUG - + local pkgversion=2.0.9753~ynh1
2024-10-21 06:13:25,277: DEBUG - + [[ -z jitsi-ynh-deps ]]
2024-10-21 06:13:25,277: DEBUG - + [[ -z 2.0.9753~ynh1 ]]
2024-10-21 06:13:25,277: DEBUG - + ynh_package_update
2024-10-21 06:13:25,277: DEBUG - + ynh_apt update
2024-10-21 06:13:25,277: DEBUG - + ynh_wait_dpkg_free
2024-10-21 06:13:25,371: DEBUG - + return 0
2024-10-21 06:13:25,372: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2024-10-21 06:13:25,482: DEBUG - Hit:2 http://deb.debian.org/debian bullseye InRelease
2024-10-21 06:13:25,482: DEBUG - Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
2024-10-21 06:13:25,482: DEBUG - Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
2024-10-21 06:13:25,548: DEBUG - Hit:5 https://packages.sury.org/php bullseye InRelease
2024-10-21 06:13:25,569: DEBUG - Hit:1 https://forge.yunohost.org/debian bullseye InRelease
2024-10-21 06:13:26,787: DEBUG - Reading package lists...
2024-10-21 06:13:26,802: DEBUG - ++ mktemp --directory
2024-10-21 06:13:26,804: DEBUG - + local TMPDIR=/tmp/tmp.I4FYcUnTug
2024-10-21 06:13:26,804: DEBUG - + mkdir -p /tmp/tmp.I4FYcUnTug/jitsi-ynh-deps/DEBIAN/
2024-10-21 06:13:26,806: DEBUG - + chmod -R 755 /tmp/tmp.I4FYcUnTug/jitsi-ynh-deps
2024-10-21 06:13:26,807: DEBUG - + ynh_wait_dpkg_free
2024-10-21 06:13:26,896: DEBUG - + return 0
2024-10-21 06:13:26,896: DEBUG - + cp /tmp/jitsi-ynh-deps.control /tmp/tmp.I4FYcUnTug/jitsi-ynh-deps/DEBIAN/control
2024-10-21 06:13:26,899: DEBUG - + dpkg-deb --build /tmp/tmp.I4FYcUnTug/jitsi-ynh-deps /tmp/tmp.I4FYcUnTug/jitsi-ynh-deps.deb
2024-10-21 06:13:26,914: DEBUG - + tee /tmp/tmp.I4FYcUnTug/dpkg_log
2024-10-21 06:13:26,916: DEBUG - + dpkg --force-depends --install /tmp/tmp.I4FYcUnTug/jitsi-ynh-deps.deb
2024-10-21 06:13:26,963: DEBUG - Selecting previously unselected package jitsi-ynh-deps.
2024-10-21 06:13:27,000: DEBUG - (Reading database ... 59754 files and directories currently installed.)
2024-10-21 06:13:27,003: DEBUG - Preparing to unpack .../jitsi-ynh-deps.deb ...
2024-10-21 06:13:27,006: DEBUG - Unpacking jitsi-ynh-deps (2.0.9753~ynh1) ...
2024-10-21 06:13:27,036: DEBUG - dpkg: jitsi-ynh-deps: dependency problems, but configuring anyway as you requested:
2024-10-21 06:13:27,037: DEBUG -  jitsi-ynh-deps depends on prosody; however:
2024-10-21 06:13:27,037: DEBUG -   Package prosody is not installed.
2024-10-21 06:13:27,037: DEBUG - 
2024-10-21 06:13:27,037: DEBUG - Setting up jitsi-ynh-deps (2.0.9753~ynh1) ...
2024-10-21 06:13:27,056: DEBUG - + ynh_package_install --fix-broken
2024-10-21 06:13:27,057: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken
2024-10-21 06:13:27,057: DEBUG - + ynh_wait_dpkg_free
2024-10-21 06:13:27,152: DEBUG - + return 0
2024-10-21 06:13:27,153: 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
2024-10-21 06:13:27,276: DEBUG - Reading package lists...
2024-10-21 06:13:27,459: DEBUG - Building dependency tree...
2024-10-21 06:13:27,461: DEBUG - Reading state information...
2024-10-21 06:13:27,547: DEBUG - Correcting dependencies... Done
2024-10-21 06:13:27,658: DEBUG - The following additional packages will be installed:
2024-10-21 06:13:27,659: DEBUG -   lua-event lua-expat lua-sec lua5.2 prosody
2024-10-21 06:13:27,660: DEBUG - Suggested packages:
2024-10-21 06:13:27,660: DEBUG -   lua-dbi-mysql lua-dbi-postgresql lua-dbi-sqlite3 lua-zlib
2024-10-21 06:13:27,672: DEBUG - The following NEW packages will be installed:
2024-10-21 06:13:27,672: DEBUG -   lua-event lua-expat lua-sec lua5.2 prosody
2024-10-21 06:13:28,108: DEBUG - 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
2024-10-21 06:13:28,109: DEBUG - Need to get 0 B/474 kB of archives.
2024-10-21 06:13:28,109: DEBUG - After this operation, 2561 kB of additional disk space will be used.
2024-10-21 06:13:28,136: DEBUG - Selecting previously unselected package lua-expat:amd64.
2024-10-21 06:13:28,167: DEBUG - (Reading database ... 59754 files and directories currently installed.)
2024-10-21 06:13:28,170: DEBUG - Preparing to unpack .../lua-expat_1.3.0-4+b1_amd64.deb ...
2024-10-21 06:13:28,174: DEBUG - Unpacking lua-expat:amd64 (1.3.0-4+b1) ...
2024-10-21 06:13:28,215: DEBUG - Selecting previously unselected package lua5.2.
2024-10-21 06:13:28,220: DEBUG - Preparing to unpack .../lua5.2_5.2.4-1.1+b3_amd64.deb ...
2024-10-21 06:13:28,223: DEBUG - Unpacking lua5.2 (5.2.4-1.1+b3) ...
2024-10-21 06:13:28,267: DEBUG - Selecting previously unselected package lua-sec:amd64.
2024-10-21 06:13:28,271: DEBUG - Preparing to unpack .../lua-sec_1.0-1_amd64.deb ...
2024-10-21 06:13:28,274: DEBUG - Unpacking lua-sec:amd64 (1.0-1) ...
2024-10-21 06:13:28,312: DEBUG - Selecting previously unselected package prosody.
2024-10-21 06:13:28,323: DEBUG - Preparing to unpack .../prosody_0.11.9-2+deb11u2_amd64.deb ...
2024-10-21 06:13:28,326: DEBUG - Unpacking prosody (0.11.9-2+deb11u2) ...
2024-10-21 06:13:28,487: DEBUG - Selecting previously unselected package lua-event:amd64.
2024-10-21 06:13:28,492: DEBUG - Preparing to unpack .../lua-event_0.4.6-1+b2_amd64.deb ...
2024-10-21 06:13:28,495: DEBUG - Unpacking lua-event:amd64 (0.4.6-1+b2) ...
2024-10-21 06:13:28,549: DEBUG - Setting up lua-sec:amd64 (1.0-1) ...
2024-10-21 06:13:28,556: DEBUG - Setting up lua5.2 (5.2.4-1.1+b3) ...
2024-10-21 06:13:28,565: DEBUG - update-alternatives: using /usr/bin/lua5.2 to provide /usr/bin/lua (lua-interpreter) in auto mode
2024-10-21 06:13:28,570: DEBUG - update-alternatives: using /usr/bin/luac5.2 to provide /usr/bin/luac (lua-compiler) in auto mode
2024-10-21 06:13:28,575: DEBUG - Setting up lua-event:amd64 (0.4.6-1+b2) ...
2024-10-21 06:13:28,583: DEBUG - Setting up lua-expat:amd64 (1.3.0-4+b1) ...
2024-10-21 06:13:28,589: DEBUG - Setting up prosody (0.11.9-2+deb11u2) ...
2024-10-21 06:13:28,995: DEBUG - Adding user prosody to group ssl-cert
2024-10-21 06:13:29,629: DEBUG - Created symlink /etc/systemd/system/multi-user.target.wants/prosody.service -> /lib/systemd/system/prosody.service.
2024-10-21 06:13:30,354: DEBUG - Processing triggers for libc-bin (2.31-13+deb11u11) ...
2024-10-21 06:13:30,389: DEBUG - Processing triggers for man-db (2.9.4-2) ...
2024-10-21 06:13:31,133: DEBUG - + [[ -n /tmp/tmp.I4FYcUnTug ]]
2024-10-21 06:13:31,133: DEBUG - + rm --recursive --force /tmp/tmp.I4FYcUnTug
2024-10-21 06:13:31,135: DEBUG - + ynh_package_is_installed jitsi-ynh-deps
2024-10-21 06:13:31,146: DEBUG - + grep --count 'ok installed'
2024-10-21 06:13:31,148: DEBUG - + dpkg-query --show '--showformat=${Status}' jitsi-ynh-deps
2024-10-21 06:13:31,162: DEBUG - + rm /tmp/jitsi-ynh-deps.control
2024-10-21 06:13:31,164: DEBUG - ++ ynh_package_is_installed postgresql-13
2024-10-21 06:13:31,176: DEBUG - ++ grep --count 'ok installed'
2024-10-21 06:13:31,178: DEBUG - ++ dpkg-query --show '--showformat=${Status}' postgresql-13
2024-10-21 06:13:31,193: DEBUG - ++ echo yes
2024-10-21 06:13:31,194: DEBUG - + local psql_installed2=yes
2024-10-21 06:13:31,194: DEBUG - + [[ yes != \y\e\s ]]
2024-10-21 06:13:31,194: DEBUG - + ynh_exit_properly
2024-10-21 06:13:31,194: DEBUG - + [[ provision_or_update_apt =~ ^install$|^upgrade$|^restore$ ]]
2024-10-21 06:13:32,205: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./install"  7>&1']'
2024-10-21 06:13:32,212: DEBUG - + source _common.sh
2024-10-21 06:13:32,213: DEBUG - + source /usr/share/yunohost/helpers
2024-10-21 06:13:32,214: DEBUG - ++++ dirname -- /usr/share/yunohost/helpers
2024-10-21 06:13:32,215: DEBUG - +++ cd -- /usr/share/yunohost
2024-10-21 06:13:32,215: DEBUG - +++ pwd
2024-10-21 06:13:32,215: DEBUG - ++ SCRIPT_DIR=/usr/share/yunohost
2024-10-21 06:13:32,216: DEBUG - ++ YNH_HELPERS_VERSION=2
2024-10-21 06:13:32,219: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2024-10-21 06:13:32,219: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2024-10-21 06:13:32,244: DEBUG - + focus_user=focus
2024-10-21 06:13:32,245: DEBUG - ++ ynh_string_random --length=8
2024-10-21 06:13:32,265: DEBUG - ++ length=8
2024-10-21 06:13:32,265: DEBUG - ++ filter=A-Za-z0-9
2024-10-21 06:13:32,266: DEBUG - ++ sed --quiet 's/\(.\{8\}\).*/\1/p'
2024-10-21 06:13:32,267: DEBUG - ++ tr --complement --delete A-Za-z0-9
2024-10-21 06:13:32,268: DEBUG - ++ dd if=/dev/urandom bs=1 count=1000
2024-10-21 06:13:32,274: DEBUG - + focus_password=**********
2024-10-21 06:13:32,274: DEBUG - + ynh_app_setting_set --app=jitsi --key=focus_user --value=focus
2024-10-21 06:13:32,345: DEBUG - + [[ focus_user =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:32,417: DEBUG - + ynh_app_setting_set --app=jitsi --key=focus_password --value=**********
2024-10-21 06:13:32,486: DEBUG - + [[ focus_password =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:32,539: DEBUG - + videobridge_user=jvb
2024-10-21 06:13:32,540: DEBUG - ++ ynh_string_random --length=8
2024-10-21 06:13:32,559: DEBUG - ++ length=8
2024-10-21 06:13:32,559: DEBUG - ++ filter=A-Za-z0-9
2024-10-21 06:13:32,560: DEBUG - ++ sed --quiet 's/\(.\{8\}\).*/\1/p'
2024-10-21 06:13:32,560: DEBUG - ++ tr --complement --delete A-Za-z0-9
2024-10-21 06:13:32,563: DEBUG - ++ dd if=/dev/urandom bs=1 count=1000
2024-10-21 06:13:32,568: DEBUG - + videobridge_secret=**********
2024-10-21 06:13:32,568: DEBUG - + ynh_app_setting_set --app=jitsi --key=videobridge_user --value=jvb
2024-10-21 06:13:32,640: DEBUG - + [[ videobridge_user =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:32,693: DEBUG - + ynh_app_setting_set --app=jitsi --key=videobridge_secret --value=**********
2024-10-21 06:13:32,772: DEBUG - + [[ videobridge_secret =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:32,838: DEBUG - ++ ynh_string_random --length=8
2024-10-21 06:13:32,861: DEBUG - ++ length=8
2024-10-21 06:13:32,861: DEBUG - ++ filter=A-Za-z0-9
2024-10-21 06:13:32,862: DEBUG - ++ sed --quiet 's/\(.\{8\}\).*/\1/p'
2024-10-21 06:13:32,863: DEBUG - ++ tr --complement --delete A-Za-z0-9
2024-10-21 06:13:32,865: DEBUG - ++ dd if=/dev/urandom bs=1 count=1000
2024-10-21 06:13:32,874: DEBUG - + focus_secret=**********
2024-10-21 06:13:32,875: DEBUG - ++ ynh_string_random --length=8
2024-10-21 06:13:32,895: DEBUG - ++ length=8
2024-10-21 06:13:32,896: DEBUG - ++ filter=A-Za-z0-9
2024-10-21 06:13:32,896: DEBUG - ++ sed --quiet 's/\(.\{8\}\).*/\1/p'
2024-10-21 06:13:32,898: DEBUG - ++ tr --complement --delete A-Za-z0-9
2024-10-21 06:13:32,899: DEBUG - ++ dd if=/dev/urandom bs=1 count=1000
2024-10-21 06:13:32,904: DEBUG - + turn_secret=**********
2024-10-21 06:13:32,904: DEBUG - + ynh_app_setting_set --app=jitsi --key=focus_secret --value=**********
2024-10-21 06:13:32,974: DEBUG - + [[ focus_secret =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:33,030: DEBUG - + ynh_app_setting_set --app=jitsi --key=turn_secret --value=**********
2024-10-21 06:13:33,105: DEBUG - + [[ turn_secret =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:33,160: DEBUG - + max_memory=200
2024-10-21 06:13:33,160: DEBUG - + ynh_app_setting_set --app=jitsi --key=max_memory --value=200
2024-10-21 06:13:33,232: DEBUG - + [[ max_memory =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:33,289: DEBUG - ++ uuidgen
2024-10-21 06:13:33,291: DEBUG - + muc_nickname=b5511e69-d9cb-4861-b383-a55e7aa7e446
2024-10-21 06:13:33,291: DEBUG - + ynh_app_setting_set --app=jitsi --key=muc_nickname --value=b5511e69-d9cb-4861-b383-a55e7aa7e446
2024-10-21 06:13:33,377: DEBUG - + [[ muc_nickname =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:33,586: DEBUG - + gpasswd --add prosody jitsi
2024-10-21 06:13:33,586: INFO - [+...................] > Configuring system user...
2024-10-21 06:13:33,595: DEBUG - Adding user prosody to group jitsi
2024-10-21 06:13:33,613: DEBUG - + gpasswd --add www-data jitsi
2024-10-21 06:13:33,626: DEBUG - Adding user www-data to group jitsi
2024-10-21 06:13:33,731: DEBUG - + _setup_sources
2024-10-21 06:13:33,731: DEBUG - + packages=(['jitsi-jicofo']='jicofo' ['jitsi-meet-prosody']='jitsi-meet/prosody-plugins' ['jitsi-meet-web']='jitsi-meet' ['jitsi-videobridge']='jitsi-videobridge')
2024-10-21 06:13:33,731: DEBUG - + declare -A packages
2024-10-21 06:13:33,731: DEBUG - + for package in "${!packages[@]}"
2024-10-21 06:13:33,732: DEBUG - + ynh_setup_source --dest_dir=/var/www/jitsi/temp --source_id=jitsi-jicofo
2024-10-21 06:13:33,733: INFO - [#++.................] > Setting up source files...
2024-10-21 06:13:33,799: DEBUG - + keep=
2024-10-21 06:13:33,799: DEBUG - + full_replace=0
2024-10-21 06:13:33,799: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:33,800: DEBUG - + jq -e .resources.sources
2024-10-21 06:13:33,803: DEBUG - + toml_to_json
2024-10-21 06:13:33,803: DEBUG - + python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:33,804: DEBUG - + cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:33,912: DEBUG - + source_id=jitsi-jicofo
2024-10-21 06:13:33,913: DEBUG - ++ jq '.resources.sources["jitsi-jicofo"]'
2024-10-21 06:13:33,915: DEBUG - ++ toml_to_json
2024-10-21 06:13:33,915: DEBUG - ++ python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:33,916: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:34,005: DEBUG - + local 'sources_json={
2024-10-21 06:13:34,005: DEBUG -   "url": "https://download.jitsi.org/stable/jicofo_1.0-1090-1_all.deb",
2024-10-21 06:13:34,005: DEBUG -   "sha256": "085b7fd3c468244390701f6ff6357dce1e78a18ae84aa77e46c13c61c3261a0f",
2024-10-21 06:13:34,005: DEBUG -   "format": "whatever",
2024-10-21 06:13:34,005: DEBUG -   "extract": false,
2024-10-21 06:13:34,005: DEBUG -   "rename": "jitsi-jicofo.deb"
2024-10-21 06:13:34,005: DEBUG - }'
2024-10-21 06:13:34,005: DEBUG - + jq -re .url
2024-10-21 06:13:34,046: DEBUG - https://download.jitsi.org/stable/jicofo_1.0-1090-1_all.deb
2024-10-21 06:13:34,047: DEBUG - + local arch_prefix=
2024-10-21 06:13:34,093: DEBUG - + local src_url=https://download.jitsi.org/stable/jicofo_1.0-1090-1_all.deb
2024-10-21 06:13:34,139: DEBUG - + local src_sum=085b7fd3c468244390701f6ff6357dce1e78a18ae84aa77e46c13c61c3261a0f
2024-10-21 06:13:34,139: DEBUG - + local src_sumprg=sha256sum
2024-10-21 06:13:34,185: DEBUG - + local src_format=whatever
2024-10-21 06:13:34,230: DEBUG - + local src_in_subdir=
2024-10-21 06:13:34,276: DEBUG - + local src_extract=false
2024-10-21 06:13:34,322: DEBUG - + local src_platform=
2024-10-21 06:13:34,368: DEBUG - + local src_rename=jitsi-jicofo.deb
2024-10-21 06:13:34,368: DEBUG - + [[ -n https://download.jitsi.org/stable/jicofo_1.0-1090-1_all.deb ]]
2024-10-21 06:13:34,368: DEBUG - + [[ -n 085b7fd3c468244390701f6ff6357dce1e78a18ae84aa77e46c13c61c3261a0f ]]
2024-10-21 06:13:34,368: DEBUG - + [[ -z whatever ]]
2024-10-21 06:13:34,368: DEBUG - + src_sumprg=sha256sum
2024-10-21 06:13:34,369: DEBUG - + src_in_subdir=true
2024-10-21 06:13:34,369: DEBUG - + src_format=whatever
2024-10-21 06:13:34,370: DEBUG - ++ tr '[:upper:]' '[:lower:]'
2024-10-21 06:13:34,371: DEBUG - ++ echo whatever
2024-10-21 06:13:34,372: DEBUG - + src_format=whatever
2024-10-21 06:13:34,372: DEBUG - + src_extract=false
2024-10-21 06:13:34,373: DEBUG - + [[ false != \t\r\u\e ]]
2024-10-21 06:13:34,373: DEBUG - + [[ false != \f\a\l\s\e ]]
2024-10-21 06:13:34,373: DEBUG - + local local_src=/opt/yunohost-apps-src/jitsi/jitsi-jicofo
2024-10-21 06:13:34,373: DEBUG - ++ dirname /var/cache/yunohost/download/jitsi/jitsi-jicofo
2024-10-21 06:13:34,375: DEBUG - + mkdir -p /var/cache/yunohost/download/jitsi
2024-10-21 06:13:34,377: DEBUG - + src_filename=/var/cache/yunohost/download/jitsi/jitsi-jicofo
2024-10-21 06:13:34,377: DEBUG - + '[' whatever = docker ']'
2024-10-21 06:13:34,377: DEBUG - + test -e /opt/yunohost-apps-src/jitsi/jitsi-jicofo
2024-10-21 06:13:34,377: DEBUG - + '[' -n https://download.jitsi.org/stable/jicofo_1.0-1090-1_all.deb ']'
2024-10-21 06:13:34,377: DEBUG - + '[' -e /var/cache/yunohost/download/jitsi/jitsi-jicofo ']'
2024-10-21 06:13:34,377: DEBUG - + sha256sum --check --status
2024-10-21 06:13:34,514: DEBUG - + '[' '!' -e /var/cache/yunohost/download/jitsi/jitsi-jicofo ']'
2024-10-21 06:13:34,514: DEBUG - + sha256sum --check --status
2024-10-21 06:13:34,647: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:34,649: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:34,649: DEBUG - + mkdir --parents /var/www/jitsi/temp
2024-10-21 06:13:34,651: DEBUG - + '[' -n /var/www/jitsi ']'
2024-10-21 06:13:34,651: DEBUG - + '[' /var/www/jitsi/temp == /var/www/jitsi ']'
2024-10-21 06:13:34,651: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:34,651: DEBUG - + [[ false == \f\a\l\s\e ]]
2024-10-21 06:13:34,652: DEBUG - + [[ -z jitsi-jicofo.deb ]]
2024-10-21 06:13:34,652: DEBUG - + mv /var/cache/yunohost/download/jitsi/jitsi-jicofo /var/www/jitsi/temp/jitsi-jicofo.deb
2024-10-21 06:13:34,653: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/patches/ ']'
2024-10-21 06:13:34,654: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/extra_files/jitsi-jicofo
2024-10-21 06:13:34,654: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:34,654: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:34,655: DEBUG - + pushd /var/www/jitsi/temp
2024-10-21 06:13:34,656: DEBUG - /var/www/jitsi/temp /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:34,656: DEBUG - + ar x jitsi-jicofo.deb data.tar.xz
2024-10-21 06:13:34,685: DEBUG - + tar xf data.tar.xz
2024-10-21 06:13:36,380: DEBUG - + popd
2024-10-21 06:13:36,380: DEBUG - /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:36,380: DEBUG - + mv /var/www/jitsi/temp/usr/share/jicofo/ /var/www/jitsi/jitsi-jicofo/
2024-10-21 06:13:36,383: DEBUG - + ynh_secure_remove --file=/var/www/jitsi/temp
2024-10-21 06:13:36,412: DEBUG - + for package in "${!packages[@]}"
2024-10-21 06:13:36,412: DEBUG - + ynh_setup_source --dest_dir=/var/www/jitsi/temp --source_id=jitsi-videobridge
2024-10-21 06:13:36,471: DEBUG - + keep=
2024-10-21 06:13:36,471: DEBUG - + full_replace=0
2024-10-21 06:13:36,471: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:36,472: DEBUG - + jq -e .resources.sources
2024-10-21 06:13:36,472: DEBUG - + toml_to_json
2024-10-21 06:13:36,475: DEBUG - + python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:36,475: DEBUG - + cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:36,560: DEBUG - + source_id=jitsi-videobridge
2024-10-21 06:13:36,561: DEBUG - ++ jq '.resources.sources["jitsi-videobridge"]'
2024-10-21 06:13:36,563: DEBUG - ++ toml_to_json
2024-10-21 06:13:36,563: DEBUG - ++ python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:36,564: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:36,650: DEBUG - + local 'sources_json={
2024-10-21 06:13:36,650: DEBUG -   "url": "https://download.jitsi.org/stable/jitsi-videobridge2_2.3-92-g64f9f34f-1_all.deb",
2024-10-21 06:13:36,650: DEBUG -   "sha256": "7dab6401188581211097f71a5548c95fbee8b3b2190c8119af1a7444b2da2bf3",
2024-10-21 06:13:36,650: DEBUG -   "format": "whatever",
2024-10-21 06:13:36,650: DEBUG -   "extract": false,
2024-10-21 06:13:36,651: DEBUG -   "rename": "jitsi-videobridge.deb"
2024-10-21 06:13:36,651: DEBUG - }'
2024-10-21 06:13:36,651: DEBUG - + jq -re .url
2024-10-21 06:13:36,692: DEBUG - https://download.jitsi.org/stable/jitsi-videobridge2_2.3-92-g64f9f34f-1_all.deb
2024-10-21 06:13:36,693: DEBUG - + local arch_prefix=
2024-10-21 06:13:36,738: DEBUG - + local src_url=https://download.jitsi.org/stable/jitsi-videobridge2_2.3-92-g64f9f34f-1_all.deb
2024-10-21 06:13:36,783: DEBUG - + local src_sum=7dab6401188581211097f71a5548c95fbee8b3b2190c8119af1a7444b2da2bf3
2024-10-21 06:13:36,783: DEBUG - + local src_sumprg=sha256sum
2024-10-21 06:13:36,827: DEBUG - + local src_format=whatever
2024-10-21 06:13:36,874: DEBUG - + local src_in_subdir=
2024-10-21 06:13:36,923: DEBUG - + local src_extract=false
2024-10-21 06:13:36,968: DEBUG - + local src_platform=
2024-10-21 06:13:37,013: DEBUG - + local src_rename=jitsi-videobridge.deb
2024-10-21 06:13:37,013: DEBUG - + [[ -n https://download.jitsi.org/stable/jitsi-videobridge2_2.3-92-g64f9f34f-1_all.deb ]]
2024-10-21 06:13:37,013: DEBUG - + [[ -n 7dab6401188581211097f71a5548c95fbee8b3b2190c8119af1a7444b2da2bf3 ]]
2024-10-21 06:13:37,014: DEBUG - + [[ -z whatever ]]
2024-10-21 06:13:37,014: DEBUG - + src_sumprg=sha256sum
2024-10-21 06:13:37,014: DEBUG - + src_in_subdir=true
2024-10-21 06:13:37,014: DEBUG - + src_format=whatever
2024-10-21 06:13:37,015: DEBUG - ++ tr '[:upper:]' '[:lower:]'
2024-10-21 06:13:37,016: DEBUG - ++ echo whatever
2024-10-21 06:13:37,017: DEBUG - + src_format=whatever
2024-10-21 06:13:37,017: DEBUG - + src_extract=false
2024-10-21 06:13:37,018: DEBUG - + [[ false != \t\r\u\e ]]
2024-10-21 06:13:37,018: DEBUG - + [[ false != \f\a\l\s\e ]]
2024-10-21 06:13:37,018: DEBUG - + local local_src=/opt/yunohost-apps-src/jitsi/jitsi-videobridge
2024-10-21 06:13:37,018: DEBUG - ++ dirname /var/cache/yunohost/download/jitsi/jitsi-videobridge
2024-10-21 06:13:37,020: DEBUG - + mkdir -p /var/cache/yunohost/download/jitsi
2024-10-21 06:13:37,022: DEBUG - + src_filename=/var/cache/yunohost/download/jitsi/jitsi-videobridge
2024-10-21 06:13:37,022: DEBUG - + '[' whatever = docker ']'
2024-10-21 06:13:37,022: DEBUG - + test -e /opt/yunohost-apps-src/jitsi/jitsi-videobridge
2024-10-21 06:13:37,022: DEBUG - + '[' -n https://download.jitsi.org/stable/jitsi-videobridge2_2.3-92-g64f9f34f-1_all.deb ']'
2024-10-21 06:13:37,022: DEBUG - + '[' -e /var/cache/yunohost/download/jitsi/jitsi-videobridge ']'
2024-10-21 06:13:37,023: DEBUG - + sha256sum --check --status
2024-10-21 06:13:37,323: DEBUG - + '[' '!' -e /var/cache/yunohost/download/jitsi/jitsi-videobridge ']'
2024-10-21 06:13:37,323: DEBUG - + sha256sum --check --status
2024-10-21 06:13:37,609: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:37,611: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:37,611: DEBUG - + mkdir --parents /var/www/jitsi/temp
2024-10-21 06:13:37,613: DEBUG - + '[' -n /var/www/jitsi ']'
2024-10-21 06:13:37,613: DEBUG - + '[' /var/www/jitsi/temp == /var/www/jitsi ']'
2024-10-21 06:13:37,613: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:37,613: DEBUG - + [[ false == \f\a\l\s\e ]]
2024-10-21 06:13:37,613: DEBUG - + [[ -z jitsi-videobridge.deb ]]
2024-10-21 06:13:37,613: DEBUG - + mv /var/cache/yunohost/download/jitsi/jitsi-videobridge /var/www/jitsi/temp/jitsi-videobridge.deb
2024-10-21 06:13:37,615: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/patches/ ']'
2024-10-21 06:13:37,615: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/extra_files/jitsi-videobridge
2024-10-21 06:13:37,615: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:37,615: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:37,617: DEBUG - + pushd /var/www/jitsi/temp
2024-10-21 06:13:37,617: DEBUG - /var/www/jitsi/temp /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:37,617: DEBUG - + ar x jitsi-videobridge.deb data.tar.xz
2024-10-21 06:13:37,677: DEBUG - + tar xf data.tar.xz
2024-10-21 06:13:41,066: DEBUG - + popd
2024-10-21 06:13:41,067: DEBUG - /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:41,067: DEBUG - + mv /var/www/jitsi/temp/usr/share/jitsi-videobridge/ /var/www/jitsi/jitsi-videobridge/
2024-10-21 06:13:41,069: DEBUG - + ynh_secure_remove --file=/var/www/jitsi/temp
2024-10-21 06:13:41,107: DEBUG - + for package in "${!packages[@]}"
2024-10-21 06:13:41,107: DEBUG - + ynh_setup_source --dest_dir=/var/www/jitsi/temp --source_id=jitsi-meet-prosody
2024-10-21 06:13:41,169: DEBUG - + keep=
2024-10-21 06:13:41,169: DEBUG - + full_replace=0
2024-10-21 06:13:41,169: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:41,169: DEBUG - + jq -e .resources.sources
2024-10-21 06:13:41,171: DEBUG - + toml_to_json
2024-10-21 06:13:41,171: DEBUG - + python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:41,172: DEBUG - + cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:41,258: DEBUG - + source_id=jitsi-meet-prosody
2024-10-21 06:13:41,259: DEBUG - ++ jq '.resources.sources["jitsi-meet-prosody"]'
2024-10-21 06:13:41,263: DEBUG - ++ toml_to_json
2024-10-21 06:13:41,263: DEBUG - ++ python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:41,264: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:41,346: DEBUG - + local 'sources_json={
2024-10-21 06:13:41,346: DEBUG -   "url": "https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.8187-1_all.deb",
2024-10-21 06:13:41,346: DEBUG -   "sha256": "eaccc7cc68f8a63f43284003e47ab239d6758ec8cf3b3b2ff783078de275f83b",
2024-10-21 06:13:41,346: DEBUG -   "format": "whatever",
2024-10-21 06:13:41,346: DEBUG -   "extract": false,
2024-10-21 06:13:41,346: DEBUG -   "rename": "jitsi-meet-prosody.deb"
2024-10-21 06:13:41,347: DEBUG - }'
2024-10-21 06:13:41,347: DEBUG - + jq -re .url
2024-10-21 06:13:41,386: DEBUG - https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.8187-1_all.deb
2024-10-21 06:13:41,387: DEBUG - + local arch_prefix=
2024-10-21 06:13:41,430: DEBUG - + local src_url=https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.8187-1_all.deb
2024-10-21 06:13:41,475: DEBUG - + local src_sum=eaccc7cc68f8a63f43284003e47ab239d6758ec8cf3b3b2ff783078de275f83b
2024-10-21 06:13:41,475: DEBUG - + local src_sumprg=sha256sum
2024-10-21 06:13:41,519: DEBUG - + local src_format=whatever
2024-10-21 06:13:41,565: DEBUG - + local src_in_subdir=
2024-10-21 06:13:41,610: DEBUG - + local src_extract=false
2024-10-21 06:13:41,656: DEBUG - + local src_platform=
2024-10-21 06:13:41,698: DEBUG - + local src_rename=jitsi-meet-prosody.deb
2024-10-21 06:13:41,698: DEBUG - + [[ -n https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.8187-1_all.deb ]]
2024-10-21 06:13:41,698: DEBUG - + [[ -n eaccc7cc68f8a63f43284003e47ab239d6758ec8cf3b3b2ff783078de275f83b ]]
2024-10-21 06:13:41,698: DEBUG - + [[ -z whatever ]]
2024-10-21 06:13:41,698: DEBUG - + src_sumprg=sha256sum
2024-10-21 06:13:41,699: DEBUG - + src_in_subdir=true
2024-10-21 06:13:41,699: DEBUG - + src_format=whatever
2024-10-21 06:13:41,700: DEBUG - ++ tr '[:upper:]' '[:lower:]'
2024-10-21 06:13:41,701: DEBUG - ++ echo whatever
2024-10-21 06:13:41,702: DEBUG - + src_format=whatever
2024-10-21 06:13:41,702: DEBUG - + src_extract=false
2024-10-21 06:13:41,702: DEBUG - + [[ false != \t\r\u\e ]]
2024-10-21 06:13:41,702: DEBUG - + [[ false != \f\a\l\s\e ]]
2024-10-21 06:13:41,702: DEBUG - + local local_src=/opt/yunohost-apps-src/jitsi/jitsi-meet-prosody
2024-10-21 06:13:41,703: DEBUG - ++ dirname /var/cache/yunohost/download/jitsi/jitsi-meet-prosody
2024-10-21 06:13:41,704: DEBUG - + mkdir -p /var/cache/yunohost/download/jitsi
2024-10-21 06:13:41,706: DEBUG - + src_filename=/var/cache/yunohost/download/jitsi/jitsi-meet-prosody
2024-10-21 06:13:41,706: DEBUG - + '[' whatever = docker ']'
2024-10-21 06:13:41,706: DEBUG - + test -e /opt/yunohost-apps-src/jitsi/jitsi-meet-prosody
2024-10-21 06:13:41,706: DEBUG - + '[' -n https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.8187-1_all.deb ']'
2024-10-21 06:13:41,707: DEBUG - + '[' -e /var/cache/yunohost/download/jitsi/jitsi-meet-prosody ']'
2024-10-21 06:13:41,707: DEBUG - + sha256sum --check --status
2024-10-21 06:13:41,710: DEBUG - + '[' '!' -e /var/cache/yunohost/download/jitsi/jitsi-meet-prosody ']'
2024-10-21 06:13:41,710: DEBUG - + sha256sum --check --status
2024-10-21 06:13:41,713: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:41,715: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:41,715: DEBUG - + mkdir --parents /var/www/jitsi/temp
2024-10-21 06:13:41,717: DEBUG - + '[' -n /var/www/jitsi ']'
2024-10-21 06:13:41,717: DEBUG - + '[' /var/www/jitsi/temp == /var/www/jitsi ']'
2024-10-21 06:13:41,717: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:41,717: DEBUG - + [[ false == \f\a\l\s\e ]]
2024-10-21 06:13:41,717: DEBUG - + [[ -z jitsi-meet-prosody.deb ]]
2024-10-21 06:13:41,717: DEBUG - + mv /var/cache/yunohost/download/jitsi/jitsi-meet-prosody /var/www/jitsi/temp/jitsi-meet-prosody.deb
2024-10-21 06:13:41,719: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/patches/ ']'
2024-10-21 06:13:41,719: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/extra_files/jitsi-meet-prosody
2024-10-21 06:13:41,719: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:41,720: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:41,721: DEBUG - + pushd /var/www/jitsi/temp
2024-10-21 06:13:41,721: DEBUG - /var/www/jitsi/temp /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:41,721: DEBUG - + ar x jitsi-meet-prosody.deb data.tar.xz
2024-10-21 06:13:41,723: DEBUG - + tar xf data.tar.xz
2024-10-21 06:13:41,741: DEBUG - + popd
2024-10-21 06:13:41,741: DEBUG - /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:41,742: DEBUG - + mv /var/www/jitsi/temp/usr/share/jitsi-meet/prosody-plugins/ /var/www/jitsi/jitsi-meet-prosody/
2024-10-21 06:13:41,744: DEBUG - + ynh_secure_remove --file=/var/www/jitsi/temp
2024-10-21 06:13:41,768: DEBUG - + for package in "${!packages[@]}"
2024-10-21 06:13:41,768: DEBUG - + ynh_setup_source --dest_dir=/var/www/jitsi/temp --source_id=jitsi-meet-web
2024-10-21 06:13:41,829: DEBUG - + keep=
2024-10-21 06:13:41,829: DEBUG - + full_replace=0
2024-10-21 06:13:41,830: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:41,830: DEBUG - + jq -e .resources.sources
2024-10-21 06:13:41,831: DEBUG - + toml_to_json
2024-10-21 06:13:41,831: DEBUG - + python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:41,832: DEBUG - + cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:41,920: DEBUG - + source_id=jitsi-meet-web
2024-10-21 06:13:41,921: DEBUG - ++ jq '.resources.sources["jitsi-meet-web"]'
2024-10-21 06:13:41,923: DEBUG - ++ toml_to_json
2024-10-21 06:13:41,923: DEBUG - ++ python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:41,924: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:42,011: DEBUG - + local 'sources_json={
2024-10-21 06:13:42,012: DEBUG -   "url": "https://download.jitsi.org/stable/jitsi-meet-web_1.0.8187-1_all.deb",
2024-10-21 06:13:42,012: DEBUG -   "sha256": "9850245d02e88d3e265c3d70f73e7dcf2d2b2de61a4e67d9141041ec2d36ee21",
2024-10-21 06:13:42,012: DEBUG -   "format": "whatever",
2024-10-21 06:13:42,012: DEBUG -   "extract": false,
2024-10-21 06:13:42,012: DEBUG -   "rename": "jitsi-meet-web.deb"
2024-10-21 06:13:42,012: DEBUG - }'
2024-10-21 06:13:42,012: DEBUG - + jq -re .url
2024-10-21 06:13:42,053: DEBUG - https://download.jitsi.org/stable/jitsi-meet-web_1.0.8187-1_all.deb
2024-10-21 06:13:42,054: DEBUG - + local arch_prefix=
2024-10-21 06:13:42,099: DEBUG - + local src_url=https://download.jitsi.org/stable/jitsi-meet-web_1.0.8187-1_all.deb
2024-10-21 06:13:42,144: DEBUG - + local src_sum=9850245d02e88d3e265c3d70f73e7dcf2d2b2de61a4e67d9141041ec2d36ee21
2024-10-21 06:13:42,144: DEBUG - + local src_sumprg=sha256sum
2024-10-21 06:13:42,190: DEBUG - + local src_format=whatever
2024-10-21 06:13:42,236: DEBUG - + local src_in_subdir=
2024-10-21 06:13:42,282: DEBUG - + local src_extract=false
2024-10-21 06:13:42,329: DEBUG - + local src_platform=
2024-10-21 06:13:42,376: DEBUG - + local src_rename=jitsi-meet-web.deb
2024-10-21 06:13:42,377: DEBUG - + [[ -n https://download.jitsi.org/stable/jitsi-meet-web_1.0.8187-1_all.deb ]]
2024-10-21 06:13:42,377: DEBUG - + [[ -n 9850245d02e88d3e265c3d70f73e7dcf2d2b2de61a4e67d9141041ec2d36ee21 ]]
2024-10-21 06:13:42,377: DEBUG - + [[ -z whatever ]]
2024-10-21 06:13:42,377: DEBUG - + src_sumprg=sha256sum
2024-10-21 06:13:42,377: DEBUG - + src_in_subdir=true
2024-10-21 06:13:42,377: DEBUG - + src_format=whatever
2024-10-21 06:13:42,378: DEBUG - ++ tr '[:upper:]' '[:lower:]'
2024-10-21 06:13:42,380: DEBUG - ++ echo whatever
2024-10-21 06:13:42,381: DEBUG - + src_format=whatever
2024-10-21 06:13:42,381: DEBUG - + src_extract=false
2024-10-21 06:13:42,381: DEBUG - + [[ false != \t\r\u\e ]]
2024-10-21 06:13:42,381: DEBUG - + [[ false != \f\a\l\s\e ]]
2024-10-21 06:13:42,381: DEBUG - + local local_src=/opt/yunohost-apps-src/jitsi/jitsi-meet-web
2024-10-21 06:13:42,382: DEBUG - ++ dirname /var/cache/yunohost/download/jitsi/jitsi-meet-web
2024-10-21 06:13:42,384: DEBUG - + mkdir -p /var/cache/yunohost/download/jitsi
2024-10-21 06:13:42,386: DEBUG - + src_filename=/var/cache/yunohost/download/jitsi/jitsi-meet-web
2024-10-21 06:13:42,386: DEBUG - + '[' whatever = docker ']'
2024-10-21 06:13:42,386: DEBUG - + test -e /opt/yunohost-apps-src/jitsi/jitsi-meet-web
2024-10-21 06:13:42,386: DEBUG - + '[' -n https://download.jitsi.org/stable/jitsi-meet-web_1.0.8187-1_all.deb ']'
2024-10-21 06:13:42,386: DEBUG - + '[' -e /var/cache/yunohost/download/jitsi/jitsi-meet-web ']'
2024-10-21 06:13:42,386: DEBUG - + sha256sum --check --status
2024-10-21 06:13:42,491: DEBUG - + '[' '!' -e /var/cache/yunohost/download/jitsi/jitsi-meet-web ']'
2024-10-21 06:13:42,492: DEBUG - + sha256sum --check --status
2024-10-21 06:13:42,597: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:42,599: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:42,599: DEBUG - + mkdir --parents /var/www/jitsi/temp
2024-10-21 06:13:42,601: DEBUG - + '[' -n /var/www/jitsi ']'
2024-10-21 06:13:42,601: DEBUG - + '[' /var/www/jitsi/temp == /var/www/jitsi ']'
2024-10-21 06:13:42,601: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:42,601: DEBUG - + [[ false == \f\a\l\s\e ]]
2024-10-21 06:13:42,601: DEBUG - + [[ -z jitsi-meet-web.deb ]]
2024-10-21 06:13:42,601: DEBUG - + mv /var/cache/yunohost/download/jitsi/jitsi-meet-web /var/www/jitsi/temp/jitsi-meet-web.deb
2024-10-21 06:13:42,603: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/patches/ ']'
2024-10-21 06:13:42,603: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/extra_files/jitsi-meet-web
2024-10-21 06:13:42,603: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:42,604: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:42,605: DEBUG - + pushd /var/www/jitsi/temp
2024-10-21 06:13:42,605: DEBUG - /var/www/jitsi/temp /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:42,605: DEBUG - + ar x jitsi-meet-web.deb data.tar.xz
2024-10-21 06:13:42,626: DEBUG - + tar xf data.tar.xz
2024-10-21 06:13:43,852: DEBUG - + popd
2024-10-21 06:13:43,853: DEBUG - /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/scripts
2024-10-21 06:13:43,853: DEBUG - + mv /var/www/jitsi/temp/usr/share/jitsi-meet/ /var/www/jitsi/jitsi-meet-web/
2024-10-21 06:13:43,855: DEBUG - + ynh_secure_remove --file=/var/www/jitsi/temp
2024-10-21 06:13:43,883: DEBUG - + ynh_setup_source --dest_dir=/var/www/jitsi/jitsi-meet-prosody --source_id=mod_auth_ldap
2024-10-21 06:13:43,943: DEBUG - + keep=
2024-10-21 06:13:43,943: DEBUG - + full_replace=0
2024-10-21 06:13:43,943: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:43,943: DEBUG - + jq -e .resources.sources
2024-10-21 06:13:43,947: DEBUG - + toml_to_json
2024-10-21 06:13:43,947: DEBUG - + python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:43,948: DEBUG - + cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:44,036: DEBUG - + source_id=mod_auth_ldap
2024-10-21 06:13:44,037: DEBUG - ++ jq '.resources.sources["mod_auth_ldap"]'
2024-10-21 06:13:44,039: DEBUG - ++ toml_to_json
2024-10-21 06:13:44,039: DEBUG - ++ python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:44,040: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:44,126: DEBUG - + local 'sources_json={
2024-10-21 06:13:44,126: DEBUG -   "url": "https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua",
2024-10-21 06:13:44,126: DEBUG -   "sha256": "49c67ec86ec75ac8de93803be2ac7f907d1e9d3d22cd4c88fd48aaeed7a411e3",
2024-10-21 06:13:44,126: DEBUG -   "format": "whatever",
2024-10-21 06:13:44,126: DEBUG -   "extract": false,
2024-10-21 06:13:44,126: DEBUG -   "rename": "mod_auth_ldap.lua"
2024-10-21 06:13:44,126: DEBUG - }'
2024-10-21 06:13:44,126: DEBUG - + jq -re .url
2024-10-21 06:13:44,167: DEBUG - https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua
2024-10-21 06:13:44,168: DEBUG - + local arch_prefix=
2024-10-21 06:13:44,212: DEBUG - + local src_url=https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua
2024-10-21 06:13:44,257: DEBUG - + local src_sum=49c67ec86ec75ac8de93803be2ac7f907d1e9d3d22cd4c88fd48aaeed7a411e3
2024-10-21 06:13:44,258: DEBUG - + local src_sumprg=sha256sum
2024-10-21 06:13:44,302: DEBUG - + local src_format=whatever
2024-10-21 06:13:44,347: DEBUG - + local src_in_subdir=
2024-10-21 06:13:44,390: DEBUG - + local src_extract=false
2024-10-21 06:13:44,434: DEBUG - + local src_platform=
2024-10-21 06:13:44,479: DEBUG - + local src_rename=mod_auth_ldap.lua
2024-10-21 06:13:44,479: DEBUG - + [[ -n https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua ]]
2024-10-21 06:13:44,479: DEBUG - + [[ -n 49c67ec86ec75ac8de93803be2ac7f907d1e9d3d22cd4c88fd48aaeed7a411e3 ]]
2024-10-21 06:13:44,479: DEBUG - + [[ -z whatever ]]
2024-10-21 06:13:44,480: DEBUG - + src_sumprg=sha256sum
2024-10-21 06:13:44,480: DEBUG - + src_in_subdir=true
2024-10-21 06:13:44,480: DEBUG - + src_format=whatever
2024-10-21 06:13:44,481: DEBUG - ++ tr '[:upper:]' '[:lower:]'
2024-10-21 06:13:44,482: DEBUG - ++ echo whatever
2024-10-21 06:13:44,483: DEBUG - + src_format=whatever
2024-10-21 06:13:44,484: DEBUG - + src_extract=false
2024-10-21 06:13:44,484: DEBUG - + [[ false != \t\r\u\e ]]
2024-10-21 06:13:44,484: DEBUG - + [[ false != \f\a\l\s\e ]]
2024-10-21 06:13:44,484: DEBUG - + local local_src=/opt/yunohost-apps-src/jitsi/mod_auth_ldap
2024-10-21 06:13:44,484: DEBUG - ++ dirname /var/cache/yunohost/download/jitsi/mod_auth_ldap
2024-10-21 06:13:44,486: DEBUG - + mkdir -p /var/cache/yunohost/download/jitsi
2024-10-21 06:13:44,488: DEBUG - + src_filename=/var/cache/yunohost/download/jitsi/mod_auth_ldap
2024-10-21 06:13:44,488: DEBUG - + '[' whatever = docker ']'
2024-10-21 06:13:44,488: DEBUG - + test -e /opt/yunohost-apps-src/jitsi/mod_auth_ldap
2024-10-21 06:13:44,488: DEBUG - + '[' -n https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua ']'
2024-10-21 06:13:44,488: DEBUG - + '[' -e /var/cache/yunohost/download/jitsi/mod_auth_ldap ']'
2024-10-21 06:13:44,489: DEBUG - + sha256sum --check --status
2024-10-21 06:13:44,491: DEBUG - + '[' '!' -e /var/cache/yunohost/download/jitsi/mod_auth_ldap ']'
2024-10-21 06:13:44,492: DEBUG - + sha256sum --check --status
2024-10-21 06:13:44,494: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:44,496: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:44,496: DEBUG - + mkdir --parents /var/www/jitsi/jitsi-meet-prosody
2024-10-21 06:13:44,497: DEBUG - + '[' -n /var/www/jitsi ']'
2024-10-21 06:13:44,497: DEBUG - + '[' /var/www/jitsi/jitsi-meet-prosody == /var/www/jitsi ']'
2024-10-21 06:13:44,498: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:44,498: DEBUG - + [[ false == \f\a\l\s\e ]]
2024-10-21 06:13:44,498: DEBUG - + [[ -z mod_auth_ldap.lua ]]
2024-10-21 06:13:44,498: DEBUG - + mv /var/cache/yunohost/download/jitsi/mod_auth_ldap /var/www/jitsi/jitsi-meet-prosody/mod_auth_ldap.lua
2024-10-21 06:13:44,500: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/patches/ ']'
2024-10-21 06:13:44,500: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/sources/extra_files/mod_auth_ldap
2024-10-21 06:13:44,500: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:44,500: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2024-10-21 06:13:44,502: DEBUG - + chmod 750 /var/www/jitsi
2024-10-21 06:13:44,503: DEBUG - + chmod -R o-rwx /var/www/jitsi
2024-10-21 06:13:44,508: DEBUG - + chown -R jitsi:jitsi /var/www/jitsi
2024-10-21 06:13:44,517: DEBUG - + '[' amd64 == armhf ']'
2024-10-21 06:13:44,598: DEBUG - + ynh_add_config --template=prosody.cfg.lua --destination=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,599: INFO - [###++...............] > Configuring prosody...
2024-10-21 06:13:44,648: DEBUG - + jinja=0
2024-10-21 06:13:44,648: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/prosody.cfg.lua ']'
2024-10-21 06:13:44,649: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/prosody.cfg.lua
2024-10-21 06:13:44,649: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,660: DEBUG - ++ ynh_app_setting_get --app=jitsi --key=checksum__etc_prosody_conf.avail_live.domain2.tld.cfg.lua
2024-10-21 06:13:44,700: DEBUG - ++ [[ checksum__etc_prosody_conf.avail_live.domain2.tld.cfg.lua =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:44,753: DEBUG - + local checksum_value=
2024-10-21 06:13:44,753: DEBUG - + backup_file_checksum=
2024-10-21 06:13:44,753: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:44,754: DEBUG - + touch /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,755: DEBUG - + chmod 640 /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,756: DEBUG - + _ynh_apply_default_permissions /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,757: DEBUG - + local target=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,758: DEBUG - ++ tr -d '<>= '
2024-10-21 06:13:44,759: DEBUG - ++ ynh_read_manifest --manifest_key=requirements.yunohost
2024-10-21 06:13:44,782: DEBUG - ++ '[' '!' -e '' ']'
2024-10-21 06:13:44,782: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.json ']'
2024-10-21 06:13:44,783: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml ']'
2024-10-21 06:13:44,783: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:44,783: DEBUG - ++ grep -q '\.json$'
2024-10-21 06:13:44,785: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:44,787: DEBUG - ++ jq .requirements.yunohost --raw-output
2024-10-21 06:13:44,791: DEBUG - ++ python3 -c 'import json, toml, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:44,795: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:44,874: DEBUG - + local ynh_requirement=null
2024-10-21 06:13:44,874: DEBUG - + dpkg --compare-versions 2.0 ge 2
2024-10-21 06:13:44,876: DEBUG - + chmod o-rwx /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,878: DEBUG - + chmod g-w /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,879: DEBUG - + chown -R root:root /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,882: DEBUG - + ynh_system_user_exists jitsi
2024-10-21 06:13:44,900: DEBUG - + getent passwd jitsi
2024-10-21 06:13:44,901: DEBUG - + chown jitsi:jitsi /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,903: DEBUG - + grep -qE '^(/etc/cron|/etc/php|/etc/nginx/conf.d|/etc/fail2ban|/etc/systemd/system)'
2024-10-21 06:13:44,905: DEBUG - + [[ 0 == 1 ]]
2024-10-21 06:13:44,905: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/prosody.cfg.lua /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,907: DEBUG - + ynh_replace_vars --file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,918: DEBUG - + test -n /
2024-10-21 06:13:44,919: DEBUG - + local path_url_slash_less=
2024-10-21 06:13:44,919: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:44,991: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,067: DEBUG - + test -n jitsi
2024-10-21 06:13:45,067: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=jitsi --target_file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,144: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=jitsi --target_file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,219: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=jitsi --target_file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,293: DEBUG - + test -n ''
2024-10-21 06:13:45,293: DEBUG - + dpkg --compare-versions 2.0 lt 2
2024-10-21 06:13:45,295: DEBUG - + test -n ''
2024-10-21 06:13:45,297: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2024-10-21 06:13:45,299: DEBUG - ++ sort --unique
2024-10-21 06:13:45,300: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,303: DEBUG - + uniques_vars=('domain' 'focus_user' 'install_dir' 'turn_secret' 'videobridge_user')
2024-10-21 06:13:45,315: DEBUG - + ynh_store_file_checksum --file=/etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,316: DEBUG - + update_only=0
2024-10-21 06:13:45,340: DEBUG - ++ cut '--delimiter= ' --fields=1
2024-10-21 06:13:45,341: DEBUG - ++ md5sum /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,344: DEBUG - + ynh_app_setting_set --app=jitsi --key=checksum__etc_prosody_conf.avail_live.domain2.tld.cfg.lua --value=3940fdbb5fba176d62a5614449ddf9ab
2024-10-21 06:13:45,420: DEBUG - + [[ checksum__etc_prosody_conf.avail_live.domain2.tld.cfg.lua =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:45,475: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:45,475: DEBUG - + chmod 644 /etc/prosody/conf.avail/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,477: DEBUG - + ln -s /etc/prosody/conf.avail/live.domain2.tld.cfg.lua /etc/prosody/conf.d/live.domain2.tld.cfg.lua
2024-10-21 06:13:45,479: DEBUG - + ynh_exec_warn_less prosodyctl cert generate live.domain2.tld
2024-10-21 06:13:45,479: DEBUG - + [[ 4 -eq 1 ]]
2024-10-21 06:13:45,480: DEBUG - + prosodyctl cert generate live.domain2.tld
2024-10-21 06:13:45,480: DEBUG - + echo
2024-10-21 06:13:45,523: DEBUG - Generating RSA private key, 2048 bit long modulus (2 primes)
2024-10-21 06:13:45,545: DEBUG - ..............+++++
2024-10-21 06:13:45,568: DEBUG - ...............+++++
2024-10-21 06:13:45,568: DEBUG - e is 65537 (0x010001)
2024-10-21 06:13:45,572: DEBUG - Choose key size (2048): Key written to /var/lib/prosody/live.domain2.tld.key
2024-10-21 06:13:45,572: DEBUG - Please provide details to include in the certificate config file.
2024-10-21 06:13:45,572: DEBUG - Leave the field empty to use the default value or '.' to exclude the field.
2024-10-21 06:13:45,572: DEBUG - countryName (GB): localityName (The Internet): organizationName (Your Organisation): organizationalUnitName (XMPP Department): commonName (live.domain2.tld): emailAddress ([email protected]):
2024-10-21 06:13:45,572: DEBUG - Config written to /var/lib/prosody/live.domain2.tld.cnf
2024-10-21 06:13:45,580: DEBUG - Certificate written to /var/lib/prosody/live.domain2.tld.crt
2024-10-21 06:13:45,580: DEBUG - 
2024-10-21 06:13:45,581: DEBUG - + ln -sf /var/lib/prosody/live.domain2.tld.key /etc/prosody/certs/live.domain2.tld.key
2024-10-21 06:13:45,582: DEBUG - + ln -sf /var/lib/prosody/live.domain2.tld.crt /etc/prosody/certs/live.domain2.tld.crt
2024-10-21 06:13:45,584: DEBUG - + ln -sf /var/lib/prosody/live.domain2.tld.crt /usr/local/share/ca-certificates/live.domain2.tld.crt
2024-10-21 06:13:45,586: DEBUG - + ynh_exec_warn_less prosodyctl cert generate auth.live.domain2.tld
2024-10-21 06:13:45,586: DEBUG - + [[ 4 -eq 1 ]]
2024-10-21 06:13:45,587: DEBUG - + prosodyctl cert generate auth.live.domain2.tld
2024-10-21 06:13:45,587: DEBUG - + echo
2024-10-21 06:13:45,624: DEBUG - Generating RSA private key, 2048 bit long modulus (2 primes)
2024-10-21 06:13:45,671: DEBUG - ................................+++++
2024-10-21 06:13:45,679: DEBUG - ....+++++
2024-10-21 06:13:45,679: DEBUG - e is 65537 (0x010001)
2024-10-21 06:13:45,682: DEBUG - Choose key size (2048): Key written to /var/lib/prosody/auth.live.domain2.tld.key
2024-10-21 06:13:45,682: DEBUG - Please provide details to include in the certificate config file.
2024-10-21 06:13:45,682: DEBUG - Leave the field empty to use the default value or '.' to exclude the field.
2024-10-21 06:13:45,682: DEBUG - countryName (GB): localityName (The Internet): organizationName (Your Organisation): organizationalUnitName (XMPP Department): commonName (auth.live.domain2.tld): emailAddress ([email protected]):
2024-10-21 06:13:45,682: DEBUG - Config written to /var/lib/prosody/auth.live.domain2.tld.cnf
2024-10-21 06:13:45,690: DEBUG - Certificate written to /var/lib/prosody/auth.live.domain2.tld.crt
2024-10-21 06:13:45,690: DEBUG - 
2024-10-21 06:13:45,690: DEBUG - + ln -sf /var/lib/prosody/auth.live.domain2.tld.key /etc/prosody/certs/auth.live.domain2.tld.key
2024-10-21 06:13:45,692: DEBUG - + ln -sf /var/lib/prosody/auth.live.domain2.tld.crt /etc/prosody/certs/auth.live.domain2.tld.crt
2024-10-21 06:13:45,694: DEBUG - + ln -sf /var/lib/prosody/auth.live.domain2.tld.crt /usr/local/share/ca-certificates/auth.live.domain2.tld.crt
2024-10-21 06:13:45,695: DEBUG - + update-ca-certificates -f
2024-10-21 06:13:45,699: DEBUG - Clearing symlinks in /etc/ssl/certs...
2024-10-21 06:13:46,139: DEBUG - done.
2024-10-21 06:13:46,139: DEBUG - Updating certificates in /etc/ssl/certs...
2024-10-21 06:13:46,921: WARNING - rehash: warning: skipping yunohost_crt.pem,it does not contain exactly one certificate or CRL
2024-10-21 06:13:46,926: DEBUG - 131 added, 0 removed; done.
2024-10-21 06:13:46,926: DEBUG - Running hooks in /etc/ca-certificates/update.d...
2024-10-21 06:13:46,932: DEBUG - 
2024-10-21 06:13:47,414: DEBUG - Replacing debian:ACCVRAIZ1.pem
2024-10-21 06:13:47,423: DEBUG - Replacing debian:AC_RAIZ_FNMT-RCM.pem
2024-10-21 06:13:47,431: DEBUG - Replacing debian:Actalis_Authentication_Root_CA.pem
2024-10-21 06:13:47,435: DEBUG - Replacing debian:AffirmTrust_Commercial.pem
2024-10-21 06:13:47,439: DEBUG - Replacing debian:AffirmTrust_Networking.pem
2024-10-21 06:13:47,443: DEBUG - Replacing debian:AffirmTrust_Premium.pem
2024-10-21 06:13:47,446: DEBUG - Replacing debian:AffirmTrust_Premium_ECC.pem
2024-10-21 06:13:47,449: DEBUG - Replacing debian:Amazon_Root_CA_1.pem
2024-10-21 06:13:47,451: DEBUG - Replacing debian:Amazon_Root_CA_2.pem
2024-10-21 06:13:47,455: DEBUG - Replacing debian:Amazon_Root_CA_3.pem
2024-10-21 06:13:47,456: DEBUG - Replacing debian:Amazon_Root_CA_4.pem
2024-10-21 06:13:47,458: DEBUG - Replacing debian:Atos_TrustedRoot_2011.pem
2024-10-21 06:13:47,461: DEBUG - Replacing debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
2024-10-21 06:13:47,463: DEBUG - Replacing debian:Baltimore_CyberTrust_Root.pem
2024-10-21 06:13:47,465: DEBUG - Replacing debian:Buypass_Class_2_Root_CA.pem
2024-10-21 06:13:47,467: DEBUG - Replacing debian:Buypass_Class_3_Root_CA.pem
2024-10-21 06:13:47,469: DEBUG - Replacing debian:CA_Disig_Root_R2.pem
2024-10-21 06:13:47,472: DEBUG - Replacing debian:CFCA_EV_ROOT.pem
2024-10-21 06:13:47,473: DEBUG - Replacing debian:COMODO_Certification_Authority.pem
2024-10-21 06:13:47,474: DEBUG - Replacing debian:COMODO_ECC_Certification_Authority.pem
2024-10-21 06:13:47,477: DEBUG - Replacing debian:COMODO_RSA_Certification_Authority.pem
2024-10-21 06:13:47,479: DEBUG - Replacing debian:Certigna.pem
2024-10-21 06:13:47,481: DEBUG - Replacing debian:Certigna_Root_CA.pem
2024-10-21 06:13:47,483: DEBUG - Replacing debian:Certum_Trusted_Network_CA.pem
2024-10-21 06:13:47,486: DEBUG - Replacing debian:Certum_Trusted_Network_CA_2.pem
2024-10-21 06:13:47,489: DEBUG - Replacing debian:Chambers_of_Commerce_Root_-_2008.pem
2024-10-21 06:13:47,495: DEBUG - Replacing debian:Comodo_AAA_Services_root.pem
2024-10-21 06:13:47,499: DEBUG - Replacing debian:Cybertrust_Global_Root.pem
2024-10-21 06:13:47,501: DEBUG - Replacing debian:D-TRUST_Root_Class_3_CA_2_2009.pem
2024-10-21 06:13:47,507: DEBUG - Replacing debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
2024-10-21 06:13:47,509: DEBUG - Replacing debian:DST_Root_CA_X3.pem
2024-10-21 06:13:47,511: DEBUG - Replacing debian:DigiCert_Assured_ID_Root_CA.pem
2024-10-21 06:13:47,513: DEBUG - Replacing debian:DigiCert_Assured_ID_Root_G2.pem
2024-10-21 06:13:47,519: DEBUG - Replacing debian:DigiCert_Assured_ID_Root_G3.pem
2024-10-21 06:13:47,520: DEBUG - Replacing debian:DigiCert_Global_Root_CA.pem
2024-10-21 06:13:47,522: DEBUG - Replacing debian:DigiCert_Global_Root_G2.pem
2024-10-21 06:13:47,527: DEBUG - Replacing debian:DigiCert_Global_Root_G3.pem
2024-10-21 06:13:47,528: DEBUG - Replacing debian:DigiCert_High_Assurance_EV_Root_CA.pem
2024-10-21 06:13:47,532: DEBUG - Replacing debian:DigiCert_Trusted_Root_G4.pem
2024-10-21 06:13:47,539: DEBUG - Replacing debian:E-Tugra_Certification_Authority.pem
2024-10-21 06:13:47,541: DEBUG - Replacing debian:EC-ACC.pem
2024-10-21 06:13:47,545: DEBUG - Replacing debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
2024-10-21 06:13:47,550: DEBUG - Replacing debian:Entrust_Root_Certification_Authority.pem
2024-10-21 06:13:47,551: DEBUG - Replacing debian:Entrust_Root_Certification_Authority_-_EC1.pem
2024-10-21 06:13:47,559: DEBUG - Replacing debian:Entrust_Root_Certification_Authority_-_G2.pem
2024-10-21 06:13:47,562: DEBUG - Replacing debian:Entrust_Root_Certification_Authority_-_G4.pem
2024-10-21 06:13:47,568: DEBUG - Replacing debian:GDCA_TrustAUTH_R5_ROOT.pem
2024-10-21 06:13:47,575: DEBUG - Replacing debian:GTS_Root_R1.pem
2024-10-21 06:13:47,578: DEBUG - Replacing debian:GTS_Root_R2.pem
2024-10-21 06:13:47,581: DEBUG - Replacing debian:GTS_Root_R3.pem
2024-10-21 06:13:47,586: DEBUG - Replacing debian:GTS_Root_R4.pem
2024-10-21 06:13:47,588: DEBUG - Replacing debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
2024-10-21 06:13:47,589: DEBUG - Replacing debian:GlobalSign_ECC_Root_CA_-_R4.pem
2024-10-21 06:13:47,592: DEBUG - Replacing debian:GlobalSign_ECC_Root_CA_-_R5.pem
2024-10-21 06:13:47,594: DEBUG - Replacing debian:GlobalSign_Root_CA.pem
2024-10-21 06:13:47,596: DEBUG - Replacing debian:GlobalSign_Root_CA_-_R2.pem
2024-10-21 06:13:47,604: DEBUG - Replacing debian:GlobalSign_Root_CA_-_R3.pem
2024-10-21 06:13:47,611: DEBUG - Replacing debian:GlobalSign_Root_CA_-_R6.pem
2024-10-21 06:13:47,614: DEBUG - Replacing debian:Global_Chambersign_Root_-_2008.pem
2024-10-21 06:13:47,619: DEBUG - Replacing debian:Go_Daddy_Class_2_CA.pem
2024-10-21 06:13:47,621: DEBUG - Replacing debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
2024-10-21 06:13:47,631: DEBUG - Replacing debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
2024-10-21 06:13:47,634: DEBUG - Replacing debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
2024-10-21 06:13:47,643: DEBUG - Replacing debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
2024-10-21 06:13:47,646: DEBUG - Replacing debian:Hongkong_Post_Root_CA_1.pem
2024-10-21 06:13:47,655: DEBUG - Replacing debian:Hongkong_Post_Root_CA_3.pem
2024-10-21 06:13:47,663: DEBUG - Replacing debian:ISRG_Root_X1.pem
2024-10-21 06:13:47,665: DEBUG - Replacing debian:IdenTrust_Commercial_Root_CA_1.pem
2024-10-21 06:13:47,671: DEBUG - Replacing debian:IdenTrust_Public_Sector_Root_CA_1.pem
2024-10-21 06:13:47,673: DEBUG - Replacing debian:Izenpe.com.pem
2024-10-21 06:13:47,679: DEBUG - Replacing debian:Microsec_e-Szigno_Root_CA_2009.pem
2024-10-21 06:13:47,680: DEBUG - Replacing debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
2024-10-21 06:13:47,683: DEBUG - Replacing debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
2024-10-21 06:13:47,687: DEBUG - Replacing debian:NAVER_Global_Root_Certification_Authority.pem
2024-10-21 06:13:47,699: DEBUG - Replacing debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
2024-10-21 06:13:47,701: DEBUG - Replacing debian:Network_Solutions_Certificate_Authority.pem
2024-10-21 06:13:47,703: DEBUG - Replacing debian:OISTE_WISeKey_Global_Root_GB_CA.pem
2024-10-21 06:13:47,707: DEBUG - Replacing debian:OISTE_WISeKey_Global_Root_GC_CA.pem
2024-10-21 06:13:47,711: DEBUG - Replacing debian:QuoVadis_Root_CA.pem
2024-10-21 06:13:47,715: DEBUG - Replacing debian:QuoVadis_Root_CA_1_G3.pem
2024-10-21 06:13:47,719: DEBUG - Replacing debian:QuoVadis_Root_CA_2.pem
2024-10-21 06:13:47,723: DEBUG - Replacing debian:QuoVadis_Root_CA_2_G3.pem
2024-10-21 06:13:47,729: DEBUG - Replacing debian:QuoVadis_Root_CA_3.pem
2024-10-21 06:13:47,731: DEBUG - Replacing debian:QuoVadis_Root_CA_3_G3.pem
2024-10-21 06:13:47,732: DEBUG - Replacing debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
2024-10-21 06:13:47,735: DEBUG - Replacing debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
2024-10-21 06:13:47,736: DEBUG - Replacing debian:SSL.com_Root_Certification_Authority_ECC.pem
2024-10-21 06:13:47,738: DEBUG - Replacing debian:SSL.com_Root_Certification_Authority_RSA.pem
2024-10-21 06:13:47,740: DEBUG - Replacing debian:SZAFIR_ROOT_CA2.pem
2024-10-21 06:13:47,741: DEBUG - Replacing debian:SecureSign_RootCA11.pem
2024-10-21 06:13:47,743: DEBUG - Replacing debian:SecureTrust_CA.pem
2024-10-21 06:13:47,744: DEBUG - Replacing debian:Secure_Global_CA.pem
2024-10-21 06:13:47,746: DEBUG - Replacing debian:Security_Communication_RootCA2.pem
2024-10-21 06:13:47,747: DEBUG - Replacing debian:Security_Communication_Root_CA.pem
2024-10-21 06:13:47,748: DEBUG - Replacing debian:Sonera_Class_2_Root_CA.pem
2024-10-21 06:13:47,751: DEBUG - Replacing debian:Staat_der_Nederlanden_EV_Root_CA.pem
2024-10-21 06:13:47,754: DEBUG - Replacing debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
2024-10-21 06:13:47,756: DEBUG - Replacing debian:Starfield_Class_2_CA.pem
2024-10-21 06:13:47,757: DEBUG - Replacing debian:Starfield_Root_Certificate_Authority_-_G2.pem
2024-10-21 06:13:47,759: DEBUG - Replacing debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
2024-10-21 06:13:47,764: DEBUG - Replacing debian:SwissSign_Gold_CA_-_G2.pem
2024-10-21 06:13:47,766: DEBUG - Replacing debian:SwissSign_Silver_CA_-_G2.pem
2024-10-21 06:13:47,767: DEBUG - Replacing debian:T-TeleSec_GlobalRoot_Class_2.pem
2024-10-21 06:13:47,769: DEBUG - Replacing debian:T-TeleSec_GlobalRoot_Class_3.pem
2024-10-21 06:13:47,771: DEBUG - Replacing debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
2024-10-21 06:13:47,773: DEBUG - Replacing debian:TWCA_Global_Root_CA.pem
2024-10-21 06:13:47,777: DEBUG - Replacing debian:TWCA_Root_Certification_Authority.pem
2024-10-21 06:13:47,780: DEBUG - Replacing debian:TeliaSonera_Root_CA_v1.pem
2024-10-21 06:13:47,785: DEBUG - Replacing debian:TrustCor_ECA-1.pem
2024-10-21 06:13:47,789: DEBUG - Replacing debian:TrustCor_RootCert_CA-1.pem
2024-10-21 06:13:47,799: DEBUG - Replacing debian:TrustCor_RootCert_CA-2.pem
2024-10-21 06:13:47,802: DEBUG - Replacing debian:Trustis_FPS_Root_CA.pem
2024-10-21 06:13:47,811: DEBUG - Replacing debian:Trustwave_Global_Certification_Authority.pem
2024-10-21 06:13:47,812: DEBUG - Replacing debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
2024-10-21 06:13:47,814: DEBUG - Replacing debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
2024-10-21 06:13:47,821: DEBUG - Replacing debian:UCA_Extended_Validation_Root.pem
2024-10-21 06:13:47,827: DEBUG - Replacing debian:UCA_Global_G2_Root.pem
2024-10-21 06:13:47,828: DEBUG - Replacing debian:USERTrust_ECC_Certification_Authority.pem
2024-10-21 06:13:47,835: DEBUG - Replacing debian:USERTrust_RSA_Certification_Authority.pem
2024-10-21 06:13:47,841: DEBUG - Replacing debian:VeriSign_Universal_Root_Certification_Authority.pem
2024-10-21 06:13:47,844: DEBUG - Replacing debian:XRamp_Global_CA_Root.pem
2024-10-21 06:13:47,845: DEBUG - Replacing debian:certSIGN_ROOT_CA.pem
2024-10-21 06:13:47,848: DEBUG - Replacing debian:certSIGN_Root_CA_G2.pem
2024-10-21 06:13:47,849: DEBUG - Replacing debian:e-Szigno_Root_CA_2017.pem
2024-10-21 06:13:47,852: DEBUG - Replacing debian:ePKI_Root_Certification_Authority.pem
2024-10-21 06:13:47,855: DEBUG - Replacing debian:emSign_ECC_Root_CA_-_C3.pem
2024-10-21 06:13:47,857: DEBUG - Replacing debian:emSign_ECC_Root_CA_-_G3.pem
2024-10-21 06:13:47,862: DEBUG - Replacing debian:emSign_Root_CA_-_C1.pem
2024-10-21 06:13:47,864: DEBUG - Replacing debian:emSign_Root_CA_-_G1.pem
2024-10-21 06:13:47,869: DEBUG - Replacing debian:auth.live.domain2.tld.pem
2024-10-21 06:13:47,876: DEBUG - Replacing debian:live.domain2.tld.pem
2024-10-21 06:13:47,917: DEBUG - done.
2024-10-21 06:13:47,918: DEBUG - done.
2024-10-21 06:13:47,922: DEBUG - + ynh_systemd_action --service_name=prosody --action=restart
2024-10-21 06:13:48,018: DEBUG - + service_name=prosody
2024-10-21 06:13:48,018: DEBUG - + action=restart
2024-10-21 06:13:48,018: DEBUG - + line_match=
2024-10-21 06:13:48,019: DEBUG - + length=20
2024-10-21 06:13:48,019: DEBUG - + log_path=/var/log/prosody/prosody.log
2024-10-21 06:13:48,019: DEBUG - + timeout=300
2024-10-21 06:13:48,019: DEBUG - + '[' restart == stop ']'
2024-10-21 06:13:48,019: DEBUG - + '[' restart == reload ']'
2024-10-21 06:13:48,020: DEBUG - ++ cut -d+ -f1
2024-10-21 06:13:48,022: DEBUG - ++ date --utc --rfc-3339=seconds
2024-10-21 06:13:48,025: DEBUG - + local 'time_start=2024-10-21 04:13:48 UTC'
2024-10-21 06:13:48,025: DEBUG - + systemctl restart prosody
2024-10-21 06:13:48,521: DEBUG - + prosodyctl register focus auth.live.domain2.tld **********
2024-10-21 06:13:48,598: DEBUG - + prosodyctl register jvb auth.live.domain2.tld **********
2024-10-21 06:13:48,672: DEBUG - + prosodyctl mod_roster_command subscribe focus.live.domain2.tld [email protected]
2024-10-21 06:13:48,952: INFO - [#####++.............] > Configuring Jitsi-Videobridge...
2024-10-21 06:13:48,953: DEBUG - ++ curl --no-progress-meter ip.yunohost.org
2024-10-21 06:13:48,983: DEBUG - + public_ipv4='<html>
2024-10-21 06:13:48,984: DEBUG - <head><title>301 Moved Permanently</title></head>
2024-10-21 06:13:48,984: DEBUG - <body>
2024-10-21 06:13:48,984: DEBUG - <center><h1>301 Moved Permanently</h1></center>
2024-10-21 06:13:48,984: DEBUG - <hr><center>nginx</center>
2024-10-21 06:13:48,984: DEBUG - </body>
2024-10-21 06:13:48,985: DEBUG - </html>
'
2024-10-21 06:13:48,986: DEBUG - ++ sed -n 's/^.*src \([0-9.]*\) .*$/\1/p'
2024-10-21 06:13:48,990: DEBUG - ++ ip route get 1
2024-10-21 06:13:48,995: DEBUG - + private_ipv4=xx.xx.xx.xx
2024-10-21 06:13:48,995: DEBUG - + mkdir -p /etc/jitsi/videobridge
2024-10-21 06:13:48,998: DEBUG - + ynh_add_config --template=jitsi-videobridge-callstats-java-sdk.properties --destination=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,054: DEBUG - + jinja=0
2024-10-21 06:13:49,054: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-callstats-java-sdk.properties ']'
2024-10-21 06:13:49,054: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-callstats-java-sdk.properties
2024-10-21 06:13:49,055: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,068: DEBUG - ++ ynh_app_setting_get --app=jitsi --key=checksum__etc_jitsi_videobridge_callstats-java-sdk.properties
2024-10-21 06:13:49,110: DEBUG - ++ [[ checksum__etc_jitsi_videobridge_callstats-java-sdk.properties =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:49,171: DEBUG - + local checksum_value=
2024-10-21 06:13:49,171: DEBUG - + backup_file_checksum=
2024-10-21 06:13:49,171: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:49,171: DEBUG - + touch /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,173: DEBUG - + chmod 640 /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,175: DEBUG - + _ynh_apply_default_permissions /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,175: DEBUG - + local target=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,177: DEBUG - ++ tr -d '<>= '
2024-10-21 06:13:49,179: DEBUG - ++ ynh_read_manifest --manifest_key=requirements.yunohost
2024-10-21 06:13:49,203: DEBUG - ++ '[' '!' -e '' ']'
2024-10-21 06:13:49,203: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.json ']'
2024-10-21 06:13:49,204: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml ']'
2024-10-21 06:13:49,204: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:49,204: DEBUG - ++ grep -q '\.json$'
2024-10-21 06:13:49,204: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:49,208: DEBUG - ++ jq .requirements.yunohost --raw-output
2024-10-21 06:13:49,211: DEBUG - ++ python3 -c 'import json, toml, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:49,215: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:49,328: DEBUG - + local ynh_requirement=null
2024-10-21 06:13:49,328: DEBUG - + dpkg --compare-versions 2.0 ge 2
2024-10-21 06:13:49,331: DEBUG - + chmod o-rwx /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,333: DEBUG - + chmod g-w /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,335: DEBUG - + chown -R root:root /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,337: DEBUG - + ynh_system_user_exists jitsi
2024-10-21 06:13:49,350: DEBUG - + getent passwd jitsi
2024-10-21 06:13:49,355: DEBUG - + chown jitsi:jitsi /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,358: DEBUG - + grep -qE '^(/etc/cron|/etc/php|/etc/nginx/conf.d|/etc/fail2ban|/etc/systemd/system)'
2024-10-21 06:13:49,361: DEBUG - + [[ 0 == 1 ]]
2024-10-21 06:13:49,361: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-callstats-java-sdk.properties /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,363: DEBUG - + ynh_replace_vars --file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,377: DEBUG - + test -n /
2024-10-21 06:13:49,377: DEBUG - + local path_url_slash_less=
2024-10-21 06:13:49,377: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,464: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,539: DEBUG - + test -n jitsi
2024-10-21 06:13:49,540: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,614: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,688: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,763: DEBUG - + test -n ''
2024-10-21 06:13:49,763: DEBUG - + dpkg --compare-versions 2.0 lt 2
2024-10-21 06:13:49,765: DEBUG - + test -n ''
2024-10-21 06:13:49,766: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2024-10-21 06:13:49,767: DEBUG - ++ sort --unique
2024-10-21 06:13:49,770: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,773: DEBUG - + uniques_vars=()
2024-10-21 06:13:49,774: DEBUG - + ynh_store_file_checksum --file=/etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,774: DEBUG - + update_only=0
2024-10-21 06:13:49,796: DEBUG - ++ cut '--delimiter= ' --fields=1
2024-10-21 06:13:49,798: DEBUG - ++ md5sum /etc/jitsi/videobridge/callstats-java-sdk.properties
2024-10-21 06:13:49,800: DEBUG - + ynh_app_setting_set --app=jitsi --key=checksum__etc_jitsi_videobridge_callstats-java-sdk.properties --value=a6575eaf6f5ab4505aacbe505c171120
2024-10-21 06:13:49,878: DEBUG - + [[ checksum__etc_jitsi_videobridge_callstats-java-sdk.properties =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:49,936: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:49,936: DEBUG - + ynh_add_config --template=jitsi-videobridge-jvb.conf --destination=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:49,989: DEBUG - + jinja=0
2024-10-21 06:13:49,989: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-jvb.conf ']'
2024-10-21 06:13:49,989: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-jvb.conf
2024-10-21 06:13:49,989: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,001: DEBUG - ++ ynh_app_setting_get --app=jitsi --key=checksum__etc_jitsi_videobridge_jvb.conf
2024-10-21 06:13:50,040: DEBUG - ++ [[ checksum__etc_jitsi_videobridge_jvb.conf =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:50,092: DEBUG - + local checksum_value=
2024-10-21 06:13:50,092: DEBUG - + backup_file_checksum=
2024-10-21 06:13:50,092: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:50,092: DEBUG - + touch /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,094: DEBUG - + chmod 640 /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,096: DEBUG - + _ynh_apply_default_permissions /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,096: DEBUG - + local target=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,097: DEBUG - ++ tr -d '<>= '
2024-10-21 06:13:50,099: DEBUG - ++ ynh_read_manifest --manifest_key=requirements.yunohost
2024-10-21 06:13:50,121: DEBUG - ++ '[' '!' -e '' ']'
2024-10-21 06:13:50,122: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.json ']'
2024-10-21 06:13:50,122: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml ']'
2024-10-21 06:13:50,122: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:50,122: DEBUG - ++ grep -q '\.json$'
2024-10-21 06:13:50,124: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:50,126: DEBUG - ++ python3 -c 'import json, toml, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:50,126: DEBUG - ++ jq .requirements.yunohost --raw-output
2024-10-21 06:13:50,133: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:50,218: DEBUG - + local ynh_requirement=null
2024-10-21 06:13:50,218: DEBUG - + dpkg --compare-versions 2.0 ge 2
2024-10-21 06:13:50,220: DEBUG - + chmod o-rwx /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,221: DEBUG - + chmod g-w /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,223: DEBUG - + chown -R root:root /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,225: DEBUG - + ynh_system_user_exists jitsi
2024-10-21 06:13:50,238: DEBUG - + getent passwd jitsi
2024-10-21 06:13:50,239: DEBUG - + chown jitsi:jitsi /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,241: DEBUG - + grep -qE '^(/etc/cron|/etc/php|/etc/nginx/conf.d|/etc/fail2ban|/etc/systemd/system)'
2024-10-21 06:13:50,243: DEBUG - + [[ 0 == 1 ]]
2024-10-21 06:13:50,243: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-jvb.conf /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,245: DEBUG - + ynh_replace_vars --file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,257: DEBUG - + test -n /
2024-10-21 06:13:50,257: DEBUG - + local path_url_slash_less=
2024-10-21 06:13:50,257: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,333: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,412: DEBUG - + test -n jitsi
2024-10-21 06:13:50,412: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,490: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,578: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,655: DEBUG - + test -n ''
2024-10-21 06:13:50,655: DEBUG - + dpkg --compare-versions 2.0 lt 2
2024-10-21 06:13:50,657: DEBUG - + test -n ''
2024-10-21 06:13:50,658: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2024-10-21 06:13:50,659: DEBUG - ++ sort --unique
2024-10-21 06:13:50,662: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,666: DEBUG - + uniques_vars=('domain')
2024-10-21 06:13:50,669: DEBUG - + ynh_store_file_checksum --file=/etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,669: DEBUG - + update_only=0
2024-10-21 06:13:50,692: DEBUG - ++ cut '--delimiter= ' --fields=1
2024-10-21 06:13:50,694: DEBUG - ++ md5sum /etc/jitsi/videobridge/jvb.conf
2024-10-21 06:13:50,696: DEBUG - + ynh_app_setting_set --app=jitsi --key=checksum__etc_jitsi_videobridge_jvb.conf --value=dae2e1b74c570d57746b29b6914772e8
2024-10-21 06:13:50,773: DEBUG - + [[ checksum__etc_jitsi_videobridge_jvb.conf =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:50,829: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:50,829: DEBUG - + ynh_add_config --template=jitsi-videobridge-logging.properties --destination=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:50,883: DEBUG - + jinja=0
2024-10-21 06:13:50,883: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-logging.properties ']'
2024-10-21 06:13:50,883: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-logging.properties
2024-10-21 06:13:50,884: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:50,896: DEBUG - ++ ynh_app_setting_get --app=jitsi --key=checksum__etc_jitsi_videobridge_logging.properties
2024-10-21 06:13:50,934: DEBUG - ++ [[ checksum__etc_jitsi_videobridge_logging.properties =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:50,986: DEBUG - + local checksum_value=
2024-10-21 06:13:50,986: DEBUG - + backup_file_checksum=
2024-10-21 06:13:50,987: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:50,987: DEBUG - + touch /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:50,988: DEBUG - + chmod 640 /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:50,990: DEBUG - + _ynh_apply_default_permissions /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:50,990: DEBUG - + local target=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:50,991: DEBUG - ++ tr -d '<>= '
2024-10-21 06:13:50,993: DEBUG - ++ ynh_read_manifest --manifest_key=requirements.yunohost
2024-10-21 06:13:51,020: DEBUG - ++ '[' '!' -e '' ']'
2024-10-21 06:13:51,020: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.json ']'
2024-10-21 06:13:51,020: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml ']'
2024-10-21 06:13:51,020: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:51,020: DEBUG - ++ grep -q '\.json$'
2024-10-21 06:13:51,022: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:51,024: DEBUG - ++ jq .requirements.yunohost --raw-output
2024-10-21 06:13:51,027: DEBUG - ++ python3 -c 'import json, toml, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:51,031: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:51,112: DEBUG - + local ynh_requirement=null
2024-10-21 06:13:51,113: DEBUG - + dpkg --compare-versions 2.0 ge 2
2024-10-21 06:13:51,114: DEBUG - + chmod o-rwx /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,116: DEBUG - + chmod g-w /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,117: DEBUG - + chown -R root:root /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,119: DEBUG - + ynh_system_user_exists jitsi
2024-10-21 06:13:51,131: DEBUG - + getent passwd jitsi
2024-10-21 06:13:51,133: DEBUG - + chown jitsi:jitsi /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,134: DEBUG - + grep -qE '^(/etc/cron|/etc/php|/etc/nginx/conf.d|/etc/fail2ban|/etc/systemd/system)'
2024-10-21 06:13:51,136: DEBUG - + [[ 0 == 1 ]]
2024-10-21 06:13:51,136: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-logging.properties /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,139: DEBUG - + ynh_replace_vars --file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,151: DEBUG - + test -n /
2024-10-21 06:13:51,151: DEBUG - + local path_url_slash_less=
2024-10-21 06:13:51,151: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,228: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,306: DEBUG - + test -n jitsi
2024-10-21 06:13:51,306: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,390: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,469: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,543: DEBUG - + test -n ''
2024-10-21 06:13:51,543: DEBUG - + dpkg --compare-versions 2.0 lt 2
2024-10-21 06:13:51,546: DEBUG - + test -n ''
2024-10-21 06:13:51,547: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2024-10-21 06:13:51,550: DEBUG - ++ sort --unique
2024-10-21 06:13:51,551: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,555: DEBUG - + uniques_vars=()
2024-10-21 06:13:51,555: DEBUG - + ynh_store_file_checksum --file=/etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,556: DEBUG - + update_only=0
2024-10-21 06:13:51,577: DEBUG - ++ cut '--delimiter= ' --fields=1
2024-10-21 06:13:51,579: DEBUG - ++ md5sum /etc/jitsi/videobridge/logging.properties
2024-10-21 06:13:51,582: DEBUG - + ynh_app_setting_set --app=jitsi --key=checksum__etc_jitsi_videobridge_logging.properties --value=7f81e7239e3c9e00e13d6a7dc474f3a1
2024-10-21 06:13:51,657: DEBUG - + [[ checksum__etc_jitsi_videobridge_logging.properties =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:51,713: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:51,713: DEBUG - + ynh_add_config --template=jitsi-videobridge-sip-communicator.properties --destination=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:51,768: DEBUG - + jinja=0
2024-10-21 06:13:51,768: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-sip-communicator.properties ']'
2024-10-21 06:13:51,768: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-sip-communicator.properties
2024-10-21 06:13:51,768: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:51,781: DEBUG - ++ ynh_app_setting_get --app=jitsi --key=checksum__etc_jitsi_videobridge_sip-communicator.properties
2024-10-21 06:13:51,820: DEBUG - ++ [[ checksum__etc_jitsi_videobridge_sip-communicator.properties =~ (unprotected|protected|skipped)_ ]]
2024-10-21 06:13:51,876: DEBUG - + local checksum_value=
2024-10-21 06:13:51,876: DEBUG - + backup_file_checksum=
2024-10-21 06:13:51,876: DEBUG - + '[' -n '' ']'
2024-10-21 06:13:51,876: DEBUG - + touch /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:51,878: DEBUG - + chmod 640 /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:51,880: DEBUG - + _ynh_apply_default_permissions /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:51,880: DEBUG - + local target=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:51,881: DEBUG - ++ tr -d '<>= '
2024-10-21 06:13:51,883: DEBUG - ++ ynh_read_manifest --manifest_key=requirements.yunohost
2024-10-21 06:13:51,907: DEBUG - ++ '[' '!' -e '' ']'
2024-10-21 06:13:51,907: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.json ']'
2024-10-21 06:13:51,907: DEBUG - ++ '[' -e /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml ']'
2024-10-21 06:13:51,908: DEBUG - ++ manifest=/var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:51,908: DEBUG - ++ grep -q '\.json$'
2024-10-21 06:13:51,910: DEBUG - ++ echo /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:51,911: DEBUG - ++ jq .requirements.yunohost --raw-output
2024-10-21 06:13:51,915: DEBUG - ++ python3 -c 'import json, toml, sys; print(json.dumps(toml.load(sys.stdin)))'
2024-10-21 06:13:51,919: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/manifest.toml
2024-10-21 06:13:52,005: DEBUG - + local ynh_requirement=null
2024-10-21 06:13:52,006: DEBUG - + dpkg --compare-versions 2.0 ge 2
2024-10-21 06:13:52,008: DEBUG - + chmod o-rwx /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,009: DEBUG - + chmod g-w /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,011: DEBUG - + chown -R root:root /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,013: DEBUG - + ynh_system_user_exists jitsi
2024-10-21 06:13:52,028: DEBUG - + getent passwd jitsi
2024-10-21 06:13:52,030: DEBUG - + chown jitsi:jitsi /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,032: DEBUG - + grep -qE '^(/etc/cron|/etc/php|/etc/nginx/conf.d|/etc/fail2ban|/etc/systemd/system)'
2024-10-21 06:13:52,034: DEBUG - + [[ 0 == 1 ]]
2024-10-21 06:13:52,034: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_ipyj4rlf/conf/jitsi-videobridge-sip-communicator.properties /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,037: DEBUG - + ynh_replace_vars --file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,049: DEBUG - + test -n /
2024-10-21 06:13:52,049: DEBUG - + local path_url_slash_less=
2024-10-21 06:13:52,049: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,130: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,211: DEBUG - + test -n jitsi
2024-10-21 06:13:52,212: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,290: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,372: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=jitsi --target_file=/etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,455: DEBUG - + test -n ''
2024-10-21 06:13:52,456: DEBUG - + dpkg --compare-versions 2.0 lt 2
2024-10-21 06:13:52,457: DEBUG - + test -n ''
2024-10-21 06:13:52,459: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g'
2024-10-21 06:13:52,461: DEBUG - ++ sort --unique
2024-10-21 06:13:52,463: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/jitsi/videobridge/sip-communicator.properties
2024-10-21 06:13:52,468: DEBUG - + uniques_vars=('domain' 'muc_nickname' 'port' 'private_ipv4' 'public_ipv4' 'videobridge_secret' 'videobridge_user')
2024-10-21 06:13:52,478: WARNING - sed: -e expression #1, char 25: unterminated `s' command
2024-10-21 06:13:53,479: ERROR - Unable to install jitsi: An error occurred inside the app installation script
`

@mdtita
Copy link

mdtita commented Oct 23, 2024

same issue here.
is there a way to install the last working version?
logs
update: seems to be fixed in testing branch.
yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing installs the app successfully for now.

@Frereneo
Copy link

Frereneo commented Nov 6, 2024

@mdtita Thann you for your help. Jitsi works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants