From owner-freebsd-stable@freebsd.org Tue May 30 22:35:05 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCF67BEFD2C for ; Tue, 30 May 2017 22:35:05 +0000 (UTC) (envelope-from michael+lists@burnttofu.net) Received: from burnttofu.net (burnttofu.net [IPv6:2607:fc50:1:9d00::9977]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "burnttofu.net", Issuer "burnttofu.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 908BB7D7B2; Tue, 30 May 2017 22:35:05 +0000 (UTC) (envelope-from michael+lists@burnttofu.net) Received: from elwha.brokendns.net (elwha.brokendns.net [IPv6:2607:f2f8:a544::2]) by burnttofu.net (8.15.2/8.15.2) with ESMTPS id v4UMZ244070612 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 30 May 2017 18:35:03 -0400 (EDT) (envelope-from michael+lists@burnttofu.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=burnttofu.net; s=bt; t=1496183703; bh=JaCQodXlbhDxy9dohl1CDXcbtcf4PcmsQ4yTx31fzsg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=jpH199UtjfR0aXsOOtwbY11jsuoMATmFXiF2C/gU+5iiND2RJ1hCmoWHMJvEQyto6 MBvOQPgRrik2fsuiBHtnzjIeGK1uOogbhQkQudL+5W+PYHalw71k9ZVNUhZCW/zAoL JfG0d6BsfUAFFuG+4msv1Cyj/XWlvLg61AHzX+zmQrkLg0TRJSublf7Fg7jJN++saM z+F/n898BBbRpDFlbjRTP+gCF5OAPHkI/Gtoeiboz2gFpXi0isVUPUXYYMQ59y3BWq AFt3YbElWGG+9fC81t7t+pMuYWm2pZFGLHINpWQ7952popiVi4hDLevpStuvNzja/W 4GqLRuZdzbOKA== Received: from 107.125.3.128.in-addr.dhcp.lbl.gov (unknown [IPv6:2620:83:8000:107::1:1a1]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elwha.brokendns.net (5.65c/IDA-1.4.4/5.63) with ESMTPSA id 9EF227250; Tue, 30 May 2017 15:35:01 -0700 (PDT) Subject: Re: 11.0 and tw_cli fail To: CBL , Alan Somers Cc: FreeBSD References: From: Michael Sinatra Message-ID: <34cd5cbf-2c0c-706f-5e72-1a16c63eadec@burnttofu.net> Date: Tue, 30 May 2017 15:35:00 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:53.0) Gecko/20100101 Thunderbird/53.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.6.2 (burnttofu.net [IPv6:2607:fc50:1:9d00::9977]); Tue, 30 May 2017 18:35:04 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 22:35:05 -0000 I am pretty sure you're going to need to go all the way back to COMPAT_FREEBSD5 for that. Or just do what GENERIC does and go all the way back to COMPAT_FREEBSD32 (and everything in between). michael On 5/30/17 2:55 PM, CBL wrote: > Yeah, I have a custom kernel with COMPAT_FREEBSD10 already in it and no > joy. However, I checked GENERIC and it works. Then I tried COMPAT_FREEBSD9 > too and no go.. guess I'll keep playing. > > On Tue, May 30, 2017 at 3:33 PM, Alan Somers wrote: > >> Was the tw_cli utility built for FreeBSD 10? If so, you need to >> either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the >> config file. It's in the GENERIC config file, so you'll have it if >> you don't use a custom kernel. >> -Alan >> >> On Tue, May 30, 2017 at 3:19 PM, CBL wrote: >>> Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. >>> Now the tw_cli utility is now throwing "Bad system call (core dumped). >>> >>> Anybody have any suggestions? Was working fine on 10.3. >>> >>> Thanks >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org >> " >> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >