home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / networks / tcpip / multinet / 1959 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  971 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!network.ucsd.edu!sdcc12!cs!jhussain
  2. From: jhussain@cs.ucsd.edu (Jabir Hussain)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: exec() from user-written service (NOCLI)
  5. Message-ID: <36862@sdcc12.ucsd.edu>
  6. Date: 14 Aug 92 23:23:27 GMT
  7. Sender: news@sdcc12.ucsd.edu
  8. Organization: CSE Dept., U.C. San Diego
  9. Lines: 18
  10. Nntp-Posting-Host: koko.ucsd.edu
  11.  
  12.  
  13. hi,
  14.  
  15.     i am running into the NOCLI error when my server tries to
  16.     run exec() in a child subprocess.  the server has been
  17.     registered with the multinet master server and is started
  18.     as a detached process by it when a client request comes.
  19.     I guess exec() calls LIB$SPAWN or LIB$RUN_PROGRAM internally,
  20.     which abort when the parent process has no CLI present.
  21.  
  22.     i don't see how i can use the standard workaround of
  23.     running LOGINOUT.EXE and setting /INPUT=<myproc>.COM in
  24.     this situation.
  25.  
  26.     if anybody has any ideas, i would appreciate the help.
  27.     thanks.
  28.  
  29. jabir
  30.