Hide Forgot
Description of problem: [root@dhcp12-125 ~]# rpc.nfsd -h Usage: rpc.nfsd [-d|--debug] [-H hostname] [-p|-P|--port port] [-N|--no-nfs-version version] [-V|--nfs-version version] [-s|--syslog] [-T|--no-tcp] [-U|--no-udp] nrservs [root@dhcp12-125 ~]# rpc.idmapd -h rpc.idmapd: '-h' is an invalid argument. [root@dhcp12-125 ~]# rpc.idmapd --help rpc.idmapd: '--' is an invalid argument. I think a unix/linux command should output the right usage, if specify invalid, or specify -h Version-Release number of selected component (if applicable): nfs-utils-1.2.8-2.0.el7.x86_64 How reproducible: Steps to Reproduce: 1. rpc.idmapd -h 2. 3. Actual results: [root@dhcp12-125 ~]# rpc.idmapd -h rpc.idmapd: '-h' is an invalid argument. [root@dhcp12-125 ~]# rpc.idmapd --help rpc.idmapd: '--' is an invalid argument. Expected results: output the usage, if specify -h or --help output the usage, if specify invalid option, notice and then output usage: Additional info:
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.
Upstream commit commit d91d3c0b4754284808dfd2c7faf64d0cd96c5ae7 Author: Steve Dickson <steved> Date: Fri Dec 11 11:10:12 2015 -0500 rpc.idmapd: Added a usage routine Show the correct arguments when invalid arguments are used. Signed-off-by: Steve Dickson <steved>
This is also needed ommit e57642c50c9b2e409d1fc2775bdf88f64b344dd3 Author: Steve Dickson <steved> Date: Wed Jan 20 14:41:58 2016 -0500 rpc.idmapd: Added the -h flag
Hi Steve, to keep the man page consistency, do we need the following patch? commit 02a96e351d403fc7caf4deed6b890b2e41ff9020 Author: Steve Dickson <steved> Date: Fri Dec 11 11:11:19 2015 -0500 rpc.idmapd: Added the -C and -S flags The C and S flags were missing for the SYNOPSIS
(In reply to Yongcheng Yang from comment #6) > Hi Steve, to keep the man page consistency, do we need the following patch? > > commit 02a96e351d403fc7caf4deed6b890b2e41ff9020 > Author: Steve Dickson <steved> > Date: Fri Dec 11 11:11:19 2015 -0500 > > rpc.idmapd: Added the -C and -S flags > > The C and S flags were missing for the SYNOPSIS I did pull it in... Please see nfs-utils-1.3.0-rpcidmapd-usage.patch
Verified with nfs-utils-1.3.0-0.25.el7 Move to VERIFIED and continue to run the automatic case in the future. [root@hp-dl585g7-04 ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.25.el7.x86_64 [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -xxxx rpc.idmapd: '-x' is an invalid argument. Usage: rpc.idmapd [-hfvCS] [-p path] [-c path] [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -h Usage: rpc.idmapd [-hfvCS] [-p path] [-c path] [root@hp-dl585g7-04 ~]# Reproduced with nfs-utils-1.3.0-0.21.el7 [root@hp-dl585g7-04 ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.21.el7.x86_64 [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -xxxx rpc.idmapd: '-x' is an invalid argument. [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -h rpc.idmapd: '-h' is an invalid argument. [root@hp-dl585g7-04 ~]# echo $? 1 [root@hp-dl585g7-04 ~]#
Move to VERIFIED as comment 9 and continue to run the automatic case
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2383.html