Bonjour, j’essaye d’installer le plugin wireguard, mais l’installation des dépendances plante. Je joins les logs, que je n’arrive pas à comprendre…
Merci de votre aide.
+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_wireguard
+ echo 1
+ echo 2
+ sudo apt update
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://www.deb-multimedia.org buster InRelease
Hit:2 http://ftp.uk.debian.org/debian buster InRelease
Hit:4 http://ftp.uk.debian.org/debian buster-updates InRelease
Hit:5 http://security.debian.org/debian-security buster/updates InRelease
Hit:6 https://download.docker.com/linux/debian buster InRelease
Hit:7 https://deb.nodesource.com/node_14.x buster InRelease
Hit:8 https://oph.mdrjr.net/meveric all InRelease
Hit:9 https://oph.mdrjr.net/meveric buster InRelease
Err:3 https://repo.jeedom.com/odroid stable InRelease
502 Bad Gateway [IP: 51.178.69.128 443]
Reading package lists...
Building dependency tree...
Reading state information...
182 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://repo.jeedom.com/odroid/dists/stable/InRelease 502 Bad Gateway [IP: 51.178.69.128 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
+ echo 3
+ sudo chmod +x /var/www/html/core/class/../../plugins/wireguard/resources/pre-install.sh
+ sudo /var/www/html/core/class/../../plugins/wireguard/resources/pre-install.sh
+ echo 4
+ sudo apt install -o Dpkg::Options::=--force-confdef -y wireguard
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package wireguard
+ echo 5
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end wireguard
+ rm /tmp/jeedom_install_in_progress_wireguard
+ echo '*******************End of package installation******************'
*******************End of package installation******************