From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 17 16:16:33 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E70073C for ; Mon, 17 Mar 2014 16:16:33 +0000 (UTC) Received: from smtp.portlandia-servers.com (smtp.portlandia-servers.com [IPv6:2001:470:c1aa::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8212B897 for ; Mon, 17 Mar 2014 16:16:32 +0000 (UTC) Received: from mail.freebsd-corp-net-guide.com (gw.portlandia-servers.com [50.198.160.189]) by smtp.portlandia-servers.com (8.14.5/8.14.5) with ESMTP id s2HGGRht082241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 17 Mar 2014 09:16:27 -0700 (PDT) (envelope-from tedm@mittelstaedt.us) Received: from [127.0.0.1] ([172.16.1.215]) (authenticated bits=0) by mail.freebsd-corp-net-guide.com (8.14.4/8.14.4) with ESMTP id s2HGGKcb016806 for ; Mon, 17 Mar 2014 09:16:25 -0700 (PDT) (envelope-from tedm@mittelstaedt.us) Message-ID: <53271FCC.50908@mittelstaedt.us> Date: Mon, 17 Mar 2014 09:16:12 -0700 From: Ted Mittelstaedt User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:10.0) Gecko/20120206 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Re: sys call not implemented References: <532618CC.2000100@rgbaz.eu> In-Reply-To: <532618CC.2000100@rgbaz.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140317-0, 03/17/2014), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=1.3 required=4.1 tests=HELO_MISC_IP,RDNS_NONE autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.freebsd-corp-net-guide.com 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: Mon, 17 Mar 2014 16:16:33 -0000 I would ask the developer of the linux app to add a --macs switch to the software so you can manually feed the mac addresses to the software. Or recompile it for FreeBSD. Ted On 3/16/2014 2:34 PM, ArnoB wrote: > 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 > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org"