Error:
Apr 2 14:27:00 s41 systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Apr 2 14:27:00 s41 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 4186 (telegraf)
The solution is to restart the “proc-sys-fs-binfmt_misc.automount” service:
systemctl restart proc-sys-fs-binfmt_misc.automount
If the issue continues, and you don’t need this service, you can disable it:
systemctl disable proc-sys-fs-binfmt_misc.automount
systemctl stop proc-sys-fs-binfmt_misc.automount