RPC(linux)报错 Cannot register service RPC

RPC(linux)报错:Cannot register service: RPC: Authentication error; why = Client credential too weak

解决办法

udo -i service portmap stop

sudo -i rpcbind -i -w

sudo -i service portmap start

应该就能解决
如果没有portmap 就自己安装一个

你可能感兴趣的:(linux,loadrunner)