Bug 153575 - SuSE-10.0 w. KDE-3.5.1 - latest kdebase3-kdm-3.5.1-27 package broken
Summary: SuSE-10.0 w. KDE-3.5.1 - latest kdebase3-kdm-3.5.1-27 package broken
Status: RESOLVED DUPLICATE of bug 153543
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: KDE (show other bugs)
Version: unspecified
Hardware: i586 SuSE Linux 10.0
: P5 - None : Critical
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-26 11:26 UTC by Adrian Pircalabu
Modified: 2006-02-26 14:20 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***