分页: 1 / 1

菜鸟问个RPCbind的小问题,请路过的大神留步看看

发表于 : 2012-03-28 18:42
bearthur
我想在终端运行个qemu的虚拟机
然后出现这个错误:
Cannot register server service : RPC:Authentication error ;why = client credential too weak

然后它给提示。说if you see an error above that says:

RPC:Authentication error ;why = client credential too weak

you need to change the startup of rpcbind on your host by doing the following as root:
================================================
According to /etc/sysconfig/rpcbind, then
echo RPCBIND_ARGS=-i >> /etc/sysconfig/rpcbind
or
echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind
/etc/init.d/rpcbind restart
===================================================
for Ubuntu 11.10 hosts
Add OPTIONS="-i -w" to /etc/default/rpcbind
sudo service portmap restart
Set 'tap0' nonpersistent
Releasing lockfile of preconfigured tap device 'tap0'


但是。我搜了/etc/init.d,却只有这个文件: rpcbind-boot@


请问我该怎么办呢? :em01

Re: 菜鸟问个RPCbind的小问题,请路过的大神留步看看

发表于 : 2012-03-28 18:45
bearthur
如果我想关闭了rpcbind服务,请问要怎么做呢? :em01

Re: 菜鸟问个RPCbind的小问题,请路过的大神留步看看

发表于 : 2012-03-28 18:59
bearthur
没人么?

Re: 菜鸟问个RPCbind的小问题,请路过的大神留步看看

发表于 : 2012-03-28 19:05
bearthur
芝麻来人