From owner-freebsd-questions Tue Mar 25 21:16:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15799 for questions-outgoing; Tue, 25 Mar 1997 21:16:14 -0800 (PST) Received: from hod (hod.tera.com [206.215.142.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA15793 for ; Tue, 25 Mar 1997 21:16:12 -0800 (PST) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod (8.7.5/8.7.3) with ESMTP id VAA08974 for ; Tue, 25 Mar 1997 21:15:32 -0800 (PST) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id VAA02341 for questions@freebsd.org; Tue, 25 Mar 1997 21:15:30 -0800 (PST) Message-Id: <199703260515.VAA02341@athena.tera.com> Subject: OK, one last thing... To: questions@freebsd.org Date: Tue, 25 Mar 1997 21:15:30 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After rebuilding my kernel and adding the line if [ -d /usr/lib/compat ]; then _LDC="${_LDC} /usr/lib/compat" ; fi to /etc/rc, I'm almost finished upgrading to 2.2. The one thing that caught me by surprise was that the probe routines no longer detected my SCSI CD-ROM. Or else it didn't detect /dev/cd0. Anybody have any ideas about this `last bug'? gary kline PS: I'm keeping a raft of notes re how to upgrade by just rebuilding the world... so if anybody is interested, drop a line.