• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Immunify360 and iptables version

Tony301

New Pleskian
Hello, I have a problem when I add Immunify 360 on Plesk.

My Debian version is : 10 (Buster)
My Iptables (nf tables) : 1.8.2

Can you help me because I can't install Immunify360, I don't know how to upgrade iptables version ?

Thanks,

Installation daemon created pid file /usr/local/psa/var/modules/imunify360/installation.pid Installation daemon forked first time Installation daemon forked second time Installation daemon initialized Starting i360deploy.sh Checking for an update to i360deploy.sh Downloading i360deploy.sh.repo_version (please wait) i360deploy.sh is already the latest version (2.44) - continuing Detecting ostype... debian [2021-08-18 08:08:58] Reading package lists... [2021-08-18 08:08:58] E: The value 'buster-backports' is invalid for APT::Default-Release as such a release is not available in the sources [2021-08-18 08:08:58] iptables >= 1.8.5 required on Debian 10
 
As a workaround temporarily add the backport repository and install iptables from there:

Code:
# echo "deb http://ftp.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/backports.list
# apt-get update
# apt-get -t buster-backports install iptables
 
This didn't work for me, I get the error below.

E: The value 'buster-backports' is invalid for APT::Default-Release as such a release is not available in the sources
 
Back
Top