安装rpc的问题

在安装rpc后,启动rpc.rstatd时,会报错“Cannot register service: RPC: Unable to receive; errno = Ction refused”。
解决方法如下:
1、/etc/init.d ./portmap start
2、/etc/init.d ./nfs start
然后再次启动rpc.rstatd就好了。
原文地址:https://www.cnblogs.com/morebetter/p/447225.html