Package: gdm3 Version: 3.12.2-4 Followup-For: Bug #760366 Dear Maintainer,
same problem here. Since updating from gdm3 3.8.4-9 on the 3rd of September to 3.12.x there is no login-mask. I do have the debian-logo on both displays. On the main display I have the top-bar. It shows the day and time in the center and the symbols for accessibility, languge and LAN-speaker-shutdown. When opening the right-most dropdown i can adjust the volume, I see entries for wired and location and I have the shutdown-button (and it works). But I cannot log in. dmesg shows following messages: systemd-logind[2640]: Failed to start unit user@1000.service: Unknown unit: user@1000.service systemd-logind[2640]: Failed to start user service: Unknown unit: user@1000.service systemd-logind[2640]: New session 1 of user mots. systemd-logind[2640]: Failed to start unit user@0.service: Unknown unit: user@0.service systemd-logind[2640]: Failed to start user service: Unknown unit: user@0.service systemd-logind[2640]: New session 3 of user root. I found bug #724731: As suggested I checked libpam-systemd, it is installed. When switching to lightdm, as a workaround, I can login and everything seems to work (gnome3). But I would like to use gdm3. Updating to gdm3 3.12.2-4 (unstable) as reportbug suggested did not help. If I have to provide more details, I will gladly do. -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gdm3 depends on: ii accountsservice 0.6.37-3 ii adduser 3.113+nmu3 ii dconf-cli 0.20.0-2 ii dconf-gsettings-backend 0.20.0-2 ii debconf [debconf-2.0] 1.5.53 ii gir1.2-gdm3 3.12.2-4 ii gnome-session [x-session-manager] 3.12.1-3 ii gnome-session-bin 3.12.1-3 ii gnome-session-flashback [x-session-manager] 3.8.1-2 ii gnome-settings-daemon 3.12.2-1+b1 ii gnome-shell 3.12.2-3 ii gnome-terminal [x-terminal-emulator] 3.12.3-2 ii gsettings-desktop-schemas 3.12.2-1 ii libaccountsservice0 0.6.37-3 ii libaudit1 1:2.3.7-1 ii libc6 2.19-10 ii libcanberra-gtk3-0 0.30-2.1 ii libcanberra0 0.30-2.1 ii libgdk-pixbuf2.0-0 2.30.8-1 ii libgdm1 3.12.2-4 ii libglib2.0-0 2.40.0-5 ii libglib2.0-bin 2.40.0-5 ii libgtk-3-0 3.12.2-3+b1 ii libpam-modules 1.1.8-3.1 ii libpam-runtime 1.1.8-3.1 ii libpam-systemd 208-8 ii libpam0g 1.1.8-3.1 ii librsvg2-common 2.40.3-2 ii libselinux1 2.3-2 ii libsystemd-daemon0 208-8 ii libsystemd-journal0 208-8 ii libsystemd-login0 208-8 ii libwrap0 7.6.q-25 ii libx11-6 2:1.6.2-3 ii libxau6 1:1.0.8-1 ii libxdmcp6 1:1.1.1-1 ii libxrandr2 2:1.4.2-1 ii lsb-base 4.1+Debian13 ii metacity [x-window-manager] 1:3.12.0-2 ii policykit-1 0.105-6.1 ii ucf 3.0030 ii x11-common 1:7.7+7 ii x11-xserver-utils 7.7+3 ii xfce4-session [x-session-manager] 4.10.1-8 ii xfce4-terminal [x-terminal-emulator] 0.6.3-1 ii xfwm4 [x-window-manager] 4.10.1-2 ii xterm [x-terminal-emulator] 310-1 Versions of packages gdm3 recommends: ii at-spi2-core 2.12.0-2 ii desktop-base 7.0.3 ii gnome-icon-theme 3.12.0-1 ii gnome-icon-theme-symbolic 3.12.0-1 ii x11-xkb-utils 7.7+1 ii xserver-xephyr 2:1.16.0-2+b1 ii xserver-xorg 1:7.7+7 ii zenity 3.12.1-1.1 Versions of packages gdm3 suggests: ii gnome-orca 3.12.2-1 ii libpam-gnome-keyring 3.12.2-1 -- Configuration Files: /etc/gdm3/Init/Default changed: PATH="/usr/bin:$PATH" OLD_IFS=$IFS gdmwhich () { COMMAND="$1" OUTPUT= IFS=: for dir in $PATH do if test -x "$dir/$COMMAND" ; then if test "x$OUTPUT" = "x" ; then OUTPUT="$dir/$COMMAND" fi fi done IFS=$OLD_IFS echo "$OUTPUT" } sysresources=/etc/X11/Xresources if [ -f "$sysresources" ]; then xrdb -merge "$sysresources" fi sysmodmap=/etc/X11/Xmodmap XMODMAP=`gdmwhich xmodmap` if [ "x$XMODMAP" != "x" ] ; then if [ "x$GDM_PARENT_DISPLAY" = "x" ]; then if [ -f $sysmodmap ]; then $XMODMAP $sysmodmap fi else ( DISPLAY=$GDM_PARENT_DISPLAY XAUTHORITY=$GDM_PARENT_XAUTHORITY $XMODMAP -pke ) | $XMODMAP - fi # # Switch Sun's Alt and Meta mod mappings # UNAME=`gdmwhich uname` PROCESSOR=`$UNAME -p` if [ "x$PROCESSOR" = "xsparc" ]; then if $XMODMAP | grep mod4 | grep Alt > /dev/null 2>/dev/null then $XMODMAP -e "clear Mod1" \ -e "clear Mod4" \ -e "add Mod1 = Alt_L" \ -e "add Mod1 = Alt_R" \ -e "add Mod4 = Meta_L" \ -e "add Mod4 = Meta_R" fi fi fi SETXKBMAP=`gdmwhich setxkbmap` if [ "x$SETXKBMAP" != "x" ] ; then # FIXME: is this all right? Is this completely on crack? # What this does is move the xkb configuration from the GDM_PARENT_DISPLAY # FIXME: This should be done in code. Or there must be an easier way ... if [ -n "$GDM_PARENT_DISPLAY" ]; then XKBSETUP=`( DISPLAY=$GDM_PARENT_DISPLAY XAUTHORITY=$GDM_PARENT_XAUTHORITY $SETXKBMAP -v )` if [ -n "$XKBSETUP" ]; then XKBKEYMAP=`echo "$XKBSETUP" | grep '^keymap' | awk '{ print $2 }'` XKBTYPES=`echo "$XKBSETUP" | grep '^types' | awk '{ print $2 }'` XKBCOMPAT=`echo "$XKBSETUP" | grep '^compat' | awk '{ print $2 }'` XKBSYMBOLS=`echo "$XKBSETUP" | grep '^symbols' | awk '{ print $2 }'` XKBGEOMETRY=`echo "$XKBSETUP" | grep '^geometry' | awk '{ print $2 }'` if [ -n "$XKBKEYMAP" ]; then $SETXKBMAP -keymap "$XKBKEYMAP" elif [ -n "$XKBTYPES" -a -n "$XKBCOMPAT" -a -n "$XKBSYMBOLS" -a -n "$XKBGEOMETRY" ]; then $SETXKBMAP -types "$XKBTYPES" -compat "$XKBCOMPAT" -symbols "$XKBSYMBOLS" -geometry "$XKBGEOMETRY" elif [ -n "$XKBTYPES" -a -n "$XKBCOMPAT" -a -n "$XKBSYMBOLS" ]; then $SETXKBMAP -types "$XKBTYPES" -compat "$XKBCOMPAT" -symbols "$XKBSYMBOLS" elif [ -n "$XKBSYMBOLS" ]; then $SETXKBMAP -symbols "$XKBSYMBOLS" fi fi fi fi /usr/lib/vino/vino-server exit 0 /etc/gdm3/daemon.conf changed: [daemon] AutomaticLoginEnable = false [security] [xdmcp] [greeter] [chooser] [debug] -- debconf information: * shared/default-x-display-manager: gdm3 gdm3/daemon_name: /usr/sbin/gdm3 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org