On Tue, 2022-01-18 at 11:27 +0100, Fabian Groffen wrote: > On 18-01-2022 18:24:11 +0800, Ian Kent wrote: > > A debug log is almost always what I ask for. > > > > Setting "logging = debug" in /etc/autofs.conf will do it. > > You need to get a log from start of automount to after the problem > > occurs. > > Let me try this and come back to you. You might need to take some care doing this. If your using systemd then a simple "journalctl | grep automount" usually gets what we need. But if your relying on syslog often the log level setting won't record debug logging so it needs to be changed. Otherwise we don't get a full log. Ian