[Bug 256592] automountd invoking /etc/autofs/special_hosts with non-hostnames as first argument
Date: Fri, 25 Jun 2021 20:44:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256592 Edward Tomasz Napierala <trasz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |trasz@FreeBSD.org --- Comment #2 from Edward Tomasz Napierala <trasz@FreeBSD.org> --- Can you try something like this: # dtrace -n 'autofs_trigger_vn:entry { stack(); ustack(); }' And then run your test in another terminal and observe the output? It should make it evident what is triggering it. -- You are receiving this mail because: You are the assignee for the bug.