Summary: | rpm hangs forever consuming entire cpu | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | lyndond |
Component: | rpm | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
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: | 1999-10-25 20:48:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
lyndond
1999-10-22 21:47:51 UTC
This output was generated with rpm version 3.0.3. It is identical with the version 3.0 supplied with RedHat 6.0 and version rpm version 3.0.2 It is repeatable across multiple machines running RedHat 6.0 Your command works for me running ~rpm-3.0.3 on Red Hat 6.1/sparc. The tcpdump indicates that the ftp connection initiated on the local machine (sentinet?) is being immediately closed by the remote machine (swallow?). This is not an rpm problem, but rather an FTP configuration problem. Several other things: 1) --rcfile ./rpmrc rpm-3.0.x no longer reads /usr/lib/rpm/rpmrc by default. That means that either ./rpmrc must do include: /usr/lib/rpm/rpmrc or you should invoke as --rcfile /usr/lib/rpm/rpmrc:./rpmrc (Add /etc/rpmrc and/or ~/.rpmrc if those are required) 2) rpm uses passive FTP for all transfers. |