Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 1997 10:09:21 +0100
From:      j@uriah.heep.sax.de (J Wunsch)
To:        mpp@freefall.freebsd.org (Mike Pritchard)
Cc:        freebsd-bugs@freefall.freebsd.org
Subject:   Re: kern/2048
Message-ID:  <Mutt.19970223100921.j@uriah.heep.sax.de>
In-Reply-To: <199702230400.UAA14079@freefall.freebsd.org>; from Mike Pritchard on Feb 22, 1997 20:00:01 -0800
References:  <199702230400.UAA14079@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
As Mike Pritchard wrote:

>  > GENERIC kernel lacks SYSV IPC features (semaphore, shared memory, etc.) which is required by XFree86 S3 server.
>  > >How-To-Repeat:
>  > Run XFree86 X3 server with GENERIC kernel.
>  > >Fix:
>  > Add these lines to the sys/i386/isa/GENERIC configure file:
>  > 
>  > options         SYSVSHM
>  > options         SYSVSEM
>  > options         SYSVMSG
>  
>  So, should GENERIC contain the SYSV IPC stuff, or should I close this
>  PR?

Keep GENERIC as it is, i'd say.  The Xserver runs fine without these
options (albeit with a complaint), and most people never need them at
all.  The Xserver only needs SYSVSHM if some application tries to use
the MITSHM extension, and it needs SYSVSEM if somebody's going to run
PEX.  Both are not very general cases.

If at all, leave SYSVMSG out.  Almost nobody needs it.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970223100921.j>