From owner-freebsd-isp Tue Feb 27 20:11:44 2001 Delivered-To: freebsd-isp@freebsd.org Received: from www.golsyd.net.au (mail.golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 680E637B71A for ; Tue, 27 Feb 2001 20:11:39 -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 qfjaaaaa for ; Wed, 28 Feb 2001 15:11:36 +1100 Message-ID: <3A9C7AE5.1E07D75A@quake.com.au> Date: Wed, 28 Feb 2001 15:13:25 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: exs@kka.com, freebsd-isp@FreeBSD.ORG Subject: Re: counterstrike server References: <004301c0a123$ff496020$7ccc29d0@thestanfields.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Eric D. Stanfield" wrote: > > Are any of you running game servers out of your isp's? I've had a > CounterStrike server up for some time running under linux emulation and the > damned thing will not write logs to disk though it will log to the screen. > Anyone else? I've seen a post or two in usenet referencing the same > situation but never a resolution. I've tried changing permisions all the > way from / to the actual logs dir to make sure the server could write and > still it does not. > > TIA > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message Where and how dose it write the log file? AFAIK it just writes to whatever game directory its in ./logs, to the file Lddmmyy0.log where ddmmyy is the date and 0 is the log number for that day... You did set logging to be enabled right? In your server command line put +log on ? Because logging works fine for me... I run a counterstrike server like so ./hdls_run -game cstrike +maxplayers 20 +map de_dust +log on and the logs can be found in ./hlds_l/cstrike/logs Good Luck! Kal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message