博客 > 【Plesk经验分享】无法执行系统更新怎么办
浏览量:6217次评论:0次
作者:Christina时间:2019-09-06 06:48:03
适用版本:
Plesk Onyx for Linux
问题
1. 当进入 Plesk > 工具与设置 > 系统更新 运行系统更新时出现如下错误信息:
The System Updates tool is already installing updates in automatic mode. Please try later.(系统更新工具正在自动模式下安装更新。请稍后再试。)
2. 当使用下面的命令时会出现该错误:
# plesk sbin pum --check
INFO: pum is called with arguments: ['--check']
ERROR: Update operation was locked by another update process (Plesk installer or pum).< ;
ERROR: Exited with returncode 100. exit status 100
3. 有多个安装程序进程正在运行中:
# ps aux | grep insta
root 13422 0.0 0.0 4444 784 ? S 12:38 0:00 /bin/sh -c "/opt/psa/admin/bin/autoinstaller" "--service-mode" "--enable-xml-output" "--ssl-cert" "/opt/psa/admin/conf/httpsd.pem" "--branch" "release,stable" --web-interface --with-ssl --disable-browser
root 13423 0.0 0.4 79540 19176 ? S 12:38 0:00 /opt/psa/admin/bin/autoinstaller --service-mode --enable-xml-output --ssl-cert /opt/psa/admin/conf/httpsd.pem --branch release,stable --web-interface --with-ssl --disable-browser
root 13424 0.0 0.4 70976 18832 ? S 12:38 0:00 /opt/psa/admin/bin/autoinstaller --service-mode --enable-xml-output --ssl-cert /opt/psa/admin/conf/httpsd.pem --branch release,stable --web-interface --with-ssl --disable-browser
root 14247 0.0 0.0 11744 2268 pts/0 R+ 13:00 0:00 grep insta
原因
Plesk安装程序进程仍会在服务器上于后台保持活动30分钟。
解决方案
需要等候30分钟各进程才能结束。
或者
使用 kill 命令终止这些进程(如有风险需自行承担):
# kill -9 id
相关文章推荐
2025-04-30 15:26:27
2025-04-29 15:28:18
2025-04-23 15:17:56
2025-04-16 15:02:00
2025-04-09 15:31:29
热门工具
标签选择
阅读排行
我的评论
还未登录?点击登录