[rescue] Understanding Err#25 ENOTTY ?

Jonathan Katz jon at jonworld.com
Wed Jun 25 20:42:43 CDT 2014


Are you running this under screen or something? ioctl() is opening a different
pty than what is stat() earlier in the program.

Sent from my mobile device. Please pardon any brevity.

> On Jun 25, 2014, at 21:15, "Simon Lewis" <simon at mplayer.biz> wrote:
>
> I have been fixing up my system and I have managed to fix all of the errors
apart form the one below its really got my head in a spin has anyone else come
across this one before ?
>
> stat64("/dev/pts/3", 0xFFBEEF08)        = 0
> open("/var/adm/utmpx", O_RDONLY)        = 5
> fstat64(5, 0xFFBEEFF0)                = 0
> brk(0x001D9EA0)                    = 0
> brk(0x001DBEA0)                    = 0
> ioctl(5, TCGETA, 0xFFBEEF7C)            Err#25 ENOTTY
> read(5, "\0\0\0\0\0\0\0\0\0\0\0\0".., 8192)    = 3720
> llseek(5, 0xFFFFFFFFFFFFFE8C, SEEK_CUR)        = 3348
> close(5)
>
> Thanks _______________________________________________
> rescue list - http://www.sunhelp.org/mailman/listinfo/rescue


More information about the rescue mailing list