args: app: watchdog force: false label: Watchdog no_remove_on_failure: false ended_at: 2025-02-12 01:06:34.562534 env: YNH_APP_ACTION: install YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_dlfpc1dn YNH_APP_ID: watchdog YNH_APP_INSTANCE_NAME: watchdog YNH_APP_INSTANCE_NUMBER: '1' YNH_APP_MANIFEST_VERSION: 5.16~ynh4 YNH_APP_PACKAGING_FORMAT: '2.0' YNH_ARCH: arm64 YNH_DEBIAN_VERSION: bookworm YNH_DEFAULT_PHP_VERSION: '8.2' YNH_HELPERS_VERSION: '2.1' error: 'An error occurred inside the app installation script : Your server doesn''t seem to have a ''/dev/watchdog'' device, this certainly means that it has no hardware watchdog device. However, this package is only relevant if such a device exists, we''re sorry.' interface: api operation: app_install parent: null related_to: - - app - watchdog started_at: 2025-02-12 01:06:10.469616 success: false yunohost_version: 12.0.11 ============ 2025-02-12 01:06:10,477: INFO - Installing watchdog… 2025-02-12 01:06:10,488: INFO - Provisioning permissions... 2025-02-12 01:06:10,541: DEBUG - Nothing to update in LDAP 2025-02-12 01:06:10,542: DEBUG - Permission 'watchdog.main' updated 2025-02-12 01:06:10,544: DEBUG - Full log of this operation: '<a href="#/tools/logs/20250212-010610-permission_url-watchdog" style="text-decoration:underline">Update URL related to permission 'watchdog'</a>' 2025-02-12 01:06:10,554: DEBUG - Nothing to update in LDAP 2025-02-12 01:06:10,556: DEBUG - Permission 'watchdog.main' created 2025-02-12 01:06:10,556: DEBUG - Full log of this operation: '<a href="#/tools/logs/20250212-010610-permission_create-watchdog" style="text-decoration:underline">Create permission 'watchdog'</a>' 2025-02-12 01:06:10,577: DEBUG - Nothing to update in LDAP 2025-02-12 01:06:10,579: DEBUG - Permission 'watchdog.main' updated 2025-02-12 01:06:10,579: DEBUG - Full log of this operation: '<a href="#/tools/logs/20250212-010610-user_permission_update-watchdog" style="text-decoration:underline">Update accesses for permission 'watchdog'</a>' 2025-02-12 01:06:10,597: DEBUG - Nothing to update in LDAP 2025-02-12 01:06:10,598: DEBUG - Permission 'watchdog.main' updated 2025-02-12 01:06:10,600: DEBUG - Full log of this operation: '<a href="#/tools/logs/20250212-010610-permission_url-watchdog" style="text-decoration:underline">Update URL related to permission 'watchdog'</a>' 2025-02-12 01:06:10,611: DEBUG - The permission database has been resynchronized 2025-02-12 01:06:10,640: DEBUG - SSO and portal configurations regenerated 2025-02-12 01:06:10,658: INFO - Provisioning apt... 2025-02-12 01:06:10,675: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./provision_or_update_apt" 7>&1']' 2025-02-12 01:06:10,686: DEBUG - + source /usr/share/yunohost/helpers 2025-02-12 01:06:10,688: DEBUG - ++++ dirname -- /usr/share/yunohost/helpers 2025-02-12 01:06:10,690: DEBUG - +++ cd -- /usr/share/yunohost 2025-02-12 01:06:10,691: DEBUG - +++ pwd 2025-02-12 01:06:10,691: DEBUG - ++ SCRIPT_DIR=/usr/share/yunohost 2025-02-12 01:06:10,691: DEBUG - ++ YNH_HELPERS_VERSION=2.1 2025-02-12 01:06:10,696: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace' 2025-02-12 01:06:10,697: DEBUG - ++ XTRACE_ENABLE='set -o xtrace' 2025-02-12 01:06:10,727: DEBUG - + ynh_abort_if_errors 2025-02-12 01:06:10,728: DEBUG - + trap ynh_exit_properly EXIT 2025-02-12 01:06:10,728: DEBUG - + ynh_apt_install_dependencies watchdog 2025-02-12 01:06:10,730: DEBUG - ++ sed 's/\([^\<=\>]\)\ \([^(]\)/\1, \2/g' 2025-02-12 01:06:10,731: DEBUG - ++ sed 's/|/ | /' 2025-02-12 01:06:10,735: DEBUG - + local dependencies=watchdog 2025-02-12 01:06:10,736: DEBUG - ++ ynh_read_manifest version 2025-02-12 01:06:10,737: DEBUG - ++ cat /var/cache/yunohost/app_tmp_work_dirs/app_5y1bqhi0/manifest.toml 2025-02-12 01:06:10,738: DEBUG - ++ jq .version --raw-output 2025-02-12 01:06:10,739: DEBUG - ++ toml_to_json 2025-02-12 01:06:10,740: DEBUG - ++ python3 -c 'import toml, json, sys; print(json.dumps(toml.load(sys.stdin)))' 2025-02-12 01:06:10,886: DEBUG - + local version=5.16~ynh4 2025-02-12 01:06:10,886: DEBUG - + local app_ynh_deps=watchdog-ynh-deps 2025-02-12 01:06:10,887: DEBUG - + grep '[<=>]' 2025-02-12 01:06:10,892: DEBUG - ++ grep -oP '(?<=php)[0-9.]+(?=-|\>|)' 2025-02-12 01:06:10,893: DEBUG - ++ sort -u 2025-02-12 01:06:10,897: DEBUG - + local specific_php_version= 2025-02-12 01:06:10,897: DEBUG - + grep --quiet php 2025-02-12 01:06:10,901: DEBUG - ++ _ynh_apt_package_is_installed postgresql-13 2025-02-12 01:06:10,902: DEBUG - ++ local package=postgresql-13 2025-02-12 01:06:10,903: DEBUG - ++ dpkg-query --show '--showformat=${db:Status-Status}' postgresql-13 2025-02-12 01:06:10,903: DEBUG - ++ grep --quiet '^installed$' 2025-02-12 01:06:10,931: DEBUG - ++ echo no 2025-02-12 01:06:10,932: DEBUG - + local psql_installed=no 2025-02-12 01:06:10,933: DEBUG - + [[ true == \t\r\u\e ]] 2025-02-12 01:06:10,933: DEBUG - + YNH_APT_INSTALL_DEPENDENCIES_REPLACE=false 2025-02-12 01:06:10,933: DEBUG - ++ mktemp --directory 2025-02-12 01:06:10,936: DEBUG - + local TMPDIR=/tmp/tmp.PwTCFR07CW 2025-02-12 01:06:10,936: DEBUG - + mkdir -p /tmp/tmp.PwTCFR07CW/watchdog-ynh-deps/DEBIAN 2025-02-12 01:06:10,939: DEBUG - + chmod -R 755 /tmp/tmp.PwTCFR07CW/watchdog-ynh-deps 2025-02-12 01:06:10,942: DEBUG - + cat 2025-02-12 01:06:10,945: DEBUG - + _ynh_apt update 2025-02-12 01:06:10,946: DEBUG - + _ynh_wait_dpkg_free 2025-02-12 01:06:11,126: DEBUG - + return 0 2025-02-12 01:06:11,127: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update 2025-02-12 01:06:11,606: DEBUG - Get:1 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB] 2025-02-12 01:06:11,650: DEBUG - Get:3 https://pkgs.tailscale.com/stable/debian bookworm InRelease 2025-02-12 01:06:11,684: DEBUG - Hit:4 http://archive.raspberrypi.org/debian bookworm InRelease 2025-02-12 01:06:11,804: DEBUG - Hit:5 http://security.debian.org/debian-security bookworm-security InRelease 2025-02-12 01:06:11,806: DEBUG - Hit:6 http://deb.debian.org/debian bookworm InRelease 2025-02-12 01:06:11,897: DEBUG - Hit:7 http://deb.debian.org/debian bookworm-updates InRelease 2025-02-12 01:06:11,978: DEBUG - Hit:8 https://packages.sury.org/php bookworm InRelease 2025-02-12 01:06:12,174: DEBUG - Hit:2 https://forge.yunohost.org/debian bookworm InRelease 2025-02-12 01:06:13,469: DEBUG - Fetched 23.7 kB in 2s (10.9 kB/s) 2025-02-12 01:06:16,569: DEBUG - Reading package lists... 2025-02-12 01:06:16,629: DEBUG - + _ynh_wait_dpkg_free 2025-02-12 01:06:16,809: DEBUG - + return 0 2025-02-12 01:06:16,810: DEBUG - + dpkg-deb --build /tmp/tmp.PwTCFR07CW/watchdog-ynh-deps /tmp/tmp.PwTCFR07CW/watchdog-ynh-deps.deb 2025-02-12 01:06:16,852: DEBUG - + dpkg --force-depends --install /tmp/tmp.PwTCFR07CW/watchdog-ynh-deps.deb 2025-02-12 01:06:16,853: DEBUG - + tee /tmp/tmp.PwTCFR07CW/dpkg_log 2025-02-12 01:06:16,935: DEBUG - Selecting previously unselected package watchdog-ynh-deps. 2025-02-12 01:06:17,015: DEBUG - (Reading database ... 57497 files and directories currently installed.) 2025-02-12 01:06:17,021: DEBUG - Preparing to unpack .../watchdog-ynh-deps.deb ... 2025-02-12 01:06:17,031: DEBUG - Unpacking watchdog-ynh-deps (5.16~ynh4) ... 2025-02-12 01:06:17,093: DEBUG - dpkg: watchdog-ynh-deps: dependency problems, but configuring anyway as you requested: 2025-02-12 01:06:17,093: DEBUG - watchdog-ynh-deps depends on watchdog; however: 2025-02-12 01:06:17,093: DEBUG - Package watchdog is not installed. 2025-02-12 01:06:17,093: DEBUG - 2025-02-12 01:06:17,093: DEBUG - Setting up watchdog-ynh-deps (5.16~ynh4) ... 2025-02-12 01:06:17,202: DEBUG - + _ynh_apt_install --fix-broken 2025-02-12 01:06:17,202: DEBUG - + _ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken 2025-02-12 01:06:17,203: DEBUG - + _ynh_wait_dpkg_free 2025-02-12 01:06:17,374: DEBUG - + return 0 2025-02-12 01:06:17,376: 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 2025-02-12 01:06:17,946: DEBUG - Reading package lists... 2025-02-12 01:06:18,762: DEBUG - Building dependency tree... 2025-02-12 01:06:18,763: DEBUG - Reading state information... 2025-02-12 01:06:19,355: DEBUG - Correcting dependencies... Done 2025-02-12 01:06:20,420: DEBUG - The following additional packages will be installed: 2025-02-12 01:06:20,421: DEBUG - watchdog 2025-02-12 01:06:20,529: DEBUG - The following NEW packages will be installed: 2025-02-12 01:06:20,531: DEBUG - watchdog 2025-02-12 01:06:20,787: DEBUG - 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 2025-02-12 01:06:20,788: DEBUG - Need to get 77.0 kB of archives. 2025-02-12 01:06:20,788: DEBUG - After this operation, 237 kB of additional disk space will be used. 2025-02-12 01:06:20,788: DEBUG - Get:1 http://archive.raspberrypi.org/debian bookworm/main arm64 watchdog arm64 5.16-2~rpt2 [77.0 kB] 2025-02-12 01:06:22,051: DEBUG - Preconfiguring packages ... 2025-02-12 01:06:22,529: DEBUG - Fetched 77.0 kB in 0s (187 kB/s) 2025-02-12 01:06:22,676: DEBUG - Selecting previously unselected package watchdog. 2025-02-12 01:06:22,755: DEBUG - (Reading database ... 57497 files and directories currently installed.) 2025-02-12 01:06:22,761: DEBUG - Preparing to unpack .../watchdog_5.16-2~rpt2_arm64.deb ... 2025-02-12 01:06:22,799: DEBUG - Unpacking watchdog (5.16-2~rpt2) ... 2025-02-12 01:06:23,131: DEBUG - Setting up watchdog (5.16-2~rpt2) ... 2025-02-12 01:06:25,401: DEBUG - update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2025-02-12 01:06:27,627: DEBUG - Created symlink /etc/systemd/system/default.target.wants/watchdog.service -> /lib/systemd/system/watchdog.service. 2025-02-12 01:06:29,479: DEBUG - /bin/bash: BASH_XTRACEFD: 7: invalid value for trace file descriptor 2025-02-12 01:06:31,422: DEBUG - /bin/bash: BASH_XTRACEFD: 7: invalid value for trace file descriptor 2025-02-12 01:06:31,470: WARNING - wd_keepalive.service is a disabled or a static unit, not starting it. 2025-02-12 01:06:31,670: DEBUG - Processing triggers for man-db (2.11.2-2) ... 2025-02-12 01:06:33,601: DEBUG - + rm --recursive --force /tmp/tmp.PwTCFR07CW 2025-02-12 01:06:33,605: DEBUG - + _ynh_apt_package_is_installed watchdog-ynh-deps 2025-02-12 01:06:33,605: DEBUG - + local package=watchdog-ynh-deps 2025-02-12 01:06:33,606: DEBUG - + dpkg-query --show '--showformat=${db:Status-Status}' watchdog-ynh-deps 2025-02-12 01:06:33,606: DEBUG - + grep --quiet '^installed$' 2025-02-12 01:06:33,634: DEBUG - ++ _ynh_apt_package_is_installed postgresql-13 2025-02-12 01:06:33,635: DEBUG - ++ local package=postgresql-13 2025-02-12 01:06:33,637: DEBUG - ++ dpkg-query --show '--showformat=${db:Status-Status}' postgresql-13 2025-02-12 01:06:33,637: DEBUG - ++ grep --quiet '^installed$' 2025-02-12 01:06:33,665: DEBUG - ++ echo no 2025-02-12 01:06:33,668: DEBUG - + local psql_installed2=no 2025-02-12 01:06:33,668: DEBUG - + [[ no != \n\o ]] 2025-02-12 01:06:33,668: DEBUG - + ynh_exit_properly 2025-02-12 01:06:33,669: DEBUG - + [[ provision_or_update_apt =~ ^install$|^upgrade$|^restore$ ]] 2025-02-12 01:06:33,774: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./install" 7>&1']' 2025-02-12 01:06:33,780: DEBUG - + source _common.sh 2025-02-12 01:06:33,781: DEBUG - + source /usr/share/yunohost/helpers 2025-02-12 01:06:33,783: DEBUG - ++++ dirname -- /usr/share/yunohost/helpers 2025-02-12 01:06:33,784: DEBUG - +++ cd -- /usr/share/yunohost 2025-02-12 01:06:33,785: DEBUG - +++ pwd 2025-02-12 01:06:33,785: DEBUG - ++ SCRIPT_DIR=/usr/share/yunohost 2025-02-12 01:06:33,786: DEBUG - ++ YNH_HELPERS_VERSION=2.1 2025-02-12 01:06:33,791: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace' 2025-02-12 01:06:33,792: DEBUG - ++ XTRACE_ENABLE='set -o xtrace' 2025-02-12 01:06:33,830: INFO - [+++++...............] > Checking the hardware watchdog device presence... 2025-02-12 01:06:33,836: DEBUG - + ynh_in_ci_tests 2025-02-12 01:06:33,836: DEBUG - + ynh_die 'Your server doesn'\''t seem to have a '\''/dev/watchdog'\'' device, this certainly means that it has no hardware watchdog device. However, this package is only relevant if such a device exists, we'\''re sorry.' 2025-02-12 01:06:33,950: WARNING - Your server doesn't seem to have a '/dev/watchdog' device, this certainly means that it has no hardware watchdog device. However, this package is only relevant if such a device exists, we're sorry. 2025-02-12 01:06:34,557: ERROR - Unable to install watchdog: An error occurred inside the app installation script : Your server doesn't seem to have a '/dev/watchdog' device, this certainly means that it has no hardware watchdog device. However, this package is only relevant if such a device exists, we're sorry.