Bug 175916
| Summary: | pam upgrade left system-auth.rpmsave, but no new system-auth created (disables logins) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jarod Wilson <jarodwilson> |
| Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> |
| Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | tmraz |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-12-30 17:49:28 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
Jarod Wilson
2005-12-16 08:10:54 UTC
That would have to be a RPM bug as system-auth is marked %config(noreplace) in spec file so the original system-auth shouldn't be overwritten and instead of it a system-auth.rpmnew should be created. Files with extension .rpmsave are created when the original file is not in a package. I see no evidence that this "would have to be an RPM bug". Well the reason is that the files mentioned are in the new version of the package so they shouldn't be removed. I don't say that it is 100% rpm bug. Depending on the install method it can be also yum or it might be SELinux policy bug. But it definitely isn't a bug in the PAM package. Reporter, could you please write exact steps you have done when you were upgrading the PAM package? Also could you try the same steps with the newest PAM library? And do you have SELinux on and in enforcing mode? I'd probably have to retrace my steps entirely to figure out exactly when things went wrong, this system was a fully updated FC4 box that I started doing nightly yum upgrades on. One such upgrade included the pam version mentioned in the initial description. No problems with the subsequent upgrade to pam 0.99.2.1-2 though. I'll see what I can get with another FC4 system... Ah, and SELinux is disabled. I've done successful upgrades using anaconda to rawhide from FC4 + updates. I'll try and reproduce here. Just tried to reproduce here. Fully updated an FC4 box, ran authconfig to enable ldap authentication, then upgraded to pam out of current rawhide (0.99.something), and everything worked as expected this time. On a semi-related note, a full yum upgrade to rawhide has made the system completely unbootable, but that's for another ticket... |