From owner-freebsd-stable@FreeBSD.ORG Mon Aug 22 20:33:09 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B9C16A41F for ; Mon, 22 Aug 2005 20:33:09 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B2A43D48 for ; Mon, 22 Aug 2005 20:33:08 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j7MKUlEP082584; Mon, 22 Aug 2005 22:30:47 +0200 (CEST) (envelope-from sos@deepcore.dk) In-Reply-To: <6.2.3.4.0.20050822161456.07b27678@64.7.153.2> References: <6.2.3.4.0.20050822161456.07b27678@64.7.153.2> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Mon, 22 Aug 2005 22:33:04 +0200 To: Mike Tancsa X-Mailer: Apple Mail (2.734) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-stable@FreeBSD.ORG Subject: Re: ata breakage from RELENG_5 to RELENG_6 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: Mon, 22 Aug 2005 20:33:09 -0000 On 22/08/2005, at 22:24, Mike Tancsa wrote: > > I updated one of our boxes from RELENG_5 to 6. Couple of things I =20 > noticed was that the smartmontools and atacontrol seems to be =20 > broken now. I updated smartmon to the latest in the ports, but same =20= > problem. The ioctl ABI to ATA has changed, you need atacontrol and =20 smartmontools to be in sync. atacontrol is just a recompile, smartmontools you want rev 1.17 or =20 later of the Makefile... - S=F8ren