From owner-freebsd-emulation Sat Dec 16 3: 6:33 2000 From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 16 03:06:31 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 7A13337B400 for ; Sat, 16 Dec 2000 03:06:31 -0800 (PST) Received: from flu (localhost [127.0.0.1]) by ebola.biohz.net (Postfix) with SMTP id DD9AA3A3CC for ; Sat, 16 Dec 2000 03:06:30 -0800 (PST) Message-ID: <001801c06750$3e893d40$0402010a@biohz.net> From: "Renaud Waldura" To: Subject: q3ded 1.17: linux_socketcall returns errno -11 Date: Sat, 16 Dec 2000 03:06:30 -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 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