Your message dated Mon, 20 Jul 2009 00:38:29 +0200
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #501025,
regarding tftpd-hpa fails to turn of pmtu in standalone mod
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
501025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501025
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tftpd-hpa
Version: 0.48-2.2.1
Severity: important
Tags: patch
Hi,
in standalone mode tftpd-hpa fails to turn off PMTU discovery in
due to wrong usage of fd's
diff -Nur tftp-hpa-0.48/tftpd/tftpd.c tftp-hpa-0.48.flo/tftpd/tftpd.c
--- tftp-hpa-0.48/tftpd/tftpd.c 2007-01-31 00:51:05.000000000 +0100
+++ tftp-hpa-0.48.flo/tftpd/tftpd.c 2008-10-03 14:39:33.000000000 +0200
@@ -514,7 +514,7 @@
}
/* Disable path MTU discovery */
- pmtu_discovery_off(0);
+ pmtu_discovery_off(fd);
/* This means we don't want to wait() for children */
#ifdef SA_NOCLDWAIT
@@ -710,7 +710,7 @@
}
/* Disable path MTU discovery */
- pmtu_discovery_off(0);
+ pmtu_discovery_off(peer);
tp = (struct tftphdr *)buf;
tp_opcode = ntohs(tp->th_opcode);
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages tftpd-hpa depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libwrap0 7.6.q-16 Wietse Venema's TCP wrappers libra
ii sysv-rc 2.86.ds1-61 System-V-like runlevel change mech
Versions of packages tftpd-hpa recommends:
ii openbsd-inetd [inet-superse 0.20080125-1 The OpenBSD Internet Superserver
ii update-inetd 4.30+nmu1 inetd configuration file updater
tftpd-hpa suggests no packages.
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Version: 5.0-1
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [email protected]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---