Hello,
I got a problem with umbrel using autofs to backup the LND channel file to a NAS.
Autofs is also installed on a Pi3
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
and Umbrel + autofs is installed on a Pi4
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
I copied the config files one by one from Pi3 to Pi4, but only Pi3 will work fine.
Umbrel debug log:
Starting automounter version 5.1.2, master map /etc/auto.master
using kernel protocol version 5.05
lookup(file): failed to read included master map auto.master
mounted indirect on /mnt/XXXX/ with timeout 60, freq 15 seconds
ghosting enabled
attempting to mount entry /mnt/XXXX/YYYY
mounted /mnt/XXXX/YYYY
re-reading map for /mnt/XXXX/
do_mount_indirect: indirect trigger not valid or already mounted /mnt/XXXX/YYYY
dev_ioctl_send_fail:499: AUTOFS_DEV_IOCTL_FAIL: error Invalid argument
do_mount_indirect: indirect trigger not valid or already mounted /mnt/XXXX/YYYY
dev_ioctl_send_fail:499: AUTOFS_DEV_IOCTL_FAIL: error Invalid argument
do_mount_indirect: indirect trigger not valid or already mounted /mnt/XXXX/YYYY
dev_ioctl_send_fail:499: AUTOFS_DEV_IOCTL_FAIL: error Invalid argument
while Pi3 does it right:
Starting automounter version 5.1.7, master map /etc/auto.master
using kernel protocol version 5.05
mounted indirect on /mnt/XXXX with timeout 60, freq 15 seconds
ghosting enabled
attempting to mount entry /mnt/XXXX/YYYY
mounted /mnt/XXXX/YYYY
The configs are:
root@umbrel:/# cat /etc/auto.master.d/syno.autofs
/mnt/XXXX/ /etc/auto.master.d/syno.map -t=60 --ghost
root@umbrel:/# cat /etc/auto.master.d/syno.map
YYYY -fstype=cifs,uid=1000,gid=1000,credentials=/etc/auto.master.d/synocred,iocharset=utf8,nosuid,nodev,vers=3.0 ://192.168.z.zzz/folder
Does somebody has any idea why Pi3 is running correctly while Umbrel is not?
Thanks