From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 6 21:02:51 2006 Return-Path: X-Original-To: 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 443CD16A407; Mon, 6 Nov 2006 21:02:51 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238C243D5C; Mon, 6 Nov 2006 21:02:47 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id kA6L2kl6066066; Mon, 6 Nov 2006 15:02:46 -0600 (CST) (envelope-from dan) Date: Mon, 6 Nov 2006 15:02:46 -0600 From: Dan Nelson To: Alexander Leidinger Message-ID: <20061106210245.GA38327@dan.emsphone.com> References: <20061106064944.DAE202E1AB@redbull.bpaserver.net> <20061106104947.wcfc6bvqgoogccss@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061106104947.wcfc6bvqgoogccss@webmail.leidinger.net> X-OS: FreeBSD 6.2-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: emulation@freebsd.org, Gary Subject: Re: linux emulation problem on releng6/7 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, 06 Nov 2006 21:02:51 -0000 In the last episode (Nov 06), Alexander Leidinger said: > Quoting Gary (from Mon, 06 Nov 2006 > 01:49:23 -0500): > > Redirecting to emulation@, ENOTIME until the weekend on my side ATM... > > Bye, > Alexander. > > >With VALVe's Counter-Strike Source server, I noticed some strange > >cpu usage readings (among other things) > > > >ktrace: > > > > 80786 srcds_amd CALL old.recv(0x5,0xbfbfb480) > > 80786 srcds_amd RET old.recv -1 errno -11 Unknown error: -11 Running linux_kdump would give you more useful output here. Errno 11 on Linux is EAGAIN, and syscall 102 is socketcall. Call #5 is SYS_ACCEPT, so it looks like it's trying to accept() a connection on a listening socket with no pending connections. -- Dan Nelson dnelson@allantgroup.com