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

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