From owner-freebsd-stable@freebsd.org Sun Dec 25 14:48:54 2016 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 A4950C90C76 for ; Sun, 25 Dec 2016 14:48:54 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E98ADA5 for ; Sun, 25 Dec 2016 14:48:53 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from [IPv6:2a02:2698:25:3ab8:9978:232e:2a2:2c20] ([IPv6:2a02:2698:25:3ab8:9978:232e:2a2:2c20]) (authenticated bits=0) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPSA id uBPEmmBh010634 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 25 Dec 2016 19:48:48 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1482677329; bh=BaSSrmsDz4Qie6X4hKX/TFiK6eaGFKjhPqDS1CTyI1E=; h=From:Subject:To:References:Date:In-Reply-To; b=OC+Hls7XenQBxooqNFk9ySEbBbnTJPcR0Nbk07qmnXN3QxmIbOBPSGBT3rPgHOGcJ Dsskup/3rmZxJvtgm2yV7Am8xRs+QcvCa6ie/EyW7k+z3xZjn76rqHeMPP+WjYEGqM s8eDgRnEitg6Qa/Ca+cDfwf+0paRlXEX616eQzCs= From: "Eugene M. Zheganin" Subject: Re: camcontrol rescan seems to be broken To: freebsd-stable References: <585B77EF.2000805@norma.perm.ru> <34645c95-2b83-c92b-0195-c1fae9b28df4@norma.perm.ru> Message-ID: <4e663af4-2358-12a8-52ea-36f1b3c925a0@norma.perm.ru> Date: Sun, 25 Dec 2016 19:48:58 +0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 25 Dec 2016 14:48:54 -0000 Hi. On 22.12.2016 23:46, Warner Losh wrote: > Sure sounds like your binaries are cross-threaded with the kernel. > what was "file `which camcontrol`" tell you? > I just got this on the FreeBSD 11.0-RELEASE Live CD, whan trying to rescan a scsci bus on an LSI3008 adapter. Looks more like a bug in 11.0-RELEASE, since I downloaded the image from the official ftp. Does it work for you ? On the original machine I was talking about in this thread: # file `which camcontrol` /sbin/camcontrol: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 11.0 (1100122), FreeBSD-style, stripped # uname -U 1100122 # uname -K 1100122 P.S. Does the `camcontrol rescan all` work for anyone reading this ? Eugene.