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




> 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");
> 	      }

Ok, so the problem on the shell side has been spotted.

Now, I need some volunteer to help me fix gnome-pty-helper

Miguel.



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