[kde-freebsd] kde/kdm + nsswitch + ldap = nologon

2009-03-08 Thread Joe Kraft
I posted this a couple of days ago to freebsd-quesions, but just realized I
might have more luck here...

I'm trying to implement SSO using Samba-3.2.4 with an LDAP backend.  The 
intent is to use ldap directly for FBSD clients and Samba for MS Windows 
clients.  I'm currently working on the ldap part

The LDAP server (openldap 2.4.11) is running on a FBSD 6.3 server and is 
setup and seems to be working fine, I can log in locally or through SSH 
using the ldap accounts.

I'm working on the first client which is a FBSD 7.1 / KDE 3.5.10 machine.  I
can use ldap to login on this machine, but I'm having issues with logging
in using kdm.  I can see all the users both from local files and from ldap, 
but I can't log in using either.  Even when kdm won't allow a login, I 
can  and get a normal login shell and login with local or 
ldap accounts.  The ldap lines are included in my /etc/pam.d/kde file.

If I remove ldap from the nsswitch.conf file it will start working with 
local logins on kdm again.

I ran into a bug report from last summer that appears to still be open 
with exactly the same issue 
(http://www.freebsd.org/cgi/query-pr.cgi?pr=124321).

Does anyone know a workaround or have a patch for the issue?  I can 
provide config files and such if anyone thinks it might help.  

Is this something that is already fixed in KDE 4.2, so I've come up with my
excuse to upgrade?

Thanks,
Joe.

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kde/kdm + nsswitch + ldap = nologon

2009-03-08 Thread Joe Kraft
Daniel Eischen wrote:

> On Sun, 8 Mar 2009, Joe Kraft wrote:
> 
>> I posted this a couple of days ago to freebsd-quesions, but just realized
>> I might have more luck here...
>>
>> I'm trying to implement SSO using Samba-3.2.4 with an LDAP backend.  The
>> intent is to use ldap directly for FBSD clients and Samba for MS Windows
>> clients.  I'm currently working on the ldap part
>>
>> The LDAP server (openldap 2.4.11) is running on a FBSD 6.3 server and is
>> setup and seems to be working fine, I can log in locally or through SSH
>> using the ldap accounts.
>>
>> I'm working on the first client which is a FBSD 7.1 / KDE 3.5.10 machine.
>>  I can use ldap to login on this machine, but I'm having issues with
>> logging in using kdm.  I can see all the users both from local files and
>> from ldap, but I can't log in using either.  Even when kdm won't allow a
>> login, I can  and get a normal login shell and login with
>> local or ldap accounts.  The ldap lines are included in my /etc/pam.d/kde
>> file.
>>
>> If I remove ldap from the nsswitch.conf file it will start working with
>> local logins on kdm again.
>>
>> I ran into a bug report from last summer that appears to still be open
>> with exactly the same issue
>> (http://www.freebsd.org/cgi/query-pr.cgi?pr=124321).
> 
> That was my bug report ;-)
> 
>> Does anyone know a workaround or have a patch for the issue?  I can
>> provide config files and such if anyone thinks it might help.
>>
>> Is this something that is already fixed in KDE 4.2, so I've come up with
>> my excuse to upgrade?
> 
> I have not found a fix for this, other than working around
> the problem by using gdm or xdm as mentioned in the original
> PR.
> 
> This *should* work out of the box without any problems -
> the use of LDAP for login is very common, even in smaller
> organizations.  Doesn't anyone else use kdm with LDAP
> logins?
> 
> Are you using i386 or amd64?  I was only able to try amd64.
> 

I'm using i386.  I get the exact same errors you do.  I figured maybe we had
both done the same thing wrong, because I was thinking like you that LDAP
for logins would be relatively common.

Joe.

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kde/kdm + nsswitch + ldap = nologon

2009-03-12 Thread Joe Kraft
Does anyone use nss_ldap with nsswitch for logins?

Joe.
==

Joe Kraft wrote:

> Daniel Eischen wrote:
> 
>> On Sun, 8 Mar 2009, Joe Kraft wrote:
>> 
>>> I posted this a couple of days ago to freebsd-quesions, but just
>>> realized I might have more luck here...
>>>
>>> I'm trying to implement SSO using Samba-3.2.4 with an LDAP backend.  The
>>> intent is to use ldap directly for FBSD clients and Samba for MS Windows
>>> clients.  I'm currently working on the ldap part
>>>
>>> The LDAP server (openldap 2.4.11) is running on a FBSD 6.3 server and is
>>> setup and seems to be working fine, I can log in locally or through SSH
>>> using the ldap accounts.
>>>
>>> I'm working on the first client which is a FBSD 7.1 / KDE 3.5.10
>>> machine. I can use ldap to login on this machine, but I'm having issues
>>> with logging in using kdm.  I can see all the users both from local
>>> files and from ldap, but I can't log in using either.  Even when kdm
>>> won't allow a login, I can  and get a normal login shell
>>> and login with local or ldap accounts.  The ldap lines are included in
>>> my /etc/pam.d/kde file.
>>>
>>> If I remove ldap from the nsswitch.conf file it will start working with
>>> local logins on kdm again.
>>>
>>> I ran into a bug report from last summer that appears to still be open
>>> with exactly the same issue
>>> (http://www.freebsd.org/cgi/query-pr.cgi?pr=124321).
>> 
>> That was my bug report ;-)
>> 
>>> Does anyone know a workaround or have a patch for the issue?  I can
>>> provide config files and such if anyone thinks it might help.
>>>
>>> Is this something that is already fixed in KDE 4.2, so I've come up with
>>> my excuse to upgrade?
>> 
>> I have not found a fix for this, other than working around
>> the problem by using gdm or xdm as mentioned in the original
>> PR.
>> 
>> This *should* work out of the box without any problems -
>> the use of LDAP for login is very common, even in smaller
>> organizations.  Doesn't anyone else use kdm with LDAP
>> logins?
>> 
>> Are you using i386 or amd64?  I was only able to try amd64.
>> 
> 
> I'm using i386.  I get the exact same errors you do.  I figured maybe we
> had both done the same thing wrong, because I was thinking like you that
> LDAP for logins would be relatively common.
> 
> Joe.


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Kontact issues after upgrade

2010-09-04 Thread Joe Kraft
I recently upgraded a woefully old system (FBSD 7.1, KDE 3.??) to FBSD 7.3, 
KDE 4.3; and then again to FBSD 8.1, KDE 4.4.5.

I'm having problems getting Kontact to work after the upgrade.  I could get 
each component part to work in KDE 4.3; but Kontact would lock up at the Tip 
of the Day window.

After upgradeing to KDE 4.4.5 I can get all the components but Kmail and 
Kontact to work. Same issue with Kontact, and Kmail continually scrolls the 
following message:
kmail(56622)/kio (KIOJob) KIO::TransferJob::slotData: mimetype() not emitted 
when sending first data!; job URL = 
KUrl("imap://hishadow%40thekrafts@imap.secureserver.net:143/INBOX/;UID=10304;SECTION=BODY.PEEK[]")
 
data size = 4481 

I'm in the process of rebuilding all 700+ ports again to see if something 
didn't work out quite right the first time.  Does anyone know of something 
stupid I've likely missed in upgrading?

Joe.

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Kontact issues after upgrade

2010-09-04 Thread Joe Kraft
Alberto Villa wrote:

> On Sunday 05 September 2010 01:59:59 Joe Kraft wrote:
>> I recently upgraded a woefully old system (FBSD 7.1, KDE 3.??) to FBSD
> 7.3,
>> KDE 4.3; and then again to FBSD 8.1, KDE 4.4.5.
> 
> did you try moving away the kontact configuration and starting with a
> clean one?
> 
> $ mkdir ~/kontact-backup
> $ mv ~/.kde4/share/config/kmail* ~/.kde4/share/config/kontact*
> ~/kontact-backup

Yup, did that with kontact both times and with kmail when it quit working.


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Kontact issues after upgrade

2010-09-05 Thread Joe Kraft
Alberto Villa wrote:

> On Sunday 05 September 2010 02:33:40 Joe Kraft wrote:
>> Yup, did that with kontact both times and with kmail when it quit
> working.
> 
> try moving away also .kde4/share/config/email*

Thanks, that was the trick to get my mail working again.  (and deleting the 
8000 bogus messages that had been copied to my imap server.)

Pressing my luck I tried the same tactic with kontact, but still no luck.  
It locks up on the tip of the day window.  If I run it from the command line 
this is what I get.


[...@slug /usr/home/jvk]$ kontact
kontact(6237) KLocalePrivate::initEncoding: Cannot resolve system encoding, 
defaulting to ISO 8859-1. 
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
kontact(6237)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kontact(6237)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kontact(6237)/kdeui (kdelibs): No such XML file 
"/usr/home/jvk/.kde4/share/apps/kontact/local-kmail.rc" 
kontact(6237)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know 
"/usr/home/jvk/.kde4/share/apps/kabc" 
kontact(6237)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kontact(6237)/kdeui (kdelibs): No such XML file 
"/usr/home/jvk/.kde4/share/apps/kontact/local-calendar.rc" 
kontact(6237)/kdeui (kdelibs): No such XML file 
"/usr/home/jvk/.kde4/share/apps/kontact/local-todo.rc" 
(6290)/ main: Unknown resource type:  "notes" 
kontact(6237)/kdeui (kdelibs): No such XML file 
"/usr/home/jvk/.kde4/share/apps/kontact/local-.rc" 
kontact(6237)/kdeui (kdelibs): No such XML file 
"/usr/home/jvk/.kde4/share/apps/kontact/default-.rc" 
[...@slug /usr/home/jvk]$ load glyph failed err=6 face=0x30dcec00, glyph=640
QFontEngine: Glyph neither outline nor bitmap format=0
load glyph failed err=6 face=0x30dcec00, glyph=640
QFontEngine: Glyph neither outline nor bitmap format=0
load glyph failed err=6 face=0x30dcec00, glyph=640
QFontEngine: Glyph neither outline nor bitmap format=0
load glyph failed err=6 face=0x30dcec00, glyph=640
QFontEngine: Glyph neither outline nor bitmap format=0


At this point it shows the summary screen, which appears to be working.  It 
also shows the tip of the day on top of that, but completely unresponsive.  
If you click the X to end the application it waits the 20 sec and KDE 
complains that Kontact is not responding.

This is the same response I was getting from KDE4.3 when I was running it 
with FreeBSD 7.3.

Is this just something that's messed up and won't work, or do I still have 
something messed up myself?

Joe.


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Kmail duplicating e-mail messages on IMAP server

2010-09-07 Thread Joe Kraft
I'm using KMail (v 1.13.5) which came with KDE 4.4.5 and FBSD 8.1.

I'm using an IMAP mailbox on Godaddy's mail server.  I'm having a weird 
issue I'm having trouble tracking down and looking for help to figure it 
out.  I see some similar things have happened before, but none seems like 
this.

Every time I check e-mail it duplicates the e-mail from one person. Always 
the same person.  Every time KMail checks my mailbox, it generates an 
additional mail item from this person.

It does not happen when using the web mail interface, when using Outlook 
2007 or when using my with Windows Mobile 6.1.  Only when checking mail from 
KMail.

I used the web mail interface and deleted all mail from this person.  
Everything worked fine for a day with no duplication problems.  I sent them 
an e-mail this morning to test things out and it's duplicating their 
messages.  I'm relatively confident it has something to do with their e-mail 
in particular.

I'm open to any suggestions... or requests for further information.
Joe.




___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information