Bonjour à tous
je viens de tester mon jeedom sur une VM en passant de la dernière 4.1 à la 4.2.13
dernière version stable sur plugin
l’instalaltion des dépendances reste à NOK
+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_monitoring2
+ echo 1
+ echo 2
+ sudo apt update
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
+ echo 3
+ sudo apt install -o Dpkg::Options::=--force-confdef -y php-snmp
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php7.3-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg) but it is not going to be installed
Recommends: snmp but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
+ echo 4
+ sudo apt install -o Dpkg::Options::=--force-confdef -y snmp
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
snmp : Depends: libsnmp30 (= 5.7.3+dfsg-5+deb10u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
+ echo 5
+ sudo apt install -o Dpkg::Options::=--force-confdef -y snmp-mibs-downloader
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Package snmp-mibs-downloader is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'snmp-mibs-downloader' has no installation candidate
+ echo 6
+ sudo systemctl restart apache2
+ echo7
/tmp/jeedom_fix_package: line 15: echo7: command not found
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end monitoring2
PHP Warning: PHP Startup: Unable to load dynamic library 'mosquitto.so' (tried: /usr/lib/php/20180731/mosquitto.so (/usr/lib/php/20180731/mosquitto.so: cannot open shared object file: No such file or directory), /usr/lib/php/20180731/mosquitto.so.so (/usr/lib/php/20180731/mosquitto.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
+ rm /tmp/jeedom_install_in_progress_monitoring2
+ echo '*******************End of package installation******************'
*******************End of package installation******************