Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 21:09:20 -0400 (EDT)
From:      jack <jack@germanium.xtalwind.net>
To:        <freebsd-stable@FreeBSD.ORG>
Subject:   4.4RC and rpc.statd
Message-ID:  <20010821205124.S43025-100000@germanium.xtalwind.net>

next in thread | raw e-mail | index | archive | help
Two of the four boxes I've tried the 4.4RC ISO on rpc.statd
hangs and eventually times out.

germanium# gdb /usr/obj/usr/src/usr.sbin/rpc.statd/rpc.statd
[snip]
b 73
Breakpoint 1 at 0x8049695: file
/usr/src/usr.sbin/rpc.statd/statd.c, line 73.
(gdb) r
Starting program: /usr/obj/usr/src/usr.sbin/rpc.statd/rpc.statd
Breakpoint 1, main (argc=1, argv=0xbfbff7a0)
    at /usr/src/usr.sbin/rpc.statd/statd.c:73
73        (void)pmap_unset(SM_PROG, SM_VERS);
(gdb) s

Long delay

75        transp = svcudp_create(RPC_ANYSOCK);
(gdb) s
76        if (transp == NULL)
(gdb) s
78        if (!svc_register(transp, SM_PROG, SM_VERS, sm_prog_1, IPPROTO_UDP))
(gdb) s

Long delay

Cannot register service: RPC: Timed out
79          errx(1, "unable to register (SM_PROG, SM_VERS,
udp)");

World built from
*default release=cvs tag=RELENG_4 date=2001.08.01.00.00.00
works fine
built from
*default release=cvs tag=RELENG_4 date=2001.08.02.00.00.00
fails. :(

The boxes that work are a dual PPro 200, and an old Pentium 166
MMX.  The failing boxes are a single PPro 200, and a dual Xeon II
400.  One of the boxes that fails and on that works have the same
network cards, the other two boxes have different cards.

Any suggestion about where to look next?

--------------------------------------------------------------------------
Jack O'Neill                    Systems Administrator / Systems Analyst
jack@germanium.xtalwind.net     Crystal Wind Communications, Inc.
          Finger jack@germanium.xtalwind.net for my PGP key.
   PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67   FD 09 E9 3C 5F CC EB CD
               enriched, vcard, HTML messages > /dev/null
--------------------------------------------------------------------------
A Microsoft Certified Systems Engineer is to computing what
a McDonalds Certified Food Specialist is to fine cuisine.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010821205124.S43025-100000>