Subject: inetd pmap_set error
To: None <netbsd-help@netbsd.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 10/25/2001 22:59:56
Hello,
I'm getting error messages in /var/log/messages from inetd that I
don't understand even where to look to find out what to do. I'm
hoping someone here has a clue to lend.
The messages I'm seeing:
$ zcat messages.0.gz |grep inet \
|perl -pe'> s/^.+ home (.+)/$1/o;' |uniq
inetd[222]: pmap_set: 100001 1 17 65515: Undefined error: 0
inetd[222]: pmap_set: 100001 2 17 65515: No message of desired type
inetd[218]: pmap_set: 100001 1 17 65519: Undefined error: 0
inetd[218]: pmap_set: 100001 2 17 65519: No message of desired type
inetd[492]: pmap_set: 100001 1 17 65395: Undefined error: 0
inetd[492]: pmap_set: 100001 2 17 65395: No message of desired type
inetd[492]: pmap_set: 100001 3 17 65395: No message of desired type
inetd[492]: pmap_set: 100002 2 17 65326: No message of desired type
inetd[492]: pmap_set: 100002 3 17 65326: No message of desired type
inetd[492]: pmap_set: 100008 1 17 65325: No message of desired type
One look at the man page for pmap_set convinced me to ask here.
I'm using the i386 port, kern.version = NetBSD 1.4.2 (GENERIC).
The machine recently crashed with good reason: the primary IDE bus
stopped working. I was unable to log in and shut it down normally, so
it was big red switch time. I moved the boot drive to the second IDE
bus, booted to the boot prompt from the CD ROM, and
> boot wd0a:
After playing with fsck, the machine was up again. Hail the BSD
gods.
Many thanks for any insight.
--jkl