http://bugzilla.novell.com/show_bug.cgi?id=565151 http://bugzilla.novell.com/show_bug.cgi?id=565151#c0 Summary: AutoFS "lazy unmounts" on restart and causes cwd truncation Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lchiquitto@novell.com QAContact: qa@suse.de CC: ihno@novell.com, jeffm@novell.com, sqiu@novell.com Found By: --- Blocker: --- This problem affects all versions of AutoFS that we ship. How to reproduce: 1. Mount an NFS volume using AutoFS: os112:/nfs/export/dir1/dir2/dir3 # /bin/pwd /nfs/export/dir1/dir2/dir3 * /nfs/export is an NFS volume mounted by AutoFS 2. Restart AutoFS while the mount point is in use (by the shell in this example) os112:/nfs/export/dir1/dir2/dir3 # rcautofs restart Shutting down automount done Starting automount done 3. Check the process current directory: os112:/nfs/export/dir1/dir2/dir3 # /bin/pwd dir1/dir2/dir3 A simple "cd ." will fix things in the shell, but this can't be done for other binaries that might be running with $cwd below the AutoFS managed volume. This bug is already fixed upstream and the code (kernel and userland) is already included on openSUSE 11.2 (kernel > 2.6.28 and autofs 5.0.4). The problem still exists because the configuration option USE_MISC_DEVICE is being disabled by default in the init script. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.