Bug 25224

Summary: rpm2cpio error (cannot re-open payload: Success)
Product: [Retired] Red Hat Linux Reporter: Need Real Name <mailaccount200001>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 6.2   
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: 2001-01-29 21:29:39 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 Need Real Name 2001-01-29 21:29:36 UTC
Every time I try to run rpm2cpio, I get the message:

cannot re-open payload: Success

and the program dies. Do you know of any other way to
extract a file from an RPM (without installing it)?

Red Hat 6.2 with EVERY update installed (current RPM
of rpm: rpm-3.0.5-9.6x.i386.rpm).

Normal syntax: rpm2cpio < package.rpm (also tried
cat package.rpm | rpm2cpio).

Comment 1 Jeff Johnson 2001-01-31 14:43:10 UTC
Do either
	rpm2cpio package.rpm | ...
or
	rpm2cpio - < package.rpm | ...