【发布时间】:2014-06-01 16:08:43
【问题描述】:
我无法在 Cloudera 中启动 NFS 网关。它给了我错误Supervisor returned FATAL. Please check the role log file, stderr, or stdout
但我可以在标准输出中观察到的唯一奇怪的事情是
socket.error: [Errno 111] Connection refused
+ '[' 1 -ne 0 ']'
+ echo 'Cannot connect to port 111.'
+ return 1
+ '[' 1 -eq 1 ']'
+ echo 'No portmap or rpcbind service is running on this host. Please start portmap or rpcbind service before attempting to start the NFS Gateway role on this host.'
+ exit 1
我尝试将端口 111 更改为 1111,但没有帮助。有什么想法我应该怎么做?
【问题讨论】: