On Fri, 2022-01-21 at 08:07 +0100, Fabian Groffen wrote: > On 20-01-2022 19:41:11 +0800, Ian Kent wrote: > > > If it's not using the expected location for autofs.conf that's a > > > build > > > problem. > > > > > > Can you get me a build log. > > > > And what does "automount -V" say? > > Linux automount version 5.1.8 > > Directories: > config dir: /etc/conf.d > maps dir: /etc/autofs > modules dir: /usr/lib64/autofs > > Compile options: > DISABLE_MOUNT_LOCKING ENABLE_FORCED_SHUTDOWN > ENABLE_IGNORE_BUSY_MOUNTS > LIBXML2_WORKAROUND WITH_LIBTIRPC > > (this is identical to the 5.1.6 output) > > build-log attached That all looks good, including the build log. How about we try stopping the autofs service and run automount manually and see what we get. Stop the service then run "automount -fd | tee autofs.log". It might be useful to add a stderr redirect too but I usually don't need it, eg. "automount -fd 2>&1 | tee autofs.log". Ian