Hey,i upgrade using that options: #cd /usr/src #make buildworld #make buildkernel KERNCONF=MINE #make installkernel KERNCONF=MINE #reboot (press 4 for single-user mode) #fsck -p #mount -u / #mount -a #cd /usr/src #mergemaster -p #make installworld #mergemaster and when i reboot, freebsd stops under "Mounting NFS file systems:." i've commented all stuff related to NFS under kernel, cause i didnt need it .. but,when these appears, i reboot in single-user mode and rebuild the kernel for accepting NFS to try, altough, the same problem remainds. I reinstall and reupdate all over 4 times... anyone knows what's that ?? thanks _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
On Sun, Dec 05, 2004 at 02:43:48AM +0000, Marta Resende wrote:> Hey,i upgrade using that options: > > #cd /usr/src > #make buildworld > #make buildkernel KERNCONF=MINE > #make installkernel KERNCONF=MINE > #reboot > (press 4 for single-user mode) > #fsck -p > #mount -u / > #mount -a > #cd /usr/src > #mergemaster -p > #make installworld > #mergemaster > > and when i reboot, freebsd stops under > "Mounting NFS file systems:." > > i've commented all stuff related to NFS under kernel, cause i didnt need it > .. > > but,when these appears, i reboot in single-user mode and rebuild the kernel > for accepting NFS to try, altough, the same problem remainds. > I reinstall and reupdate all over 4 times... > > anyone knows what's that ??Do you have nfs options enabled in /etc/rc.conf? What process is running (press ^T at the point where it "stops"). Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041204/479e0741/attachment.bin
On Sun, 5 Dec 2004, Marta Resende wrote:> Hey,i upgrade using that options: > > #cd /usr/src > #make buildworld > #make buildkernel KERNCONF=MINE > #make installkernel KERNCONF=MINE > #reboot > (press 4 for single-user mode) > #fsck -p > #mount -u / > #mount -a > #cd /usr/src > #mergemaster -p > #make installworld > #mergemaster > > and when i reboot, freebsd stops under "Mounting NFS file systems:."Could you try hitting Ctrl-T at the point where things seem stuck? This will cause the kernel to print out information on the current foreground process. It will also tell us what, at a kernel level, the process is blocked on. For example: paprika:~/ngcmac> sleep 10 load: 0.01 cmd: sleep 45193 [nanslp] 0.00u 0.00s 0% 452k The sleep command is typically blocked in the nanslp wait channel in the kernel. You are likely to find a process blocked in [kqread], which is often a suggestion that the process is blocked in a DNS lookup: paprika:~/freebsd/commit/src/sys/kern> telnet www.unresolveable.org load: 0.08 cmd: telnet 45211 [kqread] 0.01u 0.00s 0% 1944k Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research