Bug 1036475

Summary: login fails for sddm
Product: [Fedora] Fedora Reporter: Steve <lance.list.7>
Component: sddmAssignee: Martin Bříza <mbriza>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: dvratil, jgrulich, kevin, ltinkl, mbriza, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-02 08:40:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
/var/log/messages from system none

Description Steve 2013-12-02 05:34:57 UTC
Description of problem:
graphical login fails to respond

Version-Release number of selected component (if applicable):
Fedora 20 system fully upgraded on VBox 4.3.4 virtual machine

How reproducible:
every time

Steps to Reproduce:
1. boot system (in VBox VM)
2. graphical login appears, fill in username & password, press enter


Actual results:
nothing happens, screen stays at graphical login

Expected results:
login to desktop, 
worked last week

Additional info:
ran yum clean metadata ; yum update
upgraded base VM to VirtualBox 4.3.4

Comment 1 Steve 2013-12-02 05:44:07 UTC
Created attachment 831434 [details]
/var/log/messages from system

extract from file note session end at same time stamp as start
=========================
Dec  2 15:58:08 localhost sddm: DAEMON: Received message 7 from the authenticator
Dec  2 15:58:08 localhost sddm: AUTH: Authenticated for user "thorfinn"
Dec  2 15:58:08 localhost sddm: AUTH: requestSessionId start
Dec  2 15:58:08 localhost sddm: AUTH: requestSessionId end

Comment 2 Kevin Kofler 2013-12-02 08:12:02 UTC
Your system was installed with SDDM and thus is still using SDDM. If you want to switch to KDM, you have to do so explicitly:
su -
yum install kdm
systemctl --force enable kdm.service

Comment 3 Steve 2013-12-02 08:40:28 UTC
systemctl --force enable kdm.service

fixed error

closed bug