|
Bugzilla – Full Text Bug Listing |
| Summary: | opensuse updater makes kde and X a brick | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Michael Dreher <michael.dreher> |
| Component: | Update Problems | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | dmueller, suse-beta |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | openSUSE 10.2 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
.xsession-errors
better .xsession-errors ps aux rpm -qa | sort > rpm-all rpm -qa --last |
||
|
Description
Michael Dreher
2007-11-01 16:32:37 UTC
any error in .xsession-errors? (from textconsole) Created attachment 181914 [details]
.xsession-errors
how obtained:
login at kdm with username dreher
ctrl-alt-backspace (this is the only way out)
login as root at kdm
Created attachment 181915 [details]
better .xsession-errors
how obtained:
login at kdm with username dreher
switch to text console with ctrl-alt-f2
login as root
Created attachment 181916 [details]
ps aux
how obtained:
login at kdm with username dreher
switch to text console with ctrl-alt-f2
login as root
ps aux > ps_aux
Created attachment 181923 [details]
rpm -qa | sort > rpm-all
list of all rpm packages
x86 or x86_64 ? rpm -qa --last rpm -e scim helps? since you reverted kde and xorg updates, I don't see how its kde's fault. it looks like you're missing the glibc lockup bugfix (bug 334777). if its x86_64, you're maybe bitten by the patchrpm breakage we had. Created attachment 184591 [details]
rpm -qa --last
to #6: my system is x86 (32 bit) rpm -qa --last is attached. and indeed, "rpm -e scim" (and uninstalling all the other scim related packages) did it. now I can work again as ordinary user with kde, but I do not understand how scim can cause so much trouble ??? thank you ! scim is the only application that was running in your ps output that uses gettext. and your glibc still has the gettext lockup bug. I would suggest to install all updates again, since it should just work then. *** This bug has been marked as a duplicate of bug 334777 *** |