|
Bugzilla – Full Text Bug Listing |
| Summary: | Can't no longer login after upgrade (today 7.6.2015) Opensuse 13.2 Tumbleweed | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Andreas Fueglistaler <andreas.fueglistaler> |
| Component: | X.Org | Assignee: | E-mail List <xorg-maintainer-bugs> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <xorg-maintainer-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | andreas.fueglistaler, tiwai, wbauer |
| Version: | 13.2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 13.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Output hwinfo command
Additional file which shows at the end some communication errors Xorg.0.log file |
||
|
Description
Andreas Fueglistaler
2015-06-07 13:32:51 UTC
*** Bug 933859 has been marked as a duplicate of this bug. *** *** Bug 933855 has been marked as a duplicate of this bug. *** Please make sure that it's a regression in kernel. You should be able to boot from the previous kernel by selecting the one in GRUB boot menu. Try to boot your current system with the previous kernel. If the problem is actually gone, then it implies that the problem is in kernel. If the problem still exists, it's no kernel issue but a regression in another component. I did try the previous kernel (failsafe) 4.0.4-1 and the problem was the same to login. If that imply's that it is not in the kernel to what group/component should the bug be reportet then? I also tried to login (kernel 4.0.4-2) to login with KDE and GNOME and both showed the same behaviour. Thanks for your help! Kind regards Andy The failsafe boot won't work with graphics. It's just for fail safe. You must have the older kernels. Try to choose it and boot in the normal mode. I did boot it with Kernel 4.0.4-2 - normal - failsafe same behaviour (login fails). I did boot with the previous Kernel 4.0.4-1 - normal - failsafe same behaviour (login fails). this with KDE and GNOME. 4.0.4-1 was the kernel before the breaking update? If so, it's likely a problem in another component, either the graphics stuff or Qt. But this kind of problem can be hardware-specific. So, please give your hardware details. At least, hwinfo output would be helpful. Created attachment 637064 [details]
Output hwinfo command
Created attachment 637065 [details]
Additional file which shows at the end some communication errors
Are you using nouveau driver or Nvidia binary driver? The X log indicates the latter. nouveau driver is being used. OK, then try to login and give the latest Xorg.log file. The previously attached file contains too many logs mixed up, and I can't judge which is still valid. (BTW, if you provide the requested information, please clear NEEDINFO flag.) Created attachment 637229 [details]
Xorg.0.log file
as requested the Xorg.0.log file after a login attempt There is no trace of crash there. Looks rather like a library issue. Reassigned the component so that X guys can take a look. (BTW, again: please don't forget to clear NEEDINFO flag after you fill the requested information.) (In reply to Andreas Fueglistaler from comment #14) > as requested the Xorg.0.log file after a login attempt Well, the reason for your problems is obvious I think. You do indeed use nouveau, but have nvidia's libglx installed: [ 116.248] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 116.263] (II) Module glx: vendor="NVIDIA Corporation" [ 116.263] compiled for 4.0.2, module version = 1.0.0 [ 116.263] Module class: X.Org Server Extension [ 116.263] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015 If you want to use nouveau, you have to remove the nvidia driver from your system, as it replaces some system components (libglx and libGL in particular) with its own versions which don't work with the open source drivers (and it even breaks Mesa's software renderer, which is why you have the same problems in recovery mode). Just switching to nouveau in xorg.conf (which you apparently did according to the Xorg.0.log) is not enough. If you added the (13.2?) nvidia repo to your system, remove it, or the driver might get installed automatically. Or maybe you installed nvidia but it broke with a kernel update? You have to recompile the kernel module after each such update. Btw, there is no such thing as "openSUSE 13.2 Tumbleweed". You either use 13.2 or Tumbleweed. According to the Xorg and Kernel versions, it seems to be the latter. But make sure that you have no 13.2 repos on your system. In case you missed it, Tumbleweed is no longer an addon repo to the latest openSUSE release, but a completely separate (rolling) distribution (since November already)... Indeed that's a messed up system. |