Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Damien Fleuriot
Well, I would suggest you try this: cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC cd /boot mv kernel test mv kernel.old kernel nextboot -k test Then, you can reboot. This will ensure you can boot a stock kernel just fine. If you can, obviously there is

Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Troy
The generic kernel worked. What's the easiest way to try and figure out which line is causing the hang in my custom kernel? When it hangs it gives me nothing other than what I put in the initial email. I've been using this custom kernel config for years on this server. On 12/28/2010 4:13

Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Damien Fleuriot
On 12/28/10 5:48 PM, Troy wrote: The generic kernel worked. What's the easiest way to try and figure out which line is causing the hang in my custom kernel? When it hangs it gives me nothing other than what I put in the initial email. I've been using this custom kernel config for years on

Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Rob Farmer
On Mon, Dec 27, 2010 at 17:05, Troy t...@twisted.net wrote: # Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150) device          atpic                   # 8259A compatability What is this? Do you actually need it? nforce 3 is pretty old - maybe it got broken somewhere

Kernel/World Upgrade causes Hang

2010-12-27 Thread Troy
I recently rebuilt the world and kernel and everything built just fine and when I went to boot into the new kernel, it hangs. I had to revert back to my previous kernel. Currently I'm running: FreeBSD server.domain.net 8.0-STABLE FreeBSD 8.0-STABLE #1: Sat Jan 23 20:44:06 CST 2010

Re: Kernel/World Upgrade causes Hang

2010-12-27 Thread Damien Fleuriot
Hey Troy, I can't speak for the rest of the list but I think we're missing a bit of information here. What are you trying to build and boot, 8.1, 8.2pre ? Are you building a GENERIC kernel ? I notice you're currently using a custom one. If you're not, I would suggest trying GENERIC first.

Re: Kernel/World Upgrade causes Hang

2010-12-27 Thread Troy
Sorry. I am on the RELENG_8 tree and I believe it was building 8.2pre. I did the build about 4 days ago. I am building a custom kernel. Yes I definitely built the world before the kernel and it worked. I did not use -J anything. There is no boot message, it just hangs with what I wrote