|
From: Roland G. <RGi...@CP...> - 2002-03-25 19:59:46
|
> On running this program,I get the following errors on > the terminal. > ***************************************************** > tcgetattr: Invalid argument > ioctl TIOCGETP: Invalid argument > ioctl TIOCLGET: Invalid argument > ioctl TIOCGETC: Invalid argument > ioctl TIOCGLTC: Invalid argument > ioctl TIOCGETP: Invalid argument > ioctl TIOCLGET: Invalid argument > ioctl TIOCSLTC: Invalid argument > ioctl TIOCSETC: Invalid argument > ioctl TIOCSETN 3: Invalid argument > ioctl TIOCLSET: Invalid argument > Password: > > Followed by this,it logs in to the $HOST machine. Strange, seems like rlogin has problems with the terminal. Which version of IO-Tty are you running? > But gives this error at the prompt. > > ***************************************************** > [[24;80Rresize: Time out occurred > ruchi@XYZ:/home/ruchi $ That are terminal codes you are seeing there. The remote shell wants to query the window size, but your application doesn't send the data, that's the reason for the timeout. Nothing to worry about. Roland -- RGi...@cp... |