Wind River Support Network

HomeDefectsLIN6-2244
Fixed

LIN6-2244 : [Feature Testing][Userspace]: rpcbind restart failed if it's not running

Created: Nov 26, 2013    Updated: Dec 3, 2018
Resolved Date: Dec 30, 2013
Found In Version: 6.0
Fix Version: 6.0.0.2
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Userspace

Description

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

Workaround

use 'start' if rpcbind is not running 

Steps to Reproduce

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 

Other Downloads


Live chat
Online