From owner-freebsd-emulation Sat Dec 16 11:37: 3 2000 From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 16 11:37:01 2000 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from ebola.biohz.net (ebola.biohz.net [206.80.1.35]) by hub.freebsd.org (Postfix) with ESMTP id 22F3937B400 for ; Sat, 16 Dec 2000 11:37:01 -0800 (PST) Received: from flu (localhost [127.0.0.1]) by ebola.biohz.net (Postfix) with SMTP id 701313A3FC for ; Sat, 16 Dec 2000 11:36:56 -0800 (PST) Message-ID: <005f01c06797$8cb57a00$0402010a@biohz.net> From: "Renaud Waldura" To: Subject: Re: q3ded 1.17: linux_socketcall returns errno -11 Date: Sat, 16 Dec 2000 11:36:56 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org More information about the problem if that helps: apparently the Quake server makes heavy use of OOB packets. Any known issues with that? I also updated to FreeBSD 4.2, without much success: gettimeofday(0xbfbfba60,0xbfbfba68) = 2 (0x2) linux_newselect(0x1,0xbfbfb9f0,0x0,0x0,0xbfbfb9e8) = 5 (0x5) linux_socketcall(0xc,0xbfbfba00) ERR#35 'Resource temporarily unavailable' Please be kind enough to Cc me, as I'm not subscribed to this list. Thanks! ----- Original Message ----- From: "Renaud Waldura" To: Sent: Saturday, December 16, 2000 3:06 AM Subject: q3ded 1.17: linux_socketcall returns errno -11 > I'm trying to get the Quake3 dedicated server 1.17 (the latest point release > from ID software, makers of Quake) to work on FreeBSD 4.0. I wrestled the > install to the ground, but the program itself is misbehaving -- it loops on > the following: > > syscall gettimeofday(0xbfbfb940,0xbfbfb948) > returns 0 (0x0) > syscall linux_newselect(0x1,0xbfbfb8d0,0x0,0x0,0xbfbfb8c8) > returns 0 (0x0) > syscall linux_socketcall(0xc,0xbfbfb8e0) > errno -11 'Resource temporarily unavailable' > > (this information brought to you by truss and the number 11) > > The Quake3 server opens a UDP socket, and as far as I can tell, listens on > it without doing anything peculiar. Any ideas why linux_socketcall() would > return -11? Do the parameters look anything abnormal to someone familiar > with the linux emulation code? > > How can I track this problem further? I.e., where is the source for this > stuff? I couldn't find an "emulation" CVS branch, what is it under? > > --Renaud > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message