[Bug 333688] New: earlyxdm not checking for nfs mounts in /home properly
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.
https://bugzilla.novell.com/show_bug.cgi?id=333688#c1 Matej Horvath <mhorvath@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |coolo@novell.com --- Comment #1 from Matej Horvath <mhorvath@novell.com> 2007-10-15 05:58:09 MST --- 10.3: preload-0.2-110 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333688#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Stephan Kulow <coolo@novell.com> 2007-11-07 04:40:48 MST --- good catch. fixing it for 11.0 -- 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.
participants (1)
-
bugzilla_noreply@novell.com