Bug 75895
| Summary: | Gconfd continues to run after logging out -- causes umount to fail | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | W. Michael Petullo <redhat> |
| Component: | GConf2 | Assignee: | Mark McLoughlin <markmc> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | ericb, jroyse |
| 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: | 2006-02-21 18:49:57 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
W. Michael Petullo
2002-10-14 18:20:26 UTC
It is documented on the http://www.gnome.org/projects/gconf/ website. To get the gconf lock file out of the NFS mounted home directory and into the /tmp directory I added this to the /etc/skel/.bashrc or ~/.bashrc file: # Added for local /tmp/ file locking for gnome export GCONF_LOCAL_LOCKS=1 This is aparently only patched on RH8.0 Gconf2...? Since the above patch is listed as an experimental patch, my solution was to add to /etc/X11/gdm/PostSession/Default: # fixes for gconf not stopping /usr/bin/killall /usr/libexec/gconfd-2 /usr/bin/killall oafd Now when I log out of X, I can shutdown properly without waiting forever. *** This bug has been marked as a duplicate of 67605 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |