From owner-freebsd-stable Wed Aug 9 13:15:57 2000 Delivered-To: freebsd-stable@freebsd.org Received: from miris.lcs.mit.edu (miris.lcs.mit.edu [18.111.0.89]) by hub.freebsd.org (Postfix) with ESMTP id 3105037B5EB for ; Wed, 9 Aug 2000 13:15:53 -0700 (PDT) (envelope-from beng@cag.lcs.mit.edu) Received: (from beng@localhost) by miris.lcs.mit.edu (8.9.3/8.9.3) id QAA22338; Wed, 9 Aug 2000 16:15:22 -0400 (EDT) Date: Wed, 9 Aug 2000 16:15:22 -0400 From: Benjamin Greenwald To: Evren Yurtesen Cc: freebsd-stable@freebsd.org Subject: Re: boot delay with NIS Message-ID: <20000809161522.B22271@lcs.mit.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from evren@ispro.net.tr on Wed, Aug 09, 2000 at 10:52:58PM +0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just ran into this same problem myself. The problem is that when the chown is executed, ypbind hasn't started yet. There are currently two solutions: 1) Move the chown in /etc/rc to after the start of ypbind. 2) Put the '+' entry in /etc/group above the wheel entry and wait for NIS to timeout. I was planning to submit a PR today. -Ben On Wed, Aug 09, 2000 at 10:52:58PM +0300, Evren Yurtesen wrote: > When I have nis_client_enable="YES" in my /etc/rc.conf file the boot > process is freezing at line chown root:wheel /dev/tty[pqrsPQRS]* > of the /etc/rc file when I comment out this line the machine boots > correctly. The same happened in 2 different machines I use here. The > machines continue boot process after some time (after a timeout?) I > dont know whats wrong really. Any ideas? > > Evren > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe > freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message