|
Bugzilla – Full Text Bug Listing |
| Summary: | latest kdebase-KDM RPM in supplementary is broken | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Forgotten User jq9zgB7cRO <forgotten_jq9zgB7cRO> |
| Component: | KDE | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | per.newgro, ruurd |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | patch for earlykdm script in /etc/init.d | ||
|
Description
Forgotten User jq9zgB7cRO
2006-02-25 21:34:28 UTC
Bug shows here too. Experimenting showed me that killing preload will allow the process to continue. So, this is either a bug in preload or a bug in the preloading files.
Experimenting with preload shows me that for some reason it wants to read from the console. Giving it a Ctrl-D finishes it. Examining invocations of preload in other files in /etc/init.d show me that preload seems to be invoked as
/sbin/preload < /var/cache/somepreloadcachefile
while in earlykdm it is invoked as
/sbin/preload /etc/preload.d/somepreloadfile
Is this correct? FWIW, in the preload cache I find equivalent names for the preload files in /etc/preload.d...
OK. Further investigation leads me to believe that this is a bug in the earlykdm script. I verified the working of preload when invoking it as /sbin/preload < /var/cache/preload/kdm.XXX.preload with strace, in which case I see it opening and statting all kinds of files. The funny thing is that in the earlier kdebase3-kdm RPM the earlykdm script is exactly the same. Anyway. It seems to be working if you apply the attached patch to earlykdm, but I'm not 100% sure that it is the correct solution... Created attachment 70315 [details]
patch for earlykdm script in /etc/init.d
*** This bug has been marked as a duplicate of 153543 *** *** Bug 154283 has been marked as a duplicate of this bug. *** |