Bug#826886: systemd: NFS share not mounted during boot

Matt Wilkins M.C.Wilkins at massey.ac.nz
Thu Jun 9 21:19:43 BST 2016


Here is my /etc/network/interfaces, is that all you need?

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

Thanks

Matt

On Thu, Jun 09, 2016 at 09:22:29PM +0200, Michael Biebl wrote:
> Am 09.06.2016 um 21:03 schrieb Matt Wilkins:
> > Package: systemd
> > Version: 215-17+deb8u4
> > Severity: normal
> > Tags: d-i
> > 
> > Dear Maintainer,
> > 
> > I upgraded from wheezy to jessie.  My NFS /home doesn't mount at boot.
> > The relevant line in /etc/fstab was:
> > 
> >    tur-lsfs1:/export/home  /home           nfs     defaults,vers=4,noatime     0       0
> > 
> > root is allowed to login to fix things, I issue
> > 
> >    mount /home
> > 
> > and it mounts fine.  So I suspect that something else needed to load
> > during the boot.
> > 
> > I change the line in /etc/fstab to
> > 
> >    tur-lsfs1:/export/home  /home           nfs     defaults,vers=4,noatime,x-systemd.automount        0       0
> > 
> > and all is well: mounts at boot time no problem.
> > 
> 
> 
> Can you post your network configuration details please
> 
> 
> 
> 
> -- 
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
> 




More information about the Pkg-systemd-maintainers mailing list