[648] in SIPB-AFS-requests
Re: rosebud is acting up again
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Thu Mar 26 16:54:11 1992
To: ckclark@Athena.MIT.EDU
Cc: Derek Atkins <warlord@Athena.MIT.EDU>, probe@Athena.MIT.EDU,
In-Reply-To: Your message of Thu, 26 Mar 92 15:48:11 -0500.
Date: Thu, 26 Mar 92 16:52:09 EST
From: Marc Horowitz <marc@MIT.EDU>
It's quite likely that aixterm uses a different algorithm. The
problem is a real one, I've seen it on cluster machines, too. I have
a perl script which can diagnose it, but I have no clue what causes
the problem, or how to fix it (beside rebooting).
Specifically, the problem is that when you try to open the pty, it
succeeds, but the fd is invalid. In my script, I call ioctl(fd,
TCGETA, ...); and I get EINVAL back. No clue why. This call on a
normal available pty succeeds.
Marc