From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 13 18:36:29 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D30816A526 for ; Mon, 13 Nov 2006 18:36:29 +0000 (UTC) (envelope-from ralph@zitz.dk) Received: from camilla.zitz.dk (ip30.ds1-od.adsl.cybercity.dk [217.157.208.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B0F43E86 for ; Mon, 13 Nov 2006 18:31:19 +0000 (GMT) (envelope-from ralph@zitz.dk) Received: from localhost (localhost.zitz.dk [127.0.0.1]) by camilla.zitz.dk (8.13.8/8.13.6) with ESMTP id kADIV4cK078424 for ; Mon, 13 Nov 2006 19:31:04 +0100 (CET) (envelope-from ralph@zitz.dk) X-Virus-Scanned: amavisd-new at zitz.dk Received: from camilla.zitz.dk ([127.0.0.1]) by localhost (camilla.zitz.dk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4XOJOpH3ULa7 for ; Mon, 13 Nov 2006 19:31:00 +0100 (CET) Received: from [10.0.0.3] (mobile.zitz.dk [10.0.0.3]) (authenticated bits=0) by camilla.zitz.dk (8.13.8/8.13.6) with ESMTP id kADIUwrO078419 for ; Mon, 13 Nov 2006 19:30:59 +0100 (CET) (envelope-from ralph@zitz.dk) Message-ID: <4558B9E2.5000307@zitz.dk> Date: Mon, 13 Nov 2006 19:30:58 +0100 From: Ralph Zitz User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 CC: freebsd-emulation@freebsd.org References: <45588446.6090308@zitz.dk> <20061113171917.GA7268@stud.fit.vutbr.cz> In-Reply-To: <20061113171917.GA7268@stud.fit.vutbr.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: attack of the zombies 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: Mon, 13 Nov 2006 18:36:29 -0000 Divacky Roman wrote: > On Mon, Nov 13, 2006 at 03:42:14PM +0100, Ralph Zitz wrote: > >> I just wanted to add that I have been experiencing the exact same >> problem. A while back I had problems starting teamspeak (available in >> the ports collection). That problem was fixed, but now I see zombie >> processes hanging around. >> One way to reproduce: >> >> 1) Install teamspeak port (audio/teamspeak_server) >> 2) Start teamspeak (/usr/local/etc/rc.d/teamspeak-server start) >> 3) do a: ps ax >> >> output somthing like: >> >> 29961 p1 SN 0:00.84 /usr/local/lib/teamspeak_server/server_linux >> 30001 p1 S 0:00.00 /usr/local/lib/teamspeak_server/server_linux >> 30002 p1 S 0:00.03 /usr/local/lib/teamspeak_server/server_linux >> 30003 p1 S 0:00.03 /usr/local/lib/teamspeak_server/server_linux >> 30006 p1 S 0:00.00 /usr/local/lib/teamspeak_server/server_linux >> 30034 p1 S 0:00.00 /usr/local/lib/teamspeak_server/server_linux >> 30037 p1 S 0:00.02 /usr/local/lib/teamspeak_server/server_linux >> 30038 p1 S 0:00.02 /usr/local/lib/teamspeak_server/server_linux >> 30039 p1 S 0:00.00 /usr/local/lib/teamspeak_server/server_linux >> 30311 p1 S 0:00.05 /usr/local/lib/teamspeak_server/server_linux >> >> 4) Connect to http://localhost:14354 (Which is a webinterface for the >> teamspeak server). >> > > I am not able to connect to the port > > Next time I should make sure I provide the right address which is: http://localhost:14534 Cheers, Ralph.