Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
RHEL-6.4 test PASS
RHEL-6.5 test FAIL
J:687045 nfs-utils(1)-S-:/commands/utils/rpc-gssd@2014-07-07_13:22:08..
J:687049 nfs-utils(1)-S-:/commands/utils/rpc-gssd@2014-07-07_13:36:33..
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.
http://rhn.redhat.com/errata/RHBA-2014-1407.html
Description of problem: command rpc.gssd always start fail Version-Release number of selected component (if applicable): ------------------------------------------------ Time & CURDIR : [2014-07-07 01:08:23 @/mnt/tests/CoreOS/nfs-utils/commands/utils/rpc-gssd] Case Name : /CoreOS/nfs-utils/commands/utils/rpc-gssd $HOSTNAME : hp-moonshot-01-c19.ml3.eng.bos.redhat.com Distro Info : RedHatEnterpriseWorkstation 6.6 : NVR & host : Linux hp-moonshot-01-c19.ml3.eng.bos.redhat.com 2.6.32-486.el6.x86_64 #1 SMP Sat Jun 21 11:11:07 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux cmdline : ro root=/dev/mapper/vg_hpmoonshot01c19-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_hpmoonshot01c19/lv_root KEYTABLE=us console=ttyS0,9600n81 rd_NO_MD rd_LVM_LV=vg_hpmoonshot01c19/lv_swap crashkernel=129M@0M SYSFONT=latarcyrheb-sun16 rd_NO_DM Package Info : package libnfsidmap is not installed package libsss_idmap is not installed libtirpc-0.2.1-10.el6.x86_64 nfs-utils-1.2.3-50.el6.x86_64 ------------------------------------------------ How reproducible: always Steps to Reproduce: 1. rpc.gssd 2. echo $? 3. ps axf | grep -v grep | grep rpc.gssd #no rpc.gssd process Actual results: [root@hp-moonshot-01-c19 rpc-gssd]# lsb_release -sir RedHatEnterpriseWorkstation 6.6 [root@hp-moonshot-01-c19 rpc-gssd]# rpc.gssd -vvvv [root@hp-moonshot-01-c19 rpc-gssd]# echo $? 0 [root@hp-moonshot-01-c19 rpc-gssd]# ps axf |grep -v grep | grep rpc.gssd [root@hp-moonshot-01-c19 rpc-gssd]# vim /etc/sysconfig/nfs [root@hp-moonshot-01-c19 rpc-gssd]# rpc.gssd && echo True True [root@hp-moonshot-01-c19 rpc-gssd]# ps axf |grep -v grep | grep rpc.gssd [root@hp-moonshot-01-c19 rpc-gssd]# ps axf |grep -v grep | grep rpc.gssd [root@hp-moonshot-01-c19 rpc-gssd]# rpm -q nfs-utils nfs-utils-1.2.3-50.el6.x86_64 [root@hp-moonshot-01-c19 rpc-gssd]# rpm -q libtirpc libtirpc-0.2.1-10.el6.x86_64 [root@hp-moonshot-01-c19 rpc-gssd]# Expected results: rpc.gssd can start success. Additional info: RHEL-7 test PASS;