Re: Hackers: Solaris help required for Gnome-terminal.



> | > 	  Warning: no access to tty (Inappropriate ioctl for device).
> | > 	  Thus no job control in this shell.

This is a csh message.  tcsetpgrp(2) most likely failed (maybe because
stdin was not a tty.)

                if (tcsetpgrp(f, shpgrp) == -1)
                    goto notty;
                (void) ioctl(dcopy(f, FSHTTY), FIOCLEX, NULL);
            }
            if (tpgrp == -1) {
notty:
                (void) fprintf(csherr, "Warning: no access to tty (%s).\n",
                               strerror(errno));
                (void) fprintf(csherr, "Thus no job control in this shell.\n");
            }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]