From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 14 16:20:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org 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 A68FF16A403 for ; Fri, 14 Apr 2006 16:20:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2939543D45 for ; Fri, 14 Apr 2006 16:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3EGKPfX063645 for ; Fri, 14 Apr 2006 16:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3EGKPow063644; Fri, 14 Apr 2006 16:20:25 GMT (envelope-from gnats) Date: Fri, 14 Apr 2006 16:20:25 GMT Message-Id: <200604141620.k3EGKPow063644@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: bin/93804 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 16:20:25 -0000 The following reply was made to PR bin/93804; it has been noted by GNATS. From: Maxim Konovalov To: Andrew Grillet Cc: bug-followup@freebsd.org Subject: bin/93804 Date: Fri, 14 Apr 2006 20:18:29 +0400 (MSD) Andrew, I can't check on sparc64 but on my i386 machine tftpd works OK. Could you please repeat the following steps in your enviroment and show the results. Please note you _cannot_ run tftpd from the command line. [root@sonnie ~]# grep ^tftp /etc/inetd.conf tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot [root@sonnie ~]# killall -HUP inetd [root@sonnie ~]# mkdir /tftpboot [root@sonnie ~]# cp /etc/hosts /tftpboot [root@sonnie ~]# cd /tmp [root@sonnie /tmp]# tftp localhost tftp> get hosts Received 1420 bytes in 0.2 seconds [root@sonnie /tmp]# md5 hosts /etc/hosts MD5 (hosts) = 5ebd3561c607ca1dd3654ea4e454704c MD5 (/etc/hosts) = 5ebd3561c607ca1dd3654ea4e454704c -- Maxim Konovalov