Your message dated Tue, 19 Sep 2006 18:57:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#332466: gdm: hangs when used with libpam-tmpdir
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gdm
Version: 2.6.0.8-1
Severity: normal
When I configure gdm to use the pam_tmpdir.so module via /etc/pam.d/gdm,
it appears to hang just after password entry. The password-entry field
is grayed out and the screen stops responding to input, but does not
appear to start any of the gnome processes... see the ps output below,
which was taken while gdm was hung.
I can't find any relevant messages in any of the system logs, so I'm not
sure if this is a gdm or pam issue. Several other services (login, ssh,
su, etc.) are using pam_tmpdir.so successfully, however, so I might as
well start with gdm. I'll be happy to collect additional information...
just let me know what you need.
Thanx!
$ ps -ef | egrep 'g(dm|nome)'
root 28213 1 0 10:26 ? 00:00:00 /usr/bin/gdm
root 28214 28213 0 10:26 ? 00:00:00 /usr/bin/gdm
root 28225 28214 0 10:26 ? 00:00:11 /usr/X11R6/bin/X :0 -audit 0
-auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
gdm 28778 28214 1 10:54 ? 00:00:01 /usr/bin/gdmgreeter
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages gdm depends on:
ii adduser 3.67.2 Add and remove users and groups
ii afterstep [x-window-manag 2.1.2-3 window manager with the NEXTSTEP l
ii aterm [x-terminal-emulato 0.4.2-11 Afterstep XVT - a VT102 emulator f
ii debconf 1.4.58 Debian configuration management sy
ii dpkg 1.13.11.0.1 package maintenance system for Deb
ii fluxbox [x-window-manager 0.9.12-1 Highly configurable and low resour
ii gksu 1.3.5-2 graphical frontend to su
ii gnome-session 2.10.0-8 The GNOME 2 Session Manager
ii gnome-terminal [x-termina 2.10.0-3 The GNOME 2 terminal emulator appl
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit
ii libattr1 2.4.21-1.0.1 Extended attribute shared library
ii libbonobo2-0 2.10.1-1 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.10.1-1 The Bonobo UI library
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgconf2-4 2.10.1-6 GNOME configuration database syste
ii libglade2-0 1:2.5.1-2 library to load .glade files at ru
ii libglib2.0-0 2.8.3-1 The GLib library of C routines
ii libgnome2-0 2.10.1-1 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.10.2-2 A powerful object-oriented display
ii libgnomeui-0 2.10.1-1 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.10.1-5 The GNOME virtual file-system libr
ii libgtk2.0-0 2.6.10-1 The GTK+ graphical user interface
ii libice6 6.8.2.dfsg.1-8 Inter-Client Exchange library
ii liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii libpam-modules 0.79-3 Pluggable Authentication Modules f
ii libpam-runtime 0.79-3 Runtime support for the PAM librar
ii libpam0g 0.79-3 Pluggable Authentication Modules l
ii libpango1.0-0 1.8.2-2 Layout and rendering of internatio
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii librsvg2-2 2.9.5-4 SAX-based renderer library for SVG
ii libselinux1 1.26-1 SELinux shared libraries
ii libsm6 6.8.2.dfsg.1-8 X Window System Session Management
ii libwrap0 7.6.dbs-8 Wietse Venema's TCP wrappers libra
ii libx11-6 6.8.2.dfsg.1-8 X Window System protocol client li
ii libxext6 6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii libxi6 6.8.2.dfsg.1-8 X Window System Input extension li
ii libxml2 2.6.22-1 GNOME XML library
ii metacity [x-window-manage 1:2.10.3-2 A lightweight GTK2 based Window Ma
ii rxvt [x-terminal-emulator 1:2.6.4-9 VT102 terminal emulator for the X
ii twm [x-window-manager] 6.8.2.dfsg.1-8 Tab window manager
ii wmaker [x-window-manager] 0.92.0-5 NeXTSTEP-like window manager for X
ii xbase-clients 6.8.2.dfsg.1-8 miscellaneous X clients
ii xlibs 6.8.2.dfsg.1-8 X Window System client libraries m
ii xterm [x-terminal-emulato 6.8.2.dfsg.1-8 X terminal emulator
ii zlib1g 1:1.2.3-4 compression library - runtime
Versions of packages gdm recommends:
ii dialog 1.0-20050911-1 Displays user-friendly dialog boxe
pn zenity <none> (no description available)
-- debconf information:
gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm
#%PAM-1.0
auth requisite pam_nologin.so
auth required pam_env.so
@include common-auth
@include common-account
session required pam_limits.so
@include common-session
# setup per-user temp directories -- G. Norris, 2005-10-04
session optional pam_tmpdir.so
@include common-password
# mount user-specific filesystems -- G. Norris, 2005-06-01
[EMAIL PROTECTED] common-pammount
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
It seems that this was fixed by the 0.07.1 upload of libpam-tmpdir
(see Bug#355205).
--- End Message ---