From owner-freebsd-stable@FreeBSD.ORG Sun Dec 18 22:05:46 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C12151065678; Sun, 18 Dec 2011 22:05:46 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id A66718FC0A; Sun, 18 Dec 2011 22:05:46 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RcOra-000KMi-EQ; Sun, 18 Dec 2011 22:05:46 +0000 Date: Sun, 18 Dec 2011 17:05:45 -0500 Message-ID: From: Randy Bush To: Jeremy Chadwick In-Reply-To: <20111218214948.GA7045@icarus.home.lan> References: <4EEC7B54.4070407@FreeBSD.org> <4EECC3E1.2000005@FreeBSD.org> <4EEE0F1A.4050609@FreeBSD.org> <20111218214948.GA7045@icarus.home.lan> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: "Andrey V. Elsukov" , FreeBSD Stable Subject: Re: 8.2->9.prerel: gmirror failed with error 19 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 22:05:46 -0000 > With the introduction of FreeBSD 9.x, all ATA devices now use a > translation layer (ATA->CAM), and this is especially so with anything > SATA. I imagine this needs to be documented (in red, bold, etc.) in the > official 9.0-RELEASE documentation, because it's probably going to trip > up others. But, things of this nature are supposed to be documented in > /usr/src/UPDATING, and admins are *expected* to read that file. actually, even thought i am a boy, i did read UPDATING :) read again and found 20110424 > Finally, please be aware that when transitioning between FreeBSD > versions, you cannot 100% reliably/safely copy your old kernel > configuration file. i don't. i use ediff in emacs between old config and new GENERIC but my fault for missing the clue in UPDATING. thanks for the clue by four. randy