From owner-freebsd-isp Thu Mar 1 5:52:58 2001 Delivered-To: freebsd-isp@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 1058337B719 for ; Thu, 1 Mar 2001 05:52:56 -0800 (PST) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id qqjaaaaa for ; Fri, 2 Mar 2001 00:52:54 +1100 Message-ID: <3A9E54A4.A305E01A@quake.com.au> Date: Fri, 02 Mar 2001 00:54:44 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Eric_Stanfield@kenokozie.com Cc: freebsd-isp@freebsd.org Subject: Re: counterstrike server References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eric_Stanfield@kenokozie.com wrote: > > I removed the logging commands from the various cfg files but still nada. > The server is running freebsd 4.2-release. > > Here's my start script. I just exit telnet after this runs and dumps me > back to a prompt. > > #!/bin/sh > > cd /usr/compat/linux/usr/games/hlds_l/ > > ./hlds_run +map de_dust -game cstrike +maxplayers 16 +log on -heapsize > 128000 & But how do you close the server? You kill it? Is anything getting created in /usr/compat/linux/usr/games/hlds_l/cstrike/logs/ ? A log file should get put in there everytime the map changes... But if you kill the server before a map change you will get a 0 byte file in there... So long as the logs dir is owned by the user that the server is running as and they have write permissions it should "just work"... Its strange you are having problems, since the only difference between your setup and mine is the fact yours in the /usr/compat/linux tree and Im running 4.0 Stable still... What server files have you changed? And what have you put in them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message