+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_mqtt2 + echo 1 + echo 2 + sudo killall apt apt-get unattended-upgr apt: no process found apt-get: no process found unattended-upgr: no process found + sudo rm /var/lib/apt/lists/lock + sudo rm /var/cache/apt/archives/lock + sudo rm /var/lib/dpkg/lock /var/lib/dpkg/lock-frontend + sudo sudo dpkg --configure -a --force-confdef + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease Reading package lists... Building dependency tree... Reading state information... All packages are up to date. + echo 3 + sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh + sudo /var/www/html/core/class/../../resources/install_nodejs.sh Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... apt-utils is already the newest version (2.2.4). build-essential is already the newest version (12.9). git is already the newest version (1:2.30.2-1+deb11u2). lsb-release is already the newest version (11.1.0). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [Check Version NodeJS actuelle : v18.20.3 : [ OK ] [Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ] + echo 4 + sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh + sudo /var/www/html/core/class/../../resources/install_nodejs.sh Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... apt-utils is already the newest version (2.2.4). build-essential is already the newest version (12.9). git is already the newest version (1:2.30.2-1+deb11u2). lsb-release is already the newest version (11.1.0). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [Check Version NodeJS actuelle : v18.20.3 : [ OK ] [Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ] + echo 5 + sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh + sudo /var/www/html/core/class/../../resources/install_nodejs.sh Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... apt-utils is already the newest version (2.2.4). build-essential is already the newest version (12.9). git is already the newest version (1:2.30.2-1+deb11u2). lsb-release is already the newest version (11.1.0). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [Check Version NodeJS actuelle : v18.20.3 : [ OK ] [Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ] + echo 6 + sudo chmod +x /var/www/html/core/class/../../resources/install_composer.sh + sudo /var/www/html/core/class/../../resources/install_composer.sh Begin installation of composer --2024-05-23 15:05:02-- https://getcomposer.org/installer Resolving getcomposer.org (getcomposer.org)... 54.36.53.46, 2001:41d0:302:1100::8:104f Connecting to getcomposer.org (getcomposer.org)|54.36.53.46|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58444 (57K) [application/octet-stream] Saving to: 'composer-setup.php' 0K .......... .......... .......... .......... .......... 87% 2.44M 0s 50K ....... 100% 53.1M=0.02s 2024-05-23 15:05:02 (2.77 MB/s) - 'composer-setup.php' saved [58444/58444] All settings correct for using Composer Downloading... Composer (version 2.7.6) successfully installed to: /var/www/html/core/ajax/composer.phar Use it: php composer.phar End installation of composer + echo 7 + cd /var/www/html/core/class/../../plugins/mqtt2/resources/mqtt2d + rm -rf node_modules + sudo NODE_OPTIONS=--dns-result-order=ipv4first npm install added 115 packages, and audited 116 packages in 7s 18 packages are looking for funding run `npm fund` for details 2 moderate severity vulnerabilities To address all issues, run: npm audit fix Run `npm audit` for details. + sudo chown -R www-data:www-data jeedom mqtt2d.js node_modules package-lock.json package.json + echo 8 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end mqtt2 PHP Warning: fopen(/tmp/jeedom/event_cache_lock): failed to open stream: Permission denied in /var/www/html/core/class/event.class.php on line 33 PHP Warning: fopen(/tmp/jeedom/event_cache_lock): failed to open stream: Permission denied in /var/www/html/core/class/event.class.php on line 37 PHP Warning: fopen(/tmp/jeedom/event_cache_lock): failed to open stream: Permission denied in /var/www/html/core/class/event.class.php on line 37 Synchronizing state of mosquitto.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable mosquitto + echo 9 + rm /tmp/jeedom_install_in_progress_mqtt2 + echo '*******************End of package installation******************' *******************End of package installation******************