Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Daily Maintanace scripts, Plesk update are stuck due to hanged /usr/libexec/urlgrabber-ext-down processes

 
centoscentos 7clicroninstallation upgrade

Symptoms

  • The following error message is shown in the Panel Interface:

    Unable to start Plesk Installer. The following error has occurred: Installation could not be started: another installation procedure is currently running

  • It is not possible to synchronize subscription with service plan

  • Starting Plesk update with Install Now at Tools & Settings > System Overview" leads to a new page with "Plesk Installer at the top without anything else shown below it.

  • Executing Plesk update via CLI get stuck on the following message:

    Loaded plugins: fastestmirror

  • The following processes are found with "ps" utility:

    # ps auxwwff
    (...)
    root 1488 0.0 0.0 113280 1236 ? Ss Feb15 0:00 _ /bin/bash /bin/run-parts /etc/cron.hourly
    root 1520 0.0 0.0 113412 1200 ? S Feb15 0:00 _ /bin/bash /etc/cron.hourly/asl
    root 1930 0.0 0.0 17204 4 ? S Feb15 0:00 | _ /var/asl/bin/aum -ck
    root 2127 0.0 0.0 113280 988 ? S Feb15 0:00 | _ sh -c /usr/bin/yum --enablerepo=tortix-common list updates aum ipset mod_security >/dev/null 2>&1
    root 2128 0.0 0.0 1465552 7880 ? S Feb15 0:01 | _ /usr/bin/python /usr/bin/yum --enablerepo=tortix-common list updates aum ipset mod_security
    root 2304 0.0 0.0 319456 5724 ? S Feb15 0:00 | _ /usr/bin/python /usr/libexec/urlgrabber-ext-down
    root 2312 0.0 0.0 319452 5300 ? S Feb15 0:00 | _ /usr/bin/python /usr/libexec/urlgrabber-ext-down
    root 1521 0.0 0.0 113640 792 ? S Feb15 0:00 _ awk -v progname=/etc/cron.hourly/asl progname { ???? print progname ":n" ???? progname=""; ??? } ??? { print; }
    (...)

  • The yum processes are deadlocked or hang up indefinitely waiting for urlgrabber-ext-down process.

Cause

The issue is caused by a bug in RHEL/CentOS 7.9 operating system.

Resolution

Until a fix is provided by the OS Vendor, please use the following workaround as a momentary fix:

  1. Connect to the server via SSH

  2. Find hanged yum process and kill them:

    # ps auxwwff
    # kill -9 1520 1930 2127 2128 2304 2312 1521

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Cron Jobs: All You Need To Know

Read More »

Recommended OSs for Plesk

Read More »

CentOS Project Announces Early End-of-Life Date for CentOS 8

Read More »
Knowledge Base

Plesk update failed: Repository is listed more than once in the configuration

Read More »

Updating Plesk or system packages on CentOS 8 server fails: Failed to download metadata for repo: Cannot prepare internal mirrorlist: No URLs in mirrorlist

Read More »

Plesk or system update fails on Linux: http://yum.mariadb.org/10.1/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 – Not Found

Read More »

Is it possible to update “curl” on Centos 7 or Ubuntu 18.04 server with Plesk?

Read More »

Hosting Wiki

  • Cross Site Request Forgery (CSRF)
  • Cross-Origin Resource Sharing (CORS)
  • CLI
  • DBMS Interface
  • Server Redundancy
  • Postfix
  • PostgreSQL
  • AMP
  • DDoS
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Python
  • Hosting Control Panel
  • Plesk
  • NoSQL Database
  • Web Server
  • DNS Server
  • SSH
  • Cron Jobs
  • Colocation Hosting
  • Reseller Hosting
  • Cloud Hosting
  • VPS Hosting
  • Dedicated Hosting
  • Shared Hosting
  • Free Hosting
  • Managed Hosting
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family