Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Mar 2001 00:54:44 +1100
From:      Kal Torak <kaltorak@quake.com.au>
To:        Eric_Stanfield@kenokozie.com
Cc:        freebsd-isp@freebsd.org
Subject:   Re: counterstrike server
Message-ID:  <3A9E54A4.A305E01A@quake.com.au>
References:  <OFF364254A.7EC4D532-ON86256A02.0047711D@kka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A9E54A4.A305E01A>