linux emulation problem on releng6/7

Dan Nelson dnelson at allantgroup.com
Mon Nov 6 21:02:51 UTC 2006


In the last episode (Nov 06), Alexander Leidinger said:
> Quoting Gary <gary at 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 at allantgroup.com


More information about the freebsd-emulation mailing list