On Do, Sep 06, 2012 at 19:47:25 (CEST), Michael Terry wrote: > Can't reproduce on my normal non-NFS setup, so the NFS bit must be > important. > > I would not at all be surprised if unity-greeter is responsible for > this. Is there an easy way to fake NFS /home without actually doing > it?
You could try to install an nfs server on localhost and mount from there. However, I'd be a bit surprised if that actually worked. Setting up nfs is really super easy: apt-get install nfs-kernel-server mkdir -p /srv/nfs/home echo /srv/nfs <clientip>(rw,async) | tee /etc/exports exportfs -rv # server done, you might want to create the actual home directory with # correct owner and permissions, though on the client: sudo apt-get install nfs-common sudo mount <serverip>:/srv/nfs/home /home #client done -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1044251 Title: Unable to login - Password input box does not appear Status in “lightdm” package in Ubuntu: Confirmed Status in “lightdm” source package in Quantal: Confirmed Bug description: This is in a NIS/Kerberos environment with shared users in a lab. /home is on NFS. I have configured lightdm to disable the list of users with these entries in /etc/lightdm/lightdm.conf: [SeatDefaults] greeter-session=unity-greeter allow-guest=false greeter-hide-users=true greeter-show-manual-login=true The symptoms are actually quite similar to bug #986967, but happen again in quantal. I can enter my user name, but the password box won't appear. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: lightdm 1.3.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3 Uname: Linux 3.5.0-13-generic x86_64 ApportVersion: 2.5.1-0ubuntu4 Architecture: amd64 Date: Fri Aug 31 10:02:29 2012 ExecutablePath: /usr/lib/lightdm/lightdm-greeter-session InterpreterPath: /bin/dash ProcEnviron: PATH=(custom, no user) SHELL=/bin/false LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_MESSAGES=C.UTF-8 SourcePackage: lightdm UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1044251/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

