关于启动rpc时提示Cannot register service: RPC: Unable to receive; errno = Connection refused的问题

  提示:Cannot register service: RPC: Unable to receive; errno = Connection refused

  这是因为你的服务器没有开启端口映射的功能。今天把这个问题的解决方法写下来,希望对有类似问题的朋友有所帮助。

[root@codebreaker]#setup

  这时会弹出一个类似图形化的界面,光标移动到System services,回车。在新界面中找到portmap项,空格选中。然后选择OK,再选择quit。

[root@codebreaker]#/etc/init.d/portmap start   //启动portmap

现在再试下rpc.rstatd.

posted @ 2011-10-24 21:16  cython  阅读(2379)  评论(0)    收藏  举报