From owner-freebsd-isp Thu Mar 1 5: 7:28 2001 Delivered-To: freebsd-isp@freebsd.org Received: from smtp.kka.com (smtp.kka.com [63.141.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 0BF8B37B71A for ; Thu, 1 Mar 2001 05:07:23 -0800 (PST) (envelope-from Eric_Stanfield@kenokozie.com) Subject: Re: counterstrike server To: Kal Torak Cc: freebsd-isp@freebsd.org X-Mailer: Lotus Notes Release 5.0.2a November 23, 1999 Message-ID: From: Eric_Stanfield@kenokozie.com Date: Thu, 1 Mar 2001 07:01:24 -0600 X-MIMETrack: Serialize by Router on Notes1st/Keno(Release 5.0.4 |June 8, 2000) at 03/01/2001 07:01:26 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 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