After upgrading from KDE 3.4.1 to 3.4.3 on my laptop (which is working perfectly), i few days ago finally decided to also put my good old KDE 3.3.1 to rest on my desktop system and upgrade to kde-meta 3.4.3...
First i emerge -C'ed all old KDE tools from my system (which where installed using the good old KDE-ebuilds system) and after that i emerged kde-meta (using ACCEPT_KEYWORDS="~x86", if i'm finally going to upgrade i wanted to really upgrade to the latest 3.4.x version
After a while all got installed OK and, what's most important, KDE is working fine! Except for one thing, since upgrading to 3.4.3 i'm unable to unlock my screen after locking it...
To make things clear i made a snapshot of it: http://members1.chello.nl/~p.pieters6/p ... unlock.png
If i then go to /dev/ttyX (ctrl+alt+fX), log in as myself (same user as i'm logged in with at KDE) there are no problems killing the kdesktop_lock process so it's not a chmod thing...
PAM is not outputting anything to syslog about it, which makes it hard to find out what could be the cause...
Also the fact that logging in using KDM is working just fine makes this a strange something...
Some outputs which may become handy:
Code: Select all
kornelis@Jezus /etc/pam.d $ cat kde
#%PAM-1.0
auth include system-auth
auth required pam_nologin.so
account include system-auth
password include system-auth
session include system-auth
kornelis@Jezus /etc/pam.d $ cat kde-np
#%PAM-1.0
auth required pam_nologin.so
auth required pam_permit.so
account include system-auth
password include system-auth
session include system-auth
kornelis@Jezus /etc/pam.d $
emerge --info:
Code: Select all
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.3.20040420-r0, 2.6.14-gentoo-NoBody i686)
=================================================================
System uname: 2.6.14-gentoo-NoBody i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python: 2.3.3
sys-apps/sandbox: 1.2.11
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4
sys-devel/binutils: 2.14.90.0.7-r4
sys-devel/libtool: 1.5.2-r5
virtual/os-headers: 2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -mcpu=pentium4 -mno-sse2 -fomit-frame-pointer -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache clean distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://mirror.nutsmaas.nl/gentoo/"
LINGUAS="nl fy en"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aac aalib acl alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts buttons bzip2 cdparanoia cdr cpudetection crypt cups curl directfb divx4linux dvd dvdr dvdread eds emboss encode exif expat fam fbcon ffmpeg flac foomaticdb fortran gdbm gif gimpprint glut gpm gstreamer gtk gtk2 howl iconv idn imagemagick imlib ipv6 java jpeg kde lcms libg++ libwww mad matroska md5sum mikmod mmx mmx2 mng motif mozilla moznocompose moznoirc moznomail mp3 mpeg mplayer nas ncurses network nls nvidia offensive ogg oggvorbis openal opengl oss pam pcre pdflib perl png python qt quicktime readline real rtc samba sdk sdl slang spell sse sse2 ssl svga symlink tcltk tcpd tiff truetype truetype-fonts type1-fonts udev urandom usb v4l v4l2 vcd vorbis win32codecs wmf xchatdccserver xine xinerama xml xml2 xmms xv xvid zlib linguas_nl linguas_fy linguas_en userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Code: Select all
kornelis@Jezus /etc/pam.d $ qpkg screensaver -v -I
x11-misc/xscreensaver-4.23 *
kde-base/kscreensaver-3.4.3 *
kde-base/kdeartwork-kscreensaver-3.4.3 *
Code: Select all
kornelis@Jezus /etc/pam.d $ qpkg pam -v -I
kde-base/kdebase-pam-6 *
sys-apps/pam-login-3.14 *
sys-libs/pam-0.78-r3 *
Code: Select all
kornelis@Jezus /etc/pam.d $ ACCEPT_KEYWORDS="~x86" emerge -pv kde-meta
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] kde-base/kde-meta-3.4.3 -accessibility 0 kB
Total size of downloads: 0 kB
One link on Google was from an Ubuntu user who had the same problem, but his problem appeared to be caused by wrong chmod settings on /etc/shadow... So i tried to chmod 666 /etc/shadow* but it didn't work... Ofcourse afterwards i put it back to 600
Does anyone happen to have any clues or tips about what could be the problem here? Anything i could have a check on? Important tools needed to have unlocking working?
If any more information is needed, i'd ofcourse be happy to provide it
Thanks in advance...
