home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / networks / tcpip / multinet / 1995 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.3 KB  |  29 lines

  1. Newsgroups: vmsnet.networks.tcp-ip.multinet
  2. Path: sparky!uunet!stanford.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!cs.utexas.edu!sdd.hp.com!mips!darwin.sura.net!tulane!cpu.com!cpu.com!GWLESTER
  3. From: gwlester@cpu.com (Gerald W. Lester)
  4. Subject: Re: rshell from sylogin
  5. Nntp-Posting-Host: merlin.cpu.com
  6. References: <2B201D2718AUG92221116@TGV.COM>
  7. Sender: usenet@cpu.com (Usenet administrator)
  8. Organization: Computerized Processes Unlimited, Metairie, LA, (504)-889-2784
  9. Date: Wed, 19 Aug 1992 14:30:47 GMT
  10. Message-ID: <1992Aug19.143047.14148@cpu.com>
  11. Reply-To: gwlester@cpu.com
  12. Lines: 15
  13.  
  14. In article <2B201D2718AUG92221116@TGV.COM>, LRG702@JAGUAR.UCS.UOFS.EDU writes:
  15. >
  16. >I put an rshell command in the sylogin.com file of a system running multinet.
  17. >For some users the command will return "permission denied" - because they do
  18. >not have userids on the remote system.  This is OK, but the problem is that
  19. >when the permission denied message is returned, the login process stops.  It
  20. >does not proceed to the users' login.com.  If the rshell completes successfully,
  21. >we don't have a problem...
  22. >
  23. >Any ideas why this happens, or what can be done to get around the problem
  24. >(besides using if statements to not execute the command)?
  25.  
  26.     I think that it is returning a warning or an error.  Try doing a:
  27. "SET NOON" before the command so that errors will be ignored.
  28.  
  29.