Fw: 100.chksetuid handging on nfs mounts
Rick Macklem
rmacklem at uoguelph.ca
Sat Sep 1 00:35:52 UTC 2018
Gerrit Kühn wrote:
[stuff snipped]
>My impression was that the find commandline is crafted in a way that
>should prevent it from touching any filesystems mounted into the root
>tree. Maybe I am mistaken here, then hanging on the unavailable nfs mount
>is certainly expected (although not nice ;-) behaviour.
Without looking at the find sources, I'd guess that it does a stat(2) on a directory
and then checks the st_dev to see if it had changed. This will hang for the mount
point directory if it can't do the Getattr RPC.
rick
More information about the freebsd-net
mailing list