Date: Wed, 9 Aug 2000 16:15:22 -0400 From: Benjamin Greenwald <beng@lcs.mit.edu> To: Evren Yurtesen <evren@ispro.net.tr> Cc: freebsd-stable@freebsd.org Subject: Re: boot delay with NIS Message-ID: <20000809161522.B22271@lcs.mit.edu> In-Reply-To: <Pine.BSF.4.21.0008092252040.51988-100000@finland.ispro.net.tr>; from evren@ispro.net.tr on Wed, Aug 09, 2000 at 10:52:58PM %2B0300 References: <Pine.BSF.4.21.0008092252040.51988-100000@finland.ispro.net.tr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000809161522.B22271>