Problem Description ====================== rpcbind restart failed if it's not running Expected Behavior ====================== rpcbind restarting works well Observed Behavior ====================== root@localhost:~# ps ax |grep rpcbind 3446 pts/0 S+ 0:00 grep rpcbind root@localhost:~# /etc/init.d/rpcbind restart Stopping rpcbind daemon... not running. root@localhost:~# ps ax |grep rpcbind 3458 pts/0 S+ 0:00 grep rpcbind
use 'start' if rpcbind is not running
1 configure a project $ configure --enable-board=any_BSP --enable-kernel=standard --enable-rootfs=glibc-std 2. $ make fs 3. start target, on target root@localhost:~# ps ax |grep rpcbind 3446 pts/0 S+ 0:00 grep rpcbind root@localhost:~# /etc/init.d/rpcbind restart Stopping rpcbind daemon... not running. root@localhost:~# ps ax |grep rpcbind 3458 pts/0 S+ 0:00 grep rpcbind root@localhost:~# /etc/init.d/rpcbind start Starting rpcbind daemon...done. root@localhost:~# ps ax |grep rpcbind 3462 ? Ss 0:00 /usr/sbin/rpcbind 3464 pts/0 S+ 0:00 grep rpcbind