Opened 18 years ago
Closed 18 years ago
#94 closed defect (fixed)
Inetutils telnet binary fails on amd64
Reported by: | Jeremy Utley | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | CLFS Standard 1.0.0 |
Component: | BOOK | Version: | CLFS Standard 1.0.0 |
Keywords: | Cc: |
Description
on amd64 (at least multilib) the telnet binary from inetutils fails to do proper DNS resolution for all hosts:
jeremy@valkyrie:~$ telnet localhost Trying 255.255.255.255... telnet: Unable to connect to remote host: Network is unreachable
jeremy@valkyrie:~$ telnet www.google.com Trying 255.255.255.255... telnet: Unable to connect to remote host: Network is unreachable
ping and other netkit binaries work as expected.
This is a blocker for the 1.0.0 release - Ryan might have a patch, which I'm testing shortly
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | inetutils-1.4.2-telnet_fix-1.patch added |
---|
comment:1 by , 18 years ago
Problem initially reported on IRC by Vladimir Vainer (ferreus). I verified on my own multilib build and the problem does exist.
comment:2 by , 18 years ago
A few more notes on this one. This bug has been known to exist by the maintainer since at least 1999:
http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00114.html
Also a reference to a discussion on the LFS lists:
http://linuxfromscratch.org/pipermail/lfs-support/2005-January/025824.html
This is confirmed to be a 64bit bug - I compiled inetutils as a 32-bit binary on my system, and telnet works as expected.
Interim Patch to fix this issue