• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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