Date: Thu, 1 Mar 2001 07:01:24 -0600 From: Eric_Stanfield@kenokozie.com To: Kal Torak <kaltorak@quake.com.au> Cc: freebsd-isp@freebsd.org Subject: Re: counterstrike server Message-ID: <OFF364254A.7EC4D532-ON86256A02.0047711D@kka.com>
next in thread | raw e-mail | index | archive | help
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 &
Thanks
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Eric Stanfield, K2Access
Keno Kozie and Associates
222 N LaSalle #1500
Chicago, IL 60606
(312) 332-3000
Kal Torak
<kaltorak@qua To: exs@kka.com
ke.com.au> cc: freebsd-isp@freebsd.org
Subject: Re: counterstrike server
02/28/01
10:32 PM
> And finally the output from starting hlds_run:
>
> netmail# Host_Init
> Added packfile /usr/compat/linux/usr/games/hlds_l/valve/pak0.pak (985
files)
> Protocol version 43
> Exe version 3.1.0.4
> Exe build: 16:52:23 Oct 23 2000 (1460)
> WON Auth Server
> couldn't exec language.cfg
> Server logging data to file
> /usr/compat/linux/usr/games/hlds_l/cstrike/logs/L0228039.log
> L 02/28/2001 - 11:24:47: Log file started.
> L 02/28/2001 - 11:24:47: "deathmatch" = "1"
> L 02/28/2001 - 11:24:47: Log closed.
> Server logging data to file
> /usr/compat/linux/usr/games/hlds_l/cstrike/logs/L0228040.log
> L 02/28/2001 - 11:24:47: Log file started.
> L 02/28/2001 - 11:24:48: Log closed.
> Server logging data to file
> /usr/compat/linux/usr/games/hlds_l/cstrike/logs/L0228041.log
> L 02/28/2001 - 11:24:48: Log file started.
> L 02/28/2001 - 11:24:48: Spawning server "de_dust"
This is not how it should look...
The log file should only be closed when the server quits but I imagine
all the log starting and closing is because you have specified that
logging should take place in several different places...
The ONLY thing I set for logging is +log on in the command line,
which works perfectly, the only other difference is I dont have the
files under the compat tree...
You do type quit to exit dont you? If you ^c it might not write the logs,
but it sure looks like the logs are getting written...
What version of FreeBSD are you using?
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?OFF364254A.7EC4D532-ON86256A02.0047711D>
