From owner-freebsd-questions Mon Jun 5 8:53:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.79]) by hub.freebsd.org (Postfix) with ESMTP id 225F237B8CF for ; Mon, 5 Jun 2000 08:53:19 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from judah (d1.as0.appl.wi.voyager.net [169.207.126.1]) by out3.mx.nwbl.wi.voyager.net (8.9.3/8.9.3) with SMTP id KAA04344 for ; Mon, 5 Jun 2000 10:53:15 -0500 From: "Doug Poland" To: Subject: Kernel config error message Date: Mon, 5 Jun 2000 10:53:15 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm attempting to create a custom kernel with SYSVR4 shared memory options. The following options were taken from a 3.1R kernel that I used for over a year. I just upgraded to 4.0R and now when I attempt to run the config with these options, I get the following message... canaan# /usr/sbin/config -g CANAAN config: line 41: The `=' in options should not be quoted The following is my SYSV memory options (line numbers added for this email and are not in the kernel file) 37 # System V Shared memory options 38 options SYSVSHM #SYSV-style shared memory 39 options SYSVMSG #SYSV-style message queues 40 options SYSVSEM #SYSV-style semaphores 41 options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" 42 options SHMMAXPGS=5000 Any ideas why I'm getting the error message? Is it even significant? BTW, the reason I'm creating this kernel is for sybase. So far, I have not got it running on 4.0R (it did run on 3.1R). Many thanks for your help. -- Doug Poland dpoland@execpc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message