Krb5-1.3.6 on AIX 5.3

Grant, Martin Martin.Grant at fmr.com
Tue Apr 12 13:27:01 EDT 2005


Any helpful person,

I have compiled a vanilla (--without-krb4 --enable-dns) 1.3.6 on AIX 5.3
using gcc 3.3.2 without any issues.  However neither kshd and klogind
seem to work (everything else works perfectly).  Krlogin to that server
gives select errors.

Any ideas? 

Thank You,
Martin

>krlogin myserver
klogind: select: Bad file number.
Connection closed.


/* It fails just below on select */
Krlogind.c (line1048)

        if (select(8*sizeof(ibits), &ibits, &obits, &ebits, 0) < 0) {
            if (errno == EINTR)
              continue;
            fatalperror(f, "select");


More information about the Kerberos mailing list