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