我正在尝试使用我自己编译的 rpcbind 版本运行 mountd 。如果在启动 mountd 之前让 rpcbind 在调试模式 ( ./rpcbind -d
) 下运行,我会收到以下错误消息:
/etc/rc.d/mountd: WARNING: Unable to force rpcbind. It may already be running.
/etc/rc.d/mountd: WARNING: failed precmd routine for mountd
如果我在启动 mountd 时没有运行 rpcbind,那么它会启动系统上安装的 rpcbind,而不是我编译的版本。
有办法解决这个问题吗?
答案1
最简单的方法是手动运行 mountd,而不是使用 rc 脚本。只需以 root 身份执行“mountd”即可。