Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!sdd.hp.com!hp-pcd!hpfcso!hpcnd!speedy!dds From: dds@speedy.CND.HP.COM (Darren Smith) Newsgroups: comp.sys.hp Subject: Re: rpc: clnt_call said 'Mount point /usr1 not found.' Message-ID: <1730084@speedy.CND.HP.COM> Date: 8 May 91 15:13:12 GMT References: <1991May1.190050.8624@tasha.poly.edu> Organization: HP Colorado Networks Division Lines: 18 |The clnt_call return the value RPC_SUCCESS, but mount_return.status |contain the value 13, if it success then mount_return.status should |have the value 0. |Please some one help me to what should I look for to solve this |problem. I have no idea what the problem with your program is, but felt I should not something about the statement above. The value RPC_SUCCESS only indicates that the rpc code was successful in completing it's remote call. It is up to the program to include further indications of success/failure that are program specific to the call that was made. Thus, it may be perfectly reasonable to get a value of RPC_SUCCESS, but still have a failure indication in mount_return.status. -- Darren Smith dds@cnd.hp.com 229-2536 Colorado Networks Division -- Disclaimer: The opinions expressed here are strictly my own and do not represent an opinion or official statement of HP.