Applicable to:
- Plesk for Linux
Symptoms
-
The following error message is shown in the Panel Interface:
PLESK_ERROR: 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:
CONFIG_TEXT: 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 forurlgrabber-ext-down
process.
-
Daily Maintenance scripts are stuck, e.g.:
# ps wwwuax | grep script.php | grep -v grep
psaadm 9381 0.0 0.0 367880 6164 ? SN Feb15 0:00 /usr/bin/sw-engine -c /usr/local/psa/admin/conf/php.ini /usr/local/psa/admin/plib/DailyMaintainance/script.php
psaadm 9383 0.0 0.0 369928 6116 ? SN Feb15 0:00 /usr/bin/sw-engine -c /usr/local/psa/admin/conf/php.ini /usr/local/psa/admin/plib/DailyMaintainance/task-script.php CheckForUpdates --period=daily -
There might be more than one stuck instance of previous update attempts, all waiting for the
yum
output# ps awufx | grep yum
...
root 9466 0.0 0.1 251660 14148 ? SN Feb15 29:05 /usr/bin/python /usr/bin/yum info --enablerepo=PLESK_18_0_31-dist --enablerepo=PLESK_18_0_31-thirdparty --enablerepo=PLESK_18_0_31-extras --enablerepo=PLESK_17_PHP52 -- ...
enablerepo=PLESK_17_PHP74-thirdparty --enablerepo=SITEBUILDER_17_8_12-dist --enablerepo=SITEBUILDER_17_8_12-thirdparty plesk-core psa plesk-web-hosting plesk-core psa plesk-dns-bind-driver postgresql postgresql-server plesk-fail2ban-configurator
...
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:
-
Connect to the server via SSH
-
Find hanged
yum
process and kill them:# ps auxwwff
# kill -9 1520 1930 2127 2128 2304 2312 1521
Comments
0 comments
Please sign in to leave a comment.