Public bug reported:

When thin-client are configured to use NFS root, then the option
LDM_DIRECTX causes a login failure.

I discovered that the file /root/.Xauthority and the directory
/root/.ssh are not created with NFS root setup, because /root is read-
only.

It simple to fix, /root need to be put in the rw directory list for
mount bind in $CHROOT/etc/default/ltsp-client-setup

--- ltsp-client-setup   2008-05-22 09:09:29.000000000 -0400
+++ ltsp-client-setup.ldm-directx-nfs-fix       2008-05-22 09:09:15.000000000 
-0400
@@ -13,7 +13,7 @@
 
 # tmpfs/bind directions that get mounted with only directory structure
 # preserved
-rw_dirs="/var/lib/xkb /var/log /var/spool /var/tmp /tmp /var/lib/discover 
/etc/console-setup" 
+rw_dirs="/var/lib/xkb /var/log /var/spool /var/tmp /tmp /var/lib/discover 
/etc/console-setup /root"
 
 # tmpfs/bind directions that get mounted with directory structure and data
 # copied

** Affects: ltsp (Ubuntu)
     Importance: Undecided
         Status: New

-- 
LDM_DIRECTX doesn't work with NFS root
https://bugs.launchpad.net/bugs/234006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to