• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

autoinstaller -> ../sbin/wrapper

ryanz

Basic Pleskian
Hi,

This was a really silly mistake.

I tried using the Updater to update Plesk 8.3.x but it gave the error "Failed to check whether a new license key is available" so I used this Plesk KB article http://kb.swsoft.com/en/3543

The problem was that I made a typing error with one of the copy commands.

I typed:
cp swsoft_installer_v3.3.0_build080201.09_os_CentOS_5_x86_64 /usr/local/psa/admin/bin/autoinstaller

In stead of:
cp swsoft_installer_v3.3.0_build080201.09_os_CentOS_5_x86_64 /usr/local/psa/admin/sbin/autoinstaller

So it seems the link autoinstaller -> ../sbin/wrapper
is now corrupted and broken as the Server menu in Plesk CP does not work.

I tried running the autoinstaller from the command line again but it did not fix this problem.

Can someone provide me with the correct file for /usr/local/psa/admin/sbin/wrapper
on Cent-OS 5 64-bit and Plesk 8.3.x
 
I think you can try to reinstall one package
just check before:

[root@fedora6 ~]# rpm -qf /usr/local/psa/admin/sbin/wrapper
psa-8.3.0-fc5.build83071218.20
[root@fedora6 ~]# rpm -V psa-8.3.0-fc5.build83071218.20
.M....G. /usr/local/psa/admin
.M....G. /usr/local/psa/admin/bin
S.5....T /usr/local/psa/admin/bin/httpsd
S.5....T /usr/local/psa/admin/bin/php
S.5...GT /usr/local/psa/admin/conf/httpsd.conf
..5....T /usr/local/psa/admin/conf/php.ini
..5....T /usr/local/psa/admin/conf/php.ini.def
.M....G. /usr/local/psa/admin/htdocs
S.5....T /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php
......G. /usr/local/psa/admin/htdocs/locales
......G. /usr/local/psa/admin/htdocs/modules
S.5....T /usr/local/psa/admin/htdocs/siteapp/fusion_siteapp_install.php
S.5....T /usr/local/psa/admin/htdocs/siteapp/siteapp_install.php
--------
Copy these files in safely place and reinstall package with --force option. And copied all files back. Also check permissions on these files.
 
Thanks,

I copied the ../admin/ folder to /home and then installed the psa-8.3.0-cos5.build83071218.18 rpm with --force

The installation seemed to go without error and the server now works.

I've not copied anything back yet, is this required?
Will there be a risk if I reboot?
 
Back
Top