From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 6 09:07:15 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD56716BFF3 for ; Tue, 6 Jun 2006 09:03:14 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D9B43D69 for ; Tue, 6 Jun 2006 09:03:09 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1FnXSs-0005qX-3f; Tue, 06 Jun 2006 12:03:06 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Scott Long In-reply-to: <447EB9C0.9010402@samsco.org> References: <447EB9C0.9010402@samsco.org> Comments: In-reply-to Scott Long message dated "Thu, 01 Jun 2006 03:56:16 -0600." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 06 Jun 2006 12:03:06 +0300 From: Danny Braniss Message-ID: Cc: freebsd-hackers@freebsd.org Subject: iSCSI/sosend(...), was iSCSI/sendto(...) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 09:07:22 -0000 > Danny Braniss wrote: > > > Hi, > > on a fairly new 6.1-stable, and probably before, once in a > > blue moon, sendto return error 64 (EHOSTDOWN?). but the packet seems to have > > been received by the target, since i get a response, and further more, > > everything keeps on working. > > > > what is error 64? > > > > danny > > > > > > EHOSTDOWN comes from the ARP layer of the IP stack, and would be > consistent with the host either getting no arp response or rejected > responses from the target. It would be useful to run tcpdump+ethereal > on your connection to see what is really going on. > > Scott > If someone can shed some light, in ftp://ftp.cs.huji.ac.il/users/danny/freebsd/snif8 around No. 28051, there is the ARP request, which seems a bit odd. danny