Difference between revisions of "Plesk Application Vault"

From Atomicorp Wiki
Jump to: navigation, search
(New page: 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 Aardvark...)
 
Line 1: Line 1:
 
+
'''Problem:'''
Problem:
+
  
 
sappmng: utility /bin/rpm failed (result=1):
 
sappmng: utility /bin/rpm failed (result=1):
Line 11: Line 10:
  
  
Description:
+
'''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.
 +
 
  
This is some 3rd party mod that isnt being managed with RPMS.
+
#!/bin/sh
  
Fix:
+
mysql -u admin -p`cat /etc/psa/.psa.shadow` psa

Revision as of 14:12, 13 November 2007

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