Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 365896 Details for
Bug 495026
gnome-base/gnome-3.8 cannot login to system/GUI
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Relevant system system information
gnome_3.8_bug_data.txt (text/plain), 16.19 KB, created by
sshumway44224
on 2013-12-22 17:09:24 UTC
(
hide
)
Description:
Relevant system system information
Filename:
MIME Type:
Creator:
sshumway44224
Created:
2013-12-22 17:09:24 UTC
Size:
16.19 KB
patch
obsolete
>Examination of ~/.xsession-errors shows: > >/etc/X11/Session/Xsession: line 106: exec: xsm: not found > >Examination of the file: /etc/X11/Session/Xsession shows: > >#!/bin/sh ># $XConsortium: Xsession /main/10 1995/12/18 18:21:28 gildea $ > >case $# in >1) > case $1 in > failsafe) > exec xterm -geometry 80x24-0-0 > ;; > esac >esac > ># redirect errors to a file in user's home directory if we can >for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER" >do > if ( cp /dev/null "$errfile" 2> /dev/null ) > then > chmod 600 "$errfile" > exec > "$errfile" 2>&1 > break > fi >done > ># clean up after xbanner >if which freetemp 2> /dev/null ; then > freetemp >fi > >startup=$HOME/.xsession > >userresources=$HOME/.Xresources >usermodmap=$HOME/.Xmodmap >userxkbmap=$HOME/.Xkbmap > >sysresources=/etc/X11/Xresources >sysmodmap=/etc/X11/Xmodmap >sysxkbmap=/etc/X11/Xkbmap > >rh6sysresources=/etc/X11/xinit/Xresources >rh6sysmodmap=/etc/X11/xinit/Xmodmap > > ># merge in defaults >if [ -f "$rh6sysresources" ]; then > xrdb -merge "$rh6sysresources" >fi > >if [ -f "$sysresources" ]; then > xrdb -merge "$sysresources" >fi > >if [ -f "$userresources" ]; then > xrdb -merge "$userresources" >fi > ># merge in keymaps >if [ -f "$sysxkbmap" ]; then > setxkbmap `cat "$sysxkbmap"` > XKB_IN_USE=yes >fi > >if [ -f "$userxkbmap" ]; then > setxkbmap `cat "$userxkbmap"` > XKB_IN_USE=yes >fi > ># ># Eeek, this seems like too much magic here ># >if [ -z "$XKB_IN_USE" -a ! -L /etc/X11/X ]; then > if grep '^exec.*/Xsun' /etc/X11/X > /dev/null 2>&1 && [ -f /etc/X11/XF86Config ]; then > xkbsymbols=`sed -n -e 's/^[ ]*XkbSymbols[ ]*"\(.*\)".*$/\1/p' /etc/X11/XF86Config` > if [ -n "$xkbsymbols" ]; then > setxkbmap -symbols "$xkbsymbols" > XKB_IN_USE=yes > fi > fi >fi > ># xkb and xmodmap don't play nice together >if [ -z "$XKB_IN_USE" ]; then > if [ -f "$rh6sysmodmap" ]; then > xmodmap "$rh6sysmodmap" > fi > > if [ -f "$sysmodmap" ]; then > xmodmap "$sysmodmap" > fi > > if [ -f "$usermodmap" ]; then > xmodmap "$usermodmap" > fi >fi > >unset XKB_IN_USE > >if [ -x "$startup" ]; then > exec "$startup" >elif [ -x "$HOME/.Xclients" ]; then > exec "$HOME/.Xclients" >elif [ -x /etc/X11/xinit/Xclients ]; then > exec /etc/X11/xinit/Xclients >elif [ -x /etc/X11/Xclients ]; then > exec /etc/X11/Xclients >else > exec xsm >fi > >= = = = = = = = > >Please note the last several lines. My system doesn't have a .Xclients file so the else clause of the if structure is being executed. "exec xsm". My system doesn't have an executable named "xsm" > > > > >The results of "systemctl status gdm" are: > >gdm.service - GNOME Display Manager > Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled) > Active: active (running) since Fri 2013-12-20 10:36:22 EST; 37min ago > Main PID: 5987 (gdm) > CGroup: /system.slice/gdm.service > |-5987 /usr/sbin/gdm > |-7157 /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0 > `-7161 /usr/bin/Xorg :0 -background none -verbose -auth /run/gdm/auth-for-gdm-qMfF0B/database -seat seat0 -nolisten tcp vt7 > >Dec 20 10:47:55 linus gdm[5987]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed >Dec 20 10:48:01 linus gdm[5987]: Failed to give slave programs access to the display. Trying to proceed. >Dec 20 10:48:02 linus gdm-launch-environment][7067]: pam_systemd(gdm-launch-environment:session): Unknown parameter 'kill-session-processes=1', ignoring >Dec 20 10:48:25 linus gdm-password][7125]: pam_unix(gdm-password:session): session opened for user steve by (unknown)(uid=0) >Dec 20 10:48:27 linus gdm[5987]: Failed to remove slave program access to the display. Trying to proceed. >Dec 20 10:48:27 linus gdm[5987]: Child process -7070 was already dead. >Dec 20 10:48:28 linus gdm[5987]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed >Dec 20 10:48:28 linus gdm[5987]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed >Dec 20 10:48:35 linus gdm[5987]: Failed to give slave programs access to the display. Trying to proceed. >Dec 20 10:48:35 linus gdm-launch-environment][7171]: pam_systemd(gdm-launch-environment:session): Unknown parameter 'kill-session-processes=1', ignoring > > >= = = = = = = = > >Here is the output of: "journalctl -b" > > >-- Logs begin at Wed 2013-12-18 11:57:37 EST, end at Sat 2013-12-21 13:13:40 EST. -- >Dec 21 09:09:31 linus systemd-journal[11070]: Runtime journal is using 636.0K (max 176.8M, leaving 265.2M of free 1.7G, current limit 176.8M). >Dec 21 09:09:31 linus systemd-journal[11070]: Runtime journal is using 640.0K (max 176.8M, leaving 265.2M of free 1.7G, current limit 176.8M). >Dec 21 09:09:31 linus systemd-journal[11070]: Journal started >Dec 21 09:09:31 linus systemd-sysctl[11060]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib/sysctl.d/60-gentoo.conf'. >Dec 21 09:09:31 linus systemd[1]: Mounting POSIX Message Queue File System... >Dec 21 09:09:31 linus systemd[1]: Mounting Huge Pages File System... >Dec 21 09:09:31 linus systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. >Dec 21 09:09:31 linus systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >Dec 21 09:09:31 linus systemd[1]: Starting Paths. >Dec 21 09:09:31 linus systemd[1]: Reached target Paths. >Dec 21 09:09:31 linus systemd[1]: Expecting device dev-sda2.device... >Dec 21 09:09:31 linus systemd[1]: Starting File System Check on Root Device... >Dec 21 09:09:31 linus systemd[1]: Mounting Temporary Directory... >Dec 21 09:09:31 linus systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. >Dec 21 09:09:31 linus systemd[1]: Starting udev Kernel Socket. >Dec 21 09:09:31 linus systemd[1]: Listening on udev Kernel Socket. >Dec 21 09:09:31 linus systemd[1]: Starting udev Control Socket. >Dec 21 09:09:32 linus systemd[1]: Listening on udev Control Socket. >Dec 21 09:09:32 linus systemd[1]: Starting udev Coldplug all Devices... >Dec 21 09:09:32 linus systemd[1]: Starting Root Slice. >Dec 21 09:09:32 linus systemd[1]: Created slice Root Slice. >Dec 21 09:09:32 linus systemd[1]: Starting User and Session Slice. >Dec 21 09:09:32 linus systemd[1]: Created slice User and Session Slice. >Dec 21 09:09:32 linus systemd[1]: Starting System Slice. >Dec 21 09:09:32 linus systemd[1]: Created slice System Slice. >Dec 21 09:09:32 linus systemd[1]: Starting system-getty.slice. >Dec 21 09:09:32 linus systemd[1]: Created slice system-getty.slice. >Dec 21 09:09:32 linus systemd[1]: Starting Slices. >Dec 21 09:09:32 linus systemd[1]: Reached target Slices. >Dec 21 09:09:32 linus systemd[1]: Mounted Debug File System. >Dec 21 09:09:32 linus systemd[1]: Started Apply Kernel Variables. >Dec 21 09:09:32 linus systemd[1]: Mounted Configuration File System. >Dec 21 09:09:32 linus systemd[1]: Mounted FUSE Control File System. >Dec 21 09:09:32 linus systemd-fsck[11077]: /dev/sda3 has been mounted 30 times without being checked, check forced. >Dec 21 09:09:32 linus systemd[1]: Started Setup Virtual Console. >Dec 21 09:09:32 linus systemd[1]: Mounted POSIX Message Queue File System. >Dec 21 09:09:32 linus systemd[1]: Mounted Huge Pages File System. >Dec 21 09:09:32 linus systemd[1]: Mounted Temporary Directory. >Dec 21 09:09:32 linus systemd[1]: Started Create list of required static device nodes for the current kernel. >Dec 21 09:09:32 linus systemd[1]: Started udev Coldplug all Devices. >Dec 21 09:09:32 linus systemd[1]: Starting udev Wait for Complete Device Initialization... >Dec 21 09:09:32 linus systemd[1]: Starting Create static device nodes in /dev... >Dec 21 09:09:32 linus systemd[1]: Started Create static device nodes in /dev. >Dec 21 09:09:32 linus systemd[1]: Starting udev Kernel Device Manager... >Dec 21 09:09:33 linus systemd[1]: Started udev Kernel Device Manager. >Dec 21 09:09:35 linus systemd[1]: Started udev Wait for Complete Device Initialization. >Dec 21 09:09:35 linus systemd[1]: Starting Activation of LVM2 logical volumes... >Dec 21 09:09:36 linus systemd[1]: Starting Sound Card. >Dec 21 09:09:36 linus systemd[1]: Reached target Sound Card. >Dec 21 09:09:36 linus lvm[12016]: No volume groups found >Dec 21 09:09:36 linus systemd[1]: Started Activation of LVM2 logical volumes. >Dec 21 09:09:36 linus systemd[1]: Starting Activation of LVM2 logical volumes... >Dec 21 09:09:37 linus /etc/init.d/net.eth0[12120]: net.eth0: not allowed to be hotplugged >Dec 21 09:09:37 linus systemd-sysctl[12171]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib/sysctl.d/60-gentoo.conf'. >Dec 21 09:09:37 linus lvm[12124]: No volume groups found >Dec 21 09:09:37 linus systemd[1]: Started Activation of LVM2 logical volumes. >Dec 21 09:09:37 linus systemd[1]: Starting Activation of LVM2 logical volumes... >Dec 21 09:09:38 linus systemd-sysctl[12193]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib/sysctl.d/60-gentoo.conf'. >Dec 21 09:09:38 linus systemd[1]: Found device TOSHIBA_MK5056GSYF. >Dec 21 09:09:38 linus systemd[1]: Activating swap /dev/sda2... >Dec 21 09:09:38 linus systemd[1]: Activated swap /dev/sda2. >Dec 21 09:09:38 linus systemd[1]: Starting Swap. >Dec 21 09:09:38 linus systemd[1]: Reached target Swap. >Dec 21 09:09:41 linus lvm[12205]: No volume groups found >Dec 21 09:09:41 linus systemd[1]: Started Activation of LVM2 logical volumes. >Dec 21 09:09:41 linus systemd[1]: Starting Remote File Systems. >Dec 21 09:09:41 linus systemd[1]: Reached target Remote File Systems. >Dec 21 09:29:57 linus systemd-fsck[11077]: /dev/sda3: 5126301/30392320 files (3.5% non-contiguous), 41749144/121539334 blocks >Dec 21 09:29:57 linus systemd[1]: Started File System Check on Root Device. >Dec 21 09:29:57 linus systemd[1]: Starting Remount Root and Kernel File Systems... >Dec 21 09:29:57 linus systemd[1]: Started Remount Root and Kernel File Systems. >...skipping... >Dec 21 09:32:09 linus systemd[12499]: Reached target Default. >Dec 21 09:32:09 linus systemd[12499]: Startup finished in 106ms. >Dec 21 09:32:09 linus systemd[1]: Started User Manager for 1000. >Dec 21 09:32:09 linus systemd[12499]: pam_unix(systemd-user:session): session opened for user steve by (uid=0) >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: Gck: gck_module_new: assertion `funcs != NULL' failed >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: module_instances: assertion `module' failed >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: egg_error_message: assertion `error' failed >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: couldn't find secret store module: (unknown) >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: lookup_login_keyring: assertion `GCK_IS_SESSION (session)' failed >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: create_credential: assertion `GCK_IS_SESSION (session)' failed >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: egg_error_message: assertion `error' failed >Dec 21 09:32:09 linus gnome-keyring-daemon[12503]: couldn't create login credential: (unknown) >Dec 21 09:32:09 linus gdm-password][12493]: gkr-pam: the password for the login keyring was invalid. >Dec 21 09:32:10 linus polkitd[12381]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) (disconnected from bus) >Dec 21 09:32:10 linus colord[12455]: device removed: xrandr-LVDS >Dec 21 09:32:10 linus colord[12455]: device removed: xrandr-NS-24LD100A1-1 >Dec 21 09:32:10 linus colord[12455]: Profile removed: icc-63c5c87c82f5f126ad3a29c70598b5b1 >Dec 21 09:32:10 linus colord[12455]: Profile removed: icc-f4d252749c3fbb9bde1788564cae4520 >Dec 21 09:32:10 linus colord[12455]: Profile removed: icc-0da4983c89db7de1a74b16322aaee295 >Dec 21 09:32:10 linus gnome-session[12418]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. >Dec 21 09:32:10 linus gnome-session[12418]: (gnome-settings-daemon:12440): GLib-GIO-WARNING **: Error releasing name org.gnome.SettingsDaemon: The connection is closed >Dec 21 09:32:10 linus gnome-session[12418]: (gnome-settings-daemon:12440): GLib-GIO-WARNING **: Error releasing name org.gnome.SettingsDaemon.Power: The connection is closed >Dec 21 09:32:10 linus gnome-session[12418]: (gnome-settings-daemon:12440): GLib-GIO-WARNING **: Error releasing name org.gnome.SettingsDaemon.XRANDR: The connection is closed >Dec 21 09:32:10 linus gnome-session[12418]: (gnome-settings-daemon:12440): GLib-GIO-WARNING **: Error releasing name org.gnome.SettingsDaemon.Keyboard: The connection is closed >Dec 21 09:32:10 linus gnome-session[12418]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. >Dec 21 09:32:10 linus gdm[12261]: Failed to remove slave program access to the display. Trying to proceed. >Dec 21 09:32:10 linus gdm[12261]: Child process -12418 was already dead. >Dec 21 09:32:10 linus /etc/gdm/Xsession[12506]: /etc/gdm/Xsession: Beginning session setup... >Dec 21 09:32:11 linus /etc/gdm/Xsession[12506]: localuser:steve being added to access control list >Dec 21 09:32:11 linus /etc/gdm/Xsession[12506]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/dbus-launch --exit-with-session /etc/X11/Sessions/Xsession >Dec 21 09:32:11 linus gdm-password][12493]: pam_unix(gdm-password:session): session closed for user steve >Dec 21 09:32:12 linus gdm[12261]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed >Dec 21 09:32:12 linus gdm[12261]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed >Dec 21 09:32:12 linus dbus-daemon[12251]: dbus[12251]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=12261 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_re >Dec 21 09:32:12 linus dbus[12251]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=12261 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination= >Dec 21 09:32:14 linus systemd-logind[12250]: Removed session 1. >Dec 21 09:32:19 linus gdm[12261]: Failed to give slave programs access to the display. Trying to proceed. >Dec 21 09:32:19 linus gdm-launch-environment][12542]: pam_systemd(gdm-launch-environment:session): Unknown parameter 'kill-session-processes=1', ignoring >Dec 21 09:32:19 linus systemd[1]: Starting Session c2 of user gdm. >Dec 21 09:32:19 linus systemd-logind[12250]: New session c2 of user gdm. >Dec 21 09:32:19 linus systemd[1]: Started Session c2 of user gdm. >Dec 21 09:32:19 linus gnome-session[12545]: gnome-session[12545]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary >Dec 21 09:32:19 linus gnome-session[12545]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary >Dec 21 09:32:24 linus gnome-session[12545]: Entering running state >Dec 21 09:32:27 linus gnome-session[12545]: (gnome-settings-daemon:12566): color-plugin-WARNING **: failed to get edid: unable to get EDID for output >Dec 21 09:32:27 linus colord[12455]: Device added: xrandr-LVDS >Dec 21 09:32:27 linus colord[12455]: Device added: xrandr-NS-24LD100A1-1 >Dec 21 09:32:29 linus gnome-session[12545]: (gnome-settings-daemon:12566): color-plugin-WARNING **: unable to get EDID for xrandr-LVDS: unable to get EDID for output >Dec 21 09:32:29 linus colord[12455]: Automatic metadata add icc-63c5c87c82f5f126ad3a29c70598b5b1 to xrandr-NS-24LD100A1-1 >Dec 21 09:32:29 linus colord[12455]: Profile added: icc-63c5c87c82f5f126ad3a29c70598b5b1 >Dec 21 09:32:29 linus colord[12455]: Profile added: icc-f4d252749c3fbb9bde1788564cae4520 >Dec 21 09:32:29 linus colord[12455]: Profile added: icc-0da4983c89db7de1a74b16322aaee295 >Dec 21 09:32:30 linus polkitd[12381]: Registered Authentication Agent for unix-session:c2 (system bus name :1.50 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) >Dec 21 09:32:30 linus gnome-session[12545]: JS LOG: GNOME Shell started at Sat Dec 21 2013 09:32:30 GMT-0500 (EST) >Dec 21 09:32:30 linus gnome-session[12545]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. >Dec 21 09:32:30 linus gnome-session[12545]: Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen! > > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 495026
: 365896 |
365918
|
365920
|
365922
|
366260
|
366262
|
367848