From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 18 07:45:40 2007 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 DF05416A418 for ; Tue, 18 Sep 2007 07:45:40 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 80B3013C457 for ; Tue, 18 Sep 2007 07:45:40 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C71E4667691; Tue, 18 Sep 2007 09:45:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b413l7yLkEHm; Tue, 18 Sep 2007 09:45:38 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A11BE6675A2; Tue, 18 Sep 2007 09:45:38 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l8I7jcS9030161; Tue, 18 Sep 2007 09:45:38 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 18 Sep 2007 09:45:38 +0200 From: Roman Divacky To: Jase Thew Message-ID: <20070918074538.GB30053@freebsd.org> References: <46EF0832.9000305@beardz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46EF0832.9000305@beardz.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Teamspeak server issues on 6.2-stable AMD64 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: Tue, 18 Sep 2007 07:45:41 -0000 On Tue, Sep 18, 2007 at 12:05:22AM +0100, Jase Thew wrote: > Hi all, > > I'm trying to get the teamspeak_server port running under 6.2-stable > AMD64. I'm aware the port is marked as i386 only, but I noticed a > previous thread regarding this issue [1] to which the OP never responded > (at least to the list) with the relevant info. > > I've produced ktrace.out's for teamspeak_server on both 6.2-stable i386 > (which works successfully) and 6.2-stable AMD64 (which gets stuck in a > loop and sits there chewing cpu). I've also kdump'd the ktrace.out's for > perusal. [2] > > No output is seen on the console etc in the AMD64 case, it just sits > there until the process is manually killed. > > Both the 6.2-stable i386 and AMD64 installs that were used to produce > these are running stock GENERIC kernels with linux_base-fc-4_10. > > If any further debug information is needed, please let me know. Any help > in resolving this issue would be appreciated. > > Regards, > > Jase. > > [1] > http://lists.freebsd.org/pipermail/freebsd-emulation/2007-February/003136.html > [2] http://beastie.beardz.net/~bazerka/fbsd/ judging from the ktrace outputs looks like something with pipes is wrong...