https://bugzilla.novell.com/show_bug.cgi?id=333688 Summary: earlyxdm not checking for nfs mounts in /home properly Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: shaggyman@gate.net QAContact: qa@suse.de Found By: Customer Line 35 of earlyxdm reads: 35 *) case "$where" in 36 /usr*|/opt*|/home*) return 1 ;; I believe it should be: 35 *) case "$what" in 36 /usr*|/opt*|/home*) return 1 ;; Because of this you can log in before NFS has mounted necessary files in /home/user/xxx. Example entry in my fstab: windingcircle:/shared/green /home/bob/green nfs defaults,rw 0 0 $where is the first part which doesn't match any of the possibilities, $what is the second part which does. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.