首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >nfssvc:已在使用的地址

nfssvc:已在使用的地址
EN

Server Fault用户
提问于 2014-11-18 10:30:48
回答 1查看 1.5K关注 0票数 0

我在CentOS6.3框中使用yum安装了nfs server。但我不能开始。有什么想法吗?

代码语言:javascript
复制
# /etc/init.d/nfs start
Starting NFS services:                                     [  OK  ]
Starting NFS daemon:                                       [FAILED]

代码语言:javascript
复制
        :11:34 myserver kernel: portmap: server localhost not responding, timed out
        :11:34 myserver kernel: RPC: failed to contact portmap (errno -5).
        :12:09 myserver kernel: portmap: server localhost not responding, timed out
        :12:09 myserver kernel: RPC: failed to contact portmap (errno -5).
        :12:09 myserver nfsd[14416]: nfssvc: writting fds to kernel failed: errno 5 (Input/output error)
        :12:45 myserver kernel: portmap: server localhost not responding, timed out
        :12:45 myserver kernel: RPC: failed to contact portmap (errno -5).
        :12:45 myserver nfsd[14416]: nfssvc: writting fds to kernel failed: errno 5 (Input/output error)
        :12:45 myserver kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
        :12:45 myserver kernel: NFSD: starting 90-second grace period
        :12:45 myserver kernel: nfsd: last server has exited
        :12:45 myserver kernel: nfsd: unexporting all filesystems
        :13:20 myserver kernel: portmap: server localhost not responding, timed out
        :13:20 myserver kernel: RPC: failed to contact portmap (errno -5).
        :13:20 myserver nfsd[14416]: nfssvc: Address already in use
EN

回答 1

Server Fault用户

回答已采纳

发布于 2014-11-18 10:45:33

portmap没有运行。我通过启动portmap修复了它。

代码语言:javascript
复制
/etc/init.d/portmap start
票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/645177

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档