trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-devel] KDM Issues

From: /dev/ammo42 <mickeytintincolle@...>
Date: Wed, 16 Nov 2011 04:50:07 +0100
Le Wed, 16 Nov 2011 04:28:42 +0100,
/dev/ammo42 <mickeytintincolle@...> a �crit :

> Le Tue, 15 Nov 2011 19:00:01 -0800 (PST),
> Darrell Anderson <humanreadable@...> a �crit :
> 
> > To anybody who can help me troubleshoot why I can't login with KDM:
> > 
> > Here is an strace debug log (warning: large file if not on
> > broadband):
> > 
> > http://humanreadable.nfshost.com/trinity/build_logs/kdm-trinity.log.gz
> > 
> > Slackware uses shadow passwords and does not include or support PAM.
> > Therefore I built kdebase with the following:
> > 
> > -DWITH_SHADOW=ON
> > -DWITH_PAM=OFF
> > 
> > Thanks!
> > 
> > Darrell
> I think the problem is that /tmp/ksocket-global doesn't exist on your
> system. Can you try the attached (quick & dirty, not to be put
> upstream) patch ?
> The seemingly infinite loop is because of a missing error check on the
> opening of the pipe, and since nothing interesting gets out of ::read,
> it is called again and again.
> The same issue applies both to kdmgreeter.cpp and sakdlg.cpp.
Stupid me. Here is the patch.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > trinity-devel-unsubscribe@... For additional
> > commands, e-mail: trinity-devel-help@... Read
> > list messsages on the Web archive:
> > http://trinity-devel.pearsoncomputing.net/ Please remember not to
> > top-post:
> > http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> trinity-devel-unsubscribe@... For additional
> commands, e-mail: trinity-devel-help@... Read
> list messsages on the Web archive:
> http://trinity-devel.pearsoncomputing.net/ Please remember not to
> top-post:
> http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
> 


Attachments: