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.
Description of problem:
Updated to latest RHEL-7 compose today.
Now my name doesn't appear on the login screen any more.
Version-Release number of selected component (if applicable):
RHEL-7.0-20131024.0
How reproducible:
100%
Additional info:
I can still login by picking 'not listed', then typing my userid.
I can't change the session type though, the menu for that isn't there.
Comment 2Ray Strode [halfline]
2013-10-30 20:20:32 UTC
are you still seeing this?
Do you see if you boot with enforcing=0 on the kernel command line?
Would you mind editing /etc/gdm/custom.conf and putting Enable=true in the [debug] section, rebooting, and then attaching the output of journalctl -b -a --full ?
Are you using sssd or any sort of remote login infrastructure?
(In reply to Ray Strode [halfline] from comment #2)
> are you still seeing this?
Just updated to 20131030.1 snapshot. Still happens.
> Do you see if you boot with enforcing=0 on the kernel command line?
enforcing=0 doesn't change anything.
> Would you mind editing /etc/gdm/custom.conf and putting Enable=true in the
> [debug] section, rebooting, and then attaching the output of journalctl -b
> -a --full ?
Done, will attach in a moment.
> Are you using sssd or any sort of remote login infrastructure?
Not for login. Kerberos is configured, but I just kinit after logging in.
Found easy reproducer: install latest rhel7 compose (20131127.1), using kickstart, create a user using this kickstart line:
user --name=kraxel --gecos="Gerd Hoffmann" --uid=500 --password=${secret}
On first boot rhel7 asks me to create a user. On the login screen that one shows up, the kickstart-created doesn't. Login via "not listed" link works.
Comment 6Ray Strode [halfline]
2013-12-11 22:20:47 UTC
ah okay, probably the accountsservice issue then.
*** This bug has been marked as a duplicate of bug 1029195 ***