From owner-freebsd-questions Sun Oct 26 21:15:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15453 for questions-outgoing; Sun, 26 Oct 1997 21:15:49 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA15445 for ; Sun, 26 Oct 1997 21:15:45 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id XAA23828; Sun, 26 Oct 1997 23:15:40 -0600 (CST) Message-ID: <19971026231539.59128@emsphone.com> Date: Sun, 26 Oct 1997 23:15:39 -0600 From: Dan Nelson To: Keith Mitchell Cc: questions@FreeBSD.ORG Subject: Re: QuakeWorld 2.01 Server?? References: <19971026204359.39016@emsphone.com> <199710270355.WAA02141@weenix.guru.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.87 In-Reply-To: <199710270355.WAA02141@weenix.guru.org>; from "Keith Mitchell" on Sun Oct 26 22:55:12 GMT 1997 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the last episode (Oct 26), Keith Mitchell said: > Ipfw is not a problem. One weird thing I noticed from the log file the > Ip addresses of the hosts sometimes come back wrong. For > instance: > > A2A_ACK from 24.220.191.239:49135 > Sending heartbeat to 192.246.40.12:27003 > > The ACK is supposed to be from 192.246.40.12 and not 24.220.191.239. > > The ktrace came up with: > > 304 qwsv CALL old.recv(0xc,0xefbfdbb8) > 304 qwsv RET old.recv -1 errno -11 Unknown error: -11 > > Its almost like the structure doesn't match?!? My kernel/world are > from the same time (~Oct 12). Linux emulation is an LKM. Does a make world rebuild LKMs? If not, you'll have to cd into /usr/src/lkm and make install. -Dan Nelson dnelson@emsphone.com