Bug 449197
| Summary: | pam_mount fails to unmount encrypted home on log off with GDM | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yousif Al Saif <yousifnet> | ||||||
| Component: | pam_mount | Assignee: | Till Maas <opensource> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | CC: | jengelh, opensource | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | pam_mount-0.49-1.fc9 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-11-02 11:34:36 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Yousif Al Saif
2008-05-31 05:08:30 UTC
Created attachment 307263 [details]
relevant /log/var/secure messages
Created attachment 307264 [details]
relevant /log/var/messages messages
Blame GDM for not having made sure that its subprograms have terminated before calling umount. This does not just concern GDM (but predominantly Gnome and KDE), it actually applies to all programs running in the background and which are not a strict child of <your login program of preference, be it getty,gdm,kdm...> in the process hierarchy. You can use pam_mount >= 0.44 to force killing processes that block unmounting. pam_mount 0.49 is available for Fedora 9, so you should not have any problems anymore. In case you still have, please leave a comment. |