• 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!
  • 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.

Issue Can't upgrade pending "iptables" package update - Information on some packages might not be actual?

BernieG

Basic Pleskian
Hi,

I have the following "iptables-services 1.4.21-34.el7 (base)" package that says I need to update in Plesk but each time I run the upgrade it continues to show under my "System Updates" page. I also notice the below message shows on top of this "System Updates" page.

Warning: Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this issue manually.

Why isn't this package being updated properly? How can I debug this to see what is causing this issue?

Thank you!
 
Hi @IgorG

Ok, when I run "yum update" I see the following errors when "iptables" tries to update, please see screenshot image link below.
Thank you!
 
I went to the "/etc/sysconfig" directory and I see "iptables" listed, I then maybe tried to change permissions from 600 to 644 so it matches other ones in this list but I get a "Permission Denied" message, which is strange because I'm logged in as the "root" admin user.
 
I see many files with strange symbols in names. I would suggest you check that filesystem is not corrupted on this server. Also you can try to remove iptables-services package first with

# rpm -e iptables-services
 
Back
Top