• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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