Subject: portmapper warnings
To: None <tech-net@netbsd.org>
From: None <drochner@zel459.zel.kfa-juelich.de>
List: tech-net
Date: 01/14/1999 20:00:28
Since the portmapper uses the wrap library, I'm getting
frequent warnings into the syslog:
"portmap[]: warning: can't get client address: Bad file descriptor"
My "inetd.conf" is the original NetBSD one, and I don't
have additional RPC servers runnng. rpcinfo -p localhost prints:
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100001 1 udp 65533 rstatd
100001 2 udp 65533 rstatd
100001 3 udp 65533 rstatd
100002 2 udp 65532 rusersd
100002 3 udp 65532 rusersd
100008 1 udp 65531 walld
The message seems to originate from the wrap library,
socket.c:sock_host(). Didn't track it down further so far.
Do other people see this too?
best regards
Matthias