• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problems for upgrate plesk 10.1.1 to 10.3.1

J

JaumeN

Guest
Hello everyone,
When trying to update 10.1.1 to 10.3.1 Plesk I get the following error:

Installing the package coreutils-5.97-23.el5_6.4.i386
Execute command rpm -U --test /root/parallels/PSA_10.3.1/update-rpm-CentOS-5-i386/coreutils-5.97-23.el5_6.4.i386.rpm
Execute command rpm -U /root/parallels/PSA_10.3.1/update-rpm-CentOS-5-i386/coreutils-5.97-23.el5_6.4.i386.rpm
error: unpacking of archive failed on file /bin/ls: cpio: rename failed - Operation not permitted
Execute command touch /var/lock/parallels-panel-upgrade-failure.flag ; rm -f /var/lock/parallels-panel-maintenance-mode.flag
Execute command /usr/local/psa/admin/bin/send-error-report install
Execute command /usr/sbin/getenforce
Disabled
Error: An error occurred during installation of packages.
Attention! Your software might be inoperable.
Please, contact product technical support.


The panel continued in version 10.1.1. and agree to paddle control correctly but I get an HTTP 500 error in the frame on the left where is the menu and I can not access any option from the panel.

Can anyone help me please.
thanks
 
Looks like there are problems with permissions for /bin/ls and most probably for all /bin/*
Check owner and group for /bin/ls with
# ls -l /bin/ls

It should be root:root:
-rwxr-xr-x 1 root root 106599 Feb 28 2006 /bin/ls

If it is incorrect for ls and for other binaries from /bin/ try to fix it with:

# chattr -ais /bin/*
# chown root:root /bin/*
 
Thanks for your quick response IgorG,

The permissions issue is ok, but now when I access the plesk control panel I get an HTTP error 505 in the left frame and reinstall I can not access ....

I do not suppose the update is not completed ...

How I can reinstall or upgrade plesk from the console?


________________________

Who sent me to upgrade?, How well it worked with the 10.1.1. Cristo deu!
 
At last!, Solved.
It has been updated all ok.

thank you very much
JN
 
Back
Top