From owner-freebsd-questions@freebsd.org Fri Aug 4 17:19:37 2017 Return-Path: Delivered-To: freebsd-questions@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 058ABDBF64B for ; Fri, 4 Aug 2017 17:19:37 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF893703D7 for ; Fri, 4 Aug 2017 17:19:35 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at Intersonic AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intersonic.se; s=INTERSONICSE; t=1501867166; bh=HNqbJh9+FJqCWw2pwH5Y5wWUgoDydqnUxMM0YZgQ94E=; h=To:From:Subject:Date; b=MiDZ8+4kpEVBpfYV13Ebb1C05KDoyjiaXn+K4Vm6VzcrkKernaSVzk3dKt8qPDz1B QlVKLnWD2LsKJpF/qsVYzxkn6y0SYDM1/kk+wU7KXLyg1mfRMWgZJbSIRuTORdr04X cgg0AfvoU6dyiex++sGNovOZQkNcw4mVElOrmXfs= To: freebsd-questions@freebsd.org From: Per olof Ljungmark Subject: ioctl sign-extensio on amd64 (again) Organization: Intersonic AB Message-ID: <444dc69b-c586-7e0b-61c8-77a2bc722516@intersonic.se> Date: Fri, 4 Aug 2017 19:19:24 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 17:19:37 -0000 Not sure where this belongs so I'll post here. In building a camera system with multimedia/motion, syslog is filled up with, kernel: WARNING pid 72755 (motion): ioctl sign-extension ioctl ffffffffc0585611 After som googling this appears to be a long standing problem with some python stuff and amd64. My question is, how can I get rid of the messages? Motion works as expected, I just do not want this filling up the logs. System is 10.3-STABLE expected to move to 11-STABLE soon. Thanks! //per