From owner-freebsd-questions Sun Feb 9 5:20:19 2003 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 0E20537B401 for ; Sun, 9 Feb 2003 05:20:18 -0800 (PST) Received: from smtp.hispeed.ch (isp247n.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6AE443F75 for ; Sun, 9 Feb 2003 05:20:16 -0800 (PST) (envelope-from locus@hispeed.ch) Received: from rock.stable.ch (dclient217-162-34-199.hispeed.ch [217.162.34.199]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id h19DKEAt021284 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 9 Feb 2003 14:20:14 +0100 Received: from locus by rock.stable.ch with local (Exim 3.33 #1) id 18hrNN-000AXz-00 for FreeBSD-questions@FreeBSD.org; Sun, 09 Feb 2003 14:20:05 +0100 Date: Sun, 9 Feb 2003 14:20:05 +0100 From: Thomas Spreng To: FreeBSD Questions Subject: strange linux binary problem Message-ID: <20030209132005.GA40299@rock.stable.ch> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, i have a problem running a linux binary. I have an old (running for 2 years now) and a new freebsd server. I'm trying to run a linux gameserver (sof2) on the new machine, but when i start the binary (./sof2ded) nothing happens, no output, no log entries just nothing, it just hangs. If i try it on the old fbsd machine everthing works fine. Old machine is running: # uname -a FreeBSD host.domain.org 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #13: Sat Dec 7 12:58:57 CET 2002 # pkg_info|grep linux linux_base-7.1_2 The base set of packages needed in Linux mode # kldstat Id Refs Address Size Name 1 2 0xc0100000 1ccdd0 kernel 2 1 0xc12df000 14000 linux.ko the new one: # uname -a FreeBSD host.domain.org 4.7-RELEASE-p4 FreeBSD 4.7-RELEASE-p4 #0: Sun Feb 9 00:34:14 CET 2003 # pkg_info|grep linux linux_base-7.1_2 The base set of packages needed in Linux mode # kldstat Id Refs Address Size Name 1 2 0xc0100000 1ccdd0 kernel 2 1 0xc12df000 14000 linux.ko if have no clue why exactly the same binary is running on one system and on the other one not. Anyone have a clue? cheers, tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message