From owner-freebsd-current Wed Oct 29 12:45:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA12738 for current-outgoing; Wed, 29 Oct 1997 12:45:28 -0800 (PST) (envelope-from owner-freebsd-current) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.5.85]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA12722 for ; Wed, 29 Oct 1997 12:45:19 -0800 (PST) (envelope-from tlambert@usr07.primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.7/8.8.7) id NAA18032; Wed, 29 Oct 1997 13:45:17 -0700 (MST) Received: from usr07.primenet.com(206.165.6.207) via SMTP by smtp04.primenet.com, id smtpd018001; Wed Oct 29 13:45:07 1997 Received: (from tlambert@localhost) by usr07.primenet.com (8.8.5/8.8.5) id NAA19346; Wed, 29 Oct 1997 13:44:56 -0700 (MST) From: Terry Lambert Message-Id: <199710292044.NAA19346@usr07.primenet.com> Subject: Re: Small Problem with Linux Emul To: kmitch@weenix.guru.org (Keith Mitchell) Date: Wed, 29 Oct 1997 20:44:55 +0000 (GMT) Cc: tom@uniserve.com, current@FreeBSD.ORG In-Reply-To: <199710282039.PAA10601@weenix.guru.org> from "Keith Mitchell" at Oct 28, 97 03:39:08 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Use the BSDI quake server. It uses less CPU than the linux server, > > because it doesn't require add as much overhead. > > I would, but it is the 1.64 level server that crashes on half the maps I have > tried and also has quite a few bugs in it that have been fixed in the > 2.01 server (which only exists for linux/solaris). Plus doing that wouldn't get the Linux emulation bug fixed. Were those "ie:" number for "scrambled address" real numbers? If you can, you should convert them to hex, and look at the output of netstat -rn and arp -a to see if they are coming from a route, gateway, NATD or other IP address "translator", or if the hex values match the actual physical addresses, etc.. Probably it's one of those strange "raw packet" receives, and the FreeBSD flag values aren't the same as the Linux ones, and the stub in the emulator needs fixed. Or it could be a really hairy problem instead... 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.