Package: klibc-utils Version: 1.4.34-1 nfsmount sends bad rpc header in portmap calls. The length in rpc header should be only the length of data without header (nfsmount sends the length including 4 byte header). Portmap in Fedora 7 does not like this. This change in sunrpc.c:rpc_header fixed it rpc->call->hdr.frag_hdr = htonl(LAST_FRAG | (rpc->call_len - 4));
tomas vanderka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

