From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 06:26:08 2014 Return-Path: Delivered-To: freebsd-questions@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 1FA8687E for ; Mon, 17 Mar 2014 06:26:08 +0000 (UTC) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D26FC7D8 for ; Mon, 17 Mar 2014 06:26:07 +0000 (UTC) Received: by mail-qg0-f48.google.com with SMTP id j107so15447463qga.7 for ; Sun, 16 Mar 2014 23:26:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=sgoWvGWorUOi9l9Eqygt+WoP9peS1WdYePgv59O2c/E=; b=R68rqLqUTKI70+gTzjVLuLKrVVBE5TR0dc7QwE5UTuCrP/OrKhOtaZoJSeF6P7EO0H zQ/+KLx375oVxffvZX0foDla8pWGZEi2HfFdzZvjQJ/fu0sVWTYjURQ3Ds425wPiposx XEhItB+AN9DrLTittEISboT5E4TjCtpdfkNJWg1bOAxNRa3mgBUQhC3ZyEn3xdAzbr0C FGHW7sPxlS0Zj2eoIJbcr0J8rHR77Tm6V4z9g3zFFoKa9mIbBr79KS2P88txv3YvUV5B Sykd0jaYC2/HvdSIyvT/aleNsQ0rUB9HVp2/KbA9jV0ilbtZgk+19R/qTmdt6L121j1G G9qg== MIME-Version: 1.0 X-Received: by 10.140.93.77 with SMTP id c71mr24651364qge.53.1395037566709; Sun, 16 Mar 2014 23:26:06 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.8.137 with HTTP; Sun, 16 Mar 2014 23:26:06 -0700 (PDT) In-Reply-To: <5325AB0A.6090707@rgbaz.eu> References: <53243DB2.4000009@rgbaz.eu> <5325AB0A.6090707@rgbaz.eu> Date: Sun, 16 Mar 2014 23:26:06 -0700 X-Google-Sender-Auth: nzn0inC1nYGO9ueYAAlujlA9UlM Message-ID: Subject: Re: NetBSD compatibility From: Adrian Chadd To: FBSD Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions 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 06:26:08 -0000 which syscall is it? -a 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"