• 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!
  • 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.

How to remove the Additional business plugins for Customer & Business Manager package

P

PaulG

Guest
I accidentally installed Plesk billing and it tried to install the "Additional business plugins for Customer & Business Manager" package, but it failed.

Now every time I go to the plesk updater, it wants to update the additional plugin package, and errors with the following:


Find directly required packages for hspc-plugin-core-3.3.3-10102816.x86_64
(regen conflicts cache) (update package names cache) (regen obsoletes cache) Installing the package hspc-plugin-core-3.3.3-10102816.x86_64
Execute command rpm -U --test /disk2/psa/PSA_10.0.1/dist-rpm-CentOS-5-x86_64/opt/pba/hspc-plugin-core-3.3.3-10102816.x86_64.rpm
Execute command rpm -U /disk2/psa/PSA_10.0.1/dist-rpm-CentOS-5-x86_64/opt/pba/hspc-plugin-core-3.3.3-10102816.x86_64.rpm
weaken is only available with the XS version of Scalar::Util at /usr/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 2502
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 2502.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/HSPC/Application.pm line 5.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/HSPC/Application.pm line 5.
Compilation failed in require at /usr/sbin/hspc-upgrade-manager line 71.
BEGIN failed--compilation aborted at /usr/sbin/hspc-upgrade-manager line 71.
error: %post(hspc-plugin-core-3.3.3-10102816.x86_64) scriptlet failed, exit status 9
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.

I tried to run the autoinstaller from the command prompt to remove this package and that didn't work either.

How can I just remove this entirely?
 
I did that already but the "additional plugins" are still installed, still try to update automatically, and I can't get rid of them.
 
Was wrong. Forget major step. Go to the directory /root/parallels/PSA_10.0.1/dist-rpm-$OS_NAME/opt/pba
(it should be alive after product installation) and exec 'rpm -qp *.rpm | xargs -n1 rpm -e --nodeps'
 
Last edited:
if /root/parallels/PSA_10.0.1/dist-rpm-$OS_NAME/opt/pba is missed, need to remove following packages with force:
-----------------------
hspc-config
hspc-error
hspc-i18n-core
hspc-i18n-en
hspc-plugin-core
hspc-plugin-pp-bt-clieop03
hspc-plugin-pp-bt-dtaus
hspc-plugin-pp-bt-dummy
hspc-plugin-pp-bt-norma19
hspc-plugin-rpc
hspc-release
hspc-upgrade
perl-Class-Inspector
perl-Convert-BinHex
perl-Crypt-RandPasswd
perl-Crypt-SSLeay
perl-Digest-SHA
perl-Error
perl-FCGI
perl-File-Temp
perl-IO-Interface
perl-IO-stringy
perllib
perl-Log-Log4perl
perl-MailTools
perl-MIME-Lite
perl-MIME-tools
perl-Params-Validate
perl-Pod-WSDL
perl-SOAP-Lite
perl-Sort-Versions
perl-Text-Template
perl-XML-Filter-BufferText
perl-XML-Validator-Schema
perl-XML-Writer

-----------------------
 
Back
Top