From owner-freebsd-stable@freebsd.org Tue May 30 21:33:47 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 2639BBEEA6F for ; Tue, 30 May 2017 21:33:47 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (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 E369E7B59F for ; Tue, 30 May 2017 21:33:46 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-yw0-x232.google.com with SMTP id p73so45852082ywp.0 for ; Tue, 30 May 2017 14:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=zeTE/u0+8Amgmj0W/qwVABFrj12QktWXKYgnKcKxJKA=; b=oo94qkNRcangmHzl88n5zoa0YQJtWSbhQmWCwIjFw7KIm/b4X9vNsaIfQ8yiV17mPx HU+HarlqXNCUs6SwvjyL2rkHOyMt6wiEmBc4qfGmahQbE8MlT10vF8ZS6nLKdHjPBclG +5iSiQYOtXiTlZ6GiL+yu9V4Z71wMjkmZ1vkhXmbaIY/m87n7rhEU8aFMEGZIAeSauYr fOjaLxqPKnAw2NxECXeg0xC1bpb19s8Ccdyt9BRhhNliH0UUmgitxWsV9yqdq9lpOIdz +1wcFUxqhZHP5AwF13zSk9DOREcjzaJ3xXNvH9ZzkLVsBHV4MgbSS8msqo37Vjnmc9nc PQZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=zeTE/u0+8Amgmj0W/qwVABFrj12QktWXKYgnKcKxJKA=; b=SPgBVICC4NkhhEItpm/6uTu84aTHybNf0ThvwCBrv1tNswtNv5iLwpjew/6OihtxJo tMzsCrt+Z5IiEgKlAStapDDfu8lLPrLSFAm0mCXR6T+S1p4ONgiKiyUDbOIf7fOnNY8M b6BxXFNr1zWAErBOEjEk9lqnRR5s98mqPty8w00fv5NG3YDPFLb+B2mCijfGyVwuBssn s+m7KSl/bWBK5qGxDA+N9vWIGVJbN3ozeE3XJ5vT4oKjDH2GKrQpT9dpxKua6EUmRujL ToV2AElb47WCMFwgQkWkgdtpdfD+/Jd2u8EmXgK1OYYPzl2nq87y6cWrbzA6NF31T7a4 sFtA== X-Gm-Message-State: AODbwcDWWBwERxQKgKQOFZmFH31slV3ZoBNwb0tR2m9RihPoruyDvKS+ mWnZEhB//ILNx8SmfAMbxai54k5DnA== X-Received: by 10.129.52.75 with SMTP id b72mr17030073ywa.271.1496180026056; Tue, 30 May 2017 14:33:46 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.13.206.199 with HTTP; Tue, 30 May 2017 14:33:45 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Tue, 30 May 2017 15:33:45 -0600 X-Google-Sender-Auth: c_U0VrvB7f0PFFXNpFLTQzPETHs Message-ID: Subject: Re: 11.0 and tw_cli fail To: CBL Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" 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 21:33:47 -0000 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"