search for: preuninstall

Displaying 6 results from an estimated 6 matches for "preuninstall".

2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
...d reinstalling the RPM doesn't help. There are no crazy install scripts, either. [root at dns-east svn]# rpm -qp --scripts ../subversion-1.6.11-10.el6_5.x86_64.rpm postinstall scriptlet (using /bin/sh): # Register the snvserve service /sbin/chkconfig --add svnserve 2>&1 /sbin/ldconfig preuninstall scriptlet (using /bin/sh): if [ $1 = 0 ]; then /sbin/service svnserve stop > /dev/null 2>&1 || : /sbin/chkconfig --del svnserve > /dev/null 2>&1 || : fi postuninstall program: /sbin/ldconfig [root at dns-east svn]# -- Dan Pritts ICPSR Computing & Network Service...
2015 Aug 11
6
Odd problem with updates to the recent CR
...|| groupadd -g 48 -r apache getent passwd apache >/dev/null || \ useradd -r -u 48 -g apache -s /sbin/nologin \ -d /var/www -c "Apache" apache exit 0 postinstall scriptlet (using /bin/sh): # Register the httpd service /sbin/chkconfig --add httpd /sbin/chkconfig --add htcacheclean preuninstall scriptlet (using /bin/sh): if [ $1 = 0 ]; then /sbin/service httpd stop > /dev/null 2>&1 /sbin/chkconfig --del httpd /sbin/service htcacheclean stop > /dev/null 2>&1 /sbin/chkconfig --del htcacheclean fi posttrans scriptlet (using /bin/sh): test -...
2007 Apr 04
1
seamonkey on Centos 2.1 deletes itself!
...e root]# rpm -q --scripts seamonkey postinstall scriptlet (through /bin/sh): # run ldconfig before regxpcom /sbin/ldconfig >/dev/null 2>/dev/null if [ -f /usr/lib/mozilla-seamonkey-1.0.8/mozilla-rebuild-databases.pl ]; then /usr/lib/mozilla-seamonkey-1.0.8/mozilla-rebuild-databases.pl fi preuninstall scriptlet (through /bin/sh): # is a final removal? if [ "$1" == "0" ]; then /bin/rm -rf /usr/lib/mozilla-seamonkey-1.0.8/chrome/overlayinfo /bin/rm -f /usr/lib/mozilla-seamonkey-1.0.8/chrome/*.rdf fi postuninstall scriptlet (through /bin/sh): /sbin/ldconfig >/dev/null 2&g...
2015 Aug 11
0
Odd problem with updates to the recent CR
...swd apache >/dev/null || \ > useradd -r -u 48 -g apache -s /sbin/nologin \ > -d /var/www -c "Apache" apache > exit 0 > postinstall scriptlet (using /bin/sh): ># Register the httpd service > /sbin/chkconfig --add httpd > /sbin/chkconfig --add htcacheclean > preuninstall scriptlet (using /bin/sh): > if [ $1 = 0 ]; then > /sbin/service httpd stop > /dev/null 2>&1 > /sbin/chkconfig --del httpd > /sbin/service htcacheclean stop > /dev/null 2>&1 > /sbin/chkconfig --del htcacheclean > fi > posttran...
2015 Aug 11
2
Odd problem with updates to the recent CR
We started updating via CR over a week ago, before 6.7 was official, and just today identified an issue.... For (alleged) security, the agency I work as a contractor for runs SiteMinder, from CA. #insert rant_against_CA.h Anyway, starting late last week, we found issues - as in, its process, which runs under, and is started by, apache, was suddenly pegging a CPU or so. Trying to stop httpd, that
2006 Nov 08
2
Problems with yum/rpm and %pre scriptlet error 255
I am running xen (2.6.16-xen3_86.1_rhel4.1) on top of a stock CentOS-4.4 installation. I have not added any additional virtual machines however. When trying to install (as root) acrobat reader 7 for Linux from the adobe rpm (AdobeReader_enu.i386 7.0.8-1) I get the following errors: error: %pre(AdobeReader_enu-7.0.8-1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet