home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / dec / 6638 < prev    next >
Encoding:
Text File  |  1992-12-29  |  2.0 KB  |  69 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!dbased.nuo.dec.com!nntpd.lkg.dec.com!engage.pko.dec.com!tpsws4.tpo.dec.com!stevehsu
  3. From: stevehsu@tpsws4.tpo.dec.com (steve hsu)
  4. Subject: Suspended (tty input) rlogin program
  5. Message-ID: <1992Dec29.100615.28956@engage.pko.dec.com>
  6. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  7. Reply-To: stevehsu@tpsws4.tpo.dec.com (steve hsu)
  8. Organization: Digital Equipment Corporation
  9. Date: Tue, 29 Dec 1992 10:06:15 GMT
  10. Lines: 57
  11.  
  12.  
  13. Hi,
  14.      I have porting a customer's program from Ultrix to OSF/1, and my 
  15. configuration is DEC 3000/500 OSF/1 BL10. Now, I have some trouble when I used
  16. the following script for background remote login simultaneously multiuser no 
  17. passwd.The error messages has been display 
  18.  
  19.     ****Suspended (tty input)rlogin -l tl1 tpac35 ??? >-****
  20.         ****Suspended (tty input)rlogin -l tl2 tpac35 ??? >-****
  21.         ****Suspended (tty input)rlogin -l tl3 tpac35 ??? >-****
  22.         ****Suspended (tty input)rlogin -l tl4 tpac35 ??? >-****
  23.  
  24.     This program ran no above mesages on Ultrix.
  25.  
  26.     Could you someone tell me what I miss something on OSF/1 ?
  27.  
  28.     I would appreciate your kindly help.
  29.  
  30.  
  31. *********************
  32. ** Refereence File **
  33. *********************
  34.  
  35. script file :
  36.     rlogin -l tl1 tpac35 &
  37.     rlogin -l tl2 tpac35 &
  38.     rlogin -l tl3 tpac35 &    
  39.     rlogin -l tl4 tpac35 &
  40.  
  41. /etc/hosts file:
  42. 127.0.0.1 localhost
  43. 16.157.128.85  tpac35   tpac35.tpo.dec.com
  44.  
  45. /etc/passwd file:
  46. root:vsKg1CGF2Duh6:0:1:system PRIVILEGED account:/:/bin/csh
  47. tl1::19:15:tl1:/usr/users/stevehsu/tl_ben/tl1:/usr/bin/csh
  48. tl2::20:15:tl2:/usr/users/stevehsu/tl_ben/tl2:/usr/bin/csh
  49. tl3::21:15:tl3:/usr/users/stevehsu/tl_ben/tl3:/usr/bin/csh
  50. tl4::22:15:tl4:/usr/users/stevehsu/tl_ben/tl4:/usr/bin/csh
  51.  
  52. /etc/hosts.equiv file:
  53. tpac35 tl1
  54. tpac35 tl2
  55. tpac35 tl3
  56. tpac35 tl4
  57.  
  58. For everyaccount's home directory .rhosts file
  59. *
  60. tpac35  tl1
  61. tpac35  tl2
  62. tpac35  tl3
  63. tpac35  tl4
  64.  
  65.  
  66. Regards,
  67. Steve Hsu    VAXmail : TPOVC::STEVEHSU
  68.         Internet : stevehsu@tpovc.enet.dec.com
  69.