Description of problem: I have an NFS directory /scratch on my server which I access through the automounted (via autofs) /misc/scratch directory on my client. After accessing it with nautilus (manually typing in the path), when it expires or when I manually umount it on the client, nautilus lstat()s the directory, causing it to be mounted again. I also straced gam_server but couldn't find anything happening related to that directory. Version-Release number of selected component (if applicable): nautilus-2.10.0-4 gamin-0.1.1-1.FC4 autofs-4.1.4-5 How reproducible: Everytime. Steps to Reproduce: 1. Prepare NFS automount directory. 2. Access it with Nautilus. 3. Umount it. Actual results: Stays umounted. Expected results: Gets remounted. Additional info:
Relevant lines in auto.master, auto.misc: --- 8< --- /etc/auto.master --- /misc /etc/auto.misc --timeout=60 --- >8 ------------------------ --- 8< --- /etc/auto.misc --- scratch -hard,intr,rsize=8192,wsize=8192,nolock wombat.tiptoe.de:/scratch --- >8 ----------------------
This report targets the FC3 or FC4 products, which have now been EOL'd. Could you please check that it still applies to a current Fedora release, and either update the target product or close it ? Thanks.
Can't seem to reproduce this on FC6.