Bug 153575

Summary: SuSE-10.0 w. KDE-3.5.1 - latest kdebase3-kdm-3.5.1-27 package broken
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Adrian Pircalabu <adi>
Component: KDEAssignee: E-mail List <kde-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: i586   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Adrian Pircalabu 2006-02-26 11:26:28 UTC
I'm afraid other SuSE versions are also affected.

Below is an extras from an email sent to suse-kde@suse.com on 26 Feb 2006 10:31:14 -0000

After latest update from supplementary source I could not boot into
runlevel 5 on my 10.0 desktop. It hanged when running
/etc/init.d/earlykdm. The workaround was to use earlykdm script from
3.4.2-26 package.
What supplementary information do I have to provide?

Following is the diff between 3.4.2 and 3.5.1-27 versions of
/etc/init.d/earlykdm:

--- diff starts here ---

--- earlykdm-3.4.2      2005-09-14 14:20:00.000000000 +0300
+++ earlykdm-3.5.1      2006-02-24 05:37:35.000000000 +0200
@@ -114,10 +114,10 @@

 if test "$1" = "start" && test -x /sbin/preload; then
    if test -z "$DISPLAYMANAGER_AUTOLOGIN"; then
-      /sbin/preload < /var/cache/preload/kdm.preload
+      /sbin/preload /etc/preload.d/kdm
    else
-      /usr/bin/ionice -n2 /sbin/preload <
/var/cache/preload/kdm.auto.preload
-      /usr/bin/ionice -n6 /sbin/preload < /var/cache/preload/kde.preload &
+      /usr/bin/ionice -n2 /sbin/preload /etc/preload.d/kdm.auto
+      /usr/bin/ionice -n6 /sbin/preload /etc/preload.d/kde &
       echo $! > /var/run/preload-session.pid
    fi
 fi

--- diff ends here ---
Comment 1 Rui Malheiro 2006-02-26 14:20:06 UTC

*** This bug has been marked as a duplicate of 153543 ***