Bug 106908
Summary: | install/uninstall operations VERY slow | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | nvwarr |
Component: | rpm | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-10-13 15:45:16 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
nvwarr
2003-10-13 12:58:25 UTC
Slow is in the eye of the beholder, and not a bug unless you supply comparitive data with a different machine. Yes, fsync is called repeatedly. If slow, then I suggest looking at your disk perormance and/or kernel buffer cache. My point was that by running an _extra_ command, rpm became faster which implies that something is definitely wrong. I am not talking about slow in absolute terms, but slow relative to running rpm on its own and running it with sync. In fact, the problem seems to be with the NPTL patches in the kernel, so it is not an rpm bug. I was already beginning to suspect a kernel issue when I first posted (which is why I said which kernel I was using). Then I found that kernel-2.4.20-19.8 did not suffer from this problem. Now I have tried taking the 2.4.20-28.9 kernel and modifying the spec file to remove the NPTL patches and that works too. With the NPTL patches, I get the same problem as with 2.4.20-20.9. One thing I didn't notice when I first posted was that the problem only occurs if something is running niced (one of my users runs SETI). So, the problem is definitely not an rpm problem and rpm-4.2-1 is working fine with the kernel without NPTL. So from that point of view it is closed. However, I would like to add that anyone who is running the NPTL kernel with something niced in the background, might be fooled into thinking rpm was running slowly or worse think it had locked up altogether and kill it with kill -9 leaving all the locking problems. I suspect that a large proportion of the bugs reported as rpm bugs are actually due to the inclusion of NPTL in the kernel. So although this bug is not your responsability, it may be causing most of the bug reports you are receiving. |