Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544122 - gnome-base/gdm-3.14.1-r1 don't permit login after an update
Summary: gnome-base/gdm-3.14.1-r1 don't permit login after an update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-22 17:35 UTC by mrl4n
Modified: 2015-03-24 16:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
My emerge --info (file_544122.txt,36 bytes, text/plain)
2015-03-22 17:41 UTC, mrl4n
Details
Dmesg (file_544122.txt,45 bytes, text/plain)
2015-03-23 13:09 UTC, mrl4n
Details
Journalctl (file_544122.txt,327.64 KB, text/plain)
2015-03-23 20:52 UTC, mrl4n
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrl4n 2015-03-22 17:35:46 UTC
After an upgrade it's impossible to login system, after boot remain a black windows.


Reproducible: Always




Using gnome3 with systemd, xorg-drivers 1.16, xorg-server 1.15, gdm 3.14, xdm 1.1.11
Comment 1 mrl4n 2015-03-22 17:41:38 UTC
Created attachment 399482 [details]
My emerge --info
Comment 2 mrl4n 2015-03-22 19:14:41 UTC
I the xorg log i see another error message "setversion 1.4 failed: permission denied
Comment 3 Pacho Ramos gentoo-dev 2015-03-22 22:11:40 UTC
Please provide the full build.log and "dmesg" output
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-03-23 03:59:57 UTC
Also, as general information, black screens in gdm are usually caused by incorrectly configured or buggy opengl drivers.
So try to remember - if you are using open-source drivers, have you recently updated mesa or the kernel? If you are using proprietary drivers - when did you update, and is your currently loaded kernel driver the same version as the proprietary opengl library? (e.g. you need to either unload the nvidia blob or reboot after installing a new version of nvidia-drivers)
Comment 5 mrl4n 2015-03-23 13:09:58 UTC
Created attachment 399546 [details]
Dmesg
Comment 6 mrl4n 2015-03-23 13:48:56 UTC
(In reply to Alexandre Rostovtsev from comment #4)
> Also, as general information, black screens in gdm are usually caused by
> incorrectly configured or buggy opengl drivers.
> So try to remember - if you are using open-source drivers, have you recently
> updated mesa or the kernel? If you are using proprietary drivers - when did
> you update, and is your currently loaded kernel driver the same version as
> the proprietary opengl library? (e.g. you need to either unload the nvidia
> blob or reboot after installing a new version of nvidia-drivers)

Usually is as you said, but not in this case.

I haven't updated mesa or kernel.

This's a Real problem; update gdbus-codegen and now after boot (with black screen) i change terminal and start system manually, i receive the error from systemd "oh no, something is wrong"
Comment 7 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-03-23 14:11:26 UTC
Please add attachments as attachments, not pastebin links. Pastebin links expire quickly, we sometimes need to look at bugzilla bugs months later. In addition, pastebins are blocked by some corporate firewalls, and sometimes we think about gentoo bugs when we have a spare few minutes at the office :)

Your dmesg look ok.

If you are automatically starting gdm from systemd, please attach (not pastebin:) the output of the following command:

journalctl -a -u gdm

(Note: the output will probably be very long, you should redirect it to a file, copy-pasting from the terminal won't work.)
Comment 8 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-03-23 14:20:06 UTC
(In reply to Alexandre Rostovtsev from comment #7)
> If you are automatically starting gdm from systemd, please attach (not
> pastebin:) the output of the following command:

Correction - the output of this command:

journalctl -a | grep -Ei 'gdm|gnome'
Comment 9 mrl4n 2015-03-23 20:52:25 UTC
Created attachment 399568 [details]
Journalctl
Comment 10 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-03-23 22:08:35 UTC
(In reply to mrl4n from comment #9)

Thanks. This line looks like the cause:

> (gnome-shell:5080): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.wm.keybindings' does not contain a key named 'switch-to-workspace-last'

What versions of gnome-shell, mutter, and gsettings-desktop-schemas do you have installed? These packages need to be in sync (either all 3.14.x or all 3.12.x) - so if some are at 3.12, try updating them and see if that fixes the problem.