From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 16 21:40:07 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3901F7FA for ; Sun, 16 Mar 2014 21:40:07 +0000 (UTC) Received: from fnsib-smtp05.srv.cat (fnsib-smtp05.srv.cat [46.16.61.55]) by mx1.freebsd.org (Postfix) with ESMTP id F273B840 for ; Sun, 16 Mar 2014 21:40:06 +0000 (UTC) Received: from Nannerl.local (dhcp-089-098-113-201.chello.nl [89.98.113.201]) by fnsib-smtp05.srv.cat (Postfix) with ESMTPSA id 927D81EF197 for ; Sun, 16 Mar 2014 22:34:05 +0100 (CET) Message-ID: <532618CC.2000100@rgbaz.eu> Date: Sun, 16 Mar 2014 22:34:04 +0100 From: ArnoB User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: emulation@freebsd.org Subject: sys call not implemented Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 21:40:07 -0000 Hello! I'm trying to run a 32 bit linux application on FreeBSD 9.2. The application needs to grab the MAC addresses from all nics to work and this is where it fails. In the system messages I get the following error: linux: pid 11281 (rlm.foundry): ioctl fd=6, cmd=0x8910 ('\M^I',16) is not implemented (rlm.foundry is the application) I've found that command 0x8910 is SIOCGIFNAME. That seems to make sense... Is there anything I can do to get rid of this error and make the application work as expected? thanks in advance Arno