From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 17 10:30:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22CEA37B401 for ; Thu, 17 Jul 2003 10:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C047643F85 for ; Thu, 17 Jul 2003 10:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6HHUIUp058107 for ; Thu, 17 Jul 2003 10:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6HHUIEt058106; Thu, 17 Jul 2003 10:30:18 -0700 (PDT) Date: Thu, 17 Jul 2003 10:30:18 -0700 (PDT) Message-Id: <200307171730.h6HHUIEt058106@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Skip Hansen" Subject: Re: kern/31085: kernel panic on tftp only pxeboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Skip Hansen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 17:30:19 -0000 The following reply was made to PR kern/31085; it has been noted by GNATS. From: "Skip Hansen" To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/31085: kernel panic on tftp only pxeboot Date: Thu, 17 Jul 2003 10:21:21 -0700 I've finally got a subset of my project to build and boot with 4.8R using TFTP only. I was unable to reproduce the original problem. If I understood what was happening correctly the original panic was caused when the kernel attempted to send an icmp port unreachable response for retries of the last tftp packet (libstand doesn't ack the last packet of a tftp transfer). My sniffer shows a correct icmp response now. I believe revision 1.63 of /sys/netinet/ip_icmp.c corrected the problem. Thanks for working on the best OS I've ever used ! Skip Hansen