Hi *, I have the following two entries in my /etc/fstab: # nfs mounts video.domain.my:/var/spool/video/video0 /var/spool/video/video0 nfs auto,_netdev 0 0 video.domain.my:/var/spool/video/video0 /upnp-root-remote/VDR_Videos nfs auto,_netdev 0 0 On Leap 42.3 with latest hotfixes I always get an error on boot for the second one, while the first one mounts correctly. In the journal one can see the following entries: ------------------------< snip snip snip >----------------------------- [...] 21:51:20 syslogsrv systemd[1]: Mounting /upnp-root-remote/VDR_Videos... [...] 21:51:23 syslogsrv systemd[1]: upnp\x2droot\x2dremote-VDR_Videos.mount: Mount process exited, code=exited status=32 21:51:21 syslogsrv named[3077]: listening on IPv4 interface lo, 127.0.0.1#53 21:51:23 syslogsrv systemd[1]: Failed to mount /upnp-root-remote/VDR_Videos. 21:51:21 syslogsrv named[3077]: listening on IPv4 interface br0, 192.168.1.8#53 21:51:23 syslogsrv systemd[1]: Dependency failed for Remote File Systems. 21:51:21 syslogsrv named[3077]: listening on IPv4 interface br0:1, 192.168.129.8#53 21:51:24 syslogsrv systemd[1]: remote-fs.target: Job remote-fs.target/start failed with result 'dependency'. 21:51:24 syslogsrv systemd[1]: upnp\x2droot\x2dremote-VDR_Videos.mount: Unit entered failed state. 21:51:30 syslogsrv mount[3010]: mount.nfs: Failed to resolve server video.domain.my: Name or service not known [...] 21:51:37 syslogsrv systemd[1]: Started NFS server and services. 21:51:37 syslogsrv systemd[1]: Mounting /var/spool/video/video0... 21:51:38 syslogsrv systemd[1]: Starting Notify NFS peers of a restart... 21:51:39 syslogsrv systemd[1]: Mounted /var/spool/video/video0. 21:51:40 syslogsrv systemd[1]: Started Notify NFS peers of a restart. [...] ------------------------< snip snip snip >----------------------------- systemd tries to mount the second fstab entry before the network and name resolution are available, while the first one is mounted correctly after the network is available and named has been started. And yes, the entries are shown in that order in the journal, though the time seems to jump back and forth. I can't see any difference between the two entries. Why does systemd treat them different? Thx and bye. Michael. -- Michael Hirmke -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org