From owner-freebsd-emulation@FreeBSD.ORG Mon May 12 03:44:15 2003 Return-Path: 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 E5DC537B401 for ; Mon, 12 May 2003 03:44:15 -0700 (PDT) Received: from grsu.by (grsu.by [194.158.202.115]) by mx1.FreeBSD.org (Postfix) with SMTP id AF1F543FDD for ; Mon, 12 May 2003 03:44:09 -0700 (PDT) (envelope-from grog@grsu.by) Received: (qmail 74682 invoked from network); 12 May 2003 10:39:06 -0000 Received: from unknown (HELO deptty.in.grsu.by) (10.31.16.99) by grsu.by with SMTP; 12 May 2003 10:39:06 -0000 Received: by deptty.in.grsu.by (sSMTP sendmail emulation); Mon, 12 May 2003 13:42:12 +0300 Date: Mon, 12 May 2003 13:42:12 +0300 From: "Yury Tarasievich" To: freebsd-emulation@freebsd.org Message-ID: <20030512104212.GB20835@deptty.in.grsu.by> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: tracing of linux emulation layer? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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, 12 May 2003 10:44:16 -0000 Hello, I need to make Oracle 9i for linux work on FreeBSD (4.8-RELEASE). I've reached the point where Oracle successfully installs and listener, dbsnmp, web server successfully start. Now the problem is sqlplus fails with following diagnostics: SQL> startup nomount pfile="" ORA-27102: out of memory Linux error: 12: Cannot allocate memory I have also tracefiles made by truss, ktrace and strace. However, tracefiles tell me very very little and I'm completely at loss what to do. Oracle's error message number 27102 supposedly would place the problem in the ballpark of shared memory. Now, I believe I have all required settings of shared memory set correctly. Do I at all need to trace linux emulation layer working with shared memory?? If so, how do I do that? Generally, how do I handle the situation?