From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 17 17:25:13 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 E8D79263 for ; Mon, 17 Mar 2014 17:25:13 +0000 (UTC) Received: from fnsib-smtp06.srv.cat (fnsib-smtp06.srv.cat [46.16.61.61]) by mx1.freebsd.org (Postfix) with ESMTP id AB369F9F for ; Mon, 17 Mar 2014 17:25:13 +0000 (UTC) Received: from Nannerl.local (095-097-252-203.static.chello.nl [95.97.252.203]) by fnsib-smtp06.srv.cat (Postfix) with ESMTPSA id 91361D9EA6 for ; Mon, 17 Mar 2014 18:16:59 +0100 (CET) Message-ID: <53272E0A.2080408@rgbaz.eu> Date: Mon, 17 Mar 2014 18:16:58 +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: freebsd-emulation@freebsd.org Subject: Re: sys call not implemented References: <532618CC.2000100@rgbaz.eu> <53271FCC.50908@mittelstaedt.us> In-Reply-To: <53271FCC.50908@mittelstaedt.us> 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: Mon, 17 Mar 2014 17:25:14 -0000 On 17-03-14 17:16, Ted Mittelstaedt wrote: > 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 > Hi Ted, thanks for your reply. I was a bit afraid this was going to be answered to be honest. FreeBSD says ask the developer, developer says ask your vendor and vendor says "we don't support this". So, in the end i am the one who's stuck and back at the point how to fix this. The software is closed source (it's a license server), so I can't fix it. There's too little demand to have them deliver an FBSD binary. So, my only option before switching everything to Linux is to fix the error it generates in FreeBSD... hence my question here :) The vendor just pointed this out to me (why i missed that after a week of googling is a bit of a fail for me) http://lists.freebsd.org/pipermail/freebsd-emulation/2013-September/010736.html That doesn't seem to be accepted into the latest branch and it does solve part of the problem! It does show the NICs now except the dongle/usb one I have which is the only one I need... sigh ok on with the search... cheers Arno > 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" > > _______________________________________________ > 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" > >