Hide Forgot
+++ This bug was initially created as a clone of Bug #1001605 +++ Description of problem: rpc.mountd start fail exit, but not output any warn/error info to user. Version-Release number of selected component (if applicable): RedHatEnterpriseWorkstation 7.0 nfs-utils-1.2.8-2.0.el7.x86_64 How reproducible: Steps to Reproduce: 1. rpc.mountd -o 1 2. 3. Actual results: [root@dhcp12-125 ~]# rpc.mountd -o 1 [root@dhcp12-125 ~]# echo $? 1 Expected results: [root@dhcp12-125 ~]# rpc.mountd -o 1 <some error info> [root@dhcp12-125 ~]# echo $? 1 Additional info: follow code can cover more code branch: case $(lsb_release -sr) in 5.*) max=5;; 6.*) max=19;; 7.*) max=10;; esac for n in `seq 1 $max`; do std=$(rpc.mountd $args $n 2>&1) [ $? != 0 ] && { test -n "$std" || echo "rpc.mountd start fail, but not output any info" } done
In RHEL5, no this issue; happens in In RHEL6 RHEL7
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
(In reply to Yongcheng Yang from comment #4) > Issue still exist in latest nfs-utils-1.2.3-68.el6 > > [root@hp-dl380eg8-03 ~]# rpc.mountd -o 1 > [root@hp-dl380eg8-03 ~]# echo $? > 1 > [root@hp-dl380eg8-03 ~]# rpm -q nfs-utils > nfs-utils-1.2.3-68.el6.x86_64 > [root@hp-dl380eg8-03 ~]# Setting the number of possible open file descriptor to not a valid set up... self-induced... not a bug.