Plesk Application Vault

From Atomicorp Wiki
Revision as of 14:12, 13 November 2007 by Scott (Talk | contribs)

Jump to: navigation, search

Problem:

sappmng: utility /bin/rpm failed (result=1):

file /usr/local/psa/var/cgitory/AardvarkTopsites-5.1.2-3 is not owned by any package

sappmng: Cannot get package name for AardvarkTopsites-5.1.2-3

proc_close() failed:


Description:

This is a 3rd party mod from CPSkins.com that isnt being managed with RPMS. Plesk expects the packages to be managed by an RPM, in this context sappmng can't detect the rpm. One fix would be to make a [mule] after the fact to capture this. Cleaning out the unmanaged packages one by one is a chore.


Fix:

I made a lightweight management script, the following will list the packages, or delete.


  1. !/bin/sh

mysql -u admin -p`cat /etc/psa/.psa.shadow` psa

Personal tools