From owner-freebsd-questions Thu Nov 23 22: 8:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id AD7DB37B4CF for ; Thu, 23 Nov 2000 22:08:11 -0800 (PST) Received: (qmail 11780 invoked by uid 100); 24 Nov 2000 06:08:11 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14878.1483.244654.354284@guru.mired.org> Date: Fri, 24 Nov 2000 00:08:11 -0600 (CST) To: Charles Henrich Cc: questions@freebsd.org Subject: Re: NFS mounts in /etc/fstab fail to mount at boot In-Reply-To: <24434604@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles Henrich types: > I've run into this once before and it has me baffled. When I boot my machine > the nfs mounts in /etc/fstab: > # Device Mountpoint FStype Options Dump Pass# > /dev/da0s1b none swap sw 0 0 > /dev/da0s1a / ufs rw 1 1 > /dev/da0s1e /tmp ufs rw 2 2 > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > proc /proc procfs rw 0 0 > netapp1-e5:/home /MFX nfs rw,bg,soft,-3 0 0 > netapp1-e6:/vol/slash/home /home nfs rw,bg,soft,-3 0 0 > fail to mount automatically. The output of mount -d -a -t nfs when run by > /etc/rc is empty. However if I log into the machine and do the mount -d -a -t > nfs command it shows the correct thing, i.e.: > > exec: mount_nfs -o bg -o soft -3 netapp1-e5:/home /MFX > exec: mount_nfs -o bg -o soft -3 netapp1-e6:/vol/slash/home /home > > At the same time some of the scripts in /usr/local/etc/rc.d do not run at boot > time (specifially the samba.sh script that is installed by the port). I can > run it by hand it works properly, but it just doesnt trigger at boot. > > Does anyone have any ideas here? Thanks much! Yes, show us the error messages! I have a system that does that. Specifically, the *first* time I boot it after powering it on, the NFS mounts time out. If I interrupt them, the next thing that tries to use the network card times out. If I reboot it after having the network up, everything works fine. I assume it's a problem with the card initialization, but haven't gotten around to looking into it. Are you seeing that kind of behavior by any chance.