hi great list,<br><br>I find the LTP test case rpcinfo failed on F 10 due to this problem:<br>[hpt@localhost ~]$ rpcinfo -p localhost|grep 100021<br>    100021    1   udp  53390  nlockmgr<br>    100021    3   udp  53390  nlockmgr<br>
    100021    4   udp  53390  nlockmgr<br>    100021    1   tcp  34559  nlockmgr<br>    100021    3   tcp  34559  nlockmgr<br>    100021    4   tcp  34559  nlockmgr<br>[hpt@localhost ~]$ rpcinfo -t localhost 100021<br>program 100021 version 1 ready and waiting<br>
rpcinfo: RPC: Program/version mismatch; low version = 1, high version = 4<br>program 100021 version 2 is not available<br>program 100021 version 3 ready and waiting<br>program 100021 version 4 ready and waiting<br>[hpt@localhost ~]$ echo $?<br>
1<br>Is this a bug?<br>