一、portmap与rpcbind的更新迭代问题。
1、看到的一些资料中使用到的portmap服务,后续已经被rpcbind替换,若在重启相应服务时,继续使用portmap会报错,解决方法是相应替换为rpcbind
2、错误现象
# /etc/init.d/portmap restart
-bash: /etc/init.d/portmap: No such file or directory
3替换后正常运行
root@ubuntu:/home/miniLinux# /etc/init.d/rpcbind restart
rpcbind stop/waiting
rpcbind start/running, process 2665
本文介绍了在Linux系统中,portmap服务被rpcbind替代的过程以及遇到的错误。当尝试重启portmap服务时,由于服务已不存在,导致报错。解决方法是将启动脚本从portmap替换为rpcbind,执行/etc/init.d/rpcbind restart后,服务能够正常启动和运行。
990

被折叠的 条评论
为什么被折叠?



