Bug 7455
| Summary: | /usr does not unmount | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Geoff Reedy <geoff+fedora> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | rvokal |
| 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: | 2000-01-18 20:21:25 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: | |||
| Bug Depends On: | 7489 | ||
| Bug Blocks: | |||
|
Description
Geoff Reedy
1999-11-30 22:17:03 UTC
Does this only happen with 4.68 for you as opposed to earlier/later errata releases? I've had this problem ever since upgrading to 6.1 The problem is that fuser kills some stuff that shouldn't be killed. I put in a fuser -v -m /usr to see what was getting killed. It reported that both rc and S01halt were using /usr. After a little further investigation I figured out the whole of the problem: These machines use LDAP for authentication, so ldap is in /etc/nsswitch.conf. The libc loads the ldap library which is installed in /usr/lib. As a result every process depends on /usr. So I guess this is really a bug with the openldap rpm in that it should install libldap to /lib. This is fixed in the nss_ldap RPMs in Raw Hide. |