From owner-freebsd-questions@FreeBSD.ORG Fri Aug 13 16:42:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9F916A4CE for ; Fri, 13 Aug 2004 16:42:14 +0000 (GMT) Received: from clanbuckbuck.org (c-67-160-113-101.client.comcast.net [67.160.113.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8549D43D31 for ; Fri, 13 Aug 2004 16:42:14 +0000 (GMT) (envelope-from freebsd@fbsdsolutions.com) Received: from RYALLS1 (tide92.microsoft.com [131.107.76.139]) (AUTH: LOGIN ryallsd) by clanbuckbuck.org with esmtp; Fri, 13 Aug 2004 09:42:13 -0700 From: "Derrick Ryalls" To: questions@freebsd.org Date: Fri, 13 Aug 2004 09:42:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2162 Thread-Index: AcSBVHpd699brUgQSeO9W1P02ZEGoQ== Message-Id: <20040813164214.8549D43D31@mx1.FreeBSD.org> Subject: linux_base compatibility issue? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 16:42:15 -0000 Greetings list, Recently, Valve released a dedicated server for Counter-Strike Source, coming in windows and linux varieties. Since my clan has been playing the older CS dedicated server on a FreeBSD 4.9 box for a while, I wanted to see if the new one would work. I installed it on my test machine, and got this error when in debug mode: ][ryallsd] ~/cssource # ./srcds_run -game cstrike +map de_dust -console -debug Enabling debug mode Auto-restarting the server on crash Illegal instruction (core dumped) cat: hlds.58456.pid: No such file or directory Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dwarf2read.c line 3049 in dwarf2_read_section Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. /lib/libm.so.6: No such file or directory. email debug.log to linux@valvesoftware.com Fri Aug 13 08:46:28 PDT 2004: Server restart in 10 seconds ^CFri Aug 13 08:46:29 PDT 2004: Server Quit I copied the directory tree over to a 5.x box, and the dedicated server was able to run just fine. Double checking the linux_base, both machines are running linux_base-8-8.0_4 So, is there some sort of compatibility issue with linux_base and 4.x? Thanks for any advice. Derrick