On Thu, May 26, 2011 at 11:35:41PM +0200, William Palfreman wrote: > I find my nfe0 interface on my media server (an Acer Revo Atom) has not > finished dhcp by the time /etc/rc.d/mountlate is run, or > /etc/rc.d/mountcritremote. So the two NFS filesystems I want to mount cause > booting to halt in the most inconvenient manner possible for a machine with > no keyboard. > > I originally had this problem with mountcritremote, so I added the late > option to /ett/fstab: > > nfshost:/share /nfs nfs rw,late 0 0 > nfshost:/data /data nfs ro,late 0 0 > > But the network was still not up by the time /etc/rc.d/mountlate ran. So I > slowed things down with the patch you can see below.
What's wrong with "rw,bg,intr" and "ro,bg,intr", respectively, in your situation? -- Clifton -- Clifton Royston -- [email protected] / [email protected] President - I and I Computing * http://www.iandicomputing.com/ Custom programming, network design, systems and network consulting services _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
