Unix Technical Forum

kdesktop_lock password won't work

This is a discussion on kdesktop_lock password won't work within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Having big problems with my KDE screensaver. I'm using Slackware 10.1 and ever since I installed the latest patch ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 10:32 AM
Tony
 
Posts: n/a
Default kdesktop_lock password won't work

Having big problems with my KDE screensaver. I'm using Slackware 10.1
and ever since I installed the latest patch packages, whenever I enter
my password in the password protected screen saver, it fails. I've
check my password in other terminal windows and it still works. Has
anyone else dealt with this? Is there a fix?

Tony Fleming

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 10:32 AM
John Bleichert
 
Posts: n/a
Default Re: kdesktop_lock password won't work

Tony <mtony75@gmail.com> wrote:
> Having big problems with my KDE screensaver. I'm using Slackware 10.1
> and ever since I installed the latest patch packages, whenever I enter
> my password in the password protected screen saver, it fails. I've
> check my password in other terminal windows and it still works. Has
> anyone else dealt with this? Is there a fix?
>
> Tony Fleming
>


Did you update KDE? Where did you get the packages from? The updated
KDE packages may require PAM interaction to unlock its
screensaver. Dunno why someone would build this into Slack packages
(Slack doesn't use PAM) but I've been bitten by it before. I build my
own, now, just to get around that.

Look in /var/log/messages immediately after a password fail and see
who is erroring out.

--------------------------------------------
John Bleichert - syborg@earthlink.net
Have you been eaten by a grue lately?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 10:32 AM
Tony
 
Posts: n/a
Default Re: kdesktop_lock password won't work


John Bleichert wrote:
> Tony <mtony75@gmail.com> wrote:
> > Having big problems with my KDE screensaver. I'm using Slackware 10.1
> > and ever since I installed the latest patch packages, whenever I enter
> > my password in the password protected screen saver, it fails. I've
> > check my password in other terminal windows and it still works. Has
> > anyone else dealt with this? Is there a fix?
> >
> > Tony Fleming
> >

>
> Did you update KDE? Where did you get the packages from? The updated
> KDE packages may require PAM interaction to unlock its
> screensaver. Dunno why someone would build this into Slack packages
> (Slack doesn't use PAM) but I've been bitten by it before. I build my
> own, now, just to get around that.
>
> Look in /var/log/messages immediately after a password fail and see
> who is erroring out.
>
> --------------------------------------------
> John Bleichert - syborg@earthlink.net
> Have you been eaten by a grue lately?


Got the updates from a Slackware mirror site. This is the messages I
get in /var/adm/messages after the failed attempt

Aug 29 11:08:15 SOMESERVER kcheckpass[3631]: Authentication failure for
SOMEUSER(invoked by uid 1000)

uid 1000 is my UID.

Tony Fleming

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 10:33 AM
Ralph Alvy
 
Posts: n/a
Default Re: kdesktop_lock password won't work

Tony wrote:

> Having big problems with my KDE screensaver. I'm using Slackware 10.1
> and ever since I installed the latest patch packages, whenever I enter
> my password in the password protected screen saver, it fails. I've
> check my password in other terminal windows and it still works. Has
> anyone else dealt with this? Is there a fix?
>
> Tony Fleming


I have seen this sort of thing a lot with KDE, with many distributions. I no
longer rely on its screen blanker, opting for letting xscreensaver do it
instead. Here's how to use xscreensaver under KDE:

http://www.jwz.org/xscreensaver/man1.html#10
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 10:33 AM
John Bleichert
 
Posts: n/a
Default Re: kdesktop_lock password won't work

Tony <mtony75@gmail.com> wrote:
>
> John Bleichert wrote:
>> Tony <mtony75@gmail.com> wrote:
>> > Having big problems with my KDE screensaver. I'm using Slackware 10.1
>> > and ever since I installed the latest patch packages, whenever I enter
>> > my password in the password protected screen saver, it fails. I've
>> > check my password in other terminal windows and it still works. Has
>> > anyone else dealt with this? Is there a fix?
>> >
>> > Tony Fleming
>> >

>>
>> Did you update KDE? Where did you get the packages from? The updated
>> KDE packages may require PAM interaction to unlock its
>> screensaver. Dunno why someone would build this into Slack packages
>> (Slack doesn't use PAM) but I've been bitten by it before. I build my
>> own, now, just to get around that.
>>
>> Look in /var/log/messages immediately after a password fail and see
>> who is erroring out.
>>

>
> Got the updates from a Slackware mirror site. This is the messages I
> get in /var/adm/messages after the failed attempt
>
> Aug 29 11:08:15 SOMESERVER kcheckpass[3631]: Authentication failure for
> SOMEUSER(invoked by uid 1000)
>
> uid 1000 is my UID.
>
> Tony Fleming
>


I would bet this is the standard issue Slack/KDE PAM failure. If you
know enough about PAM you can fix this by creating an appropriate file
in /etc/pam.d - I know squat about pam and don't care to learn about
it, so I built the kdebas package myself with the correct switches
(re: PAM and shadow) and it works fine. On a quick box with a lot of
RAM it's no big deal. On a lower-wattage box it can take a while.

As someone else suggested, using xlock or xscreensaver is fine, but if
you like the KDE screenlocker, you may have to build it yourself, or
look for a KDE update directly from Mr. V.

It took me a while to figure out how to build all of KDE from source,
but once you get the hang of it, it *does* provide you with a great
KDE install.

Just my 0.02 USD.

--------------------------------------------
John Bleichert - syborg@earthlink.net
Have you been eaten by a grue lately?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 10:34 AM
Tony
 
Posts: n/a
Default Re: kdesktop_lock password won't work

Did you get the source from the source packages or directly from the
slack source packages or did you do it from the KDE source?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:49 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com