From owner-freebsd-questions@FreeBSD.ORG Wed Jun 6 19:58:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9D2E16A468 for ; Wed, 6 Jun 2007 19:58:08 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0E613C465 for ; Wed, 6 Jun 2007 19:58:06 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l56JvYT8056315; Wed, 6 Jun 2007 14:57:34 -0500 (CDT) Message-Id: <6.0.0.22.2.20070606145631.024d47b8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 06 Jun 2007 14:57:00 -0500 To: User Questions , User Questions From: Derek Ragona In-Reply-To: <20070606153818.4E19.GERARD-SEIBERT@seibercom.net> References: <20070606115544.1504.GERARD@seibercom.net> <6.0.0.22.2.20070606120146.024af1e8@mail.computinginnovations.com> <20070606153818.4E19.GERARD-SEIBERT@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re[2]: Xorg crashes while loading XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 19:58:08 -0000 At 02:40 PM 6/6/2007, Gerard wrote: >On Wednesday June 06, 2007 at 01:03:21 (PM) Derek Ragona wrote: > >[snip] > > > Looks like the above is the fatal error. I suspect you rebuilt xfwm4 for > > shared memory, shmget. You need to add this to your kernel, or rebuild > > xfwm4 not to use it, if that's possible. > >OK, how do I get 'shmget' activated in the kernel. I cannot find any >reference to it in the 'GENERIC' kernel file. Where else could I look >for information on it? I tried Googling, but got nowhere. Add to your kernel config file: options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores -Derek