首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >这个RPC错误消息意味着什么?

这个RPC错误消息意味着什么?
EN

Server Fault用户
提问于 2013-04-01 13:01:18
回答 1查看 19K关注 0票数 4

我有OS版本6.2,并使用NFS服务( NFS -utils-1.2.3)连接到NFS服务器,

并在/var/log/ messages文件中找到了许多消息:

代码语言:javascript
复制
Apr  1 11:08:35 XXX  rpc.idmapd[3010]: nss_getpwnam: name '2' does not map into domain 'XXXX.com'
Apr  1 11:14:26 XXX  rpc.idmapd[3010]: nss_getpwnam: name '0' does not map into domain 'XXXX.com'
Apr  1 11:18:36 XXX  rpc.idmapd[3010]: nss_getpwnam: name '2' does not map into domain 'XXXX.com'
Apr  1 11:24:27 XXX  rpc.idmapd[3010]: nss_getpwnam: name '0' does not map into domain 'XXXX.com'
Apr  1 11:28:37 XXX  rpc.idmapd[3010]: nss_getpwnam: name '2' does not map into domain 'XXXX.com'
Apr  1 11:34:27 XXX  rpc.idmapd[3010]: nss_getpwnam: name '0' does not map into domain 'XXXX.com'
Apr  1 11:38:37 XXX  rpc.idmapd[3010]: nss_getpwnam: name '2' does not map into domain 'XXXX.com'
Apr  1 11:44:28 XXX  rpc.idmapd[3010]: nss_getpwnam: name '0' does not map into domain 'XXXX.com'
Apr  1 11:48:37 XXX  rpc.idmapd[3010]: nss_getpwnam: name '2' does not map into domain 'XXXX.com'

这个信息是什么意思?

EN

回答 1

Server Fault用户

发布于 2013-10-30 14:13:44

这意味着您在/etc/idmapd.conf文件或/etc/host文件中存在主机名问题。确保您的idmapd.conf文件在NFS服务器和客户端上都是相同的,还要确保您的客户端正在将本地主机和本地域解析到环回地址(127.0.0.1),并且您的域名没有解析回送。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/495104

复制
相关文章

相似问题

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