出错信息:
[zb@myhost ~]$ /etc/rc.d/rpcbind start
:: Starting rpcbind [FAIL]
[zb@myhost ~]$ su
密码:
[root@myhost zb]# /etc/rc.d/rpcbind start
:: Starting rpcbind [FAIL]
[root@myhost /]# /etc/rc.d/rpcbind off
usage: /etc/rc.d/rpcbind {start|stop|restart}
[root@myhost /]# /etc/rc.d/rpcbind restart
:: Stopping rpcbind [DONE]
:: Starting rpcbind [DONE]
问题:
开机后,start启动失败,必须用restart才能启动。
解决办法:无