Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 15:10:03 -0700 (PDT)
From:      Dima Dorfman <dima@unixfreak.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/22308: mounting NFS during boot blocks if host map comes from NIS
Message-ID:  <200010262210.PAA64605@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/22308; it has been noted by GNATS.

From: Dima Dorfman <dima@unixfreak.org>
To: brandt@fokus.gmd.de
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/22308: mounting NFS during boot blocks if host map comes from
 NIS
Date: Thu, 26 Oct 2000 15:03:12 -0700 (PDT)

 > 
 > >Number:         22308
 > >Category:       conf
 > >Synopsis:       mounting NFS during boot blocks if host map comes from NIS
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Thu Oct 26 03:10:01 PDT 2000
 > >Originator:     Hartmut Brandt
 > >Release:        FreeBSD 5.0-CURRENT i386
 > >Organization:
 > GMD Fokus
 > >Environment:
 > 
 > 	nsswitch.conf is setup as:
 > 
 > 	hosts: files nis dns
 > 
 > 	a lot of NFS file systems are mounted in /etc/fstab
 > 
 > >Description:
 > 
 > 	mount_nfs blocks *very* long trying to get the NFS server's host
 > 	names via NFS. changing the order to 'files dns nis' is a workaround.
 
 You may also want to try adding 'bg' to the mount options in fstab.
 This will cause the mount_nfs process to fork off and keep trying to
 mount the filesystem if it can't do it right away.  The obvious
 drawback is that your system may come up in multiuser without the
 filesystem mounted if your NIS server is a little slow.
 
 Furthermore, depending on your situation, you may want to look into
 using amd(8).
 
 > 
 > >Fix:
 > 
 > 	Change the order in /etc/rc to mount NFS after doing the ypbind.
 
 ypbind is on /usr; what if /usr is an imported filesystem?
 
 Regards
 
 -- 
 Dima Dorfman <dima@unixfreak.org>
 Finger dima@unixfreak.org for my public PGP key.
 
 "The best way to keep one's word is not to give it."
 	-- Napoleon Bonaparte
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010262210.PAA64605>