Bug 252055 - KDM exits if X needs too long to be started
Summary: KDM exits if X needs too long to be started
Status: RESOLVED FIXED
Alias: None
Product: kdm
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: kdm bugs tracker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 17:09 UTC by Frederik Schwarzer
Modified: 2010-09-26 12:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.5.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Schwarzer 2010-09-22 17:09:33 UTC
Version:           unspecified (using KDE 4.5.1) 
OS:                Linux

If X needs a bit longer than usual to start (e.g. in a virtual machine or when the init system starts services in parallel) KDM does not start due to an X server timeout:
  Sep 21 13:12:01 tamaki kdm[1754]: X server startup timeout, terminating
  Sep 21 13:12:01 tamaki kdm[1754]: X server for display :0 cannot be started, session disabled

Adding "ServerTimeout=500" to the [X-*-Core] section of the kdmrc solves the issue.

Could the problem be solved by increasing the default time KDM waits for X to start?

Reproducible: Didn't try
Comment 1 Oswald Buddenhagen 2010-09-26 12:13:45 UTC
SVN commit 1179865 by ossi:

double default ServerTimeout

in times of virtualization and parallelized boots, 15 secs are not
enough anymore (again ...).
BUG: 252055
FIXED-IN: 4.5.2



 M  +1 -1      config.def  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1179865