On Mon, 4 Sep 2000, John Kennedy wrote:
>  Ping seems to be spending its time in a sendto()/poll() loop:
>
>       sendto(3, "U\3Z\241\0\0\0\0\0\0\0\2\0\1\206\240\0\0\0\2\0\0\0\3\0"..., 56, 0, 
>{sin_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}}, 16) = 56
>       poll([{fd=3, events=POLLIN}], 1, 5000)  = 0

port 111 is the rpc portmap.  My guess is you aren't running portmap and
your /etc/nsswitch.conf has "nis" and "nisplus" references in it.  (Damn you
redhat and glibc.)

>  Is looks like it might be trying to talk to the portmapper for some
>reason.  I don't have the portmapper running on either kernel version.
>It is going to take me a bit to make a non-pcmcia system to hop back
>and forth between 2.2.x and 2.4.x, but I thought I would spit that out.

This was hashed about long ago.  I think it's documented somewhere.  I
usually remove all the damned NIS/NIS+ BS from the system configuration
(including the libraries) after installing the system. (I have _one_ machine
with NIS capabilities as it was once integrated into the office network.)

--Ricky


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to