From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 2 13:40:25 2013 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 ESMTP id 538D8D1A for ; Fri, 2 Aug 2013 13:40:25 +0000 (UTC) (envelope-from tarkhil@over.ru) Received: from over.ru (ns.over.ru [88.212.205.4]) by mx1.freebsd.org (Postfix) with SMTP id D7DBF2778 for ; Fri, 2 Aug 2013 13:40:24 +0000 (UTC) Received: (qmail 26816 invoked from network); 2 Aug 2013 17:33:41 +0400 Received: from 195.170.223.197 ([195.170.223.197]) by ns.over.ru ([88.212.205.4]) with ESMTP via TCP; 02 Aug 2013 13:33:41 -0000 Message-ID: <51FBB540.6070209@over.ru> Date: Fri, 02 Aug 2013 17:33:52 +0400 From: Alex Povolotsky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130219 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Running oracle client under FreeBSD 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.14 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: Fri, 02 Aug 2013 13:40:25 -0000 Hello I'm going to run Oracle client on a FreeBSD amd64 9.1-RELEASE box. As far as I can understand, amd64 emulation is never really started; linux emulator in kernel is limited to (somehow ancient) osrelease=2.6.16. What are the nowadays working way to run native Linux binaries? Some 2.6.16-compartible distro? VirtualBox? qemu? If qemu, what qemu config is the most stable? Alex