Hide Forgot
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.
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.
ah okay, probably the accountsservice issue then. *** This bug has been marked as a duplicate of bug 1029195 ***