From owner-freebsd-stable@freebsd.org Tue May 30 22:33:54 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 E5721BEFBF3 for ; Tue, 30 May 2017 22:33:54 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B202E7D542; Tue, 30 May 2017 22:33:54 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: by mail-oi0-x22c.google.com with SMTP id l18so129735681oig.2; Tue, 30 May 2017 15:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=pJTuZY+ibVW6On8IiRPcQo5lBCrIqHgPkNUEAL7+eek=; b=mV7LrJLmWfQp5rBtaFblscbPr3xOe3dXieH0vENoqfWyzvyel51+Z7RuLke1xjkSQS gP7BkftpAwK8zbV5DOkonG8+4KVmhjb6Aj01fxbQh9SeHb+FI+6JA/a9kA4i5uH83IqI 5DZnaLcHhKtrCZM3WJPyuD/gaH3oyKZSCOBzhGjtQ00nfpNDormGyY3FD2lIMoAV922S PGbzlNB5SpE5Ug9jcj3nWuoGsWbXZEH4cbQN8ToCQjnF+RW/I9n2zCDs2+/LQZX/w5sL XhE1YpudUFld/8I0o5iunDUFldB7nCg2iHn7rihJqPbIM4ZDOGpcDroCFI1twvAJC80c jnqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=pJTuZY+ibVW6On8IiRPcQo5lBCrIqHgPkNUEAL7+eek=; b=X14U5GSq9uaE4h7/nlEgPNvU+HSYmF+Ke+5YVYH9ImEtk8pinmxnR6L4kh5vwa3wVP QxAAQIJWB+/UrZKde+R079y2+alaXhuuYruJVxn0hrGR7AWU4Hb8aUCrywTwLOZSl1g7 gBtdPd3PjwQSD37L+jEguATt5fNP/8h8U/nTZwVXSg2ivyM5HhD/FnMGQHfDb1FGjTxH TA2yTlwsPa53uaDzFg6oAVgKkrpWzko+eUp5HVCg0W/xRJTVbuYRiACIhwqewesTcSQn A7Pw6SqIQceiOrOQ0PlCejc3jxodam080t5nW+abucZKpVhl13/iXFn+oGMEZSp3XjHv tOgg== X-Gm-Message-State: AODbwcCFJpf9B2vf86ThgDM4/hUW4oGx8q8/5L15Yutybz3OL0z9rFJz HEQBrkyNggtpEeyfDYOLTuvBGQzAgNlpiHk= X-Received: by 10.157.45.56 with SMTP id v53mr8140126ota.68.1496183633950; Tue, 30 May 2017 15:33:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.174.106 with HTTP; Tue, 30 May 2017 15:33:53 -0700 (PDT) In-Reply-To: References: From: CBL Date: Tue, 30 May 2017 16:33:53 -0600 Message-ID: Subject: Re: 11.0 and tw_cli fail To: Alan Somers Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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:33:55 -0000 For those curious, COMPAT_FREEBSD6 and COMPAT_FREEBSD7 were the ticket to get tw_cli working on FreeBSD 11.0. Wish Broadcom would roll a new binary. On Tue, May 30, 2017 at 3: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@fr >> eebsd.org" >> > >