Jonathan Chen via RT writes: > Due to all the wonderful "features" of AIX, Kerberos doesn't work well > on AIX 5.2. The following patch attempts to fix some of the issues: > - the select() API in AIX is unusual. The 16 high bits of the first > argument is special, so select(0x00010000, ...) doesn't work. Since > 8*sizeof(fd_set) == 0x10000 is used as the first argument in serveral > places, things break. Even with these patches applied, I still get: This rlogin session is encrypting all data transmissions. klogind: select: Bad file number. Connection closed. from klogind on AIX 5.2. Is this the same problem that this patch is trying to fix? If so, do you have an idea as to why it might still not be working? -- Russ Allbery (rra@stanford.edu)