• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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