From owner-freebsd-stable@freebsd.org Tue May 30 21:19:20 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 0E2C6BEE505 for ; Tue, 30 May 2017 21:19:20 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (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 C97017AB19 for ; Tue, 30 May 2017 21:19:19 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: by mail-oi0-x22b.google.com with SMTP id h4so127804823oib.3 for ; Tue, 30 May 2017 14:19:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=oZstkppo8ZufJgN92XEKY998ioI6qHw/LaHrxfBR91c=; b=f9BnEXgTwgDk+kBc6k2TZco6Z/6oHC84JOQCoHWjUUmho/yjC0zglFNYiDtOtaG807 t4UDK42BpMZX476k+fWRTQNMOccXJn+ka90Vrwsir5X56/Jzpc597EGJ+JaJ5o3cl4s4 3qigV//Vo4LD4DL7xVjvEqdMU6yIy47U0vqFPiNDy1Gj4hZOKTenaKT7dP4Bff/zW/iq Gve2BfGoha+BmZHCaw5BKD0Vf0NlFK6ZTWeZU6dzqYwD8cGtVC5z8WJljvf8e+vJcatZ hhkyAPbCZpxVgv6vjnnTZQIjuhLwOTaKT0ITQAABQjRAKmIZXxGCERYslu3Ndxz0EMRF 6zvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=oZstkppo8ZufJgN92XEKY998ioI6qHw/LaHrxfBR91c=; b=tno6MXUcqtfioIyDgvrZS7a8vyvtsRdhUhmAo0tJgkUBhJrLyCZyz/N7Fsj1uw8lKg P+Wj3nIQG/dFc5ZtqLsGRsJLhZzH4uJOaThw7UnXzO77UjtFBIfYIZv2xtQxyYw+XiyK k68Qk1UCC9eJEiskHBJgjFyRsDrWme9nOzpjQQ3rpeGl6/2o3DpSh7mdmcwrU9+DTDSO VoRJEtNg+CJRhCMiz6Mek7rv7jLNVoByMNg2kW9B7sRlYlRSpunPzDxTTBpYUkI/+G3Q PBiDqEumJlkI4AdZM5eOLuZ7vwSKSwX2PZdshzkPB1CrjI9+hA6PVLPEdLZdA6ajrKH9 PM6A== X-Gm-Message-State: AODbwcCSUnaGiUDMgZZ+XbiAsuR0TXQMlXU2lGv0jlngG6SJ4MFLPgcj mlOYfdek4vSrXc3uXLyj55/iDY7A5GHu X-Received: by 10.202.241.9 with SMTP id p9mr8899960oih.219.1496179158945; Tue, 30 May 2017 14:19:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.174.106 with HTTP; Tue, 30 May 2017 14:19:18 -0700 (PDT) From: CBL Date: Tue, 30 May 2017 15:19:18 -0600 Message-ID: Subject: 11.0 and tw_cli fail To: freebsd-stable@freebsd.org 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 21:19:20 -0000 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