Bug 78222
Summary: | fatal trigger error upon erasing package | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Michael Schwendt <bugs.michael> |
Component: | portmap | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jay Turner <jturner> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | chris.ricker, jbj, miyel, srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-03-13 05:51:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael Schwendt
2002-11-20 10:56:24 UTC
[Cc'ing Jeff Johnson, because it looks like RPM is involved.] On Valhalla the postuninstall trigger is not called upon erasing the package: D: NO A portmap = 4.0-41 B portmap <= 4.0-22 These switches can be used to remove portmap until the RPM is fixed # rpm -e --notriggerpostun --nopreun portmap Please change '=' to '-eq' inside trigger and preun script (at least). The test for numerical value should be like: if [ $1 -eq 0 ]; then The char '=' is intended to use for string comparing only. The problem persist in beta1 (8.0.90). Filed 2002-11-20, I cannot reproduce it with Fedora Core 1. |