• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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