From owner-freebsd-database Thu Apr 22 1:55:51 1999 Delivered-To: freebsd-database@freebsd.org Received: from router.int.odessa.ua (dial-up-94.EuroCom.Od.UA [212.15.128.94]) by hub.freebsd.org (Postfix) with ESMTP id 1975414D75 for ; Thu, 22 Apr 1999 01:55:29 -0700 (PDT) (envelope-from vns@maxa01.tm.odessa.ua) Received: from int01 (instructor.int.odessa.ua [192.168.1.2]) by router.int.odessa.ua (8.8.8/8.8.8) with SMTP id LAA01416 for ; Thu, 22 Apr 1999 11:50:28 +0300 (EEST) (envelope-from vns@router.int.odessa.ua) Message-ID: <371EF0E4.381C@maxa01.tm.odessa.ua> Date: Thu, 22 Apr 1999 11:50:28 +0200 From: "Vladimir N.Silyaev" Reply-To: vns@maxa01.tm.odessa.ua Organization: JSC INT X-Mailer: Mozilla 3.0Gold (Win95; I; 16bit) MIME-Version: 1.0 To: freebsd-database@FreeBSD.ORG Subject: Re: Sybase References: <000c01be8c3c$db84c330$b16f6478@egypt> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Hi! Doug Poland wrote: > > I'm attempting to install the Linux version of Sybase on 3.1-RELEASE. My > current stumbling block seems to be not enough free shared memory segments. > Add the next line in the your kernel configuration file: -------- options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=4097 ------- After that you are must recompile and install the kernel. > Has anyone successfully install Sybase on FreeBSD? > Yes, I have, and it work perfectly. With best regads, V.Silyaev. P.S. Linux kernel and Sybase SQL have some bug in handling/use fcntl/F_SETOWN and ioctl/FIOSETOWN syscalls. And for install stage you must poll the database engine with SIGIO signals, and after install execute database engine from shells, whose create new process group for launching program, for example the tcsh do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message