By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 928 - kdm starts too early
Summary: kdm starts too early
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: Other Debian Squeeze
: P1 critical
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-03-24 09:59 CDT by Slávek Banko
Modified: 2012-04-28 18:23 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Add a dependency to init script (566 bytes, patch)
2012-03-24 09:59 CDT, Slávek Banko
Details | Diff
Add a dependency to init script, use insserv (1019 bytes, patch)
2012-03-26 10:39 CDT, Slávek Banko
Details | Diff
Add a dependency to init script, use insserv (1018 bytes, patch)
2012-03-26 14:32 CDT, Slávek Banko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Slávek Banko 2012-03-24 09:59:20 CDT
Created attachment 502 [details]
Add a dependency to init script

With dependency-based-boot kdm starts too early - before the services that may require. Sometimes as a result fails.
Comment 1 Slávek Banko 2012-03-26 10:39:47 CDT
Created attachment 504 [details]
Add a dependency to init script, use insserv

Change that to include / update startup script has been used insserv instead of update-rc.d
Comment 2 Slávek Banko 2012-03-26 14:32:38 CDT
Created attachment 506 [details]
Add a dependency to init script, use insserv

Fixed unwanted character (non-breakable space) in the condition.
Comment 3 Darrell 2012-04-28 13:43:10 CDT
Tim,

This is a Debian specific patch. As you use Debian systems, if the patch looks sane to you I'll be happy to push to GIT.
Comment 4 Timothy Pearson 2012-04-28 15:19:29 CDT
Just so I'm clear on this, is this patch intended for Ubuntu as well, or just Debian?
Comment 5 Slávek Banko 2012-04-28 18:08:03 CDT
(Odpověď na komentář #4)
> Just so I'm clear on this, is this patch intended for Ubuntu as well, or just
> Debian?

Ubuntu does not use dependency based boot and does not have /etc/init.d/kdm-trinity.
Comment 6 Timothy Pearson 2012-04-28 18:16:37 CDT
(In reply to comment #5)
> (Odpověď na komentář #4)
> > Just so I'm clear on this, is this patch intended for Ubuntu as well, or just
> > Debian?
> 
> Ubuntu does not use dependency based boot and does not have
> /etc/init.d/kdm-trinity.

You are correct.  I got event-based boot (Ubuntu) confused with dependency-based boot (Debian).

Tim
Comment 7 Timothy Pearson 2012-04-28 18:23:20 CDT
Committed to GIT in hash 1123143.

Thanks for reporting, and for the patch!