From owner-freebsd-stable Tue Apr 4 9:48:59 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B0AE937B6E3 for ; Tue, 4 Apr 2000 09:48:54 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA93059; Tue, 4 Apr 2000 10:48:50 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA69682; Tue, 4 Apr 2000 10:48:07 -0600 (MDT) Message-Id: <200004041648.KAA69682@harmony.village.org> To: Randy Bush Subject: Re: 3.4-stable to 4.0-stable wedge Cc: FreeBSD Stable In-reply-to: Your message of "Mon, 03 Apr 2000 21:12:00 PDT." References: Date: Tue, 04 Apr 2000 10:48:07 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Randy Bush writes: : i did a buildworld and : : cd /usr/src : [**] : make buildworld : cd sbin/mknod : make install : cd sys/modules : make install : : We've upgraded the instructions a little. The above now says: To build a kernel ----------------- cd /usr/src # If you have not already done so, please buildworld here make buildkernel KERNEL= make installkernel KERNEL= # Verify that the new kernel works, it will be installed as # /YOUR_KERNEL_HERE chflags noschg /kernel mv /kernel /kernel.old mv /YOUR_KERNEL_HERE /kernel chflags schg /kernel which avoids the libc.so.4.0 problem you ran into. : # SCSI peripherals : #device scbus # SCSI bus (required) : #device da # Direct Access (disks) : device sa # Sequential Access (tape etc) : #device cd # CD : device pass # Passthrough device (direct SCSI access) commenting out "required" devices generally is a bad idea :-). That's likely the root of your problem. You need to have scbus in your kernel to deal properly with having the ahc driver, the pass driver and the sa driver. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message