From owner-freebsd-emulation@FreeBSD.ORG Mon May 23 12:55:00 2005 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A9416A41C for ; Mon, 23 May 2005 12:55:00 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462CC43D1F for ; Mon, 23 May 2005 12:54:58 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 86CB64B5EC for ; Mon, 23 May 2005 14:54:56 +0200 (CEST) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 34012-01-16 for ; Mon, 23 May 2005 14:54:56 +0200 (CEST) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 57D104B5EA for ; Mon, 23 May 2005 14:54:56 +0200 (CEST) Date: Mon, 23 May 2005 14:54:56 +0200 From: Palle Girgensohn To: emulation@freebsd.org Message-ID: <65D1DDA5EFBDA036AE0814A7@palle.girgensohn.se> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Cc: Subject: linux ioct not implemented X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 23 May 2005 12:55:00 -0000 Hi! I'm trying to run an e-meeting program called Marratech (marratech.com) on FreeBSD. I've downloaded the linux version. It is java program that uses a bunch of JNI libs (i.e. C/C++ code). Hence, I need the linuxulator, of course. As usual there is a JRE in the distribution, but for some reason it was not installed with the rest, so I started out by trying the java/linux-jdk15 port instead. It stops halfway through startup with this message: kernel: linux: pid 99081 (java): ioctl fd=11, cmd=0x8933 ('',51) is not implemented This is on a fresh RELENG_5. Is there any hope in getting this software working on FreeBSD? Thoughs? It needs linux ALSA for audio... Maybe it is to much effort? Regards, Palle