• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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