From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 12:24:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC371065675 for ; Fri, 8 Jul 2011 12:24:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E12628FC20 for ; Fri, 8 Jul 2011 12:24:45 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p68COTaT030553; Fri, 8 Jul 2011 06:24:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p68COTOT030550; Fri, 8 Jul 2011 06:24:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 8 Jul 2011 06:24:29 -0600 (MDT) From: Warren Block To: Anton Shterenlikht In-Reply-To: <20110707224435.GA27624@mech-cluster241.men.bris.ac.uk> Message-ID: References: <20110707224435.GA27624@mech-cluster241.men.bris.ac.uk> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 08 Jul 2011 06:24:29 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: tftp - bad checksum error? can't transfer file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 12:24:46 -0000 On Thu, 7 Jul 2011, Anton Shterenlikht wrote: > I'm trying to troubleshoot tftpd(8). > > % grep boot /etc/inetd.conf > tftp dgram udp wait root /usr/libexec/tftpd tftpd -dd -l -s /tftpboot > tftp dgram udp wait root /usr/libexec/tftpd tftpd -dd -l -s /tftpboot > bootps dgram udp wait root /usr/libexec/bootpd bootpd -d4 -t0 /etc/bootptab > % > > I'm trying to boot another node via bootp/tftp. > > I'm monitoring what's going on with tcpdump -vv. > > bootpd starts fine, and seems to read /etc/bootptab > correctly. > > But after that nothing happens, and after a few minutes > I get on the console of the host which I want to boot: > >> bootp()/bsd.rd.IP32 > Unable to execute bootp()/bsd.rd.IP32: invalid argument How big is bsd.rd.IP32? Does the BUGS section of tftpd(8) apply? If so, try ftp/tftp-hpa. It's faster, too, AFAIR.