Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 14:34:56 +0100
From:      Gerrit =?ISO-8859-1?Q?K=FChn?= <gerrit.kuehn@aei.mpg.de>
To:        freebsd-net@freebsd.org
Subject:   Fw: 100.chksetuid handging on nfs mounts
Message-ID:  <20171215143456.278a3dc31bb09c9217e83927@aei.mpg.de>

next in thread | raw e-mail | index | archive | help
Hello all,

As I got no response at all on freebsd-fs, I try again here...



Begin forwarded message:

Date: Tue, 5 Dec 2017 09:04:51 +0100
From: Gerrit K=FChn <gerrit.kuehn@aei.mpg.de>
To: freebsd-fs@freebsd.org
Subject: 100.chksetuid handging on nfs mounts


Hello all,

I just found that the daily security job on a system here was hanging on
chksetuid due to a defunct nfs server. Specifically, it turned out that it
was hanging on this find:

---
find -sx / /dev/null -type f \( -perm -u+x -or -perm -g+x -or -perm -o+x
\) \( -perm -u+s -or -perm -g+s \) -exec ls -liTd \{\} \+
---


My understanding up to now was that "-x" should prevent find from
accessing mounted nfs dirs (/ is on local disk, the hanging nfs mounts
are somewhere under /data/...). Why does the thing still hang, and how can
I prevent this?


cu
  Gerrit
_______________________________________________
freebsd-fs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171215143456.278a3dc31bb09c9217e83927>