home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!kommu!robert
- From: robert@kommu.UUCP (3730)
- Newsgroups: comp.unix.questions
- Subject: Problems with /usr/ucb/rsh ISC3.0
- Message-ID: <1280@kommu.UUCP>
- Date: 11 Jan 93 06:30:47 GMT
- Organization: SNC
- Lines: 21
- X-Newsreader: Tin 1.1 PL5
-
- I need some help with the Berkeley RSH.
- The problem description:
- A script is called like
- /usr/ucb/rsh host12 /usr/gast/script1
- script1 is calling another script2 which is reading
- from stdin via fscanf(..).
- When the script does this the script2 is hanging.
-
- script2 looks like this:
- ...
- program_x < some_data
- ...
-
- program_x is the program which reads via fscanf. some_data is the input.
-
- When the command /usr/ucb/rsh .... is started in the background ( ... &)
- I get the indication
-
- stopped tty input.
-
- I hope that ssomebody can help me .
-