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");
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to