RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1001608 - rpc.mountd start fail exit, but not output any warn/error info to user.
Summary: rpc.mountd start fail exit, but not output any warn/error info to user.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: nfs-utils
Version: 6.4
Hardware: All
OS: Linux
medium
high
Target Milestone: rc
: ---
Assignee: Steve Dickson
QA Contact: Yongcheng Yang
URL:
Whiteboard:
Depends On: 1001605
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-27 11:41 UTC by JianHong Yin
Modified: 2016-03-28 19:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1001605
Environment:
Last Closed: 2016-03-28 19:19:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description JianHong Yin 2013-08-27 11:41:46 UTC
+++ 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

Comment 1 JianHong Yin 2013-08-27 11:45:01 UTC
In RHEL5, no this issue;  happens in In RHEL6 RHEL7

Comment 3 RHEL Program Management 2013-10-14 02:32:26 UTC
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.

Comment 5 Steve Dickson 2016-03-28 19:19:43 UTC
(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.


Note You need to log in before you can comment on or make changes to this bug.