From owner-freebsd-stable@FreeBSD.ORG Fri Apr 15 07:35:00 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C386B16A4CE for ; Fri, 15 Apr 2005 07:35:00 +0000 (GMT) Received: from conversation.bsdunix.ch (fiescherwand.ch [82.220.17.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1066343D2F for ; Fri, 15 Apr 2005 07:35:00 +0000 (GMT) (envelope-from thomas@bsdunix.ch) Received: from [192.168.0.14] ([192.168.0.14])j3F7dKGJ095161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Apr 2005 09:39:21 +0200 (CEST) (envelope-from thomas@bsdunix.ch) Message-ID: <425F6EA0.7000406@bsdunix.ch> Date: Fri, 15 Apr 2005 09:34:56 +0200 From: Thomas Vogt User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Vogt References: <1113490297.41050.2.camel@bert.mlan.solnet.ch> In-Reply-To: <1113490297.41050.2.camel@bert.mlan.solnet.ch> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, J_CHICKENPOX_66,NO_RDNS2 autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on conversation.bsdunix.ch cc: stable@freebsd.org Subject: Re: 5.4 rc2 problems with tftpd service X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 07:35:00 -0000 Hi Problem was caused by net.inet.udp.blackhole=1. It looks like -l or -s does not work with this option. Regards, Thomas Thomas wrote: > Hello > > I can't download files via tftp. The tftp client gets a timeout and the > written file is 0 bytes. I've done all my test on a local machine. No > network was involved. > > System information: > FreeBSD lizard 5.4-RC2 Wed Apr 13 15:04:30 UTC 2005 > root@lizard:/usr/obj/usr/src/sys/UP i386 > > inetd.conf contains > tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /var/tftpboot > > /var/tftpboot permission is set to 755 (root:wheel). > > I tried the -u root option for tftpd too but it didn't work either. Also > changed ownership to nobody:nobody for /var/tftpboot but no luck. > There is no error message in xferlog. I always get tftpd[47744]: > 127.0.0.1: read request for //test: success. But the file was not > transferred. > > Everything works fine if I remove the -l option or the -s option in > inetd.conf for tftpd. Is this "strange" behavior with -l as option > intended? > > Regards, > Thomas > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- My blog: http://www.bsdunix.ch