Fixed
Created: Jan 26, 2014
Updated: Dec 3, 2018
Resolved Date: Jan 26, 2014
Found In Version: 6.0.0.2
Fix Version: 6.0.0.3
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Userspace
Problem Description
======================
rpcbind is started, but the status for "service --status-all" is "-"
Expected Behavior
======================
the status is "+"
Observed Behavior
======================
root@XLP208A1-USB:/opt/wr-test/testcases/userspace-new/daemon-status# ps aux|grep rpcbind
root 451 0.0 0.0 3520 2816 ? Ss 06:09 0:00 /usr/sbin/rpcbind
root 5255 0.0 0.0 2816 832 pts/0 S+ 06:15 0:00 grep rpcbind
root@XLP208A1-USB:/opt/wr-test/testcases/userspace-new/daemon-status# service --status-all
[ ? ] apache2
[ - ] atd
[ + ] avahi-daemon
[ ? ] banner.sh
[ - ] bind
[ - ] bootlogd
[ ? ] bootmisc.sh
[ ? ] checkroot.sh
[ + ] collectd
[ + ] crond
[ + ] dbus-1
[ ? ] devpts.sh
[ ? ] dhcp-server
[ ? ] dmesg.sh
[ + ] drbd
[ - ] fuse
[ ? ] hostname.sh
[ ? ] hwclock.sh
[ ? ] modutils.sh
[ ? ] mountall.sh
[ ? ] mountnfs.sh
[ - ] multipathd
[ ? ] mysqld
[ ? ] networking
[ + ] nfscommon
[ + ] nfsserver
[ ? ] ntpd
[ ? ] populate-volatile.sh
[ ? ] portmap
[ + ] postfix
[ - ] postgresql-server
[ - ] ppp
[ + ] pppoe-server
[ + ] proftpd
[ + ] quagga
[ ? ] radvd
[ ? ] rcinit
[ ? ] read-only-rootfs-hook.sh
[ ? ] rmnologin.sh
[ - ] rpcbind
[ + ] rsyslog
[ ? ] run-postinsts
[ ? ] samba
[ ? ] save-rtc.sh
[ ? ] sendsigs
[ + ] sshd
[ - ] stop-bootlogd
[ ? ] sysfs.sh
[ + ] syslog
[ + ] tcf-agent
[ ? ] tftpd-hpa
[ + ] udev
[ ? ] udev-cache
[ ? ] umountfs
[ ? ] umountnfs.sh
[ ? ] urandom
[ ? ] usermode-agent
[ ? ] vsftpd
[ + ] watchquagga
[ + ] xinetd
root@XLP208A1-USB:/opt/wr-test/testcases/userspace-new/daemon-status#
1 configure a project
/configure --enable-board=bcm-xlp --enable-kernel=standard+netfilter
--enable-rootfs=glibc-std
--with-layer=/wr-testing/userspace-new/
--with-template=feature/lttng2,feature/acl,feature/nfsd,feature/mysql,feature/mysql-odbc,feature/oprofile
--enable-test=yes --enable-prelink=no --enable-build=profiling
--enable-jobs=16 --enable-parallel-pkgbuilds=8 --enable-internet-download
2. make fs
3. boot the target
4. /etc/init.d/rpcbind start
service --status-all