• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Issue Updates and Upgrades hangs

Dave W

Regular Pleskian
Hi all,

CentOS7 vps, Onyx 17.5, new vps. Select Updates and Upgrades >> Add/Remove Components >> Page hangs.

Seems to be two processes running:

[root@srv ~]# ps -ef | grep installer
root 1115 1 0 07:34 ? 00:00:00 /var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2 --service-mode --enable-xml-output --ssl-cert /usr/local/psa/admin/conf/httpsd.pem --branch release,stable --web-interface --with-ssl --disable-browser
root 1116 1115 93 07:34 ? 00:10:17 /var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2 --service-mode --enable-xml-output --ssl-cert /usr/local/psa/admin/conf/httpsd.pem --branch release,stable --web-interface --with-ssl --disable-browser

[root@srv ~]# strace -p 1115
strace: Process 1115 attached
select(16384, [9], NULL, NULL, {1182, 496984}
just that.....​



[root@srv ~]# strace -p 1116
select(27, [10 12 21 22 23 24 25 26], [], NULL, {1, 0}) = -1 EBADF (Bad file descriptor)
select(27, [10 12 21 22 23 24 25 26], [], NULL, {1, 0}) = -1 EBADF (Bad file descriptor)
select(27, [10 12 21 22 23 24 25 26], [], NULL, {1, 0}) = -1 EBADF (Bad file descriptor)
select(27, [10 12 21 22 23 24 25 26], [], NULL, {1, 0}) = -1 EBADF (Bad file descriptor)
select(27, [10 12 21 22 23 24 25 26], [], NULL, {1, 0}) = -1 EBADF (Bad file descriptor)
select(27, [10 12 21 22 23 24 25 26], [], NULL, {1, 0}) = -1 EBADF (Bad file descriptor)
repeating......​


iptables is disabled.

Any ideas..suggestions...coffee??

Regards

Dave
 
Killed the processes and cleared the lock, started the installer again and it worked...... hate it when incidents dont repeat themselves.

Dave
 
So I think I've found the cause of this and posting here in case anyone has a similar incident.

The issue seems to lie with Plesk 12.5 or Onyx on CentOS 6/7 running Curl version 7.19.7 ( which is the relased version from the Centos repos for CentOS6)

Upgraded Curl using How to update cURL to the latest version on Plesk server

Updates and Upgrades seems to work correctly now.

Dave_W
 
Last edited:
Back
Top