From owner-freebsd-questions Thu Dec 11 05:22:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA11272 for questions-outgoing; Thu, 11 Dec 1997 05:22:18 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA11264 for ; Thu, 11 Dec 1997 05:22:14 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.91] by iglou.com with smtp (8.7.3/8.6.12) id 0xg8YQ-0007Vk-00; Thu, 11 Dec 1997 08:21:26 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <01bd0631$88692c00$0c01a8c0@ws2.tse.com> Date: Thu, 11 Dec 1997 08:20:15 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: "Jay L. West" Subject: Re: Server quake run under freebsd Cc: Valter Alves , freebsd-questions@freebsd.org, Valter Alves Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Or you could move /compat to /usr/compat and add a link to it. Then your root filesystem won't fill as fast! mv /compat /usr/compat ln -s /usr/compat /compat Patrick On 11-Dec-97 Jay L. West wrote: >You wrote... > >>Does any quake server run under FreeBsd. >>If they have, please tell to me. >>We want to run a quake server for internet. >>Thanks. > >Yes, we've run Quakeworld and Teamfortress on FreeBSD 2.2.5R. >It runs fine, install is straigtforward, just make sure you have the >Linux compatibility and libraries loaded. The libraries sit in the >root filesystem and take a fair amount of room. If you typically take >the "Auto defaults for all" option when slicing the disk, you'll need >to make adjustments to the allocation for / so that you have room. >If I recall the default is 30mb, you're safe with 60mb. > >Regards, > >Jay West