• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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