[uClibc]netkit-tiny

Erik Andersen andersen at lineo.com
Fri Feb 23 01:12:28 UTC 2001


On Fri Feb 23, 2001 at 01:17:35PM +1300, Alex King wrote:
> 
> There are two problems I have found with uClibc name resolving, first
> it chokes on ip numbers, ie try ./busybox ping 166.70.14.212

Ok, I just fixed that one.

> Second it chokes on some /etc/resolv.conf files.

I just fixed a problem where it would append the domain name onto dns queries,
even when it shouldn't have.  If you do find any other problems, just let me
know and I'll wipe em out as quickly as I can.

I'm surprised I never noticed these before, thanks for letting me know.
Regardless, with the changes I just checked in I now see:

    [andersen at slag busybox]$ ldd ./busybox
	    libuClibc.so.1 => /lib/libuClibc.so.1 (0x4000c000)
    [andersen at slag busybox]$ ./busybox ping 166.70.14.212
    ping: permission denied. (are you root?)
    [andersen at slag busybox]$ su
    Password:
    slag:/home/andersen/CVS/busybox# ./busybox ping 166.70.14.212
    PING 166.70.14.212 (166.70.14.212): 56 data bytes
    64 bytes from 166.70.14.212: icmp_seq=0 ttl=240 time=78.4 ms
    64 bytes from 166.70.14.212: icmp_seq=1 ttl=240 time=71.9 ms
    64 bytes from 166.70.14.212: icmp_seq=2 ttl=240 time=94.0 ms

    --- 166.70.14.212 ping statistics ---
    3 packets transmitted, 3 packets received, 0% packet loss
    round-trip min/avg/max = 71.9/81.4/94.0 ms

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the uClibc mailing list