Este contenido no está disponible en el idioma seleccionado.
9.7. Storing User Settings Over NFS
For
dconf to work correctly when using Network File System (NFS) home directories, the dconf keyfile back end must be used.
Note that the glib2-fam package must be installed on the system when using the
dconf keyfile back end. Otherwise notifications on configuration changes made on remote machines will not work properly.
Procedure 9.1. Setting the dconf Keyfile Back End
- Verify that the glib2-fam package is installed on the system.
- The system must be subscribed to the
Optionalchannel. To learn how to subscribe the system to theOptionalchannel, read this resource: How to access Optional and Supplementary channels, and -devel packages using Red Hat Subscription Management (RHSM)? - Install the glib2-fam package by running the following command:
yum install glib2-fam
# yum install glib2-famCopy to Clipboard Copied! Toggle word wrap Toggle overflow
- Create or edit the
/etc/dconf/profile/userfile on every client. - At the very beginning of this file, add the following line:
service-db:keyfile/user
service-db:keyfile/userCopy to Clipboard Copied! Toggle word wrap Toggle overflow
The
dconf keyfile back end will only take effect the next time that the user logs in. It polls the keyfile to determine whether updates have been made, so settings may not be updated immediately.