LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   CVS update problem. (https://www.linuxquestions.org/questions/linux-general-1/cvs-update-problem-212543/)

scabies 08-02-2004 12:43 PM

CVS update problem.
 
I get this error when I try to update through CVS...

stdin: is not a tty

i'm not sure what that means, and didn't really see anything at google/linux that related to my problem. anyone know what this means?

thanks!!!
Mike

kev82 08-02-2004 01:50 PM

where are you running the command from(a shell script??) and what command are you running?

rjlee 08-02-2004 02:40 PM

The program you are running is expecting the standard input to come from a terminal, or terminal emulator. It doesn't.

Possibly you're using a pipe (|) or stdin redirection (<) wrongly; see the bash manual page for more:
Code:

man bash


All times are GMT -5. The time now is 04:41 AM.