Your message dated Mon, 31 Dec 2007 08:56:57 -0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 1.60-18
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: net-tools
Version: 1.60-10
Severity: important
Tags: patch
*** Please type your report below this line ***
On 2.6.x kernels the /proc entry for IPX routes was changed.
The following patch shows how to make it work on 2.6.x only. The correct
fix should dynamically detect the actual layout of /proc.
Thanks !!! :-)
--- net-tools-1.60/lib/pathnames.h 2005-07-15 14:24:00.000000000
-0700
+++ net-tools-1.60.ipx/lib/pathnames.h 2005-07-15 14:01:56.000000000
-0700
@@ -29,7 +29,7 @@
#define _PATH_PROCNET_ARP "/proc/net/arp"
#define _PATH_PROCNET_AX25 "/proc/net/ax25"
#define _PATH_PROCNET_IPX "/proc/net/ipx"
-#define _PATH_PROCNET_IPX_ROUTE "/proc/net/ipx_route"
+#define _PATH_PROCNET_IPX_ROUTE "/proc/net/ipx/route"
#define _PATH_PROCNET_ATALK "/proc/net/appletalk"
#define _PATH_PROCNET_IP_BLK "/proc/net/ip_block"
#define _PATH_PROCNET_IP_FWD "/proc/net/ip_forward"
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages net-tools depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared
libraries an
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.60-18
net-tools (1.60-18) unstable; urgency=low
* Thanks for the l10n NMU to Kenshi Muto
* fixed hostname compile problems
* better error handling and speedup for proc file reading
* improved mii-tool (more media types)
* fixed string length contraint in ipmaddr
* fixed ipx /proc/net (alternate naming)
* smaller fixed to netstat(8) (de) 2002-02-20 - still incomplete
* expanded arp(8) (en) 2007-12-01
* added -4 and -6 to netstat(8) 02 October 2003
* formatting fixed rarp(8)+slattach(8) [en]
* formatting fixed arp(8), rarp(8), ifconfig(8), hostname(1) [fr]
* fixed slattach -L to not require HW handshake anymore
* netstat -n: show v4inv6 mapped addressses as v4
-- Bernd Eckenfels <[EMAIL PROTECTED]> Sun, 02 Dec 2007 03:28:17 +0100
--- End Message ---