From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 10:10:07 2014 Return-Path: Delivered-To: freebsd-questions@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 347EC873 for ; Mon, 17 Mar 2014 10:10:07 +0000 (UTC) Received: from fnsib-smtp05.srv.cat (fnsib-smtp05.srv.cat [46.16.61.57]) by mx1.freebsd.org (Postfix) with ESMTP id B2448CD7 for ; Mon, 17 Mar 2014 10:10: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 659241EF1EB for ; Mon, 17 Mar 2014 11:00:22 +0100 (CET) Message-ID: <5326C7B5.4030200@rgbaz.eu> Date: Mon, 17 Mar 2014 11:00:21 +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-questions@freebsd.org Subject: Re: NetBSD compatibility References: <53243DB2.4000009@rgbaz.eu> <5325AB0A.6090707@rgbaz.eu> <5326B51A.4040505@rgbaz.eu> In-Reply-To: <5326B51A.4040505@rgbaz.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 10:10:07 -0000 Maybe I should add that this is a "free" application provided by a software vendor to run as a license server. It serves licenses across my LAN. Another "helper" utility called 'rlmutil' also generates the same error, though with a different fd: linux: pid 11291 (rlmutil): ioctl fd=3, cmd=0x8910 ('\M^I',16) is not implemented Do I understand it correctly that fd is the driver it's talking to? tx arno On 17-03-14 09:40, ArnoB wrote: > > On 17-03-14 07:26, Adrian Chadd wrote: >> which syscall is it? >> >> -a > Hi Adrian, > > This is the error I get (i also posted it to the emulation list > yesterday): > linux: pid 11281 (rlm.foundry): ioctl fd=3, cmd=0x8910 ('\M^I',16) is > not implemented > where rlm.foundry is the 32 bit binary compiled for RH/Centos. > > I googled this and as far as I understand it now it's a > SIOCGIFNAME call from the app to the NICs. This makes > sense as it needs the MAC addresses. > > It's running on FreeBSD 9.2 with linux_base-f10-10_7 installed. > I also tried FreeBSD 10 with linux-base-c6 but got the same error. > > > gr > arno > >> >> On 16 March 2014 06:45, FBSD wrote: >>> On 15-03-14 21:59, Waitman Gobble wrote: >>>> On Sat, Mar 15, 2014 at 1:07 PM, illoai@gmail.com >>>> wrote: >>>> >>>>> On 15 March 2014 07:46, FBSD wrote: >>>>>> Hi, >>>>>> >>>>>> Is there any way to run NetBSD binaries (32 bit) >>>>>> on FreeBSD? >>>>>> >>>>>> I'm trying to get an RLM license server to run on >>>>>> my FBSD 9 server. The Linux emulation returns >>>>>> errors, so i searched and found a NetBSD binary. >>>>>> it doesn't run though... >>>>>> >>>>> I didn't spend a whole bunch of time searching, but >>>>> it appears that the answer is no. I believe it would >>>>> have to be a kernel module (or compiled in) & no >>>>> such beast exists that I know of. >>>>> >>>>> It does appear that NetBSD has quite a bit better >>>>> compatibility with other OSes: >>>>> https://www.netbsd.org/docs/compat.html >>>>> >>>>> I actually quite like NetBSD, but I haven't used >>>>> it since the dim & distant days of 1.6.2-ish. >>>> >>>> You could try running a virtual machine.. >>>> >>> Hi, >>> >>> thanks for the replies. >>> I am currently running the linux 32 bit version using the >>> linuxulator, yet there's one unrecognized systemcall that >>> prevents it to connect to the network. >>> maybe I should ask on the emulator list? >>> >>> I was looking into running it in a VM but it seems a bit overkill >>> for a 859k application ;) >>> >>> I sent a request to the vendor (Reprise Software) to compile >>> the netbsd version for freebsd. let's see what they say... >>> I don't expect much though since most of the time these >>> companies say that the users should switch. >>> >>> How much work can it be to compile a small NetBSD 32 bit >>> server application for FreeBSD 64? >>> >>> thanks >>> >>> greets >>> Arno >>> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >