Michael Schwendt wrote:
Does running above two lines give any error?
Yes it does. Here are two sessions:
--------------------------------------------------
# rpm -Uvh --force portmap-4.0-46.i386.rpm
warning: portmap-4.0-46.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:portmap ########################################### [100%]
# service portmap stop > /dev/null 2>&1
# /sbin/chkconfig --del portmap
# rpm -e portmap
error reading information on service portmap: No such file or directory
error: %trigger(portmap-4.0-46) scriptlet failed, exit status 1

--------------------------------------------------

# rpm -Uvh --force portmap-4.0-46.i386.rpm
warning: portmap-4.0-46.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:portmap ########################################### [100%]
# service portmap start
Starting portmapper: [ OK ]
# /sbin/chkconfig --add portmap
# rpm -e portmap
error reading information on service portmap: No such file or directory
error: %trigger(portmap-4.0-46) scriptlet failed, exit status 1
--------------------------------------------------

The only other thing in the preun script which
could need a change is adding double-quotes in
the first line.
Thanks Michael. Which first line?


Regards,

Miguel


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Reply via email to