From owner-freebsd-stable Mon Jun 24 07:01:33 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22352 for stable-outgoing; Mon, 24 Jun 1996 07:01:33 -0700 (PDT) Received: from rich.isdn.bcm.tmc.edu (root@RICH.ISDN.BCM.TMC.EDU [128.249.250.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA22340 for ; Mon, 24 Jun 1996 07:01:30 -0700 (PDT) Received: from richc.isdn.bcm.tmc.edu (root@richc.isdn.bcm.tmc.edu [128.249.250.37]) by rich.isdn.bcm.tmc.edu (8.7.5/8.6.12) with ESMTP id JAA04681; Mon, 24 Jun 1996 09:01:25 -0500 (CDT) Received: (rich@localhost) by richc.isdn.bcm.tmc.edu (8.7.5/8.6.12) id JAA08142; Mon, 24 Jun 1996 09:01:24 -0500 (CDT) Date: Mon, 24 Jun 1996 09:01:24 -0500 (CDT) Message-Id: <199606241401.JAA08142@richc.isdn.bcm.tmc.edu> From: Rich Murphey To: jkh@time.cdrom.com CC: stable@FreeBSD.ORG In-reply-to: <5573.835543051@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Announcement: -stable will go into code freeze on Tuesday, June 25 Reply-to: rich@rich.isdn.bcm.tmc.edu Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk There's something broken in 'ncrcontrol' and I'm trying to find it. After doing a 'make world' and building and installing a fresh kernel invoking 'ncrcontrol -s tags=0' gives 'incompatible with kernel. Rebuild!'. This is because of a mismatch of the value of ncr_version in the kernel and in ncrcontrol, and I'm going to run gdb on both today to find out why the value is different in spite of reinstalling everything. Rich