Got the same Problem without changing my configs on an up to date Tumbleweed. Guess it came with an update in the last days.
/etc/autofs.conf
autofs ]timeout = 300
mount_verbose = no
browse_mode = no
logging = debug
amd ]
dismount_interval = 300
/etc/auto.master.d/bebelbrux.autofs
/- /etc/auto.master.d/bebelbrux.auto --timeout=60,--ghost
/etc/auto.master.d/bebelbrux.auto
/mnt/autofs/all -fstype=nfs4,rw,soft 192.168.0.1:/
When I call automount -fv and enter the automount directory I got following error
handle_packet: type = 5
handle_packet_missing_direct: token 9, name /mnt/autofs/all, request pid 12122
attempting to mount entry /mnt/autofs/all
lookup_mount: lookup(file): looking up /mnt/autofs/all
lookup_mount: lookup(file): /mnt/autofs/all -> -fstype=nfs4,rw,soft 192.168.0.1:/
parse_mount: parse(sun): expanded entry: -fstype=nfs4,rw,soft 192.168.0.1:/
parse_mount: parse(sun): gathered options: fstype=nfs4,rw,soft
parse_mount: parse(sun): dequote("192.168.0.1:/") -> 192.168.0.1:/
parse_mount: parse(sun): core of entry: options=fstype=nfs4,rw,soft, loc=192.168.0.1:/
sun_mount: parse(sun): mounting root /mnt/autofs/all, mountpoint /mnt/autofs/all, what 192.168.0.1:/, fstype nfs4, options rw,soft
mount(nfs): root=/mnt/autofs/all name=/mnt/autofs/all what=192.168.0.1:/, fstype=nfs4, options=rw,soft
mount(nfs): nfs options="rw,soft", nobind=0, nosymlink=0, ro=0
get_nfs_info: called with host 192.168.0.1(192.168.0.1) proto 6 version 0x40
get_portmap_client: error 0x3 getting portmap client
mount(nfs): no hosts available
lookup_mount: lookup(file): looking up /mnt/autofs/all
dev_ioctl_send_fail: token = 9
failed to mount /mnt/autofs/all
When I mount manually the same directory with exactly the same parameters it works
mount -t nfs4 -o rw,soft 192.168.0.1:/ /mnt/autofs/all
Does anybody knows about updates for automount or related libs in the last 7 Days?