Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2006 15:02:46 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Alexander Leidinger <netchild@freebsd.org>
Cc:        emulation@freebsd.org, Gary <gary@velocity-servers.net>
Subject:   Re: linux emulation problem on releng6/7
Message-ID:  <20061106210245.GA38327@dan.emsphone.com>
In-Reply-To: <20061106104947.wcfc6bvqgoogccss@webmail.leidinger.net>
References:  <20061106064944.DAE202E1AB@redbull.bpaserver.net> <20061106104947.wcfc6bvqgoogccss@webmail.leidinger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 06), Alexander Leidinger said:
> Quoting Gary <gary@velocity-servers.net> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061106210245.GA38327>