From owner-freebsd-database@FreeBSD.ORG Wed Oct 1 07:42:22 2003 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0741516A4B3 for ; Wed, 1 Oct 2003 07:42:22 -0700 (PDT) Received: from hotmail.com (law11-oe64.law11.hotmail.com [64.4.16.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B59C43FBD for ; Wed, 1 Oct 2003 07:42:21 -0700 (PDT) (envelope-from phillipsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 1 Oct 2003 07:42:21 -0700 Received: from 217.43.64.95 by law11-oe64.law11.hotmail.com with DAV; Wed, 01 Oct 2003 14:42:20 +0000 X-Originating-IP: [217.43.64.95] X-Originating-Email: [phillipsd@hotmail.com] From: "Darren Phillips" To: Date: Wed, 1 Oct 2003 15:41:23 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 01 Oct 2003 14:42:21.0212 (UTC) FILETIME=[385CDDC0:01C3882A] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Shared memory in 5.1 with sybase X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 14:42:22 -0000 Have installed the freely available sybase 12.5 linux edition on my 5.1 = system but get the following error messages on building a db server ... kernel Checked out license ASE_DEV kernel Adaptive Server Enterprise Developer Edition. kernel Using config area from primary master device. kernel Warning: Using default file '/usr/local/sybase12.5/dan.cfg' = since a configuration file was not specified. Specify a configuration = file name in the RUNSERVER file to avoid this message. kernel os_create_region: can't allocate 37126144 bytes kernel kbcreate: couldn't create kernel region. kernel kistartup: could not create shared memory I've trawled the web and seen other posts and suggestions to the effect = that shared memory settings can be changed. However, not for 5.1 I don't see any obviously useful options in the GENERIC/NOTES files for = kernel recompilation.=20 Any useful information/pointers would be warmly received.