From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 23 07:07:17 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DFE31065680 for ; Wed, 23 Mar 2011 07:07:17 +0000 (UTC) (envelope-from other@ahhyes.net) Received: from srv.ahhyes.net (srv.ahhyes.net [96.44.168.99]) by mx1.freebsd.org (Postfix) with ESMTP id ED01D8FC12 for ; Wed, 23 Mar 2011 07:07:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=ahhyes.net) by srv.ahhyes.net with esmtp (Exim 4.74 (FreeBSD)) (envelope-from ) id 1Q2HZ4-000Ndx-21 for freebsd-emulation@freebsd.org; Wed, 23 Mar 2011 17:29:06 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 23 Mar 2011 17:29:05 +1100 From: Alex To: Message-ID: <19271ad0af28730d9f735f955ec63db1@ahhyes.net> X-Sender: other@ahhyes.net User-Agent: Roundcube Webmail/0.5.1 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: other@ahhyes.net X-SA-Exim-Scanned: No (on srv.ahhyes.net); SAEximRunCond expanded to false Subject: linux app wont start... X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2011 07:07:17 -0000 Hi Guys, I am trying to run a battlefield 2 server on FreeBSD 8.2 with linux emulation enabled, I have some other apps that run just fine. Here is the error I get: [game@srv ~/bf2]$ ./start.sh Error opening terminal: xterm. [game@srv ~/bf2]$ echo $TERM xterm I can "export TERM" and set another value but the result is always the same it will just say "Error opening terminal " I have a suspicion it's to do with the termcap in the linux compat section, not the local freebsd termcap. Any pointers? Do i need to install another package into the linux base (fc10).